Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build(deps): Bump the capacitor group in /ui with 7 updates #2888

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 25, 2024

Bumps the capacitor group in /ui with 7 updates:

Package From To
@capacitor/android 6.1.2 6.2.0
@capacitor/app 6.0.1 6.0.2
@capacitor/core 6.1.2 6.2.0
@capacitor/filesystem 6.0.1 6.0.2
@capacitor/ios 6.1.2 6.2.0
@capacitor/splash-screen 6.0.2 6.0.3
@capacitor/cli 6.1.2 6.2.0

Updates @capacitor/android from 6.1.2 to 6.2.0

Release notes

Sourced from @​capacitor/android's releases.

6.2.0

6.2.0 (2024-11-19)

Bug Fixes

  • cli: make Cordova plugins use same default kotlin version as Capacitor (#7756) (96dde8c)
  • cli: replace app-store deprecated method on build (#7637) (942b108)
  • ios: fix retain cycle caused by CDVPluginManager (#7692) (#7694) (dd068fe)
  • use Capacitor 6 for SPM dependency (#7737) (8e55ca5)

Features

  • core: cherrypick: expose methodName via CAPPluginCall (#7641) (#7684) (bf6ef8e)
  • ios: cherry-pick - JSValueEncoder/Decoder feature parity with JSONEncoder/Decoder (#7657) (ce30924)
Changelog

Sourced from @​capacitor/android's changelog.

6.2.0 (2024-11-19)

Bug Fixes

  • cli: make Cordova plugins use same default kotlin version as Capacitor (#7756) (96dde8c)
  • cli: replace app-store deprecated method on build (#7637) (942b108)
  • ios: fix retain cycle caused by CDVPluginManager (#7692) (#7694) (dd068fe)
  • use Capacitor 6 for SPM dependency (#7737) (8e55ca5)

Features

  • core: cherrypick: expose methodName via CAPPluginCall (#7641) (#7684) (bf6ef8e)
  • ios: cherry-pick - JSValueEncoder/Decoder feature parity with JSONEncoder/Decoder (#7657) (ce30924)
Commits
  • 7f4325c Release 6.2.0
  • 8e55ca5 fix: use Capacitor 6 for SPM dependency (#7737)
  • 96dde8c fix(cli): make Cordova plugins use same default kotlin version as Capacitor (...
  • dd068fe fix(ios): fix retain cycle caused by CDVPluginManager (#7692) (#7694)
  • bf6ef8e feat(core): cherrypick: expose methodName via CAPPluginCall (#7641) (#7684)
  • ce30924 feat(ios): cherry-pick - JSValueEncoder/Decoder feature parity with JSONEncod...
  • fa4909a chore: update files and workflows for 6.x branch (#7640)
  • 942b108 fix(cli): replace app-store deprecated method on build (#7637)
  • f3239c4 refactor(cli): Remove dependency to @​ionic/utils-process (#7614)
  • See full diff in compare view

Updates @capacitor/app from 6.0.1 to 6.0.2

Release notes

Sourced from @​capacitor/app's releases.

@​capacitor/app-launcher@​6.0.2

6.0.2 (2024-08-08)

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

@​capacitor/app@​6.0.2

6.0.2 (2024-11-19)

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

Commits
  • 6e94aa5 chore(release): publish [skip ci]
  • 4637c79 chore: use Capacitor 6 as SPM dependency (#2221)
  • 5394ce1 chore(release): publish [skip ci]
  • b94cc72 feat(camera): only request permission to save to the gallery for Android <= 9...
  • 925ee04 chore(release): publish [skip ci]
  • 67c6af3 fix(browser): call notifyListeners only when browser is dismissed (#2207)
  • 014954d chore: update for 6.x branch (#2188)
  • See full diff in compare view

Updates @capacitor/core from 6.1.2 to 6.2.0

Release notes

Sourced from @​capacitor/core's releases.

6.2.0

6.2.0 (2024-11-19)

Bug Fixes

  • cli: make Cordova plugins use same default kotlin version as Capacitor (#7756) (96dde8c)
  • cli: replace app-store deprecated method on build (#7637) (942b108)
  • ios: fix retain cycle caused by CDVPluginManager (#7692) (#7694) (dd068fe)
  • use Capacitor 6 for SPM dependency (#7737) (8e55ca5)

Features

  • core: cherrypick: expose methodName via CAPPluginCall (#7641) (#7684) (bf6ef8e)
  • ios: cherry-pick - JSValueEncoder/Decoder feature parity with JSONEncoder/Decoder (#7657) (ce30924)
Changelog

Sourced from @​capacitor/core's changelog.

6.2.0 (2024-11-19)

Bug Fixes

  • cli: make Cordova plugins use same default kotlin version as Capacitor (#7756) (96dde8c)
  • cli: replace app-store deprecated method on build (#7637) (942b108)
  • ios: fix retain cycle caused by CDVPluginManager (#7692) (#7694) (dd068fe)
  • use Capacitor 6 for SPM dependency (#7737) (8e55ca5)

Features

  • core: cherrypick: expose methodName via CAPPluginCall (#7641) (#7684) (bf6ef8e)
  • ios: cherry-pick - JSValueEncoder/Decoder feature parity with JSONEncoder/Decoder (#7657) (ce30924)
Commits
  • 7f4325c Release 6.2.0
  • 8e55ca5 fix: use Capacitor 6 for SPM dependency (#7737)
  • 96dde8c fix(cli): make Cordova plugins use same default kotlin version as Capacitor (...
  • dd068fe fix(ios): fix retain cycle caused by CDVPluginManager (#7692) (#7694)
  • bf6ef8e feat(core): cherrypick: expose methodName via CAPPluginCall (#7641) (#7684)
  • ce30924 feat(ios): cherry-pick - JSValueEncoder/Decoder feature parity with JSONEncod...
  • fa4909a chore: update files and workflows for 6.x branch (#7640)
  • 942b108 fix(cli): replace app-store deprecated method on build (#7637)
  • f3239c4 refactor(cli): Remove dependency to @​ionic/utils-process (#7614)
  • See full diff in compare view

Updates @capacitor/filesystem from 6.0.1 to 6.0.2

Release notes

Sourced from @​capacitor/filesystem's releases.

@​capacitor/filesystem@​6.0.2

6.0.2 (2024-11-19)

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

Commits
  • 6e94aa5 chore(release): publish [skip ci]
  • 4637c79 chore: use Capacitor 6 as SPM dependency (#2221)
  • 5394ce1 chore(release): publish [skip ci]
  • b94cc72 feat(camera): only request permission to save to the gallery for Android <= 9...
  • 925ee04 chore(release): publish [skip ci]
  • 67c6af3 fix(browser): call notifyListeners only when browser is dismissed (#2207)
  • 014954d chore: update for 6.x branch (#2188)
  • See full diff in compare view

Updates @capacitor/ios from 6.1.2 to 6.2.0

Release notes

Sourced from @​capacitor/ios's releases.

6.2.0

6.2.0 (2024-11-19)

Bug Fixes

  • cli: make Cordova plugins use same default kotlin version as Capacitor (#7756) (96dde8c)
  • cli: replace app-store deprecated method on build (#7637) (942b108)
  • ios: fix retain cycle caused by CDVPluginManager (#7692) (#7694) (dd068fe)
  • use Capacitor 6 for SPM dependency (#7737) (8e55ca5)

Features

  • core: cherrypick: expose methodName via CAPPluginCall (#7641) (#7684) (bf6ef8e)
  • ios: cherry-pick - JSValueEncoder/Decoder feature parity with JSONEncoder/Decoder (#7657) (ce30924)
Changelog

Sourced from @​capacitor/ios's changelog.

6.2.0 (2024-11-19)

Bug Fixes

  • cli: make Cordova plugins use same default kotlin version as Capacitor (#7756) (96dde8c)
  • cli: replace app-store deprecated method on build (#7637) (942b108)
  • ios: fix retain cycle caused by CDVPluginManager (#7692) (#7694) (dd068fe)
  • use Capacitor 6 for SPM dependency (#7737) (8e55ca5)

Features

  • core: cherrypick: expose methodName via CAPPluginCall (#7641) (#7684) (bf6ef8e)
  • ios: cherry-pick - JSValueEncoder/Decoder feature parity with JSONEncoder/Decoder (#7657) (ce30924)
Commits
  • 7f4325c Release 6.2.0
  • 8e55ca5 fix: use Capacitor 6 for SPM dependency (#7737)
  • 96dde8c fix(cli): make Cordova plugins use same default kotlin version as Capacitor (...
  • dd068fe fix(ios): fix retain cycle caused by CDVPluginManager (#7692) (#7694)
  • bf6ef8e feat(core): cherrypick: expose methodName via CAPPluginCall (#7641) (#7684)
  • ce30924 feat(ios): cherry-pick - JSValueEncoder/Decoder feature parity with JSONEncod...
  • fa4909a chore: update files and workflows for 6.x branch (#7640)
  • 942b108 fix(cli): replace app-store deprecated method on build (#7637)
  • f3239c4 refactor(cli): Remove dependency to @​ionic/utils-process (#7614)
  • See full diff in compare view

Updates @capacitor/splash-screen from 6.0.2 to 6.0.3

Release notes

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

@​capacitor/splash-screen@​6.0.3

6.0.3 (2024-11-19)

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

Commits
  • 6e94aa5 chore(release): publish [skip ci]
  • 4637c79 chore: use Capacitor 6 as SPM dependency (#2221)
  • 5394ce1 chore(release): publish [skip ci]
  • b94cc72 feat(camera): only request permission to save to the gallery for Android <= 9...
  • 925ee04 chore(release): publish [skip ci]
  • 67c6af3 fix(browser): call notifyListeners only when browser is dismissed (#2207)
  • 014954d chore: update for 6.x branch (#2188)
  • See full diff in compare view

Updates @capacitor/cli from 6.1.2 to 6.2.0

Release notes

Sourced from @​capacitor/cli's releases.

6.2.0

6.2.0 (2024-11-19)

Bug Fixes

  • cli: make Cordova plugins use same default kotlin version as Capacitor (#7756) (96dde8c)
  • cli: replace app-store deprecated method on build (#7637) (942b108)
  • ios: fix retain cycle caused by CDVPluginManager (#7692) (#7694) (dd068fe)
  • use Capacitor 6 for SPM dependency (#7737) (8e55ca5)

Features

  • core: cherrypick: expose methodName via CAPPluginCall (#7641) (#7684) (bf6ef8e)
  • ios: cherry-pick - JSValueEncoder/Decoder feature parity with JSONEncoder/Decoder (#7657) (ce30924)
Changelog

Sourced from @​capacitor/cli's changelog.

6.2.0 (2024-11-19)

Bug Fixes

  • cli: make Cordova plugins use same default kotlin version as Capacitor (#7756) (96dde8c)
  • cli: replace app-store deprecated method on build (#7637) (942b108)
  • ios: fix retain cycle caused by CDVPluginManager (#7692) (#7694) (dd068fe)
  • use Capacitor 6 for SPM dependency (#7737) (8e55ca5)

Features

  • core: cherrypick: expose methodName via CAPPluginCall (#7641) (#7684) (bf6ef8e)
  • ios: cherry-pick - JSValueEncoder/Decoder feature parity with JSONEncoder/Decoder (#7657) (ce30924)
Commits
  • 7f4325c Release 6.2.0
  • 8e55ca5 fix: use Capacitor 6 for SPM dependency (#7737)
  • 96dde8c fix(cli): make Cordova plugins use same default kotlin version as Capacitor (...
  • dd068fe fix(ios): fix retain cycle caused by CDVPluginManager (#7692) (#7694)
  • bf6ef8e feat(core): cherrypick: expose methodName via CAPPluginCall (#7641) (#7684)
  • ce30924 feat(ios): cherry-pick - JSValueEncoder/Decoder feature parity with JSONEncod...
  • fa4909a chore: update files and workflows for 6.x branch (#7640)
  • 942b108 fix(cli): replace app-store deprecated method on build (#7637)
  • f3239c4 refactor(cli): Remove dependency to @​ionic/utils-process (#7614)
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the capacitor group in /ui with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [@capacitor/android](https://github.com/ionic-team/capacitor) | `6.1.2` | `6.2.0` |
| [@capacitor/app](https://github.com/ionic-team/capacitor-plugins) | `6.0.1` | `6.0.2` |
| [@capacitor/core](https://github.com/ionic-team/capacitor) | `6.1.2` | `6.2.0` |
| [@capacitor/filesystem](https://github.com/ionic-team/capacitor-plugins) | `6.0.1` | `6.0.2` |
| [@capacitor/ios](https://github.com/ionic-team/capacitor) | `6.1.2` | `6.2.0` |
| [@capacitor/splash-screen](https://github.com/ionic-team/capacitor-plugins) | `6.0.2` | `6.0.3` |
| [@capacitor/cli](https://github.com/ionic-team/capacitor) | `6.1.2` | `6.2.0` |


Updates `@capacitor/android` from 6.1.2 to 6.2.0
- [Release notes](https://github.com/ionic-team/capacitor/releases)
- [Changelog](https://github.com/ionic-team/capacitor/blob/6.2.0/CHANGELOG.md)
- [Commits](ionic-team/capacitor@6.1.2...6.2.0)

Updates `@capacitor/app` from 6.0.1 to 6.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/[email protected]...@capacitor/[email protected])

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

Updates `@capacitor/filesystem` from 6.0.1 to 6.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/[email protected]...@capacitor/[email protected])

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

Updates `@capacitor/splash-screen` from 6.0.2 to 6.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/[email protected]...@capacitor/[email protected])

Updates `@capacitor/cli` from 6.1.2 to 6.2.0
- [Release notes](https://github.com/ionic-team/capacitor/releases)
- [Changelog](https://github.com/ionic-team/capacitor/blob/6.2.0/CHANGELOG.md)
- [Commits](ionic-team/capacitor@6.1.2...6.2.0)

---
updated-dependencies:
- dependency-name: "@capacitor/android"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: capacitor
- dependency-name: "@capacitor/app"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: capacitor
- dependency-name: "@capacitor/core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: capacitor
- dependency-name: "@capacitor/filesystem"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: capacitor
- dependency-name: "@capacitor/ios"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: capacitor
- dependency-name: "@capacitor/splash-screen"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: capacitor
- dependency-name: "@capacitor/cli"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: capacitor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies javascript Pull requests that update Javascript code labels Nov 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants