diff --git a/package.json b/package.json index 6238261..9ad5143 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "unplugin-vue-named-export", "version": "0.1.4", - "packageManager": "pnpm@8.6.7", + "packageManager": "pnpm@8.6.10", "description": "Named export for Vue SFC.", "keywords": [ "unplugin", @@ -96,19 +96,19 @@ }, "devDependencies": { "@babel/types": "^7.22.5", - "@sxzz/eslint-config": "^3.2.1", + "@sxzz/eslint-config": "^3.2.3", "@sxzz/prettier-config": "^1.0.4", - "@types/node": "^20.4.2", + "@types/node": "^20.4.4", "@vue-macros/test-utils": "^1.0.9", "bumpp": "^9.1.1", "eslint": "^8.45.0", "eslint-define-config": "^1.21.0", - "fast-glob": "^3.3.0", + "fast-glob": "^3.3.1", "prettier": "^3.0.0", "tsup": "^7.1.0", "tsx": "^3.12.7", "typescript": "^5.1.6", - "vite": "^4.4.4", + "vite": "^4.4.6", "vitest": "^0.33.0", "vue": "^3.3.4" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 0f7f3a8..1bdff93 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -20,17 +20,17 @@ devDependencies: specifier: ^7.22.5 version: 7.22.5 '@sxzz/eslint-config': - specifier: ^3.2.1 - version: 3.2.1(eslint@8.45.0)(typescript@5.1.6) + specifier: ^3.2.3 + version: 3.2.3(eslint@8.45.0)(typescript@5.1.6) '@sxzz/prettier-config': specifier: ^1.0.4 version: 1.0.4 '@types/node': - specifier: ^20.4.2 - version: 20.4.2 + specifier: ^20.4.4 + version: 20.4.4 '@vue-macros/test-utils': specifier: ^1.0.9 - version: 1.0.9(vite@4.4.4)(vitest@0.33.0)(vue@3.3.4) + version: 1.0.9(vite@4.4.6)(vitest@0.33.0)(vue@3.3.4) bumpp: specifier: ^9.1.1 version: 9.1.1 @@ -41,8 +41,8 @@ devDependencies: specifier: ^1.21.0 version: 1.21.0 fast-glob: - specifier: ^3.3.0 - version: 3.3.0 + specifier: ^3.3.1 + version: 3.3.1 prettier: specifier: ^3.0.0 version: 3.0.0 @@ -56,8 +56,8 @@ devDependencies: specifier: ^5.1.6 version: 5.1.6 vite: - specifier: ^4.4.4 - version: 4.4.4(@types/node@20.4.2) + specifier: ^4.4.6 + version: 4.4.6(@types/node@20.4.4) vitest: specifier: ^0.33.0 version: 0.33.0 @@ -920,7 +920,7 @@ packages: engines: {node: ^12.20.0 || ^14.18.0 || >=16.0.0} dependencies: cross-spawn: 7.0.3 - fast-glob: 3.3.0 + fast-glob: 3.3.1 is-glob: 4.0.3 open: 9.1.0 picocolors: 1.0.0 @@ -945,8 +945,8 @@ packages: resolution: {integrity: sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==} dev: true - /@sxzz/eslint-config@3.2.1(eslint@8.45.0)(typescript@5.1.6): - resolution: {integrity: sha512-hgB+UDNbPBjCKpVTjWvIeA3mAd55Yb5mwjLgC+kcO9a2bjXCM4ALp3+H6auXEi+cjtCt3drzRONpYNTzOQ+P0A==} + /@sxzz/eslint-config@3.2.3(eslint@8.45.0)(typescript@5.1.6): + resolution: {integrity: sha512-xw+ijkRwLAIGevKFW90v68xMI43kZGIrQa1ARY4UK3LG7cuEVtBq1hxcmNqpmHVFW5ocAM60q5GeARUGNFzZ6A==} engines: {node: '>=16.14.0'} peerDependencies: eslint: ^8.0.0 @@ -963,7 +963,7 @@ packages: eslint-plugin-jsonc: 2.9.0(eslint@8.45.0) eslint-plugin-markdown: 3.0.0(eslint@8.45.0) eslint-plugin-prettier: 5.0.0(eslint-config-prettier@8.8.0)(eslint@8.45.0)(prettier@3.0.0) - eslint-plugin-unicorn: 47.0.0(eslint@8.45.0) + eslint-plugin-unicorn: 48.0.0(eslint@8.45.0) eslint-plugin-vue: 9.15.1(eslint@8.45.0) eslint-plugin-yml: 1.8.0(eslint@8.45.0) globals: 13.20.0 @@ -1011,8 +1011,8 @@ packages: '@types/unist': 2.0.7 dev: true - /@types/node@20.4.2: - resolution: {integrity: sha512-Dd0BYtWgnWJKwO1jkmTrzofjK2QXXcai0dmtzvIBhcA+RsG5h8R3xlyta0kGOZRNfL9GuRtb1knmPEhQrePCEw==} + /@types/node@20.4.4: + resolution: {integrity: sha512-CukZhumInROvLq3+b5gLev+vgpsIqC2D0deQr/yS1WnxvmYLlJXZpaQrQiseMY+6xusl79E04UjWoqyr+t1/Ew==} dev: true /@types/normalize-package-data@2.4.1: @@ -1161,7 +1161,7 @@ packages: eslint-visitor-keys: 3.4.1 dev: true - /@vitejs/plugin-vue-jsx@3.0.1(vite@4.4.4)(vue@3.3.4): + /@vitejs/plugin-vue-jsx@3.0.1(vite@4.4.6)(vue@3.3.4): resolution: {integrity: sha512-+Jb7ggL48FSPS1uhPnJbJwWa9Sr90vQ+d0InW+AhBM22n+cfuYqJZDckBc+W3QSHe1WDvewMZfa4wZOtk5pRgw==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: @@ -1171,20 +1171,20 @@ packages: '@babel/core': 7.22.9 '@babel/plugin-transform-typescript': 7.22.9(@babel/core@7.22.9) '@vue/babel-plugin-jsx': 1.1.5(@babel/core@7.22.9) - vite: 4.4.4(@types/node@20.4.2) + vite: 4.4.6(@types/node@20.4.4) vue: 3.3.4 transitivePeerDependencies: - supports-color dev: true - /@vitejs/plugin-vue2@2.2.0(vite@4.4.4)(vue@3.3.4): + /@vitejs/plugin-vue2@2.2.0(vite@4.4.6)(vue@3.3.4): resolution: {integrity: sha512-1km7zEuZ/9QRPvzXSjikbTYGQPG86Mq1baktpC4sXqsXlb02HQKfi+fl8qVS703JM7cgm24Ga9j+RwKmvFn90A==} engines: {node: ^14.18.0 || >= 16.0.0} peerDependencies: vite: ^3.0.0 || ^4.0.0 vue: ^2.7.0-0 dependencies: - vite: 4.4.4(@types/node@20.4.2) + vite: 4.4.6(@types/node@20.4.4) vue: 3.3.4 dev: true @@ -1246,7 +1246,7 @@ packages: - rollup dev: false - /@vue-macros/test-utils@1.0.9(vite@4.4.4)(vitest@0.33.0)(vue@3.3.4): + /@vue-macros/test-utils@1.0.9(vite@4.4.6)(vitest@0.33.0)(vue@3.3.4): resolution: {integrity: sha512-5o5l2n7DsLg+/kO+eAJ+Fa27uchJM7Zfg+5K6xg6N9nx2r8OuBmdhHrV1+lKNC8m1Yu6eFoxhDp540A8wXl9mQ==} engines: {node: '>=16.14.0'} peerDependencies: @@ -1256,13 +1256,13 @@ packages: optional: true dependencies: '@rollup/pluginutils': 5.0.2(rollup@3.26.2) - '@vitejs/plugin-vue-jsx': 3.0.1(vite@4.4.4)(vue@3.3.4) - '@vitejs/plugin-vue2': 2.2.0(vite@4.4.4)(vue@3.3.4) + '@vitejs/plugin-vue-jsx': 3.0.1(vite@4.4.6)(vue@3.3.4) + '@vitejs/plugin-vue2': 2.2.0(vite@4.4.6)(vue@3.3.4) esbuild: 0.18.13 - fast-glob: 3.3.0 + fast-glob: 3.3.1 rollup: 3.26.2 rollup-plugin-esbuild: 5.0.0(esbuild@0.18.13)(rollup@3.26.2) - unplugin-vue: 4.2.5(vite@4.4.4)(vue@3.3.4) + unplugin-vue: 4.2.5(vite@4.4.6)(vue@3.3.4) vitest: 0.33.0 transitivePeerDependencies: - supports-color @@ -1581,7 +1581,7 @@ packages: '@jsdevtools/ez-spawn': 3.0.4 c12: 1.4.2 cac: 6.7.14 - fast-glob: 3.3.0 + fast-glob: 3.3.1 prompts: 2.4.2 semver: 7.5.4 transitivePeerDependencies: @@ -2247,11 +2247,11 @@ packages: synckit: 0.8.5 dev: true - /eslint-plugin-unicorn@47.0.0(eslint@8.45.0): - resolution: {integrity: sha512-ivB3bKk7fDIeWOUmmMm9o3Ax9zbMz1Bsza/R2qm46ufw4T6VBFBaJIR1uN3pCKSmSXm8/9Nri8V+iUut1NhQGA==} + /eslint-plugin-unicorn@48.0.0(eslint@8.45.0): + resolution: {integrity: sha512-8fk/v3p1ro34JSVDBEmtOq6EEQRpMR0iTir79q69KnXFZ6DJyPkT3RAi+ZoTqhQMdDSpGh8BGR68ne1sP5cnAA==} engines: {node: '>=16'} peerDependencies: - eslint: '>=8.38.0' + eslint: '>=8.44.0' dependencies: '@babel/helper-validator-identifier': 7.22.5 '@eslint-community/eslint-utils': 4.4.0(eslint@8.45.0) @@ -2267,7 +2267,6 @@ packages: read-pkg-up: 7.0.1 regexp-tree: 0.1.27 regjsparser: 0.10.0 - safe-regex: 2.1.1 semver: 7.5.4 strip-indent: 3.0.0 dev: true @@ -2451,8 +2450,8 @@ packages: resolution: {integrity: sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw==} dev: true - /fast-glob@3.3.0: - resolution: {integrity: sha512-ChDuvbOypPuNjO8yIDf36x7BlZX1smcUMTTcyoIjycexOxd6DFsKsg21qVBzEmr3G7fUKIRy2/psii+CIUt7FA==} + /fast-glob@3.3.1: + resolution: {integrity: sha512-kNFPyjhh5cKjrUltxs+wFx+ZkbRaxxmZ+X0ZU31SOsxCEtP9VPgtq2teZw1DebupL5GmDaNQ6yKMMVcM41iqDg==} engines: {node: '>=8.6.0'} dependencies: '@nodelib/fs.stat': 2.0.5 @@ -2676,7 +2675,7 @@ packages: dependencies: array-union: 2.1.0 dir-glob: 3.0.1 - fast-glob: 3.3.0 + fast-glob: 3.3.1 ignore: 5.2.4 merge2: 1.4.1 slash: 3.0.0 @@ -3830,12 +3829,6 @@ packages: is-regex: 1.1.4 dev: true - /safe-regex@2.1.1: - resolution: {integrity: sha512-rx+x8AMzKb5Q5lQ95Zoi6ZbJqwCLkqi3XuJXp5P3rT8OEc6sZCJG5AE5dU3lsgRr/F4Bs31jSlVN+j5KrsGu9A==} - dependencies: - regexp-tree: 0.1.27 - dev: true - /semver@5.7.2: resolution: {integrity: sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==} hasBin: true @@ -4305,7 +4298,7 @@ packages: '@types/unist': 2.0.7 dev: true - /unplugin-vue@4.2.5(vite@4.4.4)(vue@3.3.4): + /unplugin-vue@4.2.5(vite@4.4.6)(vue@3.3.4): resolution: {integrity: sha512-x8h91apzwnqDMP9HgGHQgjvBb2YxhBiI9Fn8mdZSYfxVzmEFEWnnwwrGl5A1DbaOgi31QymnqFO1OCLn5K2pKw==} engines: {node: '>=16.14.0'} peerDependencies: @@ -4318,7 +4311,7 @@ packages: debug: 4.3.4 tsx: 3.12.7 unplugin: 1.3.2 - vite: 4.4.4(@types/node@20.4.2) + vite: 4.4.6(@types/node@20.4.4) vue: 3.3.4 transitivePeerDependencies: - supports-color @@ -4387,7 +4380,7 @@ packages: spdx-expression-parse: 3.0.1 dev: true - /vite-node@0.33.0(@types/node@20.4.2): + /vite-node@0.33.0(@types/node@20.4.4): resolution: {integrity: sha512-19FpHYbwWWxDr73ruNahC+vtEdza52kA90Qb3La98yZ0xULqV8A5JLNPUff0f5zID4984tW7l3DH2przTJUZSw==} engines: {node: '>=v14.18.0'} hasBin: true @@ -4397,7 +4390,7 @@ packages: mlly: 1.4.0 pathe: 1.1.1 picocolors: 1.0.0 - vite: 4.4.4(@types/node@20.4.2) + vite: 4.4.6(@types/node@20.4.4) transitivePeerDependencies: - '@types/node' - less @@ -4409,8 +4402,8 @@ packages: - terser dev: true - /vite@4.4.4(@types/node@20.4.2): - resolution: {integrity: sha512-4mvsTxjkveWrKDJI70QmelfVqTm+ihFAb6+xf4sjEU2TmUCTlVX87tmg/QooPEMQb/lM9qGHT99ebqPziEd3wg==} + /vite@4.4.6(@types/node@20.4.4): + resolution: {integrity: sha512-EY6Mm8vJ++S3D4tNAckaZfw3JwG3wa794Vt70M6cNJ6NxT87yhq7EC8Rcap3ahyHdo8AhCmV9PTk+vG1HiYn1A==} engines: {node: ^14.18.0 || >=16.0.0} hasBin: true peerDependencies: @@ -4437,7 +4430,7 @@ packages: terser: optional: true dependencies: - '@types/node': 20.4.2 + '@types/node': 20.4.4 esbuild: 0.18.13 postcss: 8.4.26 rollup: 3.26.2 @@ -4478,7 +4471,7 @@ packages: dependencies: '@types/chai': 4.3.5 '@types/chai-subset': 1.3.3 - '@types/node': 20.4.2 + '@types/node': 20.4.4 '@vitest/expect': 0.33.0 '@vitest/runner': 0.33.0 '@vitest/snapshot': 0.33.0 @@ -4497,8 +4490,8 @@ packages: strip-literal: 1.0.1 tinybench: 2.5.0 tinypool: 0.6.0 - vite: 4.4.4(@types/node@20.4.2) - vite-node: 0.33.0(@types/node@20.4.2) + vite: 4.4.6(@types/node@20.4.4) + vite-node: 0.33.0(@types/node@20.4.4) why-is-node-running: 2.2.2 transitivePeerDependencies: - less