chore(deps): update dependency unplugin-vue-router to ^0.16.0
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
CI/CD Pipeline / playwright (push) Successful in 2m17s
CI/CD Pipeline / build-and-deploy (push) Successful in 5m26s

This commit is contained in:
2025-10-20 23:31:08 +08:00
parent a62577d5e4
commit fc4bcd99d2
2 changed files with 10 additions and 37 deletions

View File

@@ -111,7 +111,7 @@
"unplugin-icons": "^22.2.0", "unplugin-icons": "^22.2.0",
"unplugin-vue-components": "^29.0.0", "unplugin-vue-components": "^29.0.0",
"unplugin-vue-markdown": "^29.1.0", "unplugin-vue-markdown": "^29.1.0",
"unplugin-vue-router": "^0.15.0", "unplugin-vue-router": "^0.16.0",
"vite": "^7.1.5", "vite": "^7.1.5",
"vite-plugin-checker": "^0.11.0", "vite-plugin-checker": "^0.11.0",
"vite-plugin-fake-server": "^2.2.0", "vite-plugin-fake-server": "^2.2.0",

45
pnpm-lock.yaml generated
View File

@@ -217,8 +217,8 @@ importers:
specifier: ^29.1.0 specifier: ^29.1.0
version: 29.2.0(vite@7.1.10(@types/node@22.18.11)(jiti@2.6.1)(lightningcss@1.30.1)(sass-embedded@1.93.2)(sass@1.93.2)(terser@5.44.0)(yaml@2.8.1)) version: 29.2.0(vite@7.1.10(@types/node@22.18.11)(jiti@2.6.1)(lightningcss@1.30.1)(sass-embedded@1.93.2)(sass@1.93.2)(terser@5.44.0)(yaml@2.8.1))
unplugin-vue-router: unplugin-vue-router:
specifier: ^0.15.0 specifier: ^0.16.0
version: 0.15.0(@vue/compiler-sfc@3.5.22)(typescript@5.9.2)(vue-router@4.5.1(vue@3.5.22(typescript@5.9.2)))(vue@3.5.22(typescript@5.9.2)) version: 0.16.0(@vue/compiler-sfc@3.5.22)(typescript@5.9.2)(vue-router@4.5.1(vue@3.5.22(typescript@5.9.2)))(vue@3.5.22(typescript@5.9.2))
vite: vite:
specifier: ^7.1.5 specifier: ^7.1.5
version: 7.1.10(@types/node@22.18.11)(jiti@2.6.1)(lightningcss@1.30.1)(sass-embedded@1.93.2)(sass@1.93.2)(terser@5.44.0)(yaml@2.8.1) version: 7.1.10(@types/node@22.18.11)(jiti@2.6.1)(lightningcss@1.30.1)(sass-embedded@1.93.2)(sass@1.93.2)(terser@5.44.0)(yaml@2.8.1)
@@ -2275,15 +2275,6 @@ packages:
resolution: {integrity: sha512-krmapOWyDZ0GjFVOOnru1/st94wDtJcSfqfnsJ0aLBF+YN8TQCDC8aHNcEz+BgKna9lhAZgZ2x/L7KebmNFEKQ==} resolution: {integrity: sha512-krmapOWyDZ0GjFVOOnru1/st94wDtJcSfqfnsJ0aLBF+YN8TQCDC8aHNcEz+BgKna9lhAZgZ2x/L7KebmNFEKQ==}
engines: {node: '>=20.19.0'} engines: {node: '>=20.19.0'}
'@vue-macros/common@3.0.0-beta.16':
resolution: {integrity: sha512-8O2gWxWFiaoNkk7PGi0+p7NPGe/f8xJ3/INUufvje/RZOs7sJvlI1jnR4lydtRFa/mU0ylMXUXXjSK0fHDEYTA==}
engines: {node: '>=20.18.0'}
peerDependencies:
vue: ^2.7.0 || ^3.2.25
peerDependenciesMeta:
vue:
optional: true
'@vue-macros/common@3.1.1': '@vue-macros/common@3.1.1':
resolution: {integrity: sha512-afW2DMjgCBVs33mWRlz7YsGHzoEEupnl0DK5ZTKsgziAlLh5syc5m+GM7eqeYrgiQpwMaVxa1fk73caCvPxyAw==} resolution: {integrity: sha512-afW2DMjgCBVs33mWRlz7YsGHzoEEupnl0DK5ZTKsgziAlLh5syc5m+GM7eqeYrgiQpwMaVxa1fk73caCvPxyAw==}
engines: {node: '>=20.19.0'} engines: {node: '>=20.19.0'}
@@ -4951,10 +4942,6 @@ packages:
vue-template-es2015-compiler: vue-template-es2015-compiler:
optional: true optional: true
unplugin-utils@0.2.5:
resolution: {integrity: sha512-gwXJnPRewT4rT7sBi/IvxKTjsms7jX7QIDLOClApuZwR49SXbrB1z2NLUZ+vDHyqCj/n58OzRRqaW+B8OZi8vg==}
engines: {node: '>=18.12.0'}
unplugin-utils@0.3.1: unplugin-utils@0.3.1:
resolution: {integrity: sha512-5lWVjgi6vuHhJ526bI4nlCOmkCIF3nnfXkCMDeMJrtdvxTs6ZFCM8oNufGTsDbKv/tJ/xj8RpvXjRuPBZJuJog==} resolution: {integrity: sha512-5lWVjgi6vuHhJ526bI4nlCOmkCIF3nnfXkCMDeMJrtdvxTs6ZFCM8oNufGTsDbKv/tJ/xj8RpvXjRuPBZJuJog==}
engines: {node: '>=20.19.0'} engines: {node: '>=20.19.0'}
@@ -4982,11 +4969,11 @@ packages:
peerDependencies: peerDependencies:
vite: ^2.0.0 || ^3.0.0-0 || ^4.0.0-0 || ^5.0.0-0 || ^6.0.0 || ^7.0.0 vite: ^2.0.0 || ^3.0.0-0 || ^4.0.0-0 || ^5.0.0-0 || ^6.0.0 || ^7.0.0
unplugin-vue-router@0.15.0: unplugin-vue-router@0.16.0:
resolution: {integrity: sha512-PyGehCjd9Ny9h+Uer4McbBjjib3lHihcyUEILa7pHKl6+rh8N7sFyw4ZkV+N30Oq2zmIUG7iKs3qpL0r+gXAaQ==} resolution: {integrity: sha512-yFmUQoN07KABkbxMSaNvfjnflwSi3nkSVKi7v6FTwXlzXyRDSx63vQ8Se4ho0T9Ao9I8U5FJB12fzmrGxFB0CA==}
peerDependencies: peerDependencies:
'@vue/compiler-sfc': ^3.5.17 '@vue/compiler-sfc': ^3.5.17
vue-router: ^4.5.1 vue-router: ^4.6.0
peerDependenciesMeta: peerDependenciesMeta:
vue-router: vue-router:
optional: true optional: true
@@ -7282,16 +7269,6 @@ snapshots:
transitivePeerDependencies: transitivePeerDependencies:
- vue - vue
'@vue-macros/common@3.0.0-beta.16(vue@3.5.22(typescript@5.9.2))':
dependencies:
'@vue/compiler-sfc': 3.5.22
ast-kit: 2.1.2
local-pkg: 1.1.2
magic-string-ast: 1.0.2
unplugin-utils: 0.2.5
optionalDependencies:
vue: 3.5.22(typescript@5.9.2)
'@vue-macros/common@3.1.1(vue@3.5.22(typescript@5.9.2))': '@vue-macros/common@3.1.1(vue@3.5.22(typescript@5.9.2))':
dependencies: dependencies:
'@vue/compiler-sfc': 3.5.22 '@vue/compiler-sfc': 3.5.22
@@ -10131,11 +10108,6 @@ snapshots:
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
unplugin-utils@0.2.5:
dependencies:
pathe: 2.0.3
picomatch: 4.0.3
unplugin-utils@0.3.1: unplugin-utils@0.3.1:
dependencies: dependencies:
pathe: 2.0.3 pathe: 2.0.3
@@ -10177,9 +10149,10 @@ snapshots:
unplugin-utils: 0.3.1 unplugin-utils: 0.3.1
vite: 7.1.10(@types/node@22.18.11)(jiti@2.6.1)(lightningcss@1.30.1)(sass-embedded@1.93.2)(sass@1.93.2)(terser@5.44.0)(yaml@2.8.1) vite: 7.1.10(@types/node@22.18.11)(jiti@2.6.1)(lightningcss@1.30.1)(sass-embedded@1.93.2)(sass@1.93.2)(terser@5.44.0)(yaml@2.8.1)
unplugin-vue-router@0.15.0(@vue/compiler-sfc@3.5.22)(typescript@5.9.2)(vue-router@4.5.1(vue@3.5.22(typescript@5.9.2)))(vue@3.5.22(typescript@5.9.2)): unplugin-vue-router@0.16.0(@vue/compiler-sfc@3.5.22)(typescript@5.9.2)(vue-router@4.5.1(vue@3.5.22(typescript@5.9.2)))(vue@3.5.22(typescript@5.9.2)):
dependencies: dependencies:
'@vue-macros/common': 3.0.0-beta.16(vue@3.5.22(typescript@5.9.2)) '@babel/generator': 7.28.3
'@vue-macros/common': 3.1.1(vue@3.5.22(typescript@5.9.2))
'@vue/compiler-sfc': 3.5.22 '@vue/compiler-sfc': 3.5.22
'@vue/language-core': 3.1.0(typescript@5.9.2) '@vue/language-core': 3.1.0(typescript@5.9.2)
ast-walker-scope: 0.8.2 ast-walker-scope: 0.8.2
@@ -10194,7 +10167,7 @@ snapshots:
scule: 1.3.0 scule: 1.3.0
tinyglobby: 0.2.15 tinyglobby: 0.2.15
unplugin: 2.3.10 unplugin: 2.3.10
unplugin-utils: 0.2.5 unplugin-utils: 0.3.1
yaml: 2.8.1 yaml: 2.8.1
optionalDependencies: optionalDependencies:
vue-router: 4.5.1(vue@3.5.22(typescript@5.9.2)) vue-router: 4.5.1(vue@3.5.22(typescript@5.9.2))