Skip to content

chore(deps): bump the production-dependencies group across 1 directory with 24 updates - #8

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/production-dependencies-67106cc0ba
Closed

chore(deps): bump the production-dependencies group across 1 directory with 24 updates#8
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/production-dependencies-67106cc0ba

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 28, 2026

Copy link
Copy Markdown
Contributor

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps the production-dependencies group with 24 updates in the / directory:

Package From To
@aparajita/capacitor-secure-storage 7.1.6 8.0.0
@capacitor/app 7.1.2 8.1.1
@capacitor/clipboard 7.0.4 8.0.1
@capacitor/core 7.6.7 8.5.0
@capacitor/filesystem 7.1.8 8.1.3
@capacitor/haptics 7.0.5 8.0.2
@capacitor/ios 7.6.7 8.5.0
@capacitor/keyboard 7.0.6 8.0.5
@capacitor/preferences 7.0.4 8.0.1
@capacitor/share 7.0.4 8.0.1
@capacitor/splash-screen 7.0.5 8.0.2
@capacitor/status-bar 7.0.6 8.0.3
@codemirror/commands 6.10.4 6.11.0
@codemirror/lang-markdown 6.5.0 6.5.2
@codemirror/state 6.7.0 6.7.1
@codemirror/view 6.43.4 6.43.9
@replit/codemirror-vim 6.3.0 6.4.0
@xyflow/react 12.11.2 12.11.4
highlight.js 11.11.1 11.12.0
jsxgraph 1.12.2 1.13.2
katex 0.16.47 0.18.4
react 18.3.1 19.2.8
react-dom 18.3.1 19.2.8
zustand 5.0.14 5.0.15

Updates @aparajita/capacitor-secure-storage from 7.1.6 to 8.0.0

Changelog

Sourced from @​aparajita/capacitor-secure-storage's changelog.

8.0.0 (2026-02-10)

⚠ BREAKING CHANGES

  • complete Capacitor 8 upgrade configuration

Features

  • add CocoaPods support and complete demo restructure (4b4b143)
  • complete Capacitor 8 upgrade configuration (c9131e1)
  • demo: migrate iOS to Swift Package Manager (f6bd936)
  • ios: migrate to Swift Package Manager (8801801)
  • restructure demo into shared source with CocoaPods and SPM variants (50e4e35)

Bug Fixes

  • don’t lint before building demo (83de475)

8.0.0 (2026-02-04)

⚠ BREAKING CHANGES

  • complete Capacitor 8 upgrade configuration

Features

  • complete Capacitor 8 upgrade configuration (c9131e1)
  • demo: migrate iOS to Swift Package Manager (f6bd936)
  • ios: migrate to Swift Package Manager (8801801)

Bug Fixes

  • don’t lint before building demo (83de475)
Commits
  • e38779c chore(release): 8.0.0
  • 4d35d8a chore: fix description
  • 8c1628d chore: update deps
  • 4fddd7a chore: project config
  • 2786b64 chore: consolidate demo READMEs into main README
  • a62847a chore: use css directly instead of loading a file
  • 39e75f8 chore: the restructuring is complete
  • ab6950b chore: ionic.config.json can be shared
  • 4b4b143 feat: add CocoaPods support and complete demo restructure
  • 50e4e35 feat: restructure demo into shared source with CocoaPods and SPM variants
  • Additional commits viewable in compare view

Updates @capacitor/app from 7.1.2 to 8.1.1

Release notes

Sourced from @​capacitor/app's releases.

@​capacitor/app@​8.1.1

8.1.1 (2026-07-15)

Note: Version bump only for package @​capacitor/app

@​capacitor/app@​8.1.0

8.1.0 (2026-03-25)

Features

Commits

Updates @capacitor/clipboard from 7.0.4 to 8.0.1

Commits
  • bf4fe8c chore(release): publish [skip ci]
  • 3ca026a fix(app-launcher): improvements on canOpenUrl and openUrl (#2476)
  • a8760a9 fix: AGP 9.0 no longer supporting proguard-android.txt (#2468)
  • 1f3e9f0 chore(ci): download iOS simulators (#2472)
  • c1a3131 chore(ci): remove Xcode 16 workaround (#2466)
  • f0c2e12 docs(README): Fix link to @​capacitor/keyboard (#2458)
  • c1fe562 chore(release): publish [skip ci]
  • 77bb93b chore: Use Capacitor 8 stable version (#2452)
  • 8152fc1 docs(splash-screen): fix typo in README regarding Android 12 issues (#2456)
  • a58d05e docs(README): Indicate that plugins are for Capacitor 8 (#2453)
  • Additional commits viewable in compare view

Updates @capacitor/core from 7.6.7 to 8.5.0

Release notes

Sourced from @​capacitor/core's releases.

8.5.0

8.5.0 (2026-07-31)

Bug Fixes

  • cli: support TypeScript 7 when loading capacitor.config.ts (#8534) (4c1c870)

Features

8.4.2

8.4.2 (2026-07-14)

Bug Fixes

  • android: explicitly grant URI permissions for image capture intent (#8526) (6f2d328)

8.4.1

8.4.1 (2026-06-19)

Bug Fixes

  • cli: make SPM dependency patch work on prereleases (#8508) (6048e90)
  • cli: patch Capacitor SPM dependency version in plugins (#8492) (28bb2c6)

8.4.0

8.4.0 (2026-06-02)

Bug Fixes

  • android: show only the requested system bar (#8480) (4c6c321)
  • cli: revert live reload config on failure (#8485) (1d031a4)
  • SystemBars: make safe-area-inset-x available on API <= 34 (#8424) (e456de0)
  • SystemBars: respect insetsHandling disable (#8481) (d4ad7ff)

Features

... (truncated)

Changelog

Sourced from @​capacitor/core's changelog.

8.5.0 (2026-07-31)

Bug Fixes

  • cli: support TypeScript 7 when loading capacitor.config.ts (#8534) (4c1c870)

Features

8.4.2 (2026-07-14)

Bug Fixes

  • android: explicitly grant URI permissions for image capture intent (#8526) (6f2d328)

8.4.1 (2026-06-19)

Bug Fixes

  • cli: make SPM dependency patch work on prereleases (#8508) (6048e90)
  • cli: patch Capacitor SPM dependency version in plugins (#8492) (28bb2c6)

8.4.0 (2026-06-02)

Bug Fixes

  • android: show only the requested system bar (#8480) (4c6c321)
  • cli: revert live reload config on failure (#8485) (1d031a4)
  • SystemBars: make safe-area-inset-x available on API <= 34 (#8424) (e456de0)
  • SystemBars: respect insetsHandling disable (#8481) (d4ad7ff)

Features

8.3.4 (2026-05-12)

Note: Version bump only for package capacitor

8.3.3 (2026-05-08)

Bug Fixes

  • cli: copy plugin files in CocoaPods projects (#8467) (b2d7719)

8.3.2 (2026-05-07)

... (truncated)

Commits

Updates @capacitor/filesystem from 7.1.8 to 8.1.3

Release notes

Sourced from @​capacitor/filesystem's releases.

v8.1.3

8.1.3 (2026-08-19)

Bug Fixes

  • android: only apply kotlin-android plugin if not already applied (#83) (3de47a3)

This release is also available on:

v8.1.3-next.1

8.1.3-next.1 (2026-07-23)


This release is also available on:

v8.1.2

8.1.2 (2026-02-13)

Bug Fixes

  • ios: bump IONFilesystemLib to 1.1.1 (#69) (b1ab299)

This release is also available on:

v8.1.1

8.1.1 (2026-02-12)

Bug Fixes

  • android: AGP 9.0 no longer supporting proguard-android.txt (#67) (eb16000)

This release is also available on:

v8.1.0

... (truncated)

Changelog

Sourced from @​capacitor/filesystem's changelog.

8.1.3 (2026-08-19)

Bug Fixes

  • android: only apply kotlin-android plugin if not already applied (#83) (3de47a3)

8.1.2 (2026-02-13)

Bug Fixes

  • ios: bump IONFilesystemLib to 1.1.1 (#69) (b1ab299)

8.1.1 (2026-02-12)

Bug Fixes

  • android: AGP 9.0 no longer supporting proguard-android.txt (#67) (eb16000)

8.1.0 (2026-01-21)

Features

  • Allow reading parts of a file with offset and length (#61) (a765a78)
  • ci: add Maven Central publishing workflow and Android publishing scripts (#60) (31b37c2)
  • ci: add publish-pod job to invoke CocoaPods publish workflow (#58) (552acb6)
  • ci: add publish-pod job to invoke CocoaPods publish workflow (#59) (147764f)

8.0.0 (2025-12-08)

Bug Fixes

  • android: use 'propName = value' assignment syntax in build.gradle files (5dcd9c3)
  • Cap8 peerDependency for pnpm compatibility (99e4fe8)

Features

BREAKING CHANGES

  • Capacitor major version update requires major version update on the plugin.

7.1.5 (2025-11-25)

... (truncated)

Commits
  • adc1899 chore(release): 8.1.3 [skip ci]
  • 3de47a3 fix(android): only apply kotlin-android plugin if not already applied (#83)
  • 73cde0d chore: force semantic release to release on chore
  • ecb604f chore(ci): Check every maven central version for android publish (#78)
  • 6ef910a docs: minor contributing guide improvements (#77)
  • 2fa6e16 chore(ci): use Xcode 26 (#76)
  • 7ba8af9 chore(ci): fix npm version being installed (#75)
  • fd7068d chore(release): 8.1.2 [skip ci]
  • b1ab299 fix(ios): bump IONFilesystemLib to 1.1.1 (#69)
  • ffb8f92 chore(release): 8.1.1 [skip ci]
  • Additional commits viewable in compare view

Updates @capacitor/haptics from 7.0.5 to 8.0.2

Release notes

Sourced from @​capacitor/haptics's releases.

v8.0.2

8.0.2 (2026-03-27)

Documentation updates

  • fix Capitalization on default NotificationType (#23) (797ccbe)

v8.0.1

8.0.1 (2026-02-24)

Bug Fixes

  • android: AGP 9.0 no longer supporting proguard-android.txt (#21) (797ccbe)

This release is also available on:

v8.0.0

8.0.0 (2025-12-08)

Bug Fixes

  • android: use 'propName = value' assignment syntax in build.gradle files (e0d3987)

feature

BREAKING CHANGES

  • Capacitor 8 requires major update

This release is also available on:

v8.0.0-next.3

8.0.0-next.3 (2025-11-17)

... (truncated)

Changelog

Sourced from @​capacitor/haptics's changelog.

8.0.2 (2026-03-27)

Documentation updates

  • fix Capitalization on default NotificationType (#23) (797ccbe)

8.0.1 (2026-02-24)

Bug Fixes

  • android: AGP 9.0 no longer supporting proguard-android.txt (#21) (797ccbe)

8.0.0 (2025-12-08)

Bug Fixes

  • android: use 'propName = value' assignment syntax in build.gradle files (e0d3987)

feature

BREAKING CHANGES

  • Capacitor 8 requires major update

8.0.0-next.3 (2025-11-17)

  • android: Update gradle dependencies to latest versions
  • ios: Minor updates to Package.swift

8.0.0-next.2 (2025-11-10)

Bug Fixes

  • android: use 'propName = value' assignment syntax in build.gradle files (e0d3987)

8.0.0-next.1 (2025-09-23)

feature

... (truncated)

Commits
Attestation changes

This version has no provenance attestation, while the previous version (7.0.5) was attested. Review the package versions before updating.


Updates @capacitor/ios from 7.6.7 to 8.5.0

Release notes

Sourced from @​capacitor/ios's releases.

8.5.0

8.5.0 (2026-07-31)

Bug Fixes

  • cli: support TypeScript 7 when loading capacitor.config.ts (#8534) (4c1c870)

Features

8.4.2

8.4.2 (2026-07-14)

Bug Fixes

  • android: explicitly grant URI permissions for image capture intent (#8526) (6f2d328)

8.4.1

8.4.1 (2026-06-19)

Bug Fixes

  • cli: make SPM dependency patch work on prereleases (#8508) (6048e90)
  • cli: patch Capacitor SPM dependency version in plugins (#8492) (28bb2c6)

8.4.0

8.4.0 (2026-06-02)

Bug Fixes

  • android: show only the requested system bar (#8480) (4c6c321)
  • cli: revert live reload config on failure (#8485) (1d031a4)
  • SystemBars: make safe-area-inset-x available on API <= 34 (#8424) (e456de0)
  • SystemBars: respect insetsHandling disable (#8481) (d4ad7ff)

Features

... (truncated)

Changelog

Sourced from @​capacitor/ios's changelog.

8.5.0 (2026-07-31)

Bug Fixes

  • cli: support TypeScript 7 when loading capacitor.config.ts (#8534) (4c1c870)

Features

8.4.2 (2026-07-14)

Bug Fixes

  • android: explicitly grant URI permissions for image capture intent (#8526) (6f2d328)

8.4.1 (2026-06-19)

Bug Fixes

  • cli: make SPM dependency patch work on prereleases (#8508) (6048e90)
  • cli: patch Capacitor SPM dependency version in plugins (#8492) (28bb2c6)

8.4.0 (2026-06-02)

Bug Fixes

  • android: show only the requested system bar (#8480) (4c6c321)
  • cli: revert live reload config on failure (#8485) (1d031a4)
  • SystemBars: make safe-area-inset-x available on API <= 34 (#8424) (e456de0)
  • SystemBars: respect insetsHandling disable (#8481) (d4ad7ff)

Features

8.3.4 (2026-05-12)

Note: Version bump only for package capacitor

8.3.3 (2026-05-08)

Bug Fixes

  • cli: copy plugin files in CocoaPods projects (#8467) (b2d7719)

8.3.2 (2026-05-07)

... (truncated)

Commits

Updates @capacitor/keyboard from 7.0.6 to 8.0.5

Release notes

Sourced from @​capacitor/keyboard's releases.

v8.0.5

8.0.5 (2026-06-16)

Bug Fixes

  • docs: autoBackdropColor reference (cb4af94)

This release is also available on:

v8.0.4

8.0.4 (2026-06-16)

Bug Fixes

  • android: reset WebView height when keyboard hides without animation (#60) (f2e9cd2)
  • ios: prevent black QuickType bar when using Magic Keyboard on iPad + Fix Keyboard on iOS 26 (#52) (068f643)

This release is also available on:

v8.0.3

8.0.3 (2026-04-10)

Bug Fixes

  • android: fixing Keyboard interaction with SystemBars (#62) (4afd89b)

This release is also available on:

v8.0.2

8.0.2 (2026-03-25)

Bug Fixes

  • android: calling ViewCompat.onApplyWindowInsets (#59) (cc74b2d)

This release is also available on:

v8.0.1

... (truncated)

Changelog

Sourced from @​capacitor/keyboard's changelog.

8.0.5 (2026-06-16)

Bug Fixes

  • docs: autoBackdropColor reference (cb4af94)

8.0.4 (2026-06-16)

Bug Fixes

  • android: reset WebView height when keyboard hides without animation (#60) (f2e9cd2)
  • ios: prevent black QuickType bar when using Magic Keyboard on iPad + Fix Keyboard on iOS 26 (#52) (068f643)

8.0.3 (2026-04-10)

Bug Fixes

  • android: fixing Keyboard interaction with SystemBars (#62) (4afd89b)

8.0.2 (2026-03-25)

Bug Fixes

  • android: calling ViewCompat.onApplyWindowInsets (#59) (cc74b2d)

8.0.1 (2026-02-24)

Bug Fixes

  • android: AGP 9.0 no longer supporting proguard-android.txt (#47) (e9b1ad9)

8.0.0 (2025-12-08)

Bug Fixes

  • android: Adjust WebView sizing during keyboard size changes (ae75247)
  • android: use 'propName = value' assignment syntax in build.gradle files (37b39b0)

feature

... (truncated)

Commits

Updates @capacitor/preferences from 7.0.4 to 8.0.1

Release notes

Sourced from @​capacitor/preferences's releases.

@​capacitor/preferences@​8.0.1

8.0.1 (2026-02-12)

Bug Fixes

  • AGP 9.0 no longer supporting proguard-android.txt (#2468) (a8760a9)
Commits
  • bf4fe8c chore(release): publish [skip ci]
  • 3ca026a fix(app-launcher): improvements on canOpenUrl and openUrl (#2476)
  • a8760a9 fix: AGP 9.0 no longer supporting proguard-android.txt (#2468)
  • 1f3e9f0 chore(ci): download iOS simulators (#2472)
  • c1a3131 chore(ci): remove Xcode 16 workaround (#2466)
  • f0c2e12 docs(README): Fix link to @​capacitor/keyboard (#2458)
  • c1fe562 chore(release): publish [skip ci]
  • 77bb93b chore: Use Capacitor 8 stable version (#2452)
  • 8152fc1 docs(splash-screen): fix typo in README regarding Android 12 issues (#2456)
  • a58d05e docs(README): Indicate that plugins are for Capacitor 8 (#2453)
  • Additional commits viewable in compare view

Updates @capacitor/share from 7.0.4 to 8.0.1

Release notes

Sourced from @​capacitor/share's releases.

@​capacitor/share@​8.0.1

8.0.1 (2026-02-12)

Bug Fixes

  • AGP 9.0 no longer supporting proguard-android.txt (#2468) (a8760a9)
Commits
  • bf4fe8c chore(release): publish [skip ci]
  • 3ca026a fix(app-launcher): improvements on canOpenUrl and openUrl (#2476)
  • a8760a9 fix: AGP 9.0 no longer supporting proguard-android.txt (#2468)
  • 1f3e9f0 chore(ci): download iOS simulators (#2472)
  • c1a3131 chore(ci): remove Xcode 16 workaround (#2466)
  • f0c2e12 docs(README): Fix link to @​capacitor/keyboard (#2458)
  • c1fe562 chore(release): publish [skip ci]
  • 77bb93b chore: Use Capacitor 8 stable version (#2452)

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 28, 2026
@adibhanna

Copy link
Copy Markdown
Contributor

@dependabot recreate

…y with 24 updates

Bumps the production-dependencies group with 24 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@aparajita/capacitor-secure-storage](https://github.com/aparajita/capacitor-secure-storage) | `7.1.6` | `8.0.0` |
| [@capacitor/app](https://github.com/ionic-team/capacitor-plugins) | `7.1.2` | `8.1.1` |
| [@capacitor/clipboard](https://github.com/ionic-team/capacitor-plugins) | `7.0.4` | `8.0.1` |
| [@capacitor/core](https://github.com/ionic-team/capacitor) | `7.6.7` | `8.5.0` |
| [@capacitor/filesystem](https://github.com/ionic-team/capacitor-filesystem) | `7.1.8` | `8.1.3` |
| [@capacitor/haptics](https://github.com/ionic-team/capacitor-haptics) | `7.0.5` | `8.0.2` |
| [@capacitor/ios](https://github.com/ionic-team/capacitor) | `7.6.7` | `8.5.0` |
| [@capacitor/keyboard](https://github.com/ionic-team/capacitor-keyboard) | `7.0.6` | `8.0.5` |
| [@capacitor/preferences](https://github.com/ionic-team/capacitor-plugins) | `7.0.4` | `8.0.1` |
| [@capacitor/share](https://github.com/ionic-team/capacitor-plugins) | `7.0.4` | `8.0.1` |
| [@capacitor/splash-screen](https://github.com/ionic-team/capacitor-plugins) | `7.0.5` | `8.0.2` |
| [@capacitor/status-bar](https://github.com/ionic-team/capacitor-plugins) | `7.0.6` | `8.0.3` |
| [@codemirror/commands](https://github.com/codemirror/commands) | `6.10.4` | `6.11.0` |
| [@codemirror/lang-markdown](https://github.com/codemirror/lang-markdown) | `6.5.0` | `6.5.2` |
| [@codemirror/state](https://github.com/codemirror/state) | `6.7.0` | `6.7.1` |
| [@codemirror/view](https://github.com/codemirror/view) | `6.43.4` | `6.43.9` |
| [@replit/codemirror-vim](https://github.com/replit/codemirror-vim/tree/HEAD/packages/codemirror-vim) | `6.3.0` | `6.4.0` |
| [@xyflow/react](https://github.com/xyflow/xyflow/tree/HEAD/packages/react) | `12.11.2` | `12.11.4` |
| [highlight.js](https://github.com/highlightjs/highlight.js) | `11.11.1` | `11.12.0` |
| [jsxgraph](https://github.com/jsxgraph/jsxgraph) | `1.12.2` | `1.13.2` |
| [katex](https://github.com/KaTeX/KaTeX) | `0.16.47` | `0.18.4` |
| [react](https://github.com/react/react/tree/HEAD/packages/react) | `18.3.1` | `19.2.8` |
| [react-dom](https://github.com/react/react/tree/HEAD/packages/react-dom) | `18.3.1` | `19.2.8` |
| [zustand](https://github.com/pmndrs/zustand) | `5.0.14` | `5.0.15` |



Updates `@aparajita/capacitor-secure-storage` from 7.1.6 to 8.0.0
- [Changelog](https://github.com/aparajita/capacitor-secure-storage/blob/main/CHANGELOG.md)
- [Commits](aparajita/capacitor-secure-storage@v7.1.6...v8.0.0)

Updates `@capacitor/app` from 7.1.2 to 8.1.1
- [Release notes](https://github.com/ionic-team/capacitor-plugins/releases)
- [Changelog](https://github.com/ionic-team/capacitor-plugins/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/app@7.1.2...@capacitor/app@8.1.1)

Updates `@capacitor/clipboard` from 7.0.4 to 8.0.1
- [Release notes](https://github.com/ionic-team/capacitor-plugins/releases)
- [Changelog](https://github.com/ionic-team/capacitor-plugins/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/clipboard@7.0.4...@capacitor/clipboard@8.0.1)

Updates `@capacitor/core` from 7.6.7 to 8.5.0
- [Release notes](https://github.com/ionic-team/capacitor/releases)
- [Changelog](https://github.com/ionic-team/capacitor/blob/main/CHANGELOG.md)
- [Commits](ionic-team/capacitor@7.6.7...8.5.0)

Updates `@capacitor/filesystem` from 7.1.8 to 8.1.3
- [Release notes](https://github.com/ionic-team/capacitor-filesystem/releases)
- [Changelog](https://github.com/ionic-team/capacitor-filesystem/blob/main/CHANGELOG.md)
- [Commits](ionic-team/capacitor-filesystem@v7.1.8...v8.1.3)

Updates `@capacitor/haptics` from 7.0.5 to 8.0.2
- [Release notes](https://github.com/ionic-team/capacitor-haptics/releases)
- [Changelog](https://github.com/ionic-team/capacitor-haptics/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ionic-team/capacitor-haptics/commits/v8.0.2)

Updates `@capacitor/ios` from 7.6.7 to 8.5.0
- [Release notes](https://github.com/ionic-team/capacitor/releases)
- [Changelog](https://github.com/ionic-team/capacitor/blob/main/CHANGELOG.md)
- [Commits](ionic-team/capacitor@7.6.7...8.5.0)

Updates `@capacitor/keyboard` from 7.0.6 to 8.0.5
- [Release notes](https://github.com/ionic-team/capacitor-keyboard/releases)
- [Changelog](https://github.com/ionic-team/capacitor-keyboard/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ionic-team/capacitor-keyboard/commits/v8.0.5)

Updates `@capacitor/preferences` from 7.0.4 to 8.0.1
- [Release notes](https://github.com/ionic-team/capacitor-plugins/releases)
- [Changelog](https://github.com/ionic-team/capacitor-plugins/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/preferences@7.0.4...@capacitor/preferences@8.0.1)

Updates `@capacitor/share` from 7.0.4 to 8.0.1
- [Release notes](https://github.com/ionic-team/capacitor-plugins/releases)
- [Changelog](https://github.com/ionic-team/capacitor-plugins/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/share@7.0.4...@capacitor/share@8.0.1)

Updates `@capacitor/splash-screen` from 7.0.5 to 8.0.2
- [Release notes](https://github.com/ionic-team/capacitor-plugins/releases)
- [Changelog](https://github.com/ionic-team/capacitor-plugins/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/splash-screen@7.0.5...@capacitor/splash-screen@8.0.2)

Updates `@capacitor/status-bar` from 7.0.6 to 8.0.3
- [Release notes](https://github.com/ionic-team/capacitor-plugins/releases)
- [Changelog](https://github.com/ionic-team/capacitor-plugins/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/status-bar@7.0.6...@capacitor/status-bar@8.0.3)

Updates `@codemirror/commands` from 6.10.4 to 6.11.0
- [Changelog](https://github.com/codemirror/commands/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codemirror/commands/commits)

Updates `@codemirror/lang-markdown` from 6.5.0 to 6.5.2
- [Changelog](https://github.com/codemirror/lang-markdown/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codemirror/lang-markdown/commits)

Updates `@codemirror/state` from 6.7.0 to 6.7.1
- [Changelog](https://github.com/codemirror/state/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codemirror/state/commits)

Updates `@codemirror/view` from 6.43.4 to 6.43.9
- [Changelog](https://github.com/codemirror/view/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codemirror/view/commits)

Updates `@replit/codemirror-vim` from 6.3.0 to 6.4.0
- [Changelog](https://github.com/replit/codemirror-vim/blob/master/packages/codemirror-vim/CHANGELOG.md)
- [Commits](https://github.com/replit/codemirror-vim/commits/v6.4.0/packages/codemirror-vim)

Updates `@xyflow/react` from 12.11.2 to 12.11.4
- [Release notes](https://github.com/xyflow/xyflow/releases)
- [Changelog](https://github.com/xyflow/xyflow/blob/main/packages/react/CHANGELOG.md)
- [Commits](https://github.com/xyflow/xyflow/commits/@xyflow/react@12.11.4/packages/react)

Updates `highlight.js` from 11.11.1 to 11.12.0
- [Release notes](https://github.com/highlightjs/highlight.js/releases)
- [Changelog](https://github.com/highlightjs/highlight.js/blob/main/CHANGES.md)
- [Commits](highlightjs/highlight.js@11.11.1...11.12.0)

Updates `jsxgraph` from 1.12.2 to 1.13.2
- [Release notes](https://github.com/jsxgraph/jsxgraph/releases)
- [Changelog](https://github.com/jsxgraph/jsxgraph/blob/main/CHANGELOG.md)
- [Commits](jsxgraph/jsxgraph@v1.12.2...v1.13.2)

Updates `katex` from 0.16.47 to 0.18.4
- [Release notes](https://github.com/KaTeX/KaTeX/releases)
- [Changelog](https://github.com/KaTeX/KaTeX/blob/main/CHANGELOG.md)
- [Commits](KaTeX/KaTeX@v0.16.47...v0.18.4)

Updates `react` from 18.3.1 to 19.2.8
- [Release notes](https://github.com/react/react/releases)
- [Changelog](https://github.com/react/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/react/react/commits/v19.2.8/packages/react)

Updates `react-dom` from 18.3.1 to 19.2.8
- [Release notes](https://github.com/react/react/releases)
- [Changelog](https://github.com/react/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/react/react/commits/v19.2.8/packages/react-dom)

Updates `zustand` from 5.0.14 to 5.0.15
- [Release notes](https://github.com/pmndrs/zustand/releases)
- [Commits](pmndrs/zustand@v5.0.14...v5.0.15)

---
updated-dependencies:
- dependency-name: "@aparajita/capacitor-secure-storage"
  dependency-version: 8.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@capacitor/app"
  dependency-version: 8.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@capacitor/clipboard"
  dependency-version: 8.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@capacitor/core"
  dependency-version: 8.5.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@capacitor/filesystem"
  dependency-version: 8.1.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@capacitor/haptics"
  dependency-version: 8.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@capacitor/ios"
  dependency-version: 8.5.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@capacitor/keyboard"
  dependency-version: 8.0.5
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@capacitor/preferences"
  dependency-version: 8.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@capacitor/share"
  dependency-version: 8.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@capacitor/splash-screen"
  dependency-version: 8.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@capacitor/status-bar"
  dependency-version: 8.0.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@codemirror/commands"
  dependency-version: 6.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@codemirror/lang-markdown"
  dependency-version: 6.5.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@codemirror/state"
  dependency-version: 6.7.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@codemirror/view"
  dependency-version: 6.43.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@replit/codemirror-vim"
  dependency-version: 6.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@xyflow/react"
  dependency-version: 12.11.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: highlight.js
  dependency-version: 11.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: jsxgraph
  dependency-version: 1.13.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: katex
  dependency-version: 0.18.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: react
  dependency-version: 19.2.8
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: react-dom
  dependency-version: 19.2.8
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: zustand
  dependency-version: 5.0.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore(deps): bump the production-dependencies group with 24 updates chore(deps): bump the production-dependencies group across 1 directory with 24 updates Aug 28, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/production-dependencies-67106cc0ba branch from 150b756 to 5675cbf Compare August 28, 2026 17:03
@adibhanna

Copy link
Copy Markdown
Contributor

@dependabot recreate

@dependabot @github

dependabot Bot commented on behalf of github Aug 28, 2026

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are no longer being updated by Dependabot, so this is no longer needed.

@dependabot dependabot Bot closed this Aug 28, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/production-dependencies-67106cc0ba branch August 28, 2026 17:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant