From: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 12:29:29 +0000 (+0200) Subject: fix(deps): update dependency vue-router to ^5.1.0 (#1877) X-Git-Tag: cli@v4.8.0~5 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=8a3154c2fbc02a1751ea1b3552b34a939bb9da24;p=e-mobility-charging-stations-simulator.git fix(deps): update dependency vue-router to ^5.1.0 (#1877) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 585bdc13..bb684162 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -213,8 +213,8 @@ importers: specifier: ^3.5.35 version: 3.5.35(typescript@6.0.3) vue-router: - specifier: ^5.0.7 - version: 5.0.7(@vue/compiler-sfc@3.5.35)(vue@3.5.35(typescript@6.0.3)) + specifier: ^5.1.0 + version: 5.1.0(@vue/compiler-sfc@3.5.35)(vite@8.0.14(@types/node@24.12.4)(esbuild@0.28.0)(jiti@2.6.1)(tsx@4.22.3)(yaml@2.9.0))(vue@3.5.35(typescript@6.0.3)) vue-toast-notification: specifier: ^3.1.3 version: 3.1.3(vue@3.5.35(typescript@6.0.3)) @@ -1821,8 +1821,8 @@ packages: ast-v8-to-istanbul@1.0.0: resolution: {integrity: sha512-1fSfIwuDICFA4LKkCzRPO7F0hzFf0B7+Xqrl27ynQaa+Rh0e1Es0v6kWHPott3lU10AyAr7oKHa65OppjLn3Rg==} - ast-walker-scope@0.8.3: - resolution: {integrity: sha512-cbdCP0PGOBq0ASG+sjnKIoYkWMKhhz+F/h9pRexUdX2Hd38+WOlBkRKlqkGOSm0YQpcFMQBJeK4WspUAkwsEdg==} + ast-walker-scope@0.9.0: + resolution: {integrity: sha512-IJdzo2vLiElBxKzwS36VsCue/62d6IdWjnPB2v3nuPKeWGynp6FF/CYoLa5i/3jXH/z97ZDdsXz6abpgM6w07A==} engines: {node: '>=20.19.0'} async-function@1.0.0: @@ -4645,12 +4645,13 @@ packages: peerDependencies: eslint: ^8.57.0 || ^9.0.0 || ^10.0.0 - vue-router@5.0.7: - resolution: {integrity: sha512-dqfk8kvRbCutmCOCj/XLDqDEYxc1wBdAOGLuVy5M93ifYMsBd5fIjfaPN4tQAbxr5IprdBDIox1gr4wYyOx/SA==} + vue-router@5.1.0: + resolution: {integrity: sha512-HAbiLzLEHQwxPgvsbOJDAwtavszEgLwri6XfyrsPECIFez8+59xc9LofWVdc/HEaSRT822lJ8H9Ns38VVond5g==} peerDependencies: '@pinia/colada': '>=0.21.2' '@vue/compiler-sfc': ^3.5.34 pinia: ^3.0.4 + vite: ^7.0.0 || ^8.0.0 vue: ^3.5.34 peerDependenciesMeta: '@pinia/colada': @@ -4659,6 +4660,8 @@ packages: optional: true pinia: optional: true + vite: + optional: true vue-toast-notification@3.1.3: resolution: {integrity: sha512-XNyWqwLIGBFfX5G9sK+clq3N3IPlhDjzNdbZaXkEElcotPlWs0wWZailk1vqhdtLYT/93Y4FHAVuzyatLmPZRA==} @@ -6263,7 +6266,7 @@ snapshots: '@vue-macros/common@3.1.2(vue@3.5.35(typescript@6.0.3))': dependencies: - '@vue/compiler-sfc': 3.5.34 + '@vue/compiler-sfc': 3.5.35 ast-kit: 2.2.0 local-pkg: 1.2.1 magic-string-ast: 1.0.3 @@ -6574,9 +6577,10 @@ snapshots: estree-walker: 3.0.3 js-tokens: 10.0.0 - ast-walker-scope@0.8.3: + ast-walker-scope@0.9.0: dependencies: '@babel/parser': 7.29.3 + '@babel/types': 7.29.0 ast-kit: 2.2.0 async-function@1.0.0: {} @@ -9607,12 +9611,12 @@ snapshots: transitivePeerDependencies: - supports-color - vue-router@5.0.7(@vue/compiler-sfc@3.5.35)(vue@3.5.35(typescript@6.0.3)): + vue-router@5.1.0(@vue/compiler-sfc@3.5.35)(vite@8.0.14(@types/node@24.12.4)(esbuild@0.28.0)(jiti@2.6.1)(tsx@4.22.3)(yaml@2.9.0))(vue@3.5.35(typescript@6.0.3)): dependencies: '@babel/generator': 8.0.0-rc.5 '@vue-macros/common': 3.1.2(vue@3.5.35(typescript@6.0.3)) '@vue/devtools-api': 8.1.2 - ast-walker-scope: 0.8.3 + ast-walker-scope: 0.9.0 chokidar: 5.0.0 json5: 2.2.3 local-pkg: 1.2.1 @@ -9629,6 +9633,7 @@ snapshots: yaml: 2.9.0 optionalDependencies: '@vue/compiler-sfc': 3.5.35 + vite: 8.0.14(@types/node@24.12.4)(esbuild@0.28.0)(jiti@2.6.1)(tsx@4.22.3)(yaml@2.9.0) vue-toast-notification@3.1.3(vue@3.5.35(typescript@6.0.3)): dependencies: diff --git a/ui/web/package.json b/ui/web/package.json index 49c31c61..50d91c80 100644 --- a/ui/web/package.json +++ b/ui/web/package.json @@ -32,7 +32,7 @@ "serve-static": "^2.2.1", "ui-common": "workspace:*", "vue": "^3.5.35", - "vue-router": "^5.0.7", + "vue-router": "^5.1.0", "vue-toast-notification": "^3.1.3" }, "devDependencies": {