From 25b498204f46daedd62c1af861d333fd4c954fee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 00:59:11 +0000 Subject: [PATCH] chore(deps): update ionic to v8.8.8 --- .../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 cdba0eccab..e458537b2c 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.7", - "@ionic/core": "8.8.7", + "@ionic/angular": "8.8.8", + "@ionic/core": "8.8.8", "ionicons": "8.0.13", "rxjs": "^7.8.1", "tslib": "^2.5.0", @@ -4189,12 +4189,12 @@ } }, "node_modules/@ionic/angular": { - "version": "8.8.7", - "resolved": "https://registry.npmjs.org/@ionic/angular/-/angular-8.8.7.tgz", - "integrity": "sha512-nqEJt2fdpUDUY92xJiptIcQFR4uqFf3VI49KtdbDZySwfKEnk37+jL7h0SfoKAHiDx9SgfeOH47yc+1xAHDDaw==", + "version": "8.8.8", + "resolved": "https://registry.npmjs.org/@ionic/angular/-/angular-8.8.8.tgz", + "integrity": "sha512-qUZlsYIwAvDTUmL8elFSqCaGa/gbJaE7Lbrz4z+KU6n0pu4CEkB3WmHHTwuS1Az+th8mNa0CWoas1qvNwxYxnw==", "license": "MIT", "dependencies": { - "@ionic/core": "8.8.7", + "@ionic/core": "8.8.8", "ionicons": "^8.0.13", "jsonc-parser": "^3.0.0", "tslib": "^2.3.0" @@ -4208,9 +4208,9 @@ } }, "node_modules/@ionic/core": { - "version": "8.8.7", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-8.8.7.tgz", - "integrity": "sha512-eHfu6yea7tcog4vUzfT//LavH/poh8zI3cgO/CDXvOehdCi9QONPeeXE+PaCBFkMnD5Q+08SFF/7a/IfD0X0mQ==", + "version": "8.8.8", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-8.8.8.tgz", + "integrity": "sha512-GGvYtEzLtn1gBUC1/vb4pvA3gQzYskTNVIsvdTVIgnwLtdt70rwTibrZRSqmkyHeqpjg/u3+9XsM2c0kzc/V3w==", "license": "MIT", "dependencies": { "@stencil/core": "4.43.0", diff --git a/static/code/stackblitz/v8/angular/package.json b/static/code/stackblitz/v8/angular/package.json index 47173e43a7..9b5adcaa70 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.7", - "@ionic/core": "8.8.7", + "@ionic/angular": "8.8.8", + "@ionic/core": "8.8.8", "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 4f05423489..04813f114a 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.7", + "@ionic/core": "8.8.8", "ionicons": "8.0.13" }, "devDependencies": { @@ -50,9 +50,9 @@ } }, "node_modules/@ionic/core": { - "version": "8.8.7", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-8.8.7.tgz", - "integrity": "sha512-eHfu6yea7tcog4vUzfT//LavH/poh8zI3cgO/CDXvOehdCi9QONPeeXE+PaCBFkMnD5Q+08SFF/7a/IfD0X0mQ==", + "version": "8.8.8", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-8.8.8.tgz", + "integrity": "sha512-GGvYtEzLtn1gBUC1/vb4pvA3gQzYskTNVIsvdTVIgnwLtdt70rwTibrZRSqmkyHeqpjg/u3+9XsM2c0kzc/V3w==", "license": "MIT", "dependencies": { "@stencil/core": "4.43.0", diff --git a/static/code/stackblitz/v8/html/package.json b/static/code/stackblitz/v8/html/package.json index 3702d60518..f73f51b1c3 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.7", + "@ionic/core": "8.8.8", "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 a129319921..7cf704049f 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.7", - "@ionic/react-router": "8.8.7", + "@ionic/react": "8.8.8", + "@ionic/react-router": "8.8.8", "@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.7", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-8.8.7.tgz", - "integrity": "sha512-eHfu6yea7tcog4vUzfT//LavH/poh8zI3cgO/CDXvOehdCi9QONPeeXE+PaCBFkMnD5Q+08SFF/7a/IfD0X0mQ==", + "version": "8.8.8", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-8.8.8.tgz", + "integrity": "sha512-GGvYtEzLtn1gBUC1/vb4pvA3gQzYskTNVIsvdTVIgnwLtdt70rwTibrZRSqmkyHeqpjg/u3+9XsM2c0kzc/V3w==", "license": "MIT", "dependencies": { "@stencil/core": "4.43.0", @@ -81,12 +81,12 @@ } }, "node_modules/@ionic/react": { - "version": "8.8.7", - "resolved": "https://registry.npmjs.org/@ionic/react/-/react-8.8.7.tgz", - "integrity": "sha512-CWB3I7lzdNbY+CB/skL+qlOf0YjcNiMK9m2lqusQdmlqIf4AlBAO0+mbmEF7DZhMGFHXfcX5WCC+tcwIUANReg==", + "version": "8.8.8", + "resolved": "https://registry.npmjs.org/@ionic/react/-/react-8.8.8.tgz", + "integrity": "sha512-RP/AR5HX4PZq2xKuugS5FM1p0cF1XnRqPwU94O9OyO+DgjEJJ6o/q3Eo0JiwJD9M5sue69cDc82Uc/sZ4+p4bA==", "license": "MIT", "dependencies": { - "@ionic/core": "8.8.7", + "@ionic/core": "8.8.8", "ionicons": "^8.0.13", "tslib": "*" }, @@ -96,12 +96,12 @@ } }, "node_modules/@ionic/react-router": { - "version": "8.8.7", - "resolved": "https://registry.npmjs.org/@ionic/react-router/-/react-router-8.8.7.tgz", - "integrity": "sha512-Z8LxyK0kcc7RPa/N4WtGLlWEq++md722nsWfIQywGuT2g58hJ3vgHsUuCfrdBUdfaOd1MxRAHV0FA3TArcQhUg==", + "version": "8.8.8", + "resolved": "https://registry.npmjs.org/@ionic/react-router/-/react-router-8.8.8.tgz", + "integrity": "sha512-xCFNPOwn628+4nPreiHhgsygPcbukckzn0wxWJ2zPets4X6CbiRGnzh3VgXJoO8FyU+/fQaO7/oSbbAtgT1P3Q==", "license": "MIT", "dependencies": { - "@ionic/react": "8.8.7", + "@ionic/react": "8.8.8", "tslib": "*" }, "peerDependencies": { diff --git a/static/code/stackblitz/v8/react/package.json b/static/code/stackblitz/v8/react/package.json index 74170462f8..55e8404ab3 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.7", - "@ionic/react-router": "8.8.7", + "@ionic/react": "8.8.8", + "@ionic/react-router": "8.8.8", "@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 ad7fdf0dee..bf6cd38794 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.7", - "@ionic/vue-router": "8.8.7", + "@ionic/vue": "8.8.8", + "@ionic/vue-router": "8.8.8", "vue": "^3.2.25", "vue-router": "5.0.7" }, @@ -164,9 +164,9 @@ } }, "node_modules/@ionic/core": { - "version": "8.8.7", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-8.8.7.tgz", - "integrity": "sha512-eHfu6yea7tcog4vUzfT//LavH/poh8zI3cgO/CDXvOehdCi9QONPeeXE+PaCBFkMnD5Q+08SFF/7a/IfD0X0mQ==", + "version": "8.8.8", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-8.8.8.tgz", + "integrity": "sha512-GGvYtEzLtn1gBUC1/vb4pvA3gQzYskTNVIsvdTVIgnwLtdt70rwTibrZRSqmkyHeqpjg/u3+9XsM2c0kzc/V3w==", "license": "MIT", "dependencies": { "@stencil/core": "4.43.0", @@ -178,23 +178,23 @@ } }, "node_modules/@ionic/vue": { - "version": "8.8.7", - "resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-8.8.7.tgz", - "integrity": "sha512-TMb38QzZhs/1Tfmy2yT/5uwPm69qS7JivFNH0Orz9dZ16F7mamO3v9tQMkwTz+mlA7QJ6/Iz26ylqFaLRCdKjA==", + "version": "8.8.8", + "resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-8.8.8.tgz", + "integrity": "sha512-7Yfv6HUPpKXqYy9qWtx/8Cntn7DzskooUCSFoIjj35sUXRyTwEUWFnQM0AqGkxH+qtO5PeCPwq9VzBdVzqIgDA==", "license": "MIT", "dependencies": { - "@ionic/core": "8.8.7", + "@ionic/core": "8.8.8", "@stencil/vue-output-target": "0.10.7", "ionicons": "^8.0.13" } }, "node_modules/@ionic/vue-router": { - "version": "8.8.7", - "resolved": "https://registry.npmjs.org/@ionic/vue-router/-/vue-router-8.8.7.tgz", - "integrity": "sha512-ngvMX+XfY9gW3ZxGk+cSeP2o0nzx0NoYsAR6cW8WSuXsTjt7yVRv75kEZ1zOvenRlFLFPDWMpysgGO+1bEhQlw==", + "version": "8.8.8", + "resolved": "https://registry.npmjs.org/@ionic/vue-router/-/vue-router-8.8.8.tgz", + "integrity": "sha512-mdofM1BXUCWO/J5ourldPQxULSV14rJ1ZrRgGHLFZ9UFEjgvYlPF4jq0Kk2j1hsrwuPpau/ehJM4GFmELGecoA==", "license": "MIT", "dependencies": { - "@ionic/vue": "8.8.7" + "@ionic/vue": "8.8.8" } }, "node_modules/@jridgewell/gen-mapping": { diff --git a/static/code/stackblitz/v8/vue/package.json b/static/code/stackblitz/v8/vue/package.json index 1e7b00ac1b..337624f1e1 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.7", - "@ionic/vue-router": "8.8.7", + "@ionic/vue": "8.8.8", + "@ionic/vue-router": "8.8.8", "vue": "^3.2.25", "vue-router": "5.0.7" },