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 v7.3.0 (#30461)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@capacitor/core](https://capacitorjs.com) ([source](https://redirect.github.com/ionic-team/capacitor)) | [`7.2.0` -> `7.3.0`](https://renovatebot.com/diffs/npm/@capacitor%2fcore/7.2.0/7.3.0) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>ionic-team/capacitor (@​capacitor/core)</summary> ### [`v7.3.0`](https://redirect.github.com/ionic-team/capacitor/blob/HEAD/CHANGELOG.md#730-2025-06-05) [Compare Source](https://redirect.github.com/ionic-team/capacitor/compare/7.2.0...7.3.0) ##### Bug Fixes - add error code checking to `runPlatformHook` ([#​7994](https://redirect.github.com/ionic-team/capacitor/issues/7994)) ([8717680](8717680491)) - **cli:** Don't downgrade deployment target on migrate ([#​7953](https://redirect.github.com/ionic-team/capacitor/issues/7953)) ([46e8792](46e87925b6)) - **cli:** ensures the execution order of CLI hooks ([#​7947](https://redirect.github.com/ionic-team/capacitor/issues/7947)) ([c3ea809](c3ea8094cd)) - **cli:** unexpected error on target device list ([#​8015](https://redirect.github.com/ionic-team/capacitor/issues/8015)) ([f827c48](f827c48f08)) - **cli:** use proper build params ([#​8016](https://redirect.github.com/ionic-team/capacitor/issues/8016)) ([12ce2a4](12ce2a4865)) - **core:** Prevent error when hasListeners is empty ([#​7975](https://redirect.github.com/ionic-team/capacitor/issues/7975)) ([a4a0942](a4a0942edd)) - Remove all plugin listeners in bridge reset ([#​7962](https://redirect.github.com/ionic-team/capacitor/issues/7962)) ([06aeea9](06aeea973a)) ##### Features - **cli:** Initial Cordova plugin SPM support ([#​7999](https://redirect.github.com/ionic-team/capacitor/issues/7999)) ([c030354](c030354263)) - expose `appStartPath` on cap config server configuration ([#​8019](https://redirect.github.com/ionic-team/capacitor/issues/8019)) ([a274fef](a274fef069)) - **ios:** Alternative debug config for SPM ([#​7982](https://redirect.github.com/ionic-team/capacitor/issues/7982)) ([a054aa5](a054aa5bb4)) </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:eyJjcmVhdGVkSW5WZXIiOiI0MC40MC4zIiwidXBkYXRlZEluVmVyIjoiNDAuNDAuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
12
core/package-lock.json
generated
12
core/package-lock.json
generated
@@ -663,9 +663,9 @@
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/@capacitor/core": {
|
||||
"version": "7.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@capacitor/core/-/core-7.2.0.tgz",
|
||||
"integrity": "sha512-2zCnA6RJeZ9ec4470o8QMZEQTWpekw9FNoqm5TLc10jeCrhvHVI8MPgxdZVc3mOdFlyieYu4AS1fNxSqbS57Pw==",
|
||||
"version": "7.3.0",
|
||||
"resolved": "https://registry.npmjs.org/@capacitor/core/-/core-7.3.0.tgz",
|
||||
"integrity": "sha512-t/DdTyBchQ2eAZuCmAARlqQsrEm0WyeNwh5zeRuv+cR6gnAsw+86/EWvJ/em5dTnZyaqEy8vlmOMdWarrUbnuQ==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"tslib": "^2.1.0"
|
||||
@@ -11102,9 +11102,9 @@
|
||||
"dev": true
|
||||
},
|
||||
"@capacitor/core": {
|
||||
"version": "7.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@capacitor/core/-/core-7.2.0.tgz",
|
||||
"integrity": "sha512-2zCnA6RJeZ9ec4470o8QMZEQTWpekw9FNoqm5TLc10jeCrhvHVI8MPgxdZVc3mOdFlyieYu4AS1fNxSqbS57Pw==",
|
||||
"version": "7.3.0",
|
||||
"resolved": "https://registry.npmjs.org/@capacitor/core/-/core-7.3.0.tgz",
|
||||
"integrity": "sha512-t/DdTyBchQ2eAZuCmAARlqQsrEm0WyeNwh5zeRuv+cR6gnAsw+86/EWvJ/em5dTnZyaqEy8vlmOMdWarrUbnuQ==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"tslib": "^2.1.0"
|
||||
|
||||
Reference in New Issue
Block a user