Skip to content

build(deps): bump the ionic-capacitor group across 1 directory with 15 updates - #39

Open
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/frontend/ionic-capacitor-b5fd931e75
Open

build(deps): bump the ionic-capacitor group across 1 directory with 15 updates#39
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/frontend/ionic-capacitor-b5fd931e75

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the ionic-capacitor group with 15 updates in the /frontend directory:

Package From To
@capacitor/app 8.1.0 8.1.1
@capacitor/camera 8.2.0 8.2.2
@capacitor/core 8.4.0 8.5.0
@capacitor/geolocation 8.2.0 8.2.1
@capacitor/keyboard 8.0.3 8.0.5
@capacitor/local-notifications 8.2.0 8.2.1
@capacitor/push-notifications 8.1.1 8.1.2
@capacitor/splash-screen 8.0.1 8.0.2
@capacitor/status-bar 8.0.2 8.0.3
@ionic/vue 8.8.10 8.8.17
@ionic/vue-router 8.8.10 8.8.17
ionicons 8.0.13 8.1.0
@capacitor/android 8.4.0 8.5.0
@capacitor/cli 8.4.0 8.5.0
@capacitor/ios 8.4.0 8.5.0

Updates @capacitor/app from 8.1.0 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

Commits

Updates @capacitor/camera from 8.2.0 to 8.2.2

Release notes

Sourced from @​capacitor/camera's releases.

v8.2.2

8.2.2 (2026-07-31)

Bug Fixes

  • ios: bump ion-ios-camera to 1.0.5 for iOS 27 UIScene compliance (#66) (5ce8439)

This release is also available on:

v8.2.2-next.1

8.2.2-next.1 (2026-07-30)

Bug Fixes

  • ios: bump ion-ios-camera to 1.0.5 for iOS 27 UIScene compliance (#67) (b110010)

This release is also available on:

v8.2.1

8.2.1 (2026-07-08)

Bug Fixes

  • android: explicitly grant URI permissions for legacy camera capture (#60) (df4b6d7)

This release is also available on:

Changelog

Sourced from @​capacitor/camera's changelog.

8.2.2 (2026-07-31)

Bug Fixes

  • ios: bump ion-ios-camera to 1.0.5 for iOS 27 UIScene compliance (#66) (5ce8439)

8.2.1 (2026-07-08)

Bug Fixes

  • android: explicitly grant URI permissions for legacy camera capture (#60) (df4b6d7)
Commits
  • 1bd3f1c chore(release): 8.2.2 [skip ci]
  • 5ce8439 fix(ios): bump ion-ios-camera to 1.0.5 for iOS 27 UIScene compliance (#66)
  • ef44b44 chore: remove package-lock.json (#62)
  • 935fa14 chore(release): 8.2.1 [skip ci]
  • df4b6d7 fix(android): explicitly grant URI permissions for legacy camera capture (#60)
  • 6d363d0 chore(ci): Check every maven central version for android publish (#54)
  • 158cf3a ci: use exit code instead of output text to detect pod trunk push success (#51)
  • See full diff in compare view

Updates @capacitor/core from 8.4.0 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)
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)
Commits

Updates @capacitor/geolocation from 8.2.0 to 8.2.1

Release notes

Sourced from @​capacitor/geolocation's releases.

v8.2.1

8.2.1 (2026-08-06)

Bug Fixes

  • android: Only request permissions that are defined in the manifest (#85) (c9c4c84)
  • android: Return error when user rejects request to turn on location with enableLocationManagerFallback=true (#86) (1a2504a)
  • improve location retrieval reliability (f349a91)
  • ios: Correct error when location services are off (#94) (d265bcb)

This release is also available on:

v8.2.1-next.1

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

Bug Fixes

  • android: Only request permissions that are defined in the manifest (#85) (c9c4c84)
  • android: Return error when user rejects request to turn on location with enableLocationManagerFallback=true (#86) (1a2504a)

This release is also available on:

Changelog

Sourced from @​capacitor/geolocation's changelog.

8.2.1 (2026-08-06)

Bug Fixes

  • android: Only request permissions that are defined in the manifest (#85) (c9c4c84)
  • android: Return error when user rejects request to turn on location with enableLocationManagerFallback=true (#86) (1a2504a)
  • improve location retrieval reliability (f349a91)
  • ios: Correct error when location services are off (#94) (d265bcb)
Commits
  • 148a706 chore(release): 8.2.1 [skip ci]
  • f349a91 fix: improve location retrieval reliability
  • d265bcb fix(ios): Correct error when location services are off (#94)
  • ae8c878 docs: Update pull request template to remove checklist
  • c9c4c84 fix(android): Only request permissions that are defined in the manifest (#85)
  • 1a2504a fix(android): Return error when user rejects request to turn on location with...
  • 30c98cd chore: Fix checklist item format in pull request template
  • a9bca09 docs: fix typo in interval description (#83)
  • b875128 chore(ci): Check every maven central version for android publish (#82)
  • 5a68e10 chore(ci): fix npm version being installed (#80)
  • See full diff in compare view

Updates @capacitor/keyboard from 8.0.3 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:

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)
Commits
  • 9f7acbf chore(release): 8.0.5 [skip ci]
  • cb4af94 fix(docs): autoBackdropColor reference
  • c7ec14f chore(release): 8.0.4 [skip ci]
  • f2e9cd2 fix(android): reset WebView height when keyboard hides without animation (#60)
  • 068f643 fix(ios): prevent black QuickType bar when using Magic Keyboard on iPad + Fix...
  • 96f6d3a chore(ci): Check every maven central version for android publish (#67)
  • ed6db8b docs: minor contributing guide improvements (#66)
  • c705722 chore(ci): Use xcode26 (#65)
  • 8b9e8ad chore(ci): fix npm version being installed (#64)
  • See full diff in compare view

Updates @capacitor/local-notifications from 8.2.0 to 8.2.1

Release notes

Sourced from @​capacitor/local-notifications's releases.

@​capacitor/local-notifications@​8.2.1

8.2.1 (2026-07-15)

Note: Version bump only for package @​capacitor/local-notifications

Commits

Updates @capacitor/push-notifications from 8.1.1 to 8.1.2

Release notes

Sourced from @​capacitor/push-notifications's releases.

@​capacitor/push-notifications@​8.1.2

8.1.2 (2026-07-15)

Note: Version bump only for package @​capacitor/push-notifications

Commits

Updates @capacitor/splash-screen from 8.0.1 to 8.0.2

Release notes

Sourced from @​capacitor/splash-screen's releases.

@​capacitor/splash-screen@​8.0.2

8.0.2 (2026-07-15)

Note: Version bump only for package @​capacitor/splash-screen

Commits

Updates @capacitor/status-bar from 8.0.2 to 8.0.3

Release notes

Sourced from @​capacitor/status-bar's releases.

@​capacitor/status-bar@​8.0.3

8.0.3 (2026-07-15)

Note: Version bump only for package @​capacitor/status-bar

Commits

Updates @ionic/vue from 8.8.10 to 8.8.17

Release notes

Sourced from @​ionic/vue's releases.

v8.8.17

8.8.17 (2026-08-05)

Bug Fixes

v8.8.16

8.8.16 (2026-07-29)

Bug Fixes

  • angular: guard transition against destroyed router outlet (#31297) (fdef61c), closes #31296
  • modal: keep focus on dialog for cycle sheet modals (#31293) (b4b2603)
  • select: prevent floating label and placeholder from overlapping when focused (#31276) (e987009), closes #30401

v8.8.15

8.8.15 (2026-07-22)

Bug Fixes

  • angular-server: fallback to scoped+annotations when SSR DOM lacks attachShadow (#30967) (ae6911f), closes #29751
  • modal: focus the dialog wrapper on present so screen readers can enter the modal (#31260) (6251eb8)

v8.8.14

8.8.14 (2026-07-15)

Bug Fixes

v8.8.13

8.8.13 (2026-07-01)

Bug Fixes

  • button: sync disabled state and type in renderHiddenButton (#31225) (0c76135), closes #30968
  • datetime-button: respect datetime constraints in initial text (#31218) (044f358), closes #30183

... (truncated)

Changelog

Sourced from @​ionic/vue's changelog.

8.8.17 (2026-08-05)

Bug Fixes

8.8.16 (2026-07-29)

Bug Fixes

  • angular: guard transition against destroyed router outlet (#31297) (fdef61c), closes #31296
  • modal: keep focus on dialog for cycle sheet modals (#31293) (b4b2603)
  • select: prevent floating label and placeholder from overlapping when focused (#31276) (e987009), closes #30401

8.8.15 (2026-07-22)

Bug Fixes

  • angular-server: fallback to scoped+annotations when SSR DOM lacks attachShadow (#30967) (ae6911f), closes #29751
  • modal: focus the dialog wrapper on present so screen readers can enter the modal (#31260) (6251eb8)

8.8.14 (2026-07-15)

Bug Fixes

... (truncated)

Commits
  • a2d50b8 v8.8.17
  • 81b52e2 fix(tab): retry lazy load after a failed attach (#31324)
  • 93ee380 fix(fab-button): restore submit, reset, and disabled form functionality (#31249)
  • ffef25d fix(react-router): symmetric pathname+search url comparison (#31153)
  • cc3dd1c docs(contributing): improve Angular testing documentation and fix broken cont...
  • d9b877f fix(refresher): avoid gesture setup after disconnect (#31316)
  • 1744bba chore(deps): update dependency @​capacitor/core to v8.5.0 (#31319)
  • 2f9c0b7 fix(checkbox,radio,toggle): add missing keyboard focus indicators (#31295)
  • 163cd24 chore(deps): update playwright (#31311)
  • 048788f chore(deps): update actions/checkout action to v7.0.1 (#31278)
  • Additional commits viewable in compare view

Updates @ionic/vue-router from 8.8.10 to 8.8.17

Release notes

Sourced from @​ionic/vue-router's releases.

v8.8.17

8.8.17 (2026-08-05)

Bug Fixes

v8.8.16

8.8.16 (2026-07-29)

Bug Fixes

  • angular: guard transition against destroyed router outlet (#31297) (fdef61c), closes #31296
  • modal: keep focus on dialog for cycle sheet modals (#31293) (b4b2603)
  • select: prevent floating label and placeholder from overlapping when focused (#31276) (e987009), closes #30401

v8.8.15

8.8.15 (2026-07-22)

Bug Fixes

  • angular-server: fallback to scoped+annotations when SSR DOM lacks attachShadow (#30967) (ae6911f), closes #29751
  • modal: focus the dialog wrapper on present so screen readers can enter the modal (#31260) (6251eb8)

v8.8.14

8.8.14 (2026-07-15)

Bug Fixes

v8.8.13

8.8.13 (2026-07-01)

Bug Fixes

  • button: sync disabled state and type in renderHiddenButton (#31225) (0c76135), closes #30968
  • datetime-button: respect datetime constraints in initial text (#31218) (044f358), closes #30183

... (truncated)

Changelog

Sourced from @​ionic/vue-router's changelog.

8.8.17 (2026-08-05)

Bug Fixes

8.8.16 (2026-07-29)

Bug Fixes

  • angular: guard transition against destroyed router outlet (#31297) (

…5 updates

Bumps the ionic-capacitor group with 15 updates in the /frontend directory:

| Package | From | To |
| --- | --- | --- |
| [@capacitor/app](https://github.com/ionic-team/capacitor-plugins) | `8.1.0` | `8.1.1` |
| [@capacitor/camera](https://github.com/ionic-team/capacitor-camera) | `8.2.0` | `8.2.2` |
| [@capacitor/core](https://github.com/ionic-team/capacitor) | `8.4.0` | `8.5.0` |
| [@capacitor/geolocation](https://github.com/ionic-team/capacitor-geolocation) | `8.2.0` | `8.2.1` |
| [@capacitor/keyboard](https://github.com/ionic-team/capacitor-keyboard) | `8.0.3` | `8.0.5` |
| [@capacitor/local-notifications](https://github.com/ionic-team/capacitor-plugins) | `8.2.0` | `8.2.1` |
| [@capacitor/push-notifications](https://github.com/ionic-team/capacitor-plugins) | `8.1.1` | `8.1.2` |
| [@capacitor/splash-screen](https://github.com/ionic-team/capacitor-plugins) | `8.0.1` | `8.0.2` |
| [@capacitor/status-bar](https://github.com/ionic-team/capacitor-plugins) | `8.0.2` | `8.0.3` |
| [@ionic/vue](https://github.com/ionic-team/ionic-framework) | `8.8.10` | `8.8.17` |
| [@ionic/vue-router](https://github.com/ionic-team/ionic-framework) | `8.8.10` | `8.8.17` |
| [ionicons](https://github.com/ionic-team/ionicons) | `8.0.13` | `8.1.0` |
| [@capacitor/android](https://github.com/ionic-team/capacitor) | `8.4.0` | `8.5.0` |
| [@capacitor/cli](https://github.com/ionic-team/capacitor) | `8.4.0` | `8.5.0` |
| [@capacitor/ios](https://github.com/ionic-team/capacitor) | `8.4.0` | `8.5.0` |



Updates `@capacitor/app` from 8.1.0 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@8.1.0...@capacitor/app@8.1.1)

Updates `@capacitor/camera` from 8.2.0 to 8.2.2
- [Release notes](https://github.com/ionic-team/capacitor-camera/releases)
- [Changelog](https://github.com/ionic-team/capacitor-camera/blob/main/CHANGELOG.md)
- [Commits](ionic-team/capacitor-camera@v8.2.0...v8.2.2)

Updates `@capacitor/core` from 8.4.0 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@8.4.0...8.5.0)

Updates `@capacitor/geolocation` from 8.2.0 to 8.2.1
- [Release notes](https://github.com/ionic-team/capacitor-geolocation/releases)
- [Changelog](https://github.com/ionic-team/capacitor-geolocation/blob/main/CHANGELOG.md)
- [Commits](ionic-team/capacitor-geolocation@v8.2.0...v8.2.1)

Updates `@capacitor/keyboard` from 8.0.3 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](ionic-team/capacitor-keyboard@v8.0.3...v8.0.5)

Updates `@capacitor/local-notifications` from 8.2.0 to 8.2.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/local-notifications@8.2.0...@capacitor/local-notifications@8.2.1)

Updates `@capacitor/push-notifications` from 8.1.1 to 8.1.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/push-notifications@8.1.1...@capacitor/push-notifications@8.1.2)

Updates `@capacitor/splash-screen` from 8.0.1 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@8.0.1...@capacitor/splash-screen@8.0.2)

Updates `@capacitor/status-bar` from 8.0.2 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@8.0.2...@capacitor/status-bar@8.0.3)

Updates `@ionic/vue` from 8.8.10 to 8.8.17
- [Release notes](https://github.com/ionic-team/ionic-framework/releases)
- [Changelog](https://github.com/ionic-team/ionic-framework/blob/main/CHANGELOG.md)
- [Commits](ionic-team/ionic-framework@v8.8.10...v8.8.17)

Updates `@ionic/vue-router` from 8.8.10 to 8.8.17
- [Release notes](https://github.com/ionic-team/ionic-framework/releases)
- [Changelog](https://github.com/ionic-team/ionic-framework/blob/main/CHANGELOG.md)
- [Commits](ionic-team/ionic-framework@v8.8.10...v8.8.17)

Updates `ionicons` from 8.0.13 to 8.1.0
- [Release notes](https://github.com/ionic-team/ionicons/releases)
- [Commits](ionic-team/ionicons@v8.0.13...v8.1.0)

Updates `@capacitor/android` from 8.4.0 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@8.4.0...8.5.0)

Updates `@capacitor/cli` from 8.4.0 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@8.4.0...8.5.0)

Updates `@capacitor/ios` from 8.4.0 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@8.4.0...8.5.0)

---
updated-dependencies:
- dependency-name: "@capacitor/app"
  dependency-version: 8.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ionic-capacitor
- dependency-name: "@capacitor/camera"
  dependency-version: 8.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ionic-capacitor
- dependency-name: "@capacitor/core"
  dependency-version: 8.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ionic-capacitor
- dependency-name: "@capacitor/geolocation"
  dependency-version: 8.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ionic-capacitor
- dependency-name: "@capacitor/keyboard"
  dependency-version: 8.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ionic-capacitor
- dependency-name: "@capacitor/local-notifications"
  dependency-version: 8.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ionic-capacitor
- dependency-name: "@capacitor/push-notifications"
  dependency-version: 8.1.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ionic-capacitor
- dependency-name: "@capacitor/splash-screen"
  dependency-version: 8.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ionic-capacitor
- dependency-name: "@capacitor/status-bar"
  dependency-version: 8.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ionic-capacitor
- dependency-name: "@ionic/vue"
  dependency-version: 8.8.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ionic-capacitor
- dependency-name: "@ionic/vue-router"
  dependency-version: 8.8.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ionic-capacitor
- dependency-name: ionicons
  dependency-version: 8.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ionic-capacitor
- dependency-name: "@capacitor/android"
  dependency-version: 8.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: ionic-capacitor
- dependency-name: "@capacitor/cli"
  dependency-version: 8.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: ionic-capacitor
- dependency-name: "@capacitor/ios"
  dependency-version: 8.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: ionic-capacitor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 14, 2026
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.

0 participants