wallet2
wallet2 copied to clipboard
Bump @capacitor/cli from 5.4.0 to 6.1.2
Bumps @capacitor/cli from 5.4.0 to 6.1.2.
Release notes
Sourced from @capacitor/cli
'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
- cli: run plugin hooks (#7499) (3b847ea)
- ios: CAPPluginMethod selector-based initializer (#7412) (44c5b55)
6.0.0
6.0.0 (2024-04-15)
Bug Fixes
... (truncated)
Changelog
Sourced from @capacitor/cli
'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
- cli: run plugin hooks (#7499) (3b847ea)
- ios: CAPPluginMethod selector-based initializer (#7412) (44c5b55)
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
... (truncated)
Commits
035685d
Release 6.1.2d123260
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.1388a822
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
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)