diff --git a/package.json b/package.json index ab5bc3ef..2823317a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "unplugin-vue-router", "version": "0.2.3", - "packageManager": "pnpm@7.17.0", + "packageManager": "pnpm@7.18.0", "description": "File based typed routing for Vue Router", "keywords": [ "vue-router", @@ -88,7 +88,7 @@ ] }, "dependencies": { - "@babel/types": "^7.20.2", + "@babel/types": "^7.20.5", "@rollup/pluginutils": "^5.0.2", "@vue-macros/common": "^0.13.4", "ast-walker-scope": "^0.3.0", @@ -118,20 +118,20 @@ "enquirer": "^2.3.6", "esno": "^0.16.3", "execa": "^6.1.0", - "lint-staged": "^13.0.3", + "lint-staged": "^13.1.0", "minimist": "^1.2.7", "nodemon": "^2.0.20", "p-series": "^3.0.0", - "prettier": "^2.7.1", + "prettier": "^2.8.0", "rimraf": "^3.0.2", - "rollup": "^3.3.0", + "rollup": "^3.5.1", "semver": "^7.3.8", "ts-expect": "^1.3.0", "tsup": "^6.5.0", "typescript": "^4.9.3", - "unplugin-auto-import": "^0.11.4", + "unplugin-auto-import": "^0.12.0", "vite": "^3.2.4", - "vitest": "^0.25.2", + "vitest": "^0.25.3", "vue": "^3.2.45", "vue-router": "^4.1.6", "webpack": "^5.75.0", diff --git a/playground/package.json b/playground/package.json index 106c6d46..d4e4c7a1 100644 --- a/playground/package.json +++ b/playground/package.json @@ -10,7 +10,7 @@ "@vue/tsconfig": "^0.1.3", "unplugin-vue-router": "workspace:*", "vite": "^3.2.4", - "vite-plugin-inspect": "^0.7.8", + "vite-plugin-inspect": "^0.7.9", "vue": "^3.2.45" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7b40cfb2..a36e037c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -4,7 +4,7 @@ importers: .: specifiers: - '@babel/types': ^7.20.2 + '@babel/types': ^7.20.5 '@rollup/pluginutils': ^5.0.2 '@volar/vue-language-core': ^0.40.13 '@vue-macros/common': ^0.13.4 @@ -18,33 +18,33 @@ importers: execa: ^6.1.0 fast-glob: ^3.2.12 json5: ^2.2.1 - lint-staged: ^13.0.3 + lint-staged: ^13.1.0 local-pkg: ^0.4.2 minimist: ^1.2.7 mlly: ^1.0.0 nodemon: ^2.0.20 p-series: ^3.0.0 pathe: ^0.3.9 - prettier: ^2.7.1 + prettier: ^2.8.0 rimraf: ^3.0.2 - rollup: ^3.3.0 + rollup: ^3.5.1 scule: ^0.3.2 semver: ^7.3.8 ts-expect: ^1.3.0 tsup: ^6.5.0 typescript: ^4.9.3 unplugin: ^0.10.2 - unplugin-auto-import: ^0.11.4 + unplugin-auto-import: ^0.12.0 vite: ^3.2.4 - vitest: ^0.25.2 + vitest: ^0.25.3 vue: ^3.2.45 vue-router: ^4.1.6 webpack: ^5.75.0 yaml: ^2.1.3 yorkie: ^2.0.0 dependencies: - '@babel/types': 7.20.2 - '@rollup/pluginutils': 5.0.2_rollup@3.3.0 + '@babel/types': 7.20.5 + '@rollup/pluginutils': 5.0.2_rollup@3.5.1 '@vue-macros/common': 0.13.4 ast-walker-scope: 0.3.0 chokidar: 3.5.3 @@ -64,20 +64,20 @@ importers: enquirer: 2.3.6 esno: 0.16.3 execa: 6.1.0 - lint-staged: 13.0.3_enquirer@2.3.6 + lint-staged: 13.1.0_enquirer@2.3.6 minimist: 1.2.7 nodemon: 2.0.20 p-series: 3.0.0 - prettier: 2.7.1 + prettier: 2.8.0 rimraf: 3.0.2 - rollup: 3.3.0 + rollup: 3.5.1 semver: 7.3.8 ts-expect: 1.3.0 tsup: 6.5.0_typescript@4.9.3 typescript: 4.9.3 - unplugin-auto-import: 0.11.4_rollup@3.3.0 + unplugin-auto-import: 0.12.0_rollup@3.5.1 vite: 3.2.4 - vitest: 0.25.2 + vitest: 0.25.3 vue: 3.2.45 vue-router: 4.1.6_vue@3.2.45 webpack: 5.75.0 @@ -119,7 +119,7 @@ importers: '@vue/tsconfig': ^0.1.3 unplugin-vue-router: workspace:* vite: ^3.2.4 - vite-plugin-inspect: ^0.7.8 + vite-plugin-inspect: ^0.7.9 vue: ^3.2.45 devDependencies: '@vitejs/plugin-vue': 3.2.0_vite@3.2.4+vue@3.2.45 @@ -127,7 +127,7 @@ importers: '@vue/tsconfig': 0.1.3 unplugin-vue-router: link:.. vite: 3.2.4 - vite-plugin-inspect: 0.7.8_vite@3.2.4 + vite-plugin-inspect: 0.7.9_vite@3.2.4 vue: 3.2.45 packages: @@ -153,8 +153,8 @@ packages: resolution: {integrity: sha512-CQkeV+oJxUazwjlHD0/3ZD08QWKuGQkhnrKo3e6ly5pd48VUpXbb77q0xMU4+vc2CkJnDS02Eq/M9ugyX20XZA==} dev: true - /@antfu/utils/0.6.0: - resolution: {integrity: sha512-VauUKmo22NYo3y6fIjGjVU7LJyhaedYL9kyabdvIIIl7P+qbNPbQiaLwwk4UOU4McFfA2eg+aIWpEYhkHzsE9Q==} + /@antfu/utils/0.7.2: + resolution: {integrity: sha512-vy9fM3pIxZmX07dL+VX1aZe7ynZ+YyB0jY+jE6r3hOK6GNY2t6W8rzpFC4tgpbXUYABkFQwgJq2XYXlxbXAI0g==} dev: true /@babel/code-frame/7.18.6: @@ -182,7 +182,7 @@ packages: '@babel/parser': 7.20.2 '@babel/template': 7.18.10 '@babel/traverse': 7.18.13 - '@babel/types': 7.20.2 + '@babel/types': 7.20.5 convert-source-map: 1.8.0 debug: 4.3.4 gensync: 1.0.0-beta.2 @@ -205,7 +205,7 @@ packages: '@babel/parser': 7.20.2 '@babel/template': 7.18.6 '@babel/traverse': 7.18.9 - '@babel/types': 7.20.2 + '@babel/types': 7.20.5 convert-source-map: 1.8.0 debug: 4.3.4 gensync: 1.0.0-beta.2 @@ -219,7 +219,7 @@ packages: resolution: {integrity: sha512-CkPg8ySSPuHTYPJYo7IRALdqyjM9HCbt/3uOBEFbzyGVP6Mn8bwFPB0jX6982JVNBlYzM1nnPkfjuXSOPtQeEQ==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.20.2 + '@babel/types': 7.20.5 '@jridgewell/gen-mapping': 0.3.2 jsesc: 2.5.2 dev: true @@ -228,7 +228,7 @@ packages: resolution: {integrity: sha512-wt5Naw6lJrL1/SGkipMiFxJjtyczUWTP38deiP1PO60HsBjDeKk08CGC3S8iVuvf0FmTdgKwU1KIXzSKL1G0Ug==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.20.2 + '@babel/types': 7.20.5 '@jridgewell/gen-mapping': 0.3.2 jsesc: 2.5.2 dev: true @@ -237,7 +237,7 @@ packages: resolution: {integrity: sha512-duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.20.2 + '@babel/types': 7.20.5 dev: true /@babel/helper-compilation-targets/7.18.9: @@ -306,28 +306,28 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/template': 7.18.6 - '@babel/types': 7.20.2 + '@babel/types': 7.20.5 dev: true /@babel/helper-hoist-variables/7.18.6: resolution: {integrity: sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.20.2 + '@babel/types': 7.20.5 dev: true /@babel/helper-member-expression-to-functions/7.18.9: resolution: {integrity: sha512-RxifAh2ZoVU67PyKIO4AMi1wTenGfMR/O/ae0CCRqwgBAt5v7xjdtRw7UoSbsreKrQn5t7r89eruK/9JjYHuDg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.20.2 + '@babel/types': 7.20.5 dev: true /@babel/helper-module-imports/7.18.6: resolution: {integrity: sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.20.2 + '@babel/types': 7.20.5 dev: true /@babel/helper-module-transforms/7.18.9: @@ -341,7 +341,7 @@ packages: '@babel/helper-validator-identifier': 7.19.1 '@babel/template': 7.18.6 '@babel/traverse': 7.18.9 - '@babel/types': 7.20.2 + '@babel/types': 7.20.5 transitivePeerDependencies: - supports-color dev: true @@ -350,7 +350,7 @@ packages: resolution: {integrity: sha512-HP59oD9/fEHQkdcbgFCnbmgH5vIQTJbxh2yf+CdM89/glUNnuzr87Q8GIjGEnOktTROemO0Pe0iPAYbqZuOUiA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.20.2 + '@babel/types': 7.20.5 dev: true /@babel/helper-plugin-utils/7.18.9: @@ -366,7 +366,7 @@ packages: '@babel/helper-member-expression-to-functions': 7.18.9 '@babel/helper-optimise-call-expression': 7.18.6 '@babel/traverse': 7.18.13 - '@babel/types': 7.20.2 + '@babel/types': 7.20.5 transitivePeerDependencies: - supports-color dev: true @@ -375,14 +375,14 @@ packages: resolution: {integrity: sha512-iNpIgTgyAvDQpDj76POqg+YEt8fPxx3yaNBg3S30dxNKm2SWfYhD0TGrK/Eu9wHpUW63VQU894TsTg+GLbUa1g==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.20.2 + '@babel/types': 7.20.5 dev: true /@babel/helper-split-export-declaration/7.18.6: resolution: {integrity: sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.20.2 + '@babel/types': 7.20.5 dev: true /@babel/helper-string-parser/7.19.4: @@ -404,7 +404,7 @@ packages: dependencies: '@babel/template': 7.18.6 '@babel/traverse': 7.18.9 - '@babel/types': 7.20.2 + '@babel/types': 7.20.5 transitivePeerDependencies: - supports-color dev: true @@ -423,7 +423,7 @@ packages: engines: {node: '>=6.0.0'} hasBin: true dependencies: - '@babel/types': 7.20.2 + '@babel/types': 7.20.5 /@babel/plugin-syntax-import-meta/7.10.4_@babel+core@7.18.13: resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==} @@ -479,7 +479,7 @@ packages: dependencies: '@babel/code-frame': 7.18.6 '@babel/parser': 7.20.2 - '@babel/types': 7.20.2 + '@babel/types': 7.20.5 dev: true /@babel/template/7.18.6: @@ -488,7 +488,7 @@ packages: dependencies: '@babel/code-frame': 7.18.6 '@babel/parser': 7.20.2 - '@babel/types': 7.20.2 + '@babel/types': 7.20.5 dev: true /@babel/traverse/7.18.13: @@ -502,7 +502,7 @@ packages: '@babel/helper-hoist-variables': 7.18.6 '@babel/helper-split-export-declaration': 7.18.6 '@babel/parser': 7.20.2 - '@babel/types': 7.20.2 + '@babel/types': 7.20.5 debug: 4.3.4 globals: 11.12.0 transitivePeerDependencies: @@ -520,15 +520,15 @@ packages: '@babel/helper-hoist-variables': 7.18.6 '@babel/helper-split-export-declaration': 7.18.6 '@babel/parser': 7.20.2 - '@babel/types': 7.20.2 + '@babel/types': 7.20.5 debug: 4.3.4 globals: 11.12.0 transitivePeerDependencies: - supports-color dev: true - /@babel/types/7.20.2: - resolution: {integrity: sha512-FnnvsNWgZCr232sqtXggapvlkk/tuwR/qhGzcmxI0GXLCjmPYQPzio2FbdlWuY6y1sHFfQKk+rRbUZ9VStQMog==} + /@babel/types/7.20.5: + resolution: {integrity: sha512-c9fst/h2/dcF7H+MJKZ2T0KjEQ8hY/BNnDk/H3XY8C4Aw/eWQXWn/lWntHF9ooUBnGmEvbfGrTgLWc+um0YDUg==} engines: {node: '>=6.9.0'} dependencies: '@babel/helper-string-parser': 7.19.4 @@ -1022,7 +1022,7 @@ packages: picomatch: 2.3.1 dev: true - /@rollup/pluginutils/5.0.2_rollup@3.3.0: + /@rollup/pluginutils/5.0.2_rollup@3.5.1: resolution: {integrity: sha512-pTd9rIsP92h+B6wWwFbW8RkZv4hiR/xKsqre4SIuAOaOEQRxi0lqLke9k2/7WegC85GgUs9pjmOjCUi3In4vwA==} engines: {node: '>=14.0.0'} peerDependencies: @@ -1034,7 +1034,7 @@ packages: '@types/estree': 1.0.0 estree-walker: 2.0.2 picomatch: 2.3.1 - rollup: 3.3.0 + rollup: 3.5.1 /@sideway/address/4.1.4: resolution: {integrity: sha512-7vwq+rOHVWjyXxVlR76Agnvhy8I9rpzjosTESvmhNeXOXdZZB15Fl+TI9x1SiHZH5Jv2wTGduSxFDIaq0m3DUw==} @@ -1334,7 +1334,7 @@ packages: resolution: {integrity: sha512-mQooO33XcY4kQyKBrbGfdIPPsYhpcfmH75SQnXx2vNsNLSNvhLuDaIIV0fhMJ0HV5Z02V9Ka1gx7v1g5bk9Q0A==} engines: {node: '>=14.19.0'} dependencies: - '@babel/types': 7.20.2 + '@babel/types': 7.20.5 '@vue/compiler-sfc': 3.2.45 magic-string: 0.26.7 dev: false @@ -1350,7 +1350,7 @@ packages: '@babel/plugin-syntax-jsx': 7.18.6_@babel+core@7.18.13 '@babel/template': 7.18.10 '@babel/traverse': 7.18.13 - '@babel/types': 7.20.2 + '@babel/types': 7.20.5 '@vue/babel-helper-vue-transform-on': 1.0.2 camelcase: 6.3.0 html-tags: 3.2.0 @@ -1688,7 +1688,7 @@ packages: source-map: 0.6.1 vue-template-es2015-compiler: 1.9.1 optionalDependencies: - prettier: 2.7.1 + prettier: 2.8.0 transitivePeerDependencies: - arc-templates - atpl @@ -2251,7 +2251,7 @@ packages: engines: {node: '>=14.19.0'} dependencies: '@babel/parser': 7.20.2 - '@babel/types': 7.20.2 + '@babel/types': 7.20.5 dev: false /astral-regex/2.0.0: @@ -2836,8 +2836,8 @@ packages: engines: {node: '>= 12'} dev: true - /commander/9.4.0: - resolution: {integrity: sha512-sRPT+umqkz90UA8M1yqYfnHlZA7fF6nSphDtxeywPZ49ysjxDQybzk13CL+mXekDRG92skbcqCLVovuCusNmFw==} + /commander/9.4.1: + resolution: {integrity: sha512-5EEkTNyHNGFPD2H+c/dXXfQZYa/scCKasxWcXJaWnNJ99pnQN9Vnmqow+p+PlFPE63Q6mThaZws1T+HxfpgtPw==} engines: {node: ^12.20.0 || >=14} dev: true @@ -5315,7 +5315,7 @@ packages: mute-stream: 0.0.8 ora: 6.1.2 run-async: 2.4.1 - rxjs: 7.5.6 + rxjs: 7.6.0 string-width: 5.1.2 strip-ansi: 7.0.1 through: 2.3.8 @@ -5700,11 +5700,6 @@ packages: readable-stream: 2.3.7 dev: true - /lilconfig/2.0.5: - resolution: {integrity: sha512-xaYmXZtTHPAw5m+xLN8ab9C+3a8YmV3asNSPOATITbtwrfbwaLJj8h66H1WMIpALCkqsIzK3h7oQ+PdX+LQ9Eg==} - engines: {node: '>=10'} - dev: true - /lilconfig/2.0.6: resolution: {integrity: sha512-9JROoBW7pobfsx+Sq2JsASvCo6Pfo6WWoUW79HuB1BCoBXD4PLWJPqDF6fNj67pqBYTbAHkE57M1kS/+L1neOg==} engines: {node: '>=10'} @@ -5714,18 +5709,18 @@ packages: resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==} dev: true - /lint-staged/13.0.3_enquirer@2.3.6: - resolution: {integrity: sha512-9hmrwSCFroTSYLjflGI8Uk+GWAwMB4OlpU4bMJEAT5d/llQwtYKoim4bLOyLCuWFAhWEupE0vkIFqtw/WIsPug==} + /lint-staged/13.1.0_enquirer@2.3.6: + resolution: {integrity: sha512-pn/sR8IrcF/T0vpWLilih8jmVouMlxqXxKuAojmbiGX5n/gDnz+abdPptlj0vYnbfE0SQNl3CY/HwtM0+yfOVQ==} engines: {node: ^14.13.1 || >=16.0.0} hasBin: true dependencies: cli-truncate: 3.1.0 colorette: 2.0.19 - commander: 9.4.0 + commander: 9.4.1 debug: 4.3.4 execa: 6.1.0 - lilconfig: 2.0.5 - listr2: 4.0.5_enquirer@2.3.6 + lilconfig: 2.0.6 + listr2: 5.0.6_enquirer@2.3.6 micromatch: 4.0.5 normalize-path: 3.0.0 object-inspect: 1.12.2 @@ -5749,9 +5744,9 @@ packages: ufo: 0.8.6 dev: true - /listr2/4.0.5_enquirer@2.3.6: - resolution: {integrity: sha512-juGHV1doQdpNT3GSTs9IUN43QJb7KHdF9uqg7Vufs/tG9VTzpFphqF4pm/ICdAABGQxsyNn9CiYA3StkI6jpwA==} - engines: {node: '>=12'} + /listr2/5.0.6_enquirer@2.3.6: + resolution: {integrity: sha512-u60KxKBy1BR2uLJNTWNptzWQ1ob/gjMzIJPZffAENzpZqbMZ/5PrXXOomDcevIS/+IB7s1mmCEtSlT2qHWMqag==} + engines: {node: ^14.13.1 || >=16.0.0} peerDependencies: enquirer: '>= 2.3.0 < 3' peerDependenciesMeta: @@ -5764,7 +5759,7 @@ packages: log-update: 4.0.0 p-map: 4.0.0 rfdc: 1.3.0 - rxjs: 7.5.6 + rxjs: 7.6.0 through: 2.3.8 wrap-ansi: 7.0.0 dev: true @@ -7735,8 +7730,8 @@ packages: picocolors: 1.0.0 source-map-js: 1.0.2 - /prettier/2.7.1: - resolution: {integrity: sha512-ujppO+MkdPqoVINuDFDRLClm7D78qbDt0/NR+wp5FqEZOoTNAjPHWj17QRhu7geIHJfcNhRk1XVQmF8Bp3ye+g==} + /prettier/2.8.0: + resolution: {integrity: sha512-9Lmg8hTFZKG0Asr/kW9Bp8tJjRVluO8EJQVfY2T7FMw9T5jy4I/Uvx0Rca/XWf50QQ1/SS48+6IJWnrb+2yemA==} engines: {node: '>=10.13.0'} hasBin: true dev: true @@ -8093,8 +8088,8 @@ packages: fsevents: 2.3.2 dev: true - /rollup/3.3.0: - resolution: {integrity: sha512-wqOV/vUJCYEbWsXvwCkgGWvgaEnsbn4jxBQWKpN816CqsmCimDmCNJI83c6if7QVD4v/zlyRzxN7U2yDT5rfoA==} + /rollup/3.5.1: + resolution: {integrity: sha512-hdQWTvPeiAbM6SUkxV70HdGUVxsgsc+CLy5fuh4KdgUBJ0SowXiix8gANgXoG3wEuLwfoJhCT2V+WwxfWq9Ikw==} engines: {node: '>=14.18.0', npm: '>=8.0.0'} hasBin: true optionalDependencies: @@ -8110,8 +8105,8 @@ packages: dependencies: queue-microtask: 1.2.3 - /rxjs/7.5.6: - resolution: {integrity: sha512-dnyv2/YsXhnm461G+R/Pe5bWP41Nm6LBXEYWI6eiFP4fiwx6WRI/CD0zbdVAudd9xwLEF2IDcKXLHit0FYjUzw==} + /rxjs/7.6.0: + resolution: {integrity: sha512-DDa7d8TFNUalGC9VqXvQ1euWNN7sc63TrUCuM9J998+ViviahMIjKSOU7rfcgFOF+FCD71BhDRv4hrFz+ImDLQ==} dependencies: tslib: 2.4.0 dev: true @@ -8172,6 +8167,10 @@ packages: /scule/0.3.2: resolution: {integrity: sha512-zIvPdjOH8fv8CgrPT5eqtxHQXmPNnV/vHJYffZhE43KZkvULvpCTvOt1HPlFaCZx287INL9qaqrZg34e8NgI4g==} + /scule/1.0.0: + resolution: {integrity: sha512-4AsO/FrViE/iDNEPaAQlb77tf0csuq27EsVpy6ett584EcRTp6pTDLoGWVxCD77y5iU5FauOvhsI4o1APwPoSQ==} + dev: true + /select-hose/2.0.0: resolution: {integrity: sha512-mEugaLK+YfkijB4fx0e6kImuJdCIt2LxCRcbEYPqRGCs4F2ogyfZU5IAZRdjCP8JPq2AtdNoC/Dux63d9Kiryg==} dev: true @@ -8632,6 +8631,12 @@ packages: acorn: 8.8.1 dev: true + /strip-literal/1.0.0: + resolution: {integrity: sha512-5o4LsH1lzBzO9UFH63AJ2ad2/S2AVx6NtjOcaz+VTT2h1RiRvbipW72z8M/lxEhcPHDBQwpDrnTF7sXy/7OwCQ==} + dependencies: + acorn: 8.8.1 + dev: true + /stylehacks/5.1.0_postcss@8.4.14: resolution: {integrity: sha512-SzLmvHQTrIWfSgljkQCw2++C9+Ne91d/6Sp92I8c5uHTcy/PgeHamwITIbBW9wnFTY/3ZfSXR9HIL6Ikqmcu6Q==} engines: {node: ^10 || ^12 || >=14.0} @@ -9020,7 +9025,7 @@ packages: joycon: 3.1.1 postcss-load-config: 3.1.4 resolve-from: 5.0.0 - rollup: 3.3.0 + rollup: 3.5.1 source-map: 0.8.0-beta.0 sucrase: 3.24.0 tree-kill: 1.2.2 @@ -9204,20 +9209,20 @@ packages: unplugin: 0.9.6 dev: true - /unimport/0.7.0_rollup@3.3.0: - resolution: {integrity: sha512-Cr0whz4toYVid3JHlni/uThwavDVVCk6Zw0Gxnol1c7DprTA+Isr4T+asO6rDGkhkgV7r3vSdSs5Ym8F15JA+w==} + /unimport/1.0.1_rollup@3.5.1: + resolution: {integrity: sha512-SEPKl3uyqUvi6c0MnyCmUF9H07CuC9j9p2p33F03LmegU0sxjpnjL0fLKAhh7BTfcKaJKj+1iOiAFtg7P3m5mQ==} dependencies: - '@rollup/pluginutils': 5.0.2_rollup@3.3.0 + '@rollup/pluginutils': 5.0.2_rollup@3.5.1 escape-string-regexp: 5.0.0 fast-glob: 3.2.12 local-pkg: 0.4.2 magic-string: 0.26.7 - mlly: 0.5.17 - pathe: 0.3.9 - pkg-types: 0.3.5 - scule: 0.3.2 - strip-literal: 0.4.2 - unplugin: 0.10.2 + mlly: 1.0.0 + pathe: 1.0.0 + pkg-types: 1.0.1 + scule: 1.0.0 + strip-literal: 1.0.0 + unplugin: 1.0.0 transitivePeerDependencies: - rollup dev: true @@ -9254,8 +9259,8 @@ packages: - webpack dev: true - /unplugin-auto-import/0.11.4_rollup@3.3.0: - resolution: {integrity: sha512-lh/bRDRYwgnb9Cm5ur8TlTMGxA1GRZvgzCvBIf0vyuVRy7ebWcWefFElpUDpr8vLl+ZRGsPVCOGiYJ8TCR625Q==} + /unplugin-auto-import/0.12.0_rollup@3.5.1: + resolution: {integrity: sha512-y1flixUHt0UioxeUwXe4N9GmIJskBz7uoC2qFGaUJO1feN9PYITHhRVqfXxYt7VAaZ24InNIeZIAIoQbRm3ZPw==} engines: {node: '>=14'} peerDependencies: '@vueuse/core': '*' @@ -9263,12 +9268,12 @@ packages: '@vueuse/core': optional: true dependencies: - '@antfu/utils': 0.6.0 - '@rollup/pluginutils': 5.0.2_rollup@3.3.0 + '@antfu/utils': 0.7.2 + '@rollup/pluginutils': 5.0.2_rollup@3.5.1 local-pkg: 0.4.2 magic-string: 0.26.7 - unimport: 0.7.0_rollup@3.3.0 - unplugin: 0.10.2 + unimport: 1.0.1_rollup@3.5.1 + unplugin: 1.0.0 transitivePeerDependencies: - rollup dev: true @@ -9280,6 +9285,7 @@ packages: chokidar: 3.5.3 webpack-sources: 3.2.3 webpack-virtual-modules: 0.4.5 + dev: false /unplugin/0.6.3: resolution: {integrity: sha512-CoW88FQfCW/yabVc4bLrjikN9HC8dEvMU4O7B6K2jsYMPK0l6iAnd9dpJwqGcmXJKRCU9vwSsy653qg+RK0G6A==} @@ -9300,7 +9306,7 @@ packages: dependencies: chokidar: 3.5.3 webpack-sources: 3.2.3 - webpack-virtual-modules: 0.4.5 + webpack-virtual-modules: 0.4.6 dev: true /unplugin/0.7.2: @@ -9323,7 +9329,7 @@ packages: acorn: 8.8.1 chokidar: 3.5.3 webpack-sources: 3.2.3 - webpack-virtual-modules: 0.4.5 + webpack-virtual-modules: 0.4.6 dev: true /unplugin/0.8.1: @@ -9346,7 +9352,7 @@ packages: acorn: 8.8.1 chokidar: 3.5.3 webpack-sources: 3.2.3 - webpack-virtual-modules: 0.4.5 + webpack-virtual-modules: 0.4.6 dev: true /unplugin/0.8.1_dx3hdfogbzzcfpq3uuc6zyrbri: @@ -9372,7 +9378,7 @@ packages: rollup: 2.79.1 vite: 3.0.9 webpack-sources: 3.2.3 - webpack-virtual-modules: 0.4.5 + webpack-virtual-modules: 0.4.6 dev: true /unplugin/0.9.2: @@ -9395,7 +9401,7 @@ packages: acorn: 8.8.1 chokidar: 3.5.3 webpack-sources: 3.2.3 - webpack-virtual-modules: 0.4.5 + webpack-virtual-modules: 0.4.6 dev: true /unplugin/0.9.6: @@ -9404,7 +9410,16 @@ packages: acorn: 8.8.1 chokidar: 3.5.3 webpack-sources: 3.2.3 - webpack-virtual-modules: 0.4.5 + webpack-virtual-modules: 0.4.6 + dev: true + + /unplugin/1.0.0: + resolution: {integrity: sha512-H5UnBUxfhTXBXGo2AwKsl0UaLSHzSNDZNehPQSgdhVfO/t+XAS1Yoj3vmLrrlBrS9ZwtH5tejbX/TCp5DcyCKg==} + dependencies: + acorn: 8.8.1 + chokidar: 3.5.3 + webpack-sources: 3.2.3 + webpack-virtual-modules: 0.4.6 dev: true /unstorage/0.5.6: @@ -9431,7 +9446,7 @@ packages: dependencies: '@babel/core': 7.18.13 '@babel/standalone': 7.18.13 - '@babel/types': 7.20.2 + '@babel/types': 7.20.5 scule: 0.3.2 transitivePeerDependencies: - supports-color @@ -9542,8 +9557,8 @@ packages: vscode-uri: 3.0.3 dev: true - /vite-plugin-inspect/0.7.8_vite@3.2.4: - resolution: {integrity: sha512-LjLcpKOV3CPxCXXZ+jS6H/3xk9c/lcGLnGu9dCj5RU4jCbHg84dqlrS02UekVx9SvZfaitVJZMUHtWtXG4T4JA==} + /vite-plugin-inspect/0.7.9_vite@3.2.4: + resolution: {integrity: sha512-YBI5/smKxx2gc5MrzQ8n6ztGxdtItoqumJn96d6b57SvC9aSvjMXsvzUgrR/dlVXCnpu755m1TXp3h/TsVOwJA==} engines: {node: '>=14'} peerDependencies: vite: ^3.1.0 @@ -9553,7 +9568,7 @@ packages: fs-extra: 10.1.0 kolorist: 1.6.0 sirv: 2.0.2 - ufo: 0.8.6 + ufo: 1.0.0 vite: 3.2.4 transitivePeerDependencies: - rollup @@ -9654,8 +9669,8 @@ packages: fsevents: 2.3.2 dev: true - /vitest/0.25.2: - resolution: {integrity: sha512-qqkzfzglEFbQY7IGkgSJkdOhoqHjwAao/OrphnHboeYHC5JzsVFoLCaB2lnAy8krhj7sbrFTVRApzpkTOeuDWQ==} + /vitest/0.25.3: + resolution: {integrity: sha512-/UzHfXIKsELZhL7OaM2xFlRF8HRZgAHtPctacvNK8H4vOcbJJAMEgbWNGSAK7Y9b1NBe5SeM7VTuz2RsTHFJJA==} engines: {node: '>=v14.16.0'} hasBin: true peerDependencies: @@ -9679,7 +9694,7 @@ packages: '@types/chai': 4.3.3 '@types/chai-subset': 1.3.3 '@types/node': 18.7.5 - acorn: 8.8.0 + acorn: 8.8.1 acorn-walk: 8.2.0 chai: 4.3.6 debug: 4.3.4 @@ -10032,6 +10047,11 @@ packages: /webpack-virtual-modules/0.4.5: resolution: {integrity: sha512-8bWq0Iluiv9lVf9YaqWQ9+liNgXSHICm+rg544yRgGYaR8yXZTVBaHZkINZSB2yZSWo4b0F6MIxqJezVfOEAlg==} + dev: false + + /webpack-virtual-modules/0.4.6: + resolution: {integrity: sha512-5tyDlKLqPfMqjT3Q9TAqf2YqjwmnUleZwzJi1A5qXnlBCdj2AtOJ6wAWdglTIDOPgOiOrXeBeFcsQ8+aGQ6QbA==} + dev: true /webpack/5.74.0: resolution: {integrity: sha512-A2InDwnhhGN4LYctJj6M1JEaGL7Luj6LOmyBHjcI8529cm5p6VXiTIW2sn6ffvEAKmveLzvu4jrihwXtPojlAA==}