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

Bump @capacitor/core, @capacitor/android, @capacitor/clipboard, @capacitor/ios, @capacitor/keyboard and @capacitor/status-bar #2272

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 12, 2024

Bumps @capacitor/core, @capacitor/android, @capacitor/clipboard, @capacitor/ios, @capacitor/keyboard and @capacitor/status-bar. These dependencies needed to be updated together.
Updates @capacitor/core from 4.8.2 to 6.1.2

Release notes

Sourced from @​capacitor/core's releases.

6.1.2

6.1.2 (2024-08-07)

Bug Fixes

  • android: better cleaning of allowedOrigin url (#7607) (d123260)
  • http: pass original url as query param on the proxy url (#7527) (1da06e6)
  • support dependencies with ".swift" at the end of name (#7583) (ceee68a)

6.1.1

6.1.1 (2024-07-17)

Bug Fixes

  • android: Allow WebView to load blob urls (#7551) (0dca917)
  • android: javascript injection not working on urls with query (#7545) (57ce5c6)
  • android: send FormData on older devices (#7519) (de8b50d)
  • android: UTF-8 encode form data value (#7525) (a73ed31)
  • cli: enable cleartext for live reload (#7563) (e06648f)
  • http: handle UInt8Array on body (#7546) (cfb9ce1)
  • ios: make removeAllListeners accessible from javascript (#7566) (388a822)
  • ios: Match CapApp-SPM iOS version with project version (#7556) (df4dc9a)

6.1.0

6.1.0 (2024-06-11)

Bug Fixes

  • android: avoid crash if server url ends in / (#7426) (f8264cc)
  • cli: Avoid duplicate entries in packageClassList (#7470) (cca0b80)
  • cli: Run sync before updating gradle (#7497) (f27786e)
  • http: don't override readyState for non POST requests (#7488) (30c13a8)
  • ios: check if urlSchemeTask is stopped before calling its methods (#7482) (b32b5b1)

Features

6.0.0

6.0.0 (2024-04-15)

Bug Fixes

  • cli: Change Capacitor plugin files check (#7375) (fbfb778)

... (truncated)

Changelog

Sourced from @​capacitor/core's changelog.

6.1.2 (2024-08-07)

Bug Fixes

  • android: better cleaning of allowedOrigin url (#7607) (d123260)
  • http: pass original url as query param on the proxy url (#7527) (1da06e6)
  • support dependencies with ".swift" at the end of name (#7583) (ceee68a)

6.1.1 (2024-07-17)

Bug Fixes

  • android: Allow WebView to load blob urls (#7551) (0dca917)
  • android: javascript injection not working on urls with query (#7545) (57ce5c6)
  • android: send FormData on older devices (#7519) (de8b50d)
  • android: UTF-8 encode form data value (#7525) (a73ed31)
  • cli: enable cleartext for live reload (#7563) (e06648f)
  • http: handle UInt8Array on body (#7546) (cfb9ce1)
  • ios: make removeAllListeners accessible from javascript (#7566) (388a822)
  • ios: Match CapApp-SPM iOS version with project version (#7556) (df4dc9a)

6.1.0 (2024-06-11)

Bug Fixes

  • android: avoid crash if server url ends in / (#7426) (f8264cc)
  • cli: Avoid duplicate entries in packageClassList (#7470) (cca0b80)
  • cli: Run sync before updating gradle (#7497) (f27786e)
  • http: don't override readyState for non POST requests (#7488) (30c13a8)
  • ios: check if urlSchemeTask is stopped before calling its methods (#7482) (b32b5b1)

Features

6.0.0 (2024-04-15)

Bug Fixes

  • cli: Change Capacitor plugin files check (#7375) (fbfb778)
  • cli: Don't downgrade gradle version on migrate (#7385) (c79211e)
  • cli: Removing extra dash in android apk name flavor parsing (#7382) (3c411fd)
  • http: Add URLSearchParams support (#7374) (9367ecc)
  • http: prevent POST request from being proxied (#7395) (7b8c352)
  • secure cookies often are not set by the cookie plugin (#7261) (cda1886)

Features

  • cli: Support bun when running cap migrate (#7386) (3f96ff9)

... (truncated)

Commits
  • 035685d Release 6.1.2
  • d123260 fix(android): better cleaning of allowedOrigin url (#7607)
  • 2e5fc4d chore(http): regenerate native-bridge.js files (#7605)
  • 1da06e6 fix(http): pass original url as query param on the proxy url (#7527)
  • ceee68a fix: support dependencies with ".swift" at the end of name (#7583)
  • e0f299d Release 6.1.1
  • 388a822 fix(ios): make removeAllListeners accessible from javascript (#7566)
  • e06648f fix(cli): enable cleartext for live reload (#7563)
  • 4561515 chore(cli): Deprecate cordova.staticPlugins (#7564)
  • 57ce5c6 fix(android): javascript injection not working on urls with query (#7545)
  • Additional commits viewable in compare view

Updates @capacitor/android from 4.8.2 to 6.1.2

Release notes

Sourced from @​capacitor/android's releases.

6.1.2

6.1.2 (2024-08-07)

Bug Fixes

  • android: better cleaning of allowedOrigin url (#7607) (d123260)
  • http: pass original url as query param on the proxy url (#7527) (1da06e6)
  • support dependencies with ".swift" at the end of name (#7583) (ceee68a)

6.1.1

6.1.1 (2024-07-17)

Bug Fixes

  • android: Allow WebView to load blob urls (#7551) (0dca917)
  • android: javascript injection not working on urls with query (#7545) (57ce5c6)
  • android: send FormData on older devices (#7519) (de8b50d)
  • android: UTF-8 encode form data value (#7525) (a73ed31)
  • cli: enable cleartext for live reload (#7563) (e06648f)
  • http: handle UInt8Array on body (#7546) (cfb9ce1)
  • ios: make removeAllListeners accessible from javascript (#7566) (388a822)
  • ios: Match CapApp-SPM iOS version with project version (#7556) (df4dc9a)

6.1.0

6.1.0 (2024-06-11)

Bug Fixes

  • android: avoid crash if server url ends in / (#7426) (f8264cc)
  • cli: Avoid duplicate entries in packageClassList (#7470) (cca0b80)
  • cli: Run sync before updating gradle (#7497) (f27786e)
  • http: don't override readyState for non POST requests (#7488) (30c13a8)
  • ios: check if urlSchemeTask is stopped before calling its methods (#7482) (b32b5b1)

Features

6.0.0

6.0.0 (2024-04-15)

Bug Fixes

  • cli: Change Capacitor plugin files check (#7375) (fbfb778)

... (truncated)

Changelog

Sourced from @​capacitor/android's changelog.

6.1.2 (2024-08-07)

Bug Fixes

  • android: better cleaning of allowedOrigin url (#7607) (d123260)
  • http: pass original url as query param on the proxy url (#7527) (1da06e6)
  • support dependencies with ".swift" at the end of name (#7583) (ceee68a)

6.1.1 (2024-07-17)

Bug Fixes

  • android: Allow WebView to load blob urls (#7551) (0dca917)
  • android: javascript injection not working on urls with query (#7545) (57ce5c6)
  • android: send FormData on older devices (#7519) (de8b50d)
  • android: UTF-8 encode form data value (#7525) (a73ed31)
  • cli: enable cleartext for live reload (#7563) (e06648f)
  • http: handle UInt8Array on body (#7546) (cfb9ce1)
  • ios: make removeAllListeners accessible from javascript (#7566) (388a822)
  • ios: Match CapApp-SPM iOS version with project version (#7556) (df4dc9a)

6.1.0 (2024-06-11)

Bug Fixes

  • android: avoid crash if server url ends in / (#7426) (f8264cc)
  • cli: Avoid duplicate entries in packageClassList (#7470) (cca0b80)
  • cli: Run sync before updating gradle (#7497) (f27786e)
  • http: don't override readyState for non POST requests (#7488) (30c13a8)
  • ios: check if urlSchemeTask is stopped before calling its methods (#7482) (b32b5b1)

Features

6.0.0 (2024-04-15)

Bug Fixes

  • cli: Change Capacitor plugin files check (#7375) (fbfb778)
  • cli: Don't downgrade gradle version on migrate (#7385) (c79211e)
  • cli: Removing extra dash in android apk name flavor parsing (#7382) (3c411fd)
  • http: Add URLSearchParams support (#7374) (9367ecc)
  • http: prevent POST request from being proxied (#7395) (7b8c352)
  • secure cookies often are not set by the cookie plugin (#7261) (cda1886)

Features

  • cli: Support bun when running cap migrate (#7386) (3f96ff9)

... (truncated)

Commits
  • 035685d Release 6.1.2
  • d123260 fix(android): better cleaning of allowedOrigin url (#7607)
  • 2e5fc4d chore(http): regenerate native-bridge.js files (#7605)
  • 1da06e6 fix(http): pass original url as query param on the proxy url (#7527)
  • ceee68a fix: support dependencies with ".swift" at the end of name (#7583)
  • e0f299d Release 6.1.1
  • 388a822 fix(ios): make removeAllListeners accessible from javascript (#7566)
  • e06648f fix(cli): enable cleartext for live reload (#7563)
  • 4561515 chore(cli): Deprecate cordova.staticPlugins (#7564)
  • 57ce5c6 fix(android): javascript injection not working on urls with query (#7545)
  • Additional commits viewable in compare view

Updates @capacitor/clipboard from 4.1.0 to 6.0.1

Release notes

Sourced from @​capacitor/clipboard's releases.

@​capacitor/clipboard@​6.0.1

6.0.1 (2024-08-08)

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

@​capacitor/clipboard@​6.0.0

6.0.0 (2024-04-15)

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

@​capacitor/clipboard@​5.0.8

5.0.8 (2024-06-13)

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

Commits
  • 4fa3245 chore(release): publish [skip ci]
  • f2a5a9f feat: add entry for Barcode Scanner plugin (#2164)
  • 9421137 feat(local-notifications): Allowing local notifications to be delivered silen...
  • 33bdae1 chore: Update eslint to 8.x (#2124)
  • 93bc7be chore(release): publish [skip ci]
  • 39fb409 chore: run fmt command (#2126)
  • acd334d fix(ios): apply filter to fetch correct scene object (#2102)
  • 20b9e26 fix(ios): Picking ProRAW pictures from Gallery (#2098)
  • 9634552 fix(android): removes setOnExitAnimationListener when fade out is disabled
  • 998e495 fix(ios): iOS panorama photos selected through CameraPlugin are corrupted (#2...
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by it_mike_s, a new releaser for @​capacitor/clipboard since your current version.


Updates @capacitor/ios from 4.8.2 to 6.1.2

Release notes

Sourced from @​capacitor/ios's releases.

6.1.2

6.1.2 (2024-08-07)

Bug Fixes

  • android: better cleaning of allowedOrigin url (#7607) (d123260)
  • http: pass original url as query param on the proxy url (#7527) (1da06e6)
  • support dependencies with ".swift" at the end of name (#7583) (ceee68a)

6.1.1

6.1.1 (2024-07-17)

Bug Fixes

  • android: Allow WebView to load blob urls (#7551) (0dca917)
  • android: javascript injection not working on urls with query (#7545) (57ce5c6)
  • android: send FormData on older devices (#7519) (de8b50d)
  • android: UTF-8 encode form data value (#7525) (a73ed31)
  • cli: enable cleartext for live reload (#7563) (e06648f)
  • http: handle UInt8Array on body (#7546) (cfb9ce1)
  • ios: make removeAllListeners accessible from javascript (#7566) (388a822)
  • ios: Match CapApp-SPM iOS version with project version (#7556) (df4dc9a)

6.1.0

6.1.0 (2024-06-11)

Bug Fixes

  • android: avoid crash if server url ends in / (#7426) (f8264cc)
  • cli: Avoid duplicate entries in packageClassList (#7470) (cca0b80)
  • cli: Run sync before updating gradle (#7497) (f27786e)
  • http: don't override readyState for non POST requests (#7488) (30c13a8)
  • ios: check if urlSchemeTask is stopped before calling its methods (#7482) (b32b5b1)

Features

6.0.0

6.0.0 (2024-04-15)

Bug Fixes

  • cli: Change Capacitor plugin files check (#7375) (fbfb778)

... (truncated)

Changelog

Sourced from @​capacitor/ios's changelog.

6.1.2 (2024-08-07)

Bug Fixes

  • android: better cleaning of allowedOrigin url (#7607) (d123260)
  • http: pass original url as query param on the proxy url (#7527) (1da06e6)
  • support dependencies with ".swift" at the end of name (#7583) (ceee68a)

6.1.1 (2024-07-17)

Bug Fixes

  • android: Allow WebView to load blob urls (#7551) (0dca917)
  • android: javascript injection not working on urls with query (#7545) (57ce5c6)
  • android: send FormData on older devices (#7519) (de8b50d)
  • android: UTF-8 encode form data value (#7525) (a73ed31)
  • cli: enable cleartext for live reload (#7563) (e06648f)
  • http: handle UInt8Array on body (#7546) (cfb9ce1)
  • ios: make removeAllListeners accessible from javascript (#7566) (388a822)
  • ios: Match CapApp-SPM iOS version with project version (#7556) (df4dc9a)

6.1.0 (2024-06-11)

Bug Fixes

  • android: avoid crash if server url ends in / (#7426) (f8264cc)
  • cli: Avoid duplicate entries in packageClassList (#7470) (cca0b80)
  • cli: Run sync before updating gradle (#7497) (f27786e)
  • http: don't override readyState for non POST requests (#7488) (30c13a8)
  • ios: check if urlSchemeTask is stopped before calling its methods (#7482) (b32b5b1)

Features

6.0.0 (2024-04-15)

Bug Fixes

  • cli: Change Capacitor plugin files check (#7375) (fbfb778)
  • cli: Don't downgrade gradle version on migrate (#7385) (c79211e)
  • cli: Removing extra dash in android apk name flavor parsing (#7382) (3c411fd)
  • http: Add URLSearchParams support (#7374) (9367ecc)
  • http: prevent POST request from being proxied (#7395) (7b8c352)
  • secure cookies often are not set by the cookie plugin (#7261) (cda1886)

Features

  • cli: Support bun when running cap migrate (#7386) (3f96ff9)

... (truncated)

Commits
  • 035685d Release 6.1.2
  • d123260 fix(android): better cleaning of allowedOrigin url (#7607)
  • 2e5fc4d chore(http): regenerate native-bridge.js files (#7605)
  • 1da06e6 fix(http): pass original url as query param on the proxy url (#7527)
  • ceee68a fix: support dependencies with ".swift" at the end of name (#7583)
  • e0f299d Release 6.1.1
  • 388a822 fix(ios): make removeAllListeners accessible from javascript (#7566)
  • e06648f fix(cli): enable cleartext for live reload (#7563)
  • 4561515 chore(cli): Deprecate cordova.staticPlugins (#7564)
  • 57ce5c6 fix(android): javascript injection not working on urls with query (#7545)
  • Additional commits viewable in compare view

Updates @capacitor/keyboard from 4.1.1 to 6.0.2

Release notes

Sourced from @​capacitor/keyboard's releases.

@​capacitor/keyboard@​6.0.2

6.0.2 (2024-08-08)

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

@​capacitor/keyboard@​6.0.1

6.0.1 (2024-06-13)

Bug Fixes

  • ios: apply filter to fetch correct scene object (#2102) (acd334d)

@​capacitor/keyboard@​6.0.0

6.0.0 (2024-04-15)

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

@​capacitor/keyboard@​6.0.0-rc.1

6.0.0-rc.1 (2024-03-25)

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

@​capacitor/keyboard@​5.0.9

5.0.9 (2024-06-13)

Bug Fixes

  • ios: apply filter to fetch correct scene object (#2103) (c4feee0)
Commits
  • 4fa3245 chore(release): publish [skip ci]
  • f2a5a9f feat: add entry for Barcode Scanner plugin (#2164)
  • 9421137 feat(local-notifications): Allowing local notifications to be delivered silen...
  • 33bdae1 chore: Update eslint to 8.x (#2124)
  • 93bc7be chore(release): publish [skip ci]
  • 39fb409 chore: run fmt command (#2126)
  • acd334d fix(ios): apply filter to fetch correct scene object (#2102)
  • 20b9e26 fix(ios): Picking ProRAW pictures from Gallery (#2098)
  • 9634552 fix(android): removes setOnExitAnimationListener when fade out is disabled
  • 998e495 fix(ios): iOS panorama photos selected through CameraPlugin are corrupted (#2...
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by it_mike_s, a new releaser for @​capacitor/keyboard since your current version.


Updates @capacitor/status-bar from 4.1.1 to 6.0.1

Release notes

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

@​capacitor/status-bar@​6.0.1

6.0.1 (2024-08-08)

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

@​capacitor/status-bar@​6.0.0

6.0.0 (2024-04-15)

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

@​capacitor/status-bar@​6.0.0-rc.1

6.0.0-rc.1 (2024-03-25)

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

@​capacitor/status-bar@​5.0.8

5.0.8 (2024-06-13)

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

Commits
  • 4fa3245 chore(release): publish [skip ci]
  • f2a5a9f feat: add entry for Barcode Scanner plugin (#2164)
  • 9421137 feat(local-notifications): Allowing local notifications to be delivered silen...
  • 33bdae1 chore: Update eslint to 8.x (#2124)
  • 93bc7be chore(release): publish [skip ci]
  • 39fb409 chore: run fmt command (#2126)
  • acd334d fix(ios): apply filter to fetch correct scene object (#2102)
  • 20b9e26 fix(ios): Picking ProRAW pictures from Gallery (#2098)
  • 9634552 fix(android): removes setOnExitAnimationListener when fade out is disabled
  • 998e495 fix(ios): iOS panorama photos selected through CameraPlugin are corrupted (#2...
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by it_mike_s, a new releaser for @​capacitor/status-bar since your current version.


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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

…citor/ios, @capacitor/keyboard and @capacitor/status-bar

Bumps [@capacitor/core](https://github.com/ionic-team/capacitor), [@capacitor/android](https://github.com/ionic-team/capacitor), [@capacitor/clipboard](https://github.com/ionic-team/capacitor-plugins), [@capacitor/ios](https://github.com/ionic-team/capacitor), [@capacitor/keyboard](https://github.com/ionic-team/capacitor-plugins) and [@capacitor/status-bar](https://github.com/ionic-team/capacitor-plugins). These dependencies needed to be updated together.

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

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

Updates `@capacitor/clipboard` from 4.1.0 to 6.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@4.1.0...@capacitor/clipboard@6.0.1)

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

Updates `@capacitor/keyboard` from 4.1.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/keyboard@4.1.1...@capacitor/keyboard@6.0.2)

Updates `@capacitor/status-bar` from 4.1.1 to 6.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/status-bar@4.1.1...@capacitor/status-bar@6.0.1)

---
updated-dependencies:
- dependency-name: "@capacitor/core"
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: "@capacitor/android"
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: "@capacitor/clipboard"
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: "@capacitor/ios"
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: "@capacitor/keyboard"
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: "@capacitor/status-bar"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/multi-be45ef9ef1 branch from fd850c4 to d0deb3f Compare August 20, 2024 21:47
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 21, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Aug 21, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/multi-be45ef9ef1 branch August 21, 2024 11:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependency-bug Something isn’t working in a dependency
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants