From de5a163494856efc4486d07fe47d4c663bfd7e50 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 01:10:45 +0000 Subject: [PATCH] chore(deps): update ionic to v8.8.14 --- .../stackblitz/v8/angular/package-lock.json | 18 ++++++------- .../code/stackblitz/v8/angular/package.json | 4 +-- .../code/stackblitz/v8/html/package-lock.json | 8 +++--- static/code/stackblitz/v8/html/package.json | 2 +- .../stackblitz/v8/react/package-lock.json | 26 +++++++++---------- static/code/stackblitz/v8/react/package.json | 4 +-- .../code/stackblitz/v8/vue/package-lock.json | 26 +++++++++---------- static/code/stackblitz/v8/vue/package.json | 4 +-- 8 files changed, 46 insertions(+), 46 deletions(-) diff --git a/static/code/stackblitz/v8/angular/package-lock.json b/static/code/stackblitz/v8/angular/package-lock.json index 629ec37cd3..0f86945438 100644 --- a/static/code/stackblitz/v8/angular/package-lock.json +++ b/static/code/stackblitz/v8/angular/package-lock.json @@ -14,8 +14,8 @@ "@angular/platform-browser": "^20.0.0", "@angular/platform-browser-dynamic": "^20.0.0", "@angular/router": "^20.0.0", - "@ionic/angular": "8.8.13", - "@ionic/core": "8.8.13", + "@ionic/angular": "8.8.14", + "@ionic/core": "8.8.14", "ionicons": "8.0.13", "rxjs": "^7.8.1", "tslib": "^2.5.0", @@ -4348,12 +4348,12 @@ } }, "node_modules/@ionic/angular": { - "version": "8.8.13", - "resolved": "https://registry.npmjs.org/@ionic/angular/-/angular-8.8.13.tgz", - "integrity": "sha512-YxTmE3tjBB425G/L0SUORN0h3+uxcnnMa8dTgDXevUlb+q+duCV63ybLP8e70rogj2NTp7TG8MUAHoCLIqIc0g==", + "version": "8.8.14", + "resolved": "https://registry.npmjs.org/@ionic/angular/-/angular-8.8.14.tgz", + "integrity": "sha512-LZpLnIaajvgdXlvbvCxxE3HxDjVkschMMoG+Je1puYGc9EPSzyqWLGP2Rwq7EOCjTXWt9qmoQhBoaP0u+N64jg==", "license": "MIT", "dependencies": { - "@ionic/core": "8.8.13", + "@ionic/core": "8.8.14", "ionicons": "^8.0.13", "jsonc-parser": "^3.0.0", "tslib": "^2.3.0" @@ -4367,9 +4367,9 @@ } }, "node_modules/@ionic/core": { - "version": "8.8.13", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-8.8.13.tgz", - "integrity": "sha512-f09pRxmOLxPvLeCK9kTTBiByaPeCrApwABAwkqeax08e1b4kDSyXD1nMGDT6ChTvUGxyt4/cPxLsEP68ku4+HQ==", + "version": "8.8.14", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-8.8.14.tgz", + "integrity": "sha512-xI1y1OqPFsEjVE6nvLdUpb77Xt4uy5cQrNbDT/sRM6RN3vMs2zOFWubeRaQkBf0WslFetiJ/5uAALS/mW4d4TA==", "license": "MIT", "dependencies": { "@stencil/core": "4.43.5", diff --git a/static/code/stackblitz/v8/angular/package.json b/static/code/stackblitz/v8/angular/package.json index ac892e9058..68112815d2 100644 --- a/static/code/stackblitz/v8/angular/package.json +++ b/static/code/stackblitz/v8/angular/package.json @@ -15,8 +15,8 @@ "@angular/platform-browser": "^20.0.0", "@angular/platform-browser-dynamic": "^20.0.0", "@angular/router": "^20.0.0", - "@ionic/angular": "8.8.13", - "@ionic/core": "8.8.13", + "@ionic/angular": "8.8.14", + "@ionic/core": "8.8.14", "ionicons": "8.0.13", "rxjs": "^7.8.1", "tslib": "^2.5.0", diff --git a/static/code/stackblitz/v8/html/package-lock.json b/static/code/stackblitz/v8/html/package-lock.json index 0759612a37..97eb5065a3 100644 --- a/static/code/stackblitz/v8/html/package-lock.json +++ b/static/code/stackblitz/v8/html/package-lock.json @@ -6,7 +6,7 @@ "": { "name": "html-starter", "dependencies": { - "@ionic/core": "8.8.13", + "@ionic/core": "8.8.14", "ionicons": "8.0.13" }, "devDependencies": { @@ -50,9 +50,9 @@ } }, "node_modules/@ionic/core": { - "version": "8.8.13", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-8.8.13.tgz", - "integrity": "sha512-f09pRxmOLxPvLeCK9kTTBiByaPeCrApwABAwkqeax08e1b4kDSyXD1nMGDT6ChTvUGxyt4/cPxLsEP68ku4+HQ==", + "version": "8.8.14", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-8.8.14.tgz", + "integrity": "sha512-xI1y1OqPFsEjVE6nvLdUpb77Xt4uy5cQrNbDT/sRM6RN3vMs2zOFWubeRaQkBf0WslFetiJ/5uAALS/mW4d4TA==", "license": "MIT", "dependencies": { "@stencil/core": "4.43.5", diff --git a/static/code/stackblitz/v8/html/package.json b/static/code/stackblitz/v8/html/package.json index 0b83a845f1..dca819cd49 100644 --- a/static/code/stackblitz/v8/html/package.json +++ b/static/code/stackblitz/v8/html/package.json @@ -9,7 +9,7 @@ "start": "vite preview" }, "dependencies": { - "@ionic/core": "8.8.13", + "@ionic/core": "8.8.14", "ionicons": "8.0.13" }, "devDependencies": { diff --git a/static/code/stackblitz/v8/react/package-lock.json b/static/code/stackblitz/v8/react/package-lock.json index 39cb7886ce..8eccdeb9d2 100644 --- a/static/code/stackblitz/v8/react/package-lock.json +++ b/static/code/stackblitz/v8/react/package-lock.json @@ -8,8 +8,8 @@ "name": "vite-react-typescript", "version": "0.1.0", "dependencies": { - "@ionic/react": "8.8.13", - "@ionic/react-router": "8.8.13", + "@ionic/react": "8.8.14", + "@ionic/react-router": "8.8.14", "@types/node": "^24.0.0", "@types/react": "^19.0.0", "@types/react-dom": "^19.0.0", @@ -67,9 +67,9 @@ } }, "node_modules/@ionic/core": { - "version": "8.8.13", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-8.8.13.tgz", - "integrity": "sha512-f09pRxmOLxPvLeCK9kTTBiByaPeCrApwABAwkqeax08e1b4kDSyXD1nMGDT6ChTvUGxyt4/cPxLsEP68ku4+HQ==", + "version": "8.8.14", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-8.8.14.tgz", + "integrity": "sha512-xI1y1OqPFsEjVE6nvLdUpb77Xt4uy5cQrNbDT/sRM6RN3vMs2zOFWubeRaQkBf0WslFetiJ/5uAALS/mW4d4TA==", "license": "MIT", "dependencies": { "@stencil/core": "4.43.5", @@ -81,12 +81,12 @@ } }, "node_modules/@ionic/react": { - "version": "8.8.13", - "resolved": "https://registry.npmjs.org/@ionic/react/-/react-8.8.13.tgz", - "integrity": "sha512-xKevvpmTfi2ZtOcmwEsw3EE6fm+TqKYIHKvgkIwAUz/bnRcMmGA9b474WxJcLQ5Twv8ynj/C1iDQcDA+jR0/pw==", + "version": "8.8.14", + "resolved": "https://registry.npmjs.org/@ionic/react/-/react-8.8.14.tgz", + "integrity": "sha512-oEj1nIznqFQpnWGU3qsqY6jpPl1fQoX/cPtL0sgXMBOFPtbuQx1R+NOwKh9ozHsRXTpmmfCjLZPioboieyEyyw==", "license": "MIT", "dependencies": { - "@ionic/core": "8.8.13", + "@ionic/core": "8.8.14", "ionicons": "^8.0.13", "tslib": "*" }, @@ -96,12 +96,12 @@ } }, "node_modules/@ionic/react-router": { - "version": "8.8.13", - "resolved": "https://registry.npmjs.org/@ionic/react-router/-/react-router-8.8.13.tgz", - "integrity": "sha512-9+EKIsqa1+MyzyY/sDkhuMc1cWwtGcqrKzsxnL94bQHuPt3dndRbLzCJZiiaDwffahoiRCRKt2Xv6aVVQWAhmQ==", + "version": "8.8.14", + "resolved": "https://registry.npmjs.org/@ionic/react-router/-/react-router-8.8.14.tgz", + "integrity": "sha512-TKPbSgOBdF9jBIrYDqSOI+Esba37kHXmvrEz+R3qDJuISnXDPCEEI8Y8s5KwAbySSSeujOjGAryU+5yazBIBow==", "license": "MIT", "dependencies": { - "@ionic/react": "8.8.13", + "@ionic/react": "8.8.14", "tslib": "*" }, "peerDependencies": { diff --git a/static/code/stackblitz/v8/react/package.json b/static/code/stackblitz/v8/react/package.json index 175a90695a..12e5ea80f5 100644 --- a/static/code/stackblitz/v8/react/package.json +++ b/static/code/stackblitz/v8/react/package.json @@ -3,8 +3,8 @@ "version": "0.1.0", "private": true, "dependencies": { - "@ionic/react": "8.8.13", - "@ionic/react-router": "8.8.13", + "@ionic/react": "8.8.14", + "@ionic/react-router": "8.8.14", "@types/node": "^24.0.0", "@types/react": "^19.0.0", "@types/react-dom": "^19.0.0", diff --git a/static/code/stackblitz/v8/vue/package-lock.json b/static/code/stackblitz/v8/vue/package-lock.json index 3fc16e8258..a9001eb8e6 100644 --- a/static/code/stackblitz/v8/vue/package-lock.json +++ b/static/code/stackblitz/v8/vue/package-lock.json @@ -8,8 +8,8 @@ "name": "vite-vue-starter", "version": "0.0.0", "dependencies": { - "@ionic/vue": "8.8.13", - "@ionic/vue-router": "8.8.13", + "@ionic/vue": "8.8.14", + "@ionic/vue-router": "8.8.14", "vue": "^3.2.25", "vue-router": "5.1.0" }, @@ -161,9 +161,9 @@ } }, "node_modules/@ionic/core": { - "version": "8.8.13", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-8.8.13.tgz", - "integrity": "sha512-f09pRxmOLxPvLeCK9kTTBiByaPeCrApwABAwkqeax08e1b4kDSyXD1nMGDT6ChTvUGxyt4/cPxLsEP68ku4+HQ==", + "version": "8.8.14", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-8.8.14.tgz", + "integrity": "sha512-xI1y1OqPFsEjVE6nvLdUpb77Xt4uy5cQrNbDT/sRM6RN3vMs2zOFWubeRaQkBf0WslFetiJ/5uAALS/mW4d4TA==", "license": "MIT", "dependencies": { "@stencil/core": "4.43.5", @@ -175,23 +175,23 @@ } }, "node_modules/@ionic/vue": { - "version": "8.8.13", - "resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-8.8.13.tgz", - "integrity": "sha512-PgpuoQInVBAmBwn12Wg7nvZ471khG++3UGlEsOAFZ6D6BFEvv8OMz90MTE5j6gnT//lzP2GIs/msG+LS8FV5vQ==", + "version": "8.8.14", + "resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-8.8.14.tgz", + "integrity": "sha512-mGmK77YZM+Os+sYsDaw4QCpvNd7DhHIJvih8lfRSqo/zLyLm7x6Ya4OwCbPxKRL3CMERDKLW10p7rImihhMilA==", "license": "MIT", "dependencies": { - "@ionic/core": "8.8.13", + "@ionic/core": "8.8.14", "@stencil/vue-output-target": "0.10.7", "ionicons": "^8.0.13" } }, "node_modules/@ionic/vue-router": { - "version": "8.8.13", - "resolved": "https://registry.npmjs.org/@ionic/vue-router/-/vue-router-8.8.13.tgz", - "integrity": "sha512-d5hN8XdZIrG47cLT9UdvqKvkQbxlhbnenKA7tqi2ROo0WTyqcnCQ9V+qSTK9elSMbvdQZrzSgYO6GGxLHnOdOw==", + "version": "8.8.14", + "resolved": "https://registry.npmjs.org/@ionic/vue-router/-/vue-router-8.8.14.tgz", + "integrity": "sha512-di5mg8Vqc+CBTiIqFk1JN7DeOKMNGzl8Eh/s5l2QsX6X1TNrei+4apSM0iBQKWdH+s14r7y4qhBzoSKXm7Tnqg==", "license": "MIT", "dependencies": { - "@ionic/vue": "8.8.13" + "@ionic/vue": "8.8.14" } }, "node_modules/@jridgewell/gen-mapping": { diff --git a/static/code/stackblitz/v8/vue/package.json b/static/code/stackblitz/v8/vue/package.json index 57f919ae72..c3a7aae82f 100644 --- a/static/code/stackblitz/v8/vue/package.json +++ b/static/code/stackblitz/v8/vue/package.json @@ -8,8 +8,8 @@ "preview": "vite preview" }, "dependencies": { - "@ionic/vue": "8.8.13", - "@ionic/vue-router": "8.8.13", + "@ionic/vue": "8.8.14", + "@ionic/vue-router": "8.8.14", "vue": "^3.2.25", "vue-router": "5.1.0" },