mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
chore(deps): update dependency @capacitor/core to v8.2.0 (#30997)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [@capacitor/core](https://capacitorjs.com) ([source](https://redirect.github.com/ionic-team/capacitor)) | [`8.1.0` → `8.2.0`](https://renovatebot.com/diffs/npm/@capacitor%2fcore/8.1.0/8.2.0) |  |  | --- ### Release Notes <details> <summary>ionic-team/capacitor (@​capacitor/core)</summary> ### [`v8.2.0`](https://redirect.github.com/ionic-team/capacitor/blob/HEAD/CHANGELOG.md#820-2026-03-06) [Compare Source](https://redirect.github.com/ionic-team/capacitor/compare/8.1.0...09770f7d2dc8d566bb377f9968355090f20918b6) ##### Bug Fixes - **android:** Add missing null checks in BridgeActivity ([#​8185](https://redirect.github.com/ionic-team/capacitor/issues/8185)) ([bd29b99](bd29b9913a)) - **android:** Concurrent Range Requests for assets ([#​8357](https://redirect.github.com/ionic-team/capacitor/issues/8357)) ([5e82c89](5e82c89f1b)) - **android:** handle lowercase range header ([#​8368](https://redirect.github.com/ionic-team/capacitor/issues/8368)) ([ae0e2dd](ae0e2ddccb)) - **android:** invalid http range seeking ([#​8369](https://redirect.github.com/ionic-team/capacitor/issues/8369)) ([3109d22](3109d22547)) - **cli:** Allow to run update on non macOS ([#​8344](https://redirect.github.com/ionic-team/capacitor/issues/8344)) ([a441280](a441280d7c)) - **cli:** Don't overwrite config.server section with `--live-reload` ([#​7528](https://redirect.github.com/ionic-team/capacitor/issues/7528)) ([782b9d9](782b9d9c26)) - **cli:** use 8.0.0 as default Capacitor SPM dependency version ([#​8341](https://redirect.github.com/ionic-team/capacitor/issues/8341)) ([a55dc5e](a55dc5ee4d)) - **docs:** fix typo in CapApp-SPM README ([#​8348](https://redirect.github.com/ionic-team/capacitor/issues/8348)) ([7d001ac](7d001ac4c5)) - **ios:** remove tmpWindow usages on presentVC/dismissVC ([#​8338](https://redirect.github.com/ionic-team/capacitor/issues/8338)) ([fc9647f](fc9647f26f)) ##### Features - **cli:** Add --https option for --live-reload ([#​8194](https://redirect.github.com/ionic-team/capacitor/issues/8194)) ([5db81e6](5db81e68c6)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "every weekday before 11am" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/ionic-team/ionic-framework). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My41Ni4wIiwidXBkYXRlZEluVmVyIjoiNDMuNTYuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
6
core/package-lock.json
generated
6
core/package-lock.json
generated
@@ -627,9 +627,9 @@
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/@capacitor/core": {
|
||||
"version": "8.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@capacitor/core/-/core-8.1.0.tgz",
|
||||
"integrity": "sha512-UfMBMWc1v7J+14AhH03QmeNwV3HZx3qnOWhpwnHfzALEwAwlV/itQOQqcasMQYhOHWL0tiymc5ByaLTn7KKQxw==",
|
||||
"version": "8.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@capacitor/core/-/core-8.2.0.tgz",
|
||||
"integrity": "sha512-oKaoNeNtH2iIZMDFVrb1atoyRECDGHcfLMunJ5KWN8DtvpVBeeA4c41e20NTuhMxw1cSYbpq2PV2hb+/9CJxlQ==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
|
||||
Reference in New Issue
Block a user