From a55aa1e980dfb26df83ab10421e915d23e0f3ace Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 22:53:11 +0800 Subject: [PATCH] chore(deps): update all non-major dependencies (#59) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 12 ++-- playground/package.json | 6 +- pnpm-lock.yaml | 150 +++++++++++++++++++++------------------- 3 files changed, 88 insertions(+), 80 deletions(-) diff --git a/package.json b/package.json index c8a3e86..eb0286e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "unplugin-jsx-string", "version": "0.7.1", - "packageManager": "pnpm@8.6.11", + "packageManager": "pnpm@8.6.12", "description": "Converts JSX to HTML strings at compile time.", "keywords": [ "unplugin", @@ -115,19 +115,19 @@ "@sxzz/prettier-config": "^1.0.4", "@types/benchmark": "^2.1.2", "@types/jsesc": "^3.0.1", - "@types/node": "^20.4.5", + "@types/node": "^20.4.8", "@types/react": "^18.2.18", "benchmark": "^2.1.4", "bumpp": "^9.1.1", "eslint": "^8.46.0", - "eslint-define-config": "^1.22.0", + "eslint-define-config": "^1.23.0", "fast-glob": "^3.3.1", - "prettier": "^3.0.0", + "prettier": "^3.0.1", "tsup": "^7.2.0", "tsx": "^3.12.7", "typescript": "^5.1.6", - "vite": "^4.4.8", - "vitest": "^0.33.0" + "vite": "^4.4.9", + "vitest": "^0.34.1" }, "engines": { "node": ">=16.14.0" diff --git a/playground/package.json b/playground/package.json index c40e54d..de248bc 100644 --- a/playground/package.json +++ b/playground/package.json @@ -1,7 +1,7 @@ { "name": "unplugin-jsx-string-playground", "version": "0.0.0", - "packageManager": "pnpm@8.6.11", + "packageManager": "pnpm@8.6.12", "license": "MIT", "author": "三咲智子 ", "scripts": { @@ -17,13 +17,13 @@ "vue": "^3.3.4" }, "devDependencies": { - "@iconify-json/carbon": "^1.1.18", + "@iconify-json/carbon": "^1.1.19", "@vitejs/plugin-vue": "^4.2.3", "@vue/runtime-core": "^3.3.4", "unocss": "^0.54.1", "unplugin-auto-import": "^0.16.6", "unplugin-vue-components": "^0.25.1", - "vite": "^4.4.8", + "vite": "^4.4.9", "vue-tsc": "^1.8.8" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 318af5d..5bd5846 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -46,8 +46,8 @@ importers: specifier: ^3.0.1 version: 3.0.1 '@types/node': - specifier: ^20.4.5 - version: 20.4.5 + specifier: ^20.4.8 + version: 20.4.8 '@types/react': specifier: ^18.2.18 version: 18.2.18 @@ -61,14 +61,14 @@ importers: specifier: ^8.46.0 version: 8.46.0 eslint-define-config: - specifier: ^1.22.0 - version: 1.22.0 + specifier: ^1.23.0 + version: 1.23.0 fast-glob: specifier: ^3.3.1 version: 3.3.1 prettier: - specifier: ^3.0.0 - version: 3.0.0 + specifier: ^3.0.1 + version: 3.0.1 tsup: specifier: ^7.2.0 version: 7.2.0(typescript@5.1.6) @@ -79,11 +79,11 @@ importers: specifier: ^5.1.6 version: 5.1.6 vite: - specifier: ^4.4.8 - version: 4.4.8(@types/node@20.4.5) + specifier: ^4.4.9 + version: 4.4.9(@types/node@20.4.8) vitest: - specifier: ^0.33.0 - version: 0.33.0 + specifier: ^0.34.1 + version: 0.34.1 playground: dependencies: @@ -101,17 +101,17 @@ importers: version: 3.3.4 devDependencies: '@iconify-json/carbon': - specifier: ^1.1.18 - version: 1.1.18 + specifier: ^1.1.19 + version: 1.1.19 '@vitejs/plugin-vue': specifier: ^4.2.3 - version: 4.2.3(vite@4.4.8)(vue@3.3.4) + version: 4.2.3(vite@4.4.9)(vue@3.3.4) '@vue/runtime-core': specifier: ^3.3.4 version: 3.3.4 unocss: specifier: ^0.54.1 - version: 0.54.1(postcss@8.4.27)(vite@4.4.8) + version: 0.54.1(postcss@8.4.27)(vite@4.4.9) unplugin-auto-import: specifier: ^0.16.6 version: 0.16.6(@vueuse/core@10.3.0) @@ -119,8 +119,8 @@ importers: specifier: ^0.25.1 version: 0.25.1(@babel/parser@7.22.7)(vue@3.3.4) vite: - specifier: ^4.4.8 - version: 4.4.8(@types/node@20.4.5) + specifier: ^4.4.9 + version: 4.4.9(@types/node@20.4.8) vue-tsc: specifier: ^1.8.8 version: 1.8.8(typescript@5.1.6) @@ -664,8 +664,8 @@ packages: resolution: {integrity: sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==} dev: true - /@iconify-json/carbon@1.1.18: - resolution: {integrity: sha512-RbKET6KS9xUMeYVq1FUH3UUA7AYNcnApkHt2AccCwTWTQQs/O58ji4Of6z6PhRajGlbfvrJzT/Uqh19OKECRvA==} + /@iconify-json/carbon@1.1.19: + resolution: {integrity: sha512-4obFv2J5L/bIgXCKnW8Xkly47dGgPH+xbP3NZ6DRYznc8ykAo+X5z3WSAW5/ZKO9cKZzRcOnNS6DYofOZZbRCA==} dependencies: '@iconify/types': 2.0.0 dev: true @@ -802,20 +802,20 @@ packages: '@typescript-eslint/parser': 6.2.1(eslint@8.46.0)(typescript@5.1.6) eslint: 8.46.0 eslint-config-prettier: 8.9.0(eslint@8.46.0) - eslint-define-config: 1.22.0 + eslint-define-config: 1.23.0 eslint-plugin-antfu: 0.39.8(eslint@8.46.0)(typescript@5.1.6) eslint-plugin-eslint-comments: 3.2.0(eslint@8.46.0) eslint-plugin-import: 2.28.0(@typescript-eslint/parser@6.2.1)(eslint@8.46.0) eslint-plugin-jsonc: 2.9.0(eslint@8.46.0) eslint-plugin-markdown: 3.0.1(eslint@8.46.0) - eslint-plugin-prettier: 5.0.0(eslint-config-prettier@8.9.0)(eslint@8.46.0)(prettier@3.0.0) + eslint-plugin-prettier: 5.0.0(eslint-config-prettier@8.9.0)(eslint@8.46.0)(prettier@3.0.1) eslint-plugin-unicorn: 48.0.1(eslint@8.46.0) eslint-plugin-vue: 9.16.1(eslint@8.46.0) eslint-plugin-yml: 1.8.0(eslint@8.46.0) globals: 13.20.0 jsonc-eslint-parser: 2.3.0 local-pkg: 0.4.3 - prettier: 3.0.0 + prettier: 3.0.1 vue-eslint-parser: 9.3.1(eslint@8.46.0) yaml-eslint-parser: 1.2.2 transitivePeerDependencies: @@ -865,8 +865,8 @@ packages: '@types/unist': 2.0.7 dev: true - /@types/node@20.4.5: - resolution: {integrity: sha512-rt40Nk13II9JwQBdeYqmbn2Q6IVTA5uPhvSO+JVqdXw/6/4glI6oR9ezty/A9Hg5u7JH4OmYmuQ+XvjKm0Datg==} + /@types/node@20.4.8: + resolution: {integrity: sha512-0mHckf6D2DiIAzh8fM8f3HQCvMKDpK94YQ0DSVkfWTG9BZleYIWudw9cJxX8oCk9bM+vAkDyujDV6dmKHbvQpg==} dev: true /@types/normalize-package-data@2.4.1: @@ -1032,12 +1032,12 @@ packages: eslint-visitor-keys: 3.4.2 dev: true - /@unocss/astro@0.54.1(vite@4.4.8): + /@unocss/astro@0.54.1(vite@4.4.9): resolution: {integrity: sha512-TeY0ZCgJH/iKdswC83/axrJP+27l3D/VfNMVLvoBSiWN9LDR5V5iZqWq+A0Lqh9AHe4RI5ZaQQe2KS24BjOUeA==} dependencies: '@unocss/core': 0.54.1 '@unocss/reset': 0.54.1 - '@unocss/vite': 0.54.1(vite@4.4.8) + '@unocss/vite': 0.54.1(vite@4.4.9) transitivePeerDependencies: - rollup - vite @@ -1200,7 +1200,7 @@ packages: '@unocss/core': 0.54.1 dev: true - /@unocss/vite@0.54.1(vite@4.4.8): + /@unocss/vite@0.54.1(vite@4.4.9): resolution: {integrity: sha512-HM5kN3FRfXN+TlHvxfN7LJZ41k6KqsHM3l2ez/ImqwKFKCLaQugqDmDDGk0JSiXRNsNDqmTJT+ydTvp16wgTtg==} peerDependencies: vite: ^2.9.0 || ^3.0.0-0 || ^4.0.0 @@ -1215,54 +1215,54 @@ packages: chokidar: 3.5.3 fast-glob: 3.3.1 magic-string: 0.30.2 - vite: 4.4.8(@types/node@20.4.5) + vite: 4.4.9(@types/node@20.4.8) transitivePeerDependencies: - rollup dev: true - /@vitejs/plugin-vue@4.2.3(vite@4.4.8)(vue@3.3.4): + /@vitejs/plugin-vue@4.2.3(vite@4.4.9)(vue@3.3.4): resolution: {integrity: sha512-R6JDUfiZbJA9cMiguQ7jxALsgiprjBeHL5ikpXfJCH62pPHtI+JdJ5xWj6Ev73yXSlYl86+blXn1kZHQ7uElxw==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: vite: ^4.0.0 vue: ^3.2.25 dependencies: - vite: 4.4.8(@types/node@20.4.5) + vite: 4.4.9(@types/node@20.4.8) vue: 3.3.4 dev: true - /@vitest/expect@0.33.0: - resolution: {integrity: sha512-sVNf+Gla3mhTCxNJx+wJLDPp/WcstOe0Ksqz4Vec51MmgMth/ia0MGFEkIZmVGeTL5HtjYR4Wl/ZxBxBXZJTzQ==} + /@vitest/expect@0.34.1: + resolution: {integrity: sha512-q2CD8+XIsQ+tHwypnoCk8Mnv5e6afLFvinVGCq3/BOT4kQdVQmY6rRfyKkwcg635lbliLPqbunXZr+L1ssUWiQ==} dependencies: - '@vitest/spy': 0.33.0 - '@vitest/utils': 0.33.0 + '@vitest/spy': 0.34.1 + '@vitest/utils': 0.34.1 chai: 4.3.7 dev: true - /@vitest/runner@0.33.0: - resolution: {integrity: sha512-UPfACnmCB6HKRHTlcgCoBh6ppl6fDn+J/xR8dTufWiKt/74Y9bHci5CKB8tESSV82zKYtkBJo9whU3mNvfaisg==} + /@vitest/runner@0.34.1: + resolution: {integrity: sha512-YfQMpYzDsYB7yqgmlxZ06NI4LurHWfrH7Wy3Pvf/z/vwUSgq1zLAb1lWcItCzQG+NVox+VvzlKQrYEXb47645g==} dependencies: - '@vitest/utils': 0.33.0 + '@vitest/utils': 0.34.1 p-limit: 4.0.0 pathe: 1.1.1 dev: true - /@vitest/snapshot@0.33.0: - resolution: {integrity: sha512-tJjrl//qAHbyHajpFvr8Wsk8DIOODEebTu7pgBrP07iOepR5jYkLFiqLq2Ltxv+r0uptUb4izv1J8XBOwKkVYA==} + /@vitest/snapshot@0.34.1: + resolution: {integrity: sha512-0O9LfLU0114OqdF8lENlrLsnn024Tb1CsS9UwG0YMWY2oGTQfPtkW+B/7ieyv0X9R2Oijhi3caB1xgGgEgclSQ==} dependencies: magic-string: 0.30.2 pathe: 1.1.1 pretty-format: 29.6.2 dev: true - /@vitest/spy@0.33.0: - resolution: {integrity: sha512-Kv+yZ4hnH1WdiAkPUQTpRxW8kGtH8VRTnus7ZTGovFYM1ZezJpvGtb9nPIjPnptHbsyIAxYZsEpVPYgtpjGnrg==} + /@vitest/spy@0.34.1: + resolution: {integrity: sha512-UT4WcI3EAPUNO8n6y9QoEqynGGEPmmRxC+cLzneFFXpmacivjHZsNbiKD88KUScv5DCHVDgdBsLD7O7s1enFcQ==} dependencies: tinyspy: 2.1.1 dev: true - /@vitest/utils@0.33.0: - resolution: {integrity: sha512-pF1w22ic965sv+EN6uoePkAOTkAPWM03Ri/jXNyMIKBb/XHLDPfhLvf/Fa9g0YECevAIz56oVYXhodLvLQ/awA==} + /@vitest/utils@0.34.1: + resolution: {integrity: sha512-/ql9dsFi4iuEbiNcjNHQWXBum7aL8pyhxvfnD9gNtbjR9fUKAjxhj4AA3yfLXg6gJpMGGecvtF8Au2G9y3q47Q==} dependencies: diff-sequences: 29.4.3 loupe: 2.3.6 @@ -2108,8 +2108,8 @@ packages: eslint: 8.46.0 dev: true - /eslint-define-config@1.22.0: - resolution: {integrity: sha512-pckNJppFwC4AX+AGK63aa4sX5BluPwWwHES3fq/ER0jDR2U2czwlngg38B4EQ2ibvofufc+R5QfmdPKI6+74vQ==} + /eslint-define-config@1.23.0: + resolution: {integrity: sha512-4mMyu0JuBkQHsCtR+42irIQdFLmLIW+pMAVcyOV/gZRL4O1R8iuH0eMG3oL3Cbi1eo9fDAfT5CIHVHgdyxcf6w==} engines: {node: ^16.13.0 || >=18.0.0, npm: '>=7.0.0', pnpm: '>= 8.6.0'} dev: true @@ -2233,7 +2233,7 @@ packages: - supports-color dev: true - /eslint-plugin-prettier@5.0.0(eslint-config-prettier@8.9.0)(eslint@8.46.0)(prettier@3.0.0): + /eslint-plugin-prettier@5.0.0(eslint-config-prettier@8.9.0)(eslint@8.46.0)(prettier@3.0.1): resolution: {integrity: sha512-AgaZCVuYDXHUGxj/ZGu1u8H8CYgDY3iG6w5kUFw4AzMVXzB7VvbKgYR4nATIN+OvUrghMbiDLeimVjVY5ilq3w==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: @@ -2249,7 +2249,7 @@ packages: dependencies: eslint: 8.46.0 eslint-config-prettier: 8.9.0(eslint@8.46.0) - prettier: 3.0.0 + prettier: 3.0.1 prettier-linter-helpers: 1.0.0 synckit: 0.8.5 dev: true @@ -3622,8 +3622,8 @@ packages: fast-diff: 1.3.0 dev: true - /prettier@3.0.0: - resolution: {integrity: sha512-zBf5eHpwHOGPC47h0zrPyNn+eAEIdEzfywMoYn2XPi0P44Zp0tSq64rq0xAREh4auw2cJZHo9QUob+NqCQky4g==} + /prettier@3.0.1: + resolution: {integrity: sha512-fcOWSnnpCrovBsmFZIGIy9UqK2FaI7Hqax+DIO0A9UxeVoY4iweyaFjS5TavZN97Hfehph0nhsZnjlVKzEQSrQ==} engines: {node: '>=14'} hasBin: true dev: true @@ -3764,6 +3764,14 @@ packages: fsevents: 2.3.2 dev: true + /rollup@3.27.2: + resolution: {integrity: sha512-YGwmHf7h2oUHkVBT248x0yt6vZkYQ3/rvE5iQuVBh3WO8GcJ6BNeOkpoX1yMHIiBm18EMLjBPIoUDkhgnyxGOQ==} + engines: {node: '>=14.18.0', npm: '>=8.0.0'} + hasBin: true + optionalDependencies: + fsevents: 2.3.2 + dev: true + /run-applescript@5.0.0: resolution: {integrity: sha512-XcT5rBksx1QdIhlFOCtgZkB99ZEouFZ1E2Kc2LHqNW13U3/74YGdkQRmThTwxy4QIyookibDKYZOPqX//6BlAg==} engines: {node: '>=12'} @@ -4060,8 +4068,8 @@ packages: resolution: {integrity: sha512-kRwSG8Zx4tjF9ZiyH4bhaebu+EDz1BOx9hOigYHlUW4xxI/wKIUQUqo018UlU4ar6ATPBsaMrdbKZ+tmPdohFA==} dev: true - /tinypool@0.6.0: - resolution: {integrity: sha512-FdswUUo5SxRizcBc6b1GSuLpLjisa8N8qMyYoP3rl+bym+QauhtJP5bvZY1ytt8krKGmMLYIRl36HBZfeAoqhQ==} + /tinypool@0.7.0: + resolution: {integrity: sha512-zSYNUlYSMhJ6Zdou4cJwo/p7w5nmAH17GRfU/ui3ctvjXFErXXkruT4MWW6poDeXgCaIBlGLrfU6TbTXxyGMww==} engines: {node: '>=14.0.0'} dev: true @@ -4291,7 +4299,7 @@ packages: '@types/unist': 2.0.7 dev: true - /unocss@0.54.1(postcss@8.4.27)(vite@4.4.8): + /unocss@0.54.1(postcss@8.4.27)(vite@4.4.9): resolution: {integrity: sha512-tT2hkDzjf2KV/neYKG/nVYxlpmgn36PGfrT3rE2zk+gaEMU+bU42CisiSkRQ7c2w4d/+zLeCmLz+dj71D8LhFA==} engines: {node: '>=14'} peerDependencies: @@ -4300,7 +4308,7 @@ packages: '@unocss/webpack': optional: true dependencies: - '@unocss/astro': 0.54.1(vite@4.4.8) + '@unocss/astro': 0.54.1(vite@4.4.9) '@unocss/cli': 0.54.1 '@unocss/core': 0.54.1 '@unocss/extractor-arbitrary-variants': 0.54.1 @@ -4319,7 +4327,7 @@ packages: '@unocss/transformer-compile-class': 0.54.1 '@unocss/transformer-directives': 0.54.1 '@unocss/transformer-variant-group': 0.54.1 - '@unocss/vite': 0.54.1(vite@4.4.8) + '@unocss/vite': 0.54.1(vite@4.4.9) transitivePeerDependencies: - postcss - rollup @@ -4412,8 +4420,8 @@ packages: spdx-expression-parse: 3.0.1 dev: true - /vite-node@0.33.0(@types/node@20.4.5): - resolution: {integrity: sha512-19FpHYbwWWxDr73ruNahC+vtEdza52kA90Qb3La98yZ0xULqV8A5JLNPUff0f5zID4984tW7l3DH2przTJUZSw==} + /vite-node@0.34.1(@types/node@20.4.8): + resolution: {integrity: sha512-odAZAL9xFMuAg8aWd7nSPT+hU8u2r9gU3LRm9QKjxBEF2rRdWpMuqkrkjvyVQEdNFiBctqr2Gg4uJYizm5Le6w==} engines: {node: '>=v14.18.0'} hasBin: true dependencies: @@ -4422,7 +4430,7 @@ packages: mlly: 1.4.0 pathe: 1.1.1 picocolors: 1.0.0 - vite: 4.4.8(@types/node@20.4.5) + vite: 4.4.9(@types/node@20.4.8) transitivePeerDependencies: - '@types/node' - less @@ -4434,8 +4442,8 @@ packages: - terser dev: true - /vite@4.4.8(@types/node@20.4.5): - resolution: {integrity: sha512-LONawOUUjxQridNWGQlNizfKH89qPigK36XhMI7COMGztz8KNY0JHim7/xDd71CZwGT4HtSRgI7Hy+RlhG0Gvg==} + /vite@4.4.9(@types/node@20.4.8): + resolution: {integrity: sha512-2mbUn2LlUmNASWwSCNSJ/EG2HuSRTnVNaydp6vMCm5VIqJsjMfbIWtbH2kDuwUVW5mMUKKZvGPX/rqeqVvv1XA==} engines: {node: ^14.18.0 || >=16.0.0} hasBin: true peerDependencies: @@ -4462,16 +4470,16 @@ packages: terser: optional: true dependencies: - '@types/node': 20.4.5 + '@types/node': 20.4.8 esbuild: 0.18.17 postcss: 8.4.27 - rollup: 3.27.0 + rollup: 3.27.2 optionalDependencies: fsevents: 2.3.2 dev: true - /vitest@0.33.0: - resolution: {integrity: sha512-1CxaugJ50xskkQ0e969R/hW47za4YXDUfWJDxip1hwbnhUjYolpfUn2AMOulqG/Dtd9WYAtkHmM/m3yKVrEejQ==} + /vitest@0.34.1: + resolution: {integrity: sha512-G1PzuBEq9A75XSU88yO5G4vPT20UovbC/2osB2KEuV/FisSIIsw7m5y2xMdB7RsAGHAfg2lPmp2qKr3KWliVlQ==} engines: {node: '>=v14.18.0'} hasBin: true peerDependencies: @@ -4503,12 +4511,12 @@ packages: dependencies: '@types/chai': 4.3.5 '@types/chai-subset': 1.3.3 - '@types/node': 20.4.5 - '@vitest/expect': 0.33.0 - '@vitest/runner': 0.33.0 - '@vitest/snapshot': 0.33.0 - '@vitest/spy': 0.33.0 - '@vitest/utils': 0.33.0 + '@types/node': 20.4.8 + '@vitest/expect': 0.34.1 + '@vitest/runner': 0.34.1 + '@vitest/snapshot': 0.34.1 + '@vitest/spy': 0.34.1 + '@vitest/utils': 0.34.1 acorn: 8.10.0 acorn-walk: 8.2.0 cac: 6.7.14 @@ -4521,9 +4529,9 @@ packages: std-env: 3.3.3 strip-literal: 1.0.1 tinybench: 2.5.0 - tinypool: 0.6.0 - vite: 4.4.8(@types/node@20.4.5) - vite-node: 0.33.0(@types/node@20.4.5) + tinypool: 0.7.0 + vite: 4.4.9(@types/node@20.4.8) + vite-node: 0.34.1(@types/node@20.4.8) why-is-node-running: 2.2.2 transitivePeerDependencies: - less