From d70c89c0e2d3a82f5d0256a6014282a5d1b20757 Mon Sep 17 00:00:00 2001 From: ionitron Date: Wed, 1 Nov 2023 13:40:40 +0000 Subject: [PATCH 1/4] v7.5.3 --- CHANGELOG.md | 20 ++++++++++++++++++++ core/CHANGELOG.md | 17 +++++++++++++++++ core/package-lock.json | 4 ++-- core/package.json | 2 +- docs/CHANGELOG.md | 8 ++++++++ docs/package-lock.json | 4 ++-- docs/package.json | 2 +- lerna.json | 2 +- packages/angular-server/CHANGELOG.md | 8 ++++++++ packages/angular-server/package-lock.json | 6 +++--- packages/angular-server/package.json | 4 ++-- packages/angular/CHANGELOG.md | 14 ++++++++++++++ packages/angular/package-lock.json | 6 +++--- packages/angular/package.json | 4 ++-- packages/react-router/CHANGELOG.md | 8 ++++++++ packages/react-router/package-lock.json | 6 +++--- packages/react-router/package.json | 4 ++-- packages/react/CHANGELOG.md | 8 ++++++++ packages/react/package-lock.json | 6 +++--- packages/react/package.json | 4 ++-- packages/vue-router/CHANGELOG.md | 8 ++++++++ packages/vue-router/package-lock.json | 6 +++--- packages/vue-router/package.json | 4 ++-- packages/vue/CHANGELOG.md | 8 ++++++++ packages/vue/package-lock.json | 6 +++--- packages/vue/package.json | 4 ++-- 26 files changed, 136 insertions(+), 37 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a4346b5a9..c9e4787f7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,26 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.5.3](https://github.com/ionic-team/ionic-framework/compare/v7.5.2...v7.5.3) (2023-11-01) + + +### Bug Fixes + +* **alert:** long words wrap to next line ([#28408](https://github.com/ionic-team/ionic-framework/issues/28408)) ([34257d6](https://github.com/ionic-team/ionic-framework/commit/34257d681e9034b0a001aa45e17222f3aab5ed76)), closes [#28406](https://github.com/ionic-team/ionic-framework/issues/28406) +* **angular:** inputs on standalone form controls are reactive ([#28434](https://github.com/ionic-team/ionic-framework/issues/28434)) ([3b6e631](https://github.com/ionic-team/ionic-framework/commit/3b6e6318bf94125b3f8305b4d072a5945ceb3730)), closes [#28431](https://github.com/ionic-team/ionic-framework/issues/28431) +* **angular:** NavController works with nested outlets ([#28421](https://github.com/ionic-team/ionic-framework/issues/28421)) ([90acad1](https://github.com/ionic-team/ionic-framework/commit/90acad1837b117542830ec0083389a35c5b4ee76)), closes [#28417](https://github.com/ionic-team/ionic-framework/issues/28417) +* **angular:** run platform subscriptions inside zone ([#28404](https://github.com/ionic-team/ionic-framework/issues/28404)) ([a4b303e](https://github.com/ionic-team/ionic-framework/commit/a4b303e1338a35756a9cf7f67508d24d2f8537a2)), closes [#19539](https://github.com/ionic-team/ionic-framework/issues/19539) +* **angular:** standalone form components do not error when multiple are used ([#28423](https://github.com/ionic-team/ionic-framework/issues/28423)) ([89698b3](https://github.com/ionic-team/ionic-framework/commit/89698b338fb05cde427c98720c238d2365abdaa7)), closes [#28418](https://github.com/ionic-team/ionic-framework/issues/28418) +* **datetime:** allow calendar navigation in readonly mode; disallow keyboard navigation when disabled ([#28336](https://github.com/ionic-team/ionic-framework/issues/28336)) ([f6a6877](https://github.com/ionic-team/ionic-framework/commit/f6a6877044a6d912a92aab00c3c78897da09415d)), closes [#28121](https://github.com/ionic-team/ionic-framework/issues/28121) +* **input, textarea, select:** use consistent sizes ([#28390](https://github.com/ionic-team/ionic-framework/issues/28390)) ([b31ecbb](https://github.com/ionic-team/ionic-framework/commit/b31ecbbfe8deb87604686d752e92e672dd9b277a)), closes [#28388](https://github.com/ionic-team/ionic-framework/issues/28388) +* **list-header:** apply safe area to proper side regardless of direction ([#28371](https://github.com/ionic-team/ionic-framework/issues/28371)) ([f99d530](https://github.com/ionic-team/ionic-framework/commit/f99d5305fb4b1607b42e34a0b7653d8e1b5bf23f)) +* **segment:** avoid scrolling webkit bug ([#28376](https://github.com/ionic-team/ionic-framework/issues/28376)) ([8e2f818](https://github.com/ionic-team/ionic-framework/commit/8e2f81867175e9980e6d072b0a4414baae571223)), closes [#28373](https://github.com/ionic-team/ionic-framework/issues/28373) +* **tab-bar:** apply safe area to proper side regardless of direction ([#28372](https://github.com/ionic-team/ionic-framework/issues/28372)) ([d47b7e7](https://github.com/ionic-team/ionic-framework/commit/d47b7e750310ceb2f2c7ecfda8343923ff8d564a)) + + + + + ## [7.5.2](https://github.com/ionic-team/ionic-framework/compare/v7.5.1...v7.5.2) (2023-10-25) diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index 0b4c93f166..936ca8621f 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.5.3](https://github.com/ionic-team/ionic-framework/compare/v7.5.2...v7.5.3) (2023-11-01) + + +### Bug Fixes + +* **alert:** long words wrap to next line ([#28408](https://github.com/ionic-team/ionic-framework/issues/28408)) ([34257d6](https://github.com/ionic-team/ionic-framework/commit/34257d681e9034b0a001aa45e17222f3aab5ed76)), closes [#28406](https://github.com/ionic-team/ionic-framework/issues/28406) +* **angular:** standalone form components do not error when multiple are used ([#28423](https://github.com/ionic-team/ionic-framework/issues/28423)) ([89698b3](https://github.com/ionic-team/ionic-framework/commit/89698b338fb05cde427c98720c238d2365abdaa7)), closes [#28418](https://github.com/ionic-team/ionic-framework/issues/28418) +* **datetime:** allow calendar navigation in readonly mode; disallow keyboard navigation when disabled ([#28336](https://github.com/ionic-team/ionic-framework/issues/28336)) ([f6a6877](https://github.com/ionic-team/ionic-framework/commit/f6a6877044a6d912a92aab00c3c78897da09415d)), closes [#28121](https://github.com/ionic-team/ionic-framework/issues/28121) +* **input, textarea, select:** use consistent sizes ([#28390](https://github.com/ionic-team/ionic-framework/issues/28390)) ([b31ecbb](https://github.com/ionic-team/ionic-framework/commit/b31ecbbfe8deb87604686d752e92e672dd9b277a)), closes [#28388](https://github.com/ionic-team/ionic-framework/issues/28388) +* **list-header:** apply safe area to proper side regardless of direction ([#28371](https://github.com/ionic-team/ionic-framework/issues/28371)) ([f99d530](https://github.com/ionic-team/ionic-framework/commit/f99d5305fb4b1607b42e34a0b7653d8e1b5bf23f)) +* **segment:** avoid scrolling webkit bug ([#28376](https://github.com/ionic-team/ionic-framework/issues/28376)) ([8e2f818](https://github.com/ionic-team/ionic-framework/commit/8e2f81867175e9980e6d072b0a4414baae571223)), closes [#28373](https://github.com/ionic-team/ionic-framework/issues/28373) +* **tab-bar:** apply safe area to proper side regardless of direction ([#28372](https://github.com/ionic-team/ionic-framework/issues/28372)) ([d47b7e7](https://github.com/ionic-team/ionic-framework/commit/d47b7e750310ceb2f2c7ecfda8343923ff8d564a)) + + + + + ## [7.5.2](https://github.com/ionic-team/ionic-framework/compare/v7.5.1...v7.5.2) (2023-10-25) diff --git a/core/package-lock.json b/core/package-lock.json index a94bc77c30..314598153c 100644 --- a/core/package-lock.json +++ b/core/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ionic/core", - "version": "7.5.2", + "version": "7.5.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/core", - "version": "7.5.2", + "version": "7.5.3", "license": "MIT", "dependencies": { "@stencil/core": "^4.6.0", diff --git a/core/package.json b/core/package.json index 82e132f6a4..9c5831b9f7 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/core", - "version": "7.5.2", + "version": "7.5.3", "description": "Base components for Ionic", "keywords": [ "ionic", diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index bf59808abb..dc93fc5054 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.5.3](https://github.com/ionic-team/ionic-framework/compare/v7.5.2...v7.5.3) (2023-11-01) + +**Note:** Version bump only for package @ionic/docs + + + + + ## [7.5.2](https://github.com/ionic-team/ionic-framework/compare/v7.5.1...v7.5.2) (2023-10-25) **Note:** Version bump only for package @ionic/docs diff --git a/docs/package-lock.json b/docs/package-lock.json index d7cab8c611..a5c05edcc6 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ionic/docs", - "version": "7.5.2", + "version": "7.5.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/docs", - "version": "7.5.2", + "version": "7.5.3", "license": "MIT" } } diff --git a/docs/package.json b/docs/package.json index 4ef0204243..d8ab3af2e0 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/docs", - "version": "7.5.2", + "version": "7.5.3", "description": "Pre-packaged API documentation for the Ionic docs.", "main": "core.json", "types": "core.d.ts", diff --git a/lerna.json b/lerna.json index 2ffeed176a..f92af9bbab 100644 --- a/lerna.json +++ b/lerna.json @@ -4,5 +4,5 @@ "docs", "packages/*" ], - "version": "7.5.2" + "version": "7.5.3" } diff --git a/packages/angular-server/CHANGELOG.md b/packages/angular-server/CHANGELOG.md index 1a7be71906..7feb8f448c 100644 --- a/packages/angular-server/CHANGELOG.md +++ b/packages/angular-server/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.5.3](https://github.com/ionic-team/ionic-framework/compare/v7.5.2...v7.5.3) (2023-11-01) + +**Note:** Version bump only for package @ionic/angular-server + + + + + ## [7.5.2](https://github.com/ionic-team/ionic-framework/compare/v7.5.1...v7.5.2) (2023-10-25) **Note:** Version bump only for package @ionic/angular-server diff --git a/packages/angular-server/package-lock.json b/packages/angular-server/package-lock.json index 5948234b4e..38d99f2077 100644 --- a/packages/angular-server/package-lock.json +++ b/packages/angular-server/package-lock.json @@ -1,15 +1,15 @@ { "name": "@ionic/angular-server", - "version": "7.5.2", + "version": "7.5.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/angular-server", - "version": "7.5.2", + "version": "7.5.3", "license": "MIT", "dependencies": { - "@ionic/core": "^7.5.2" + "@ionic/core": "^7.5.3" }, "devDependencies": { "@angular-eslint/eslint-plugin": "^14.0.0", diff --git a/packages/angular-server/package.json b/packages/angular-server/package.json index 9e6156d83f..a650894740 100644 --- a/packages/angular-server/package.json +++ b/packages/angular-server/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/angular-server", - "version": "7.5.2", + "version": "7.5.3", "description": "Angular SSR Module for Ionic", "keywords": [ "ionic", @@ -61,6 +61,6 @@ }, "prettier": "@ionic/prettier-config", "dependencies": { - "@ionic/core": "^7.5.2" + "@ionic/core": "^7.5.3" } } diff --git a/packages/angular/CHANGELOG.md b/packages/angular/CHANGELOG.md index 5d74635132..072f8912e6 100644 --- a/packages/angular/CHANGELOG.md +++ b/packages/angular/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.5.3](https://github.com/ionic-team/ionic-framework/compare/v7.5.2...v7.5.3) (2023-11-01) + + +### Bug Fixes + +* **angular:** inputs on standalone form controls are reactive ([#28434](https://github.com/ionic-team/ionic-framework/issues/28434)) ([3b6e631](https://github.com/ionic-team/ionic-framework/commit/3b6e6318bf94125b3f8305b4d072a5945ceb3730)), closes [#28431](https://github.com/ionic-team/ionic-framework/issues/28431) +* **angular:** NavController works with nested outlets ([#28421](https://github.com/ionic-team/ionic-framework/issues/28421)) ([90acad1](https://github.com/ionic-team/ionic-framework/commit/90acad1837b117542830ec0083389a35c5b4ee76)), closes [#28417](https://github.com/ionic-team/ionic-framework/issues/28417) +* **angular:** run platform subscriptions inside zone ([#28404](https://github.com/ionic-team/ionic-framework/issues/28404)) ([a4b303e](https://github.com/ionic-team/ionic-framework/commit/a4b303e1338a35756a9cf7f67508d24d2f8537a2)), closes [#19539](https://github.com/ionic-team/ionic-framework/issues/19539) +* **angular:** standalone form components do not error when multiple are used ([#28423](https://github.com/ionic-team/ionic-framework/issues/28423)) ([89698b3](https://github.com/ionic-team/ionic-framework/commit/89698b338fb05cde427c98720c238d2365abdaa7)), closes [#28418](https://github.com/ionic-team/ionic-framework/issues/28418) + + + + + ## [7.5.2](https://github.com/ionic-team/ionic-framework/compare/v7.5.1...v7.5.2) (2023-10-25) diff --git a/packages/angular/package-lock.json b/packages/angular/package-lock.json index a9587ebfb8..4d3a0f99b9 100644 --- a/packages/angular/package-lock.json +++ b/packages/angular/package-lock.json @@ -1,15 +1,15 @@ { "name": "@ionic/angular", - "version": "7.5.2", + "version": "7.5.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/angular", - "version": "7.5.2", + "version": "7.5.3", "license": "MIT", "dependencies": { - "@ionic/core": "^7.5.2", + "@ionic/core": "^7.5.3", "ionicons": "^7.0.0", "jsonc-parser": "^3.0.0", "tslib": "^2.3.0" diff --git a/packages/angular/package.json b/packages/angular/package.json index 351f792dd5..7c728e18c0 100644 --- a/packages/angular/package.json +++ b/packages/angular/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/angular", - "version": "7.5.2", + "version": "7.5.3", "description": "Angular specific wrappers for @ionic/core", "keywords": [ "ionic", @@ -47,7 +47,7 @@ } }, "dependencies": { - "@ionic/core": "^7.5.2", + "@ionic/core": "^7.5.3", "ionicons": "^7.0.0", "jsonc-parser": "^3.0.0", "tslib": "^2.3.0" diff --git a/packages/react-router/CHANGELOG.md b/packages/react-router/CHANGELOG.md index 8950c41703..0fc3bc5039 100644 --- a/packages/react-router/CHANGELOG.md +++ b/packages/react-router/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.5.3](https://github.com/ionic-team/ionic-framework/compare/v7.5.2...v7.5.3) (2023-11-01) + +**Note:** Version bump only for package @ionic/react-router + + + + + ## [7.5.2](https://github.com/ionic-team/ionic-framework/compare/v7.5.1...v7.5.2) (2023-10-25) **Note:** Version bump only for package @ionic/react-router diff --git a/packages/react-router/package-lock.json b/packages/react-router/package-lock.json index 879478929a..276317b458 100644 --- a/packages/react-router/package-lock.json +++ b/packages/react-router/package-lock.json @@ -1,15 +1,15 @@ { "name": "@ionic/react-router", - "version": "7.5.2", + "version": "7.5.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/react-router", - "version": "7.5.2", + "version": "7.5.3", "license": "MIT", "dependencies": { - "@ionic/react": "^7.5.2", + "@ionic/react": "^7.5.3", "tslib": "*" }, "devDependencies": { diff --git a/packages/react-router/package.json b/packages/react-router/package.json index e8266d2435..f1fbbc3f5b 100644 --- a/packages/react-router/package.json +++ b/packages/react-router/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/react-router", - "version": "7.5.2", + "version": "7.5.3", "description": "React Router wrapper for @ionic/react", "keywords": [ "ionic", @@ -37,7 +37,7 @@ "dist/" ], "dependencies": { - "@ionic/react": "^7.5.2", + "@ionic/react": "^7.5.3", "tslib": "*" }, "peerDependencies": { diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 94e25f4b4d..7bb9d39f19 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.5.3](https://github.com/ionic-team/ionic-framework/compare/v7.5.2...v7.5.3) (2023-11-01) + +**Note:** Version bump only for package @ionic/react + + + + + ## [7.5.2](https://github.com/ionic-team/ionic-framework/compare/v7.5.1...v7.5.2) (2023-10-25) **Note:** Version bump only for package @ionic/react diff --git a/packages/react/package-lock.json b/packages/react/package-lock.json index 35fe26b039..128081d80b 100644 --- a/packages/react/package-lock.json +++ b/packages/react/package-lock.json @@ -1,15 +1,15 @@ { "name": "@ionic/react", - "version": "7.5.2", + "version": "7.5.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/react", - "version": "7.5.2", + "version": "7.5.3", "license": "MIT", "dependencies": { - "@ionic/core": "^7.5.2", + "@ionic/core": "^7.5.3", "ionicons": "^7.0.0", "tslib": "*" }, diff --git a/packages/react/package.json b/packages/react/package.json index 3c150d5e58..524493fdb1 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/react", - "version": "7.5.2", + "version": "7.5.3", "description": "React specific wrapper for @ionic/core", "keywords": [ "ionic", @@ -41,7 +41,7 @@ "css/" ], "dependencies": { - "@ionic/core": "^7.5.2", + "@ionic/core": "^7.5.3", "ionicons": "^7.0.0", "tslib": "*" }, diff --git a/packages/vue-router/CHANGELOG.md b/packages/vue-router/CHANGELOG.md index ab645fbfc7..79ac5a1d17 100644 --- a/packages/vue-router/CHANGELOG.md +++ b/packages/vue-router/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.5.3](https://github.com/ionic-team/ionic-framework/compare/v7.5.2...v7.5.3) (2023-11-01) + +**Note:** Version bump only for package @ionic/vue-router + + + + + ## [7.5.2](https://github.com/ionic-team/ionic-framework/compare/v7.5.1...v7.5.2) (2023-10-25) **Note:** Version bump only for package @ionic/vue-router diff --git a/packages/vue-router/package-lock.json b/packages/vue-router/package-lock.json index 328b07adf5..b2cbadf498 100644 --- a/packages/vue-router/package-lock.json +++ b/packages/vue-router/package-lock.json @@ -1,15 +1,15 @@ { "name": "@ionic/vue-router", - "version": "7.5.2", + "version": "7.5.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/vue-router", - "version": "7.5.2", + "version": "7.5.3", "license": "MIT", "dependencies": { - "@ionic/vue": "^7.5.2" + "@ionic/vue": "^7.5.3" }, "devDependencies": { "@ionic/eslint-config": "^0.3.0", diff --git a/packages/vue-router/package.json b/packages/vue-router/package.json index 3245ad7255..c25983c77c 100644 --- a/packages/vue-router/package.json +++ b/packages/vue-router/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/vue-router", - "version": "7.5.2", + "version": "7.5.3", "description": "Vue Router integration for @ionic/vue", "scripts": { "test.spec": "jest", @@ -45,7 +45,7 @@ }, "homepage": "https://github.com/ionic-team/ionic#readme", "dependencies": { - "@ionic/vue": "^7.5.2" + "@ionic/vue": "^7.5.3" }, "devDependencies": { "@ionic/eslint-config": "^0.3.0", diff --git a/packages/vue/CHANGELOG.md b/packages/vue/CHANGELOG.md index 53785d3bff..2152d89618 100644 --- a/packages/vue/CHANGELOG.md +++ b/packages/vue/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.5.3](https://github.com/ionic-team/ionic-framework/compare/v7.5.2...v7.5.3) (2023-11-01) + +**Note:** Version bump only for package @ionic/vue + + + + + ## [7.5.2](https://github.com/ionic-team/ionic-framework/compare/v7.5.1...v7.5.2) (2023-10-25) **Note:** Version bump only for package @ionic/vue diff --git a/packages/vue/package-lock.json b/packages/vue/package-lock.json index 22355ad8cd..5fda7a16df 100644 --- a/packages/vue/package-lock.json +++ b/packages/vue/package-lock.json @@ -1,15 +1,15 @@ { "name": "@ionic/vue", - "version": "7.5.2", + "version": "7.5.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/vue", - "version": "7.5.2", + "version": "7.5.3", "license": "MIT", "dependencies": { - "@ionic/core": "^7.5.2", + "@ionic/core": "^7.5.3", "ionicons": "^7.0.0" }, "devDependencies": { diff --git a/packages/vue/package.json b/packages/vue/package.json index c210dcef2e..d5307d0e6d 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/vue", - "version": "7.5.2", + "version": "7.5.3", "description": "Vue specific wrapper for @ionic/core", "scripts": { "eslint": "eslint src", @@ -66,7 +66,7 @@ "vue-router": "^4.0.16" }, "dependencies": { - "@ionic/core": "^7.5.2", + "@ionic/core": "^7.5.3", "ionicons": "^7.0.0" }, "vetur": { From a608a11ad0c7708e0106513f9d69cb642c046543 Mon Sep 17 00:00:00 2001 From: ionitron Date: Wed, 1 Nov 2023 13:40:57 +0000 Subject: [PATCH 2/4] chore(): update package lock files --- packages/angular-server/package-lock.json | 12 +++---- packages/angular/package-lock.json | 12 +++---- packages/react-router/package-lock.json | 40 +++++++++++------------ packages/react/package-lock.json | 12 +++---- packages/vue-router/package-lock.json | 40 +++++++++++------------ packages/vue/package-lock.json | 12 +++---- 6 files changed, 64 insertions(+), 64 deletions(-) diff --git a/packages/angular-server/package-lock.json b/packages/angular-server/package-lock.json index 38d99f2077..baba9b6cae 100644 --- a/packages/angular-server/package-lock.json +++ b/packages/angular-server/package-lock.json @@ -1060,9 +1060,9 @@ "dev": true }, "node_modules/@ionic/core": { - "version": "7.5.2", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.5.2.tgz", - "integrity": "sha512-0O8YgaE7CzrhDLGpnNq2Ia4bR+qFE1uHJHafoNWhoTXkydNnqSMZlxMCvtSetfv9bwLic93lcXYNoZ8I8zV3XA==", + "version": "7.5.3", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.5.3.tgz", + "integrity": "sha512-nd4NV6gSgohLvKHGmf+jAcgzI1387eKq3enjBfE574FK/ikl5CeIltv0MBVJr9lz0pNSL/y9m1tdaFg+syASuA==", "dependencies": { "@stencil/core": "^4.6.0", "ionicons": "^7.2.1", @@ -7330,9 +7330,9 @@ "dev": true }, "@ionic/core": { - "version": "7.5.2", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.5.2.tgz", - "integrity": "sha512-0O8YgaE7CzrhDLGpnNq2Ia4bR+qFE1uHJHafoNWhoTXkydNnqSMZlxMCvtSetfv9bwLic93lcXYNoZ8I8zV3XA==", + "version": "7.5.3", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.5.3.tgz", + "integrity": "sha512-nd4NV6gSgohLvKHGmf+jAcgzI1387eKq3enjBfE574FK/ikl5CeIltv0MBVJr9lz0pNSL/y9m1tdaFg+syASuA==", "requires": { "@stencil/core": "^4.6.0", "ionicons": "^7.2.1", diff --git a/packages/angular/package-lock.json b/packages/angular/package-lock.json index 4d3a0f99b9..1b90f7f19f 100644 --- a/packages/angular/package-lock.json +++ b/packages/angular/package-lock.json @@ -1227,9 +1227,9 @@ "dev": true }, "node_modules/@ionic/core": { - "version": "7.5.2", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.5.2.tgz", - "integrity": "sha512-0O8YgaE7CzrhDLGpnNq2Ia4bR+qFE1uHJHafoNWhoTXkydNnqSMZlxMCvtSetfv9bwLic93lcXYNoZ8I8zV3XA==", + "version": "7.5.3", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.5.3.tgz", + "integrity": "sha512-nd4NV6gSgohLvKHGmf+jAcgzI1387eKq3enjBfE574FK/ikl5CeIltv0MBVJr9lz0pNSL/y9m1tdaFg+syASuA==", "dependencies": { "@stencil/core": "^4.6.0", "ionicons": "^7.2.1", @@ -8093,9 +8093,9 @@ "dev": true }, "@ionic/core": { - "version": "7.5.2", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.5.2.tgz", - "integrity": "sha512-0O8YgaE7CzrhDLGpnNq2Ia4bR+qFE1uHJHafoNWhoTXkydNnqSMZlxMCvtSetfv9bwLic93lcXYNoZ8I8zV3XA==", + "version": "7.5.3", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.5.3.tgz", + "integrity": "sha512-nd4NV6gSgohLvKHGmf+jAcgzI1387eKq3enjBfE574FK/ikl5CeIltv0MBVJr9lz0pNSL/y9m1tdaFg+syASuA==", "requires": { "@stencil/core": "^4.6.0", "ionicons": "^7.2.1", diff --git a/packages/react-router/package-lock.json b/packages/react-router/package-lock.json index 276317b458..8d3db7953d 100644 --- a/packages/react-router/package-lock.json +++ b/packages/react-router/package-lock.json @@ -205,9 +205,9 @@ "dev": true }, "node_modules/@ionic/core": { - "version": "7.5.2", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.5.2.tgz", - "integrity": "sha512-0O8YgaE7CzrhDLGpnNq2Ia4bR+qFE1uHJHafoNWhoTXkydNnqSMZlxMCvtSetfv9bwLic93lcXYNoZ8I8zV3XA==", + "version": "7.5.3", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.5.3.tgz", + "integrity": "sha512-nd4NV6gSgohLvKHGmf+jAcgzI1387eKq3enjBfE574FK/ikl5CeIltv0MBVJr9lz0pNSL/y9m1tdaFg+syASuA==", "dependencies": { "@stencil/core": "^4.6.0", "ionicons": "^7.2.1", @@ -381,11 +381,11 @@ } }, "node_modules/@ionic/react": { - "version": "7.5.2", - "resolved": "https://registry.npmjs.org/@ionic/react/-/react-7.5.2.tgz", - "integrity": "sha512-NCLca/syKh7OJ8RLLw8rFENhG4QLlvkfePvfqlsFLslY384Ocvo8364jEqn17XeSv/E8IeC7OlVBHjj7LO40lg==", + "version": "7.5.3", + "resolved": "https://registry.npmjs.org/@ionic/react/-/react-7.5.3.tgz", + "integrity": "sha512-qnHz/g84mqLenUAoyi6HL181xvq3izVG/sD2hQ6iX3QjGQKMnbWNVo6M3YK4FJI1ht91NzhFxs6qvXHFcA1o4g==", "dependencies": { - "@ionic/core": "7.5.2", + "@ionic/core": "7.5.3", "ionicons": "^7.0.0", "tslib": "*" }, @@ -466,9 +466,9 @@ } }, "node_modules/@stencil/core": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.6.0.tgz", - "integrity": "sha512-5Y6/fP28aspPDRB+Tz5GuB1jRVGuUEk5/rnyE8ACGcuzEOG+zR0A/IHRJSU3XmCxUlVDKfKoO6St5W84oUCVMA==", + "version": "4.7.0", + "resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.7.0.tgz", + "integrity": "sha512-hl3hD5FA8F9kZiDJSus08Kno1QRl+fXeMBzrl5DjWAzAu0JHxL1AqTph5oQSekjvkSahaa8JtsXnHRZU93eivg==", "bin": { "stencil": "bin/stencil" }, @@ -3631,9 +3631,9 @@ "dev": true }, "@ionic/core": { - "version": "7.5.2", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.5.2.tgz", - "integrity": "sha512-0O8YgaE7CzrhDLGpnNq2Ia4bR+qFE1uHJHafoNWhoTXkydNnqSMZlxMCvtSetfv9bwLic93lcXYNoZ8I8zV3XA==", + "version": "7.5.3", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.5.3.tgz", + "integrity": "sha512-nd4NV6gSgohLvKHGmf+jAcgzI1387eKq3enjBfE574FK/ikl5CeIltv0MBVJr9lz0pNSL/y9m1tdaFg+syASuA==", "requires": { "@stencil/core": "^4.6.0", "ionicons": "^7.2.1", @@ -3737,11 +3737,11 @@ "requires": {} }, "@ionic/react": { - "version": "7.5.2", - "resolved": "https://registry.npmjs.org/@ionic/react/-/react-7.5.2.tgz", - "integrity": "sha512-NCLca/syKh7OJ8RLLw8rFENhG4QLlvkfePvfqlsFLslY384Ocvo8364jEqn17XeSv/E8IeC7OlVBHjj7LO40lg==", + "version": "7.5.3", + "resolved": "https://registry.npmjs.org/@ionic/react/-/react-7.5.3.tgz", + "integrity": "sha512-qnHz/g84mqLenUAoyi6HL181xvq3izVG/sD2hQ6iX3QjGQKMnbWNVo6M3YK4FJI1ht91NzhFxs6qvXHFcA1o4g==", "requires": { - "@ionic/core": "7.5.2", + "@ionic/core": "7.5.3", "ionicons": "^7.0.0", "tslib": "*" } @@ -3795,9 +3795,9 @@ } }, "@stencil/core": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.6.0.tgz", - "integrity": "sha512-5Y6/fP28aspPDRB+Tz5GuB1jRVGuUEk5/rnyE8ACGcuzEOG+zR0A/IHRJSU3XmCxUlVDKfKoO6St5W84oUCVMA==" + "version": "4.7.0", + "resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.7.0.tgz", + "integrity": "sha512-hl3hD5FA8F9kZiDJSus08Kno1QRl+fXeMBzrl5DjWAzAu0JHxL1AqTph5oQSekjvkSahaa8JtsXnHRZU93eivg==" }, "@types/estree": { "version": "0.0.39", diff --git a/packages/react/package-lock.json b/packages/react/package-lock.json index 128081d80b..ff6ebea801 100644 --- a/packages/react/package-lock.json +++ b/packages/react/package-lock.json @@ -697,9 +697,9 @@ "dev": true }, "node_modules/@ionic/core": { - "version": "7.5.2", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.5.2.tgz", - "integrity": "sha512-0O8YgaE7CzrhDLGpnNq2Ia4bR+qFE1uHJHafoNWhoTXkydNnqSMZlxMCvtSetfv9bwLic93lcXYNoZ8I8zV3XA==", + "version": "7.5.3", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.5.3.tgz", + "integrity": "sha512-nd4NV6gSgohLvKHGmf+jAcgzI1387eKq3enjBfE574FK/ikl5CeIltv0MBVJr9lz0pNSL/y9m1tdaFg+syASuA==", "dependencies": { "@stencil/core": "^4.6.0", "ionicons": "^7.2.1", @@ -11766,9 +11766,9 @@ "dev": true }, "@ionic/core": { - "version": "7.5.2", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.5.2.tgz", - "integrity": "sha512-0O8YgaE7CzrhDLGpnNq2Ia4bR+qFE1uHJHafoNWhoTXkydNnqSMZlxMCvtSetfv9bwLic93lcXYNoZ8I8zV3XA==", + "version": "7.5.3", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.5.3.tgz", + "integrity": "sha512-nd4NV6gSgohLvKHGmf+jAcgzI1387eKq3enjBfE574FK/ikl5CeIltv0MBVJr9lz0pNSL/y9m1tdaFg+syASuA==", "requires": { "@stencil/core": "^4.6.0", "ionicons": "^7.2.1", diff --git a/packages/vue-router/package-lock.json b/packages/vue-router/package-lock.json index b2cbadf498..ce5d5e0b86 100644 --- a/packages/vue-router/package-lock.json +++ b/packages/vue-router/package-lock.json @@ -660,9 +660,9 @@ "dev": true }, "node_modules/@ionic/core": { - "version": "7.5.2", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.5.2.tgz", - "integrity": "sha512-0O8YgaE7CzrhDLGpnNq2Ia4bR+qFE1uHJHafoNWhoTXkydNnqSMZlxMCvtSetfv9bwLic93lcXYNoZ8I8zV3XA==", + "version": "7.5.3", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.5.3.tgz", + "integrity": "sha512-nd4NV6gSgohLvKHGmf+jAcgzI1387eKq3enjBfE574FK/ikl5CeIltv0MBVJr9lz0pNSL/y9m1tdaFg+syASuA==", "dependencies": { "@stencil/core": "^4.6.0", "ionicons": "^7.2.1", @@ -851,11 +851,11 @@ } }, "node_modules/@ionic/vue": { - "version": "7.5.2", - "resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-7.5.2.tgz", - "integrity": "sha512-U0JYDF6nSo0+j5S1BlVW0EEcpBGWzLV1jhZmda72E4D/ol5yYFJldcJJ1rw4wkK+Q1zifRD5GRJljfcxbXl+mA==", + "version": "7.5.3", + "resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-7.5.3.tgz", + "integrity": "sha512-JR0YSutDuZFssfYIEqQ2L+YRVsug/bG0c//Cpytw2zS0Obhrap7dthYlicX4WmwtO2FXJQ3djExABCFR+aP0JQ==", "dependencies": { - "@ionic/core": "7.5.2", + "@ionic/core": "7.5.3", "ionicons": "^7.0.0" } }, @@ -1303,9 +1303,9 @@ } }, "node_modules/@stencil/core": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.6.0.tgz", - "integrity": "sha512-5Y6/fP28aspPDRB+Tz5GuB1jRVGuUEk5/rnyE8ACGcuzEOG+zR0A/IHRJSU3XmCxUlVDKfKoO6St5W84oUCVMA==", + "version": "4.7.0", + "resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.7.0.tgz", + "integrity": "sha512-hl3hD5FA8F9kZiDJSus08Kno1QRl+fXeMBzrl5DjWAzAu0JHxL1AqTph5oQSekjvkSahaa8JtsXnHRZU93eivg==", "bin": { "stencil": "bin/stencil" }, @@ -7665,9 +7665,9 @@ "dev": true }, "@ionic/core": { - "version": "7.5.2", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.5.2.tgz", - "integrity": "sha512-0O8YgaE7CzrhDLGpnNq2Ia4bR+qFE1uHJHafoNWhoTXkydNnqSMZlxMCvtSetfv9bwLic93lcXYNoZ8I8zV3XA==", + "version": "7.5.3", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.5.3.tgz", + "integrity": "sha512-nd4NV6gSgohLvKHGmf+jAcgzI1387eKq3enjBfE574FK/ikl5CeIltv0MBVJr9lz0pNSL/y9m1tdaFg+syASuA==", "requires": { "@stencil/core": "^4.6.0", "ionicons": "^7.2.1", @@ -7780,11 +7780,11 @@ "requires": {} }, "@ionic/vue": { - "version": "7.5.2", - "resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-7.5.2.tgz", - "integrity": "sha512-U0JYDF6nSo0+j5S1BlVW0EEcpBGWzLV1jhZmda72E4D/ol5yYFJldcJJ1rw4wkK+Q1zifRD5GRJljfcxbXl+mA==", + "version": "7.5.3", + "resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-7.5.3.tgz", + "integrity": "sha512-JR0YSutDuZFssfYIEqQ2L+YRVsug/bG0c//Cpytw2zS0Obhrap7dthYlicX4WmwtO2FXJQ3djExABCFR+aP0JQ==", "requires": { - "@ionic/core": "7.5.2", + "@ionic/core": "7.5.3", "ionicons": "^7.0.0" } }, @@ -8143,9 +8143,9 @@ } }, "@stencil/core": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.6.0.tgz", - "integrity": "sha512-5Y6/fP28aspPDRB+Tz5GuB1jRVGuUEk5/rnyE8ACGcuzEOG+zR0A/IHRJSU3XmCxUlVDKfKoO6St5W84oUCVMA==" + "version": "4.7.0", + "resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.7.0.tgz", + "integrity": "sha512-hl3hD5FA8F9kZiDJSus08Kno1QRl+fXeMBzrl5DjWAzAu0JHxL1AqTph5oQSekjvkSahaa8JtsXnHRZU93eivg==" }, "@tootallnate/once": { "version": "2.0.0", diff --git a/packages/vue/package-lock.json b/packages/vue/package-lock.json index 5fda7a16df..d251c8d01a 100644 --- a/packages/vue/package-lock.json +++ b/packages/vue/package-lock.json @@ -207,9 +207,9 @@ "dev": true }, "node_modules/@ionic/core": { - "version": "7.5.2", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.5.2.tgz", - "integrity": "sha512-0O8YgaE7CzrhDLGpnNq2Ia4bR+qFE1uHJHafoNWhoTXkydNnqSMZlxMCvtSetfv9bwLic93lcXYNoZ8I8zV3XA==", + "version": "7.5.3", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.5.3.tgz", + "integrity": "sha512-nd4NV6gSgohLvKHGmf+jAcgzI1387eKq3enjBfE574FK/ikl5CeIltv0MBVJr9lz0pNSL/y9m1tdaFg+syASuA==", "dependencies": { "@stencil/core": "^4.6.0", "ionicons": "^7.2.1", @@ -3734,9 +3734,9 @@ "dev": true }, "@ionic/core": { - "version": "7.5.2", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.5.2.tgz", - "integrity": "sha512-0O8YgaE7CzrhDLGpnNq2Ia4bR+qFE1uHJHafoNWhoTXkydNnqSMZlxMCvtSetfv9bwLic93lcXYNoZ8I8zV3XA==", + "version": "7.5.3", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.5.3.tgz", + "integrity": "sha512-nd4NV6gSgohLvKHGmf+jAcgzI1387eKq3enjBfE574FK/ikl5CeIltv0MBVJr9lz0pNSL/y9m1tdaFg+syASuA==", "requires": { "@stencil/core": "^4.6.0", "ionicons": "^7.2.1", From a4551470a9700c3278d0005f083e7a8b6ddd04b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 13:45:16 -0400 Subject: [PATCH 3/4] chore(deps): Bump @stencil/core from 4.6.0 to 4.7.0 in /core (#28436) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [@stencil/core](https://github.com/ionic-team/stencil) from 4.6.0 to 4.7.0.
Changelog

Sourced from @​stencil/core's changelog.

💪 4.7.0 (2023-10-30)

Bug Fixes

  • runtime: prevent additional attempted move of slot content (#4921) (adb3ccf)
  • runtime: relocate slot content from non-shadow to shadow components w/ slot name change (#4940) (0fe78c7)
  • runtime: slot name forwarding & attribute reset (#4993) (ee60f3b)
  • runtime: slotted content order with sibling elements (#4994) (740c1e4)
  • runtime: support "capture" style events (#4968) (2c8cfac)
  • www: ensure that files necessary for www build are on disk (#4992) (b74220b)
  • www: fix an inconsistency between www builds (#4983) (f113b05)

Features

Commits
  • d947094 v4.7.0 (#5006)
  • 8f5d09f chore(deps): update typescript-eslint to v6.9.0 (#5004)
  • 6a5d3e6 chore(deps): update dependency eslint-plugin-jest to v27.6.0 (#5003)
  • 027ab86 chore(deps): update dependency @​types/node to v20.8.9 (#5002)
  • b9c4934 chore(deps): update actions/setup-node action to v4 (#5005)
  • 67d01a0 docs(output-targets): document generateHashedCopy function (#4984)
  • 740c1e4 fix(runtime): slotted content order with sibling elements (#4994)
  • b74220b fix(www): ensure that files necessary for www build are on disk (#4992)
  • 2c8cfac fix(runtime): support "capture" style events (#4968)
  • f113b05 fix(www): fix an inconsistency between www builds (#4983)
  • Additional commits viewable in compare view

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@stencil/core&package-manager=npm_and_yarn&previous-version=4.6.0&new-version=4.7.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) ---
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 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)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- core/package-lock.json | 14 +++++++------- core/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/core/package-lock.json b/core/package-lock.json index 314598153c..6eef54fd61 100644 --- a/core/package-lock.json +++ b/core/package-lock.json @@ -9,7 +9,7 @@ "version": "7.5.3", "license": "MIT", "dependencies": { - "@stencil/core": "^4.6.0", + "@stencil/core": "^4.7.0", "ionicons": "^7.2.1", "tslib": "^2.1.0" }, @@ -1653,9 +1653,9 @@ } }, "node_modules/@stencil/core": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.6.0.tgz", - "integrity": "sha512-5Y6/fP28aspPDRB+Tz5GuB1jRVGuUEk5/rnyE8ACGcuzEOG+zR0A/IHRJSU3XmCxUlVDKfKoO6St5W84oUCVMA==", + "version": "4.7.0", + "resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.7.0.tgz", + "integrity": "sha512-hl3hD5FA8F9kZiDJSus08Kno1QRl+fXeMBzrl5DjWAzAu0JHxL1AqTph5oQSekjvkSahaa8JtsXnHRZU93eivg==", "bin": { "stencil": "bin/stencil" }, @@ -11586,9 +11586,9 @@ "requires": {} }, "@stencil/core": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.6.0.tgz", - "integrity": "sha512-5Y6/fP28aspPDRB+Tz5GuB1jRVGuUEk5/rnyE8ACGcuzEOG+zR0A/IHRJSU3XmCxUlVDKfKoO6St5W84oUCVMA==" + "version": "4.7.0", + "resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.7.0.tgz", + "integrity": "sha512-hl3hD5FA8F9kZiDJSus08Kno1QRl+fXeMBzrl5DjWAzAu0JHxL1AqTph5oQSekjvkSahaa8JtsXnHRZU93eivg==" }, "@stencil/react-output-target": { "version": "0.5.3", diff --git a/core/package.json b/core/package.json index 9c5831b9f7..24c58db610 100644 --- a/core/package.json +++ b/core/package.json @@ -31,7 +31,7 @@ "loader/" ], "dependencies": { - "@stencil/core": "^4.6.0", + "@stencil/core": "^4.7.0", "ionicons": "^7.2.1", "tslib": "^2.1.0" }, From b7d1a5c86bf81b0808c343f35ba64214dba39e6f Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Wed, 1 Nov 2023 16:27:25 -0400 Subject: [PATCH 4/4] chore: remove release scripts (#28451) Issue number: N/A --------- ## What is the current behavior? These scripts are old and do not do anything (`np` isn't even a dependency). ## What is the new behavior? - Removed the scripts from react and react-router ## Does this introduce a breaking change? - [ ] Yes - [x] No ## Other information --- packages/react-router/package.json | 1 - packages/react/package.json | 1 - 2 files changed, 2 deletions(-) diff --git a/packages/react-router/package.json b/packages/react-router/package.json index f1fbbc3f5b..b1cab76d45 100644 --- a/packages/react-router/package.json +++ b/packages/react-router/package.json @@ -23,7 +23,6 @@ "build": "npm run clean && npm run compile", "clean": "rimraf dist dist-transpiled", "compile": "npm run tsc && rollup -c", - "release": "np --any-branch --no-cleanup", "eslint": "eslint src", "prettier": "prettier \"./src/**/*.{html,ts,tsx,js,jsx}\"", "lint": "npm run eslint && npm run prettier -- --write --cache", diff --git a/packages/react/package.json b/packages/react/package.json index 524493fdb1..1ba5f1d763 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -25,7 +25,6 @@ "compile": "npm run tsc && rollup -c", "eslint": "eslint src", "prettier": "prettier \"./src/**/*.{html,ts,tsx,js,jsx}\"", - "release": "np --any-branch --yolo --no-release-draft", "lint": "npm run eslint && npm run prettier -- --write --cache", "lint.fix": "npm run eslint -- --fix && npm run prettier -- --write --cache", "tsc": "tsc -p .",