From 6b188793cdd2e533099126ada83a53f4643696ce Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Jul 2022 00:14:49 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- package.json | 18 +- .../create-vite/template-lit-ts/package.json | 2 +- .../create-vite/template-lit/package.json | 2 +- packages/vite/package.json | 2 +- playground/tailwind/package.json | 2 +- pnpm-lock.yaml | 239 ++++++++++-------- 6 files changed, 140 insertions(+), 125 deletions(-) diff --git a/package.json b/package.json index 7fd92d2d5f2f02..0704bdc7081142 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ }, "devDependencies": { "@babel/types": "^7.18.7", - "@microsoft/api-extractor": "^7.28.1", + "@microsoft/api-extractor": "^7.28.2", "@rollup/plugin-typescript": "^8.3.3", "@types/babel__core": "^7.1.19", "@types/babel__standalone": "^7.1.4", @@ -59,12 +59,12 @@ "@types/semver": "^7.3.10", "@types/stylus": "^0.48.38", "@types/ws": "^8.5.3", - "@typescript-eslint/eslint-plugin": "^5.30.0", - "@typescript-eslint/parser": "^5.30.0", + "@typescript-eslint/eslint-plugin": "^5.30.4", + "@typescript-eslint/parser": "^5.30.4", "conventional-changelog-cli": "^2.2.2", "cross-env": "^7.0.3", "esbuild": "^0.14.47", - "eslint": "^8.18.0", + "eslint": "^8.19.0", "eslint-define-config": "^1.5.1", "eslint-plugin-import": "^2.26.0", "eslint-plugin-node": "^11.1.0", @@ -76,8 +76,8 @@ "node-fetch": "^3.2.6", "npm-run-all": "^4.1.5", "picocolors": "^1.0.0", - "playwright-chromium": "^1.23.0", - "pnpm": "^7.4.0", + "playwright-chromium": "^1.23.1", + "pnpm": "^7.5.0", "prettier": "2.7.1", "prompts": "^2.4.2", "rimraf": "^3.0.2", @@ -86,12 +86,12 @@ "simple-git-hooks": "^2.8.0", "sirv": "^2.0.2", "tslib": "^2.4.0", - "tsx": "^3.6.0", + "tsx": "^3.7.1", "typescript": "^4.6.4", "unbuild": "^0.7.4", "vite": "workspace:*", "vitepress": "^1.0.0-alpha.4", - "vitest": "^0.16.0", + "vitest": "^0.17.0", "vue": "^3.2.37" }, "simple-git-hooks": { @@ -112,7 +112,7 @@ "eslint --cache --fix" ] }, - "packageManager": "pnpm@7.4.0", + "packageManager": "pnpm@7.5.0", "pnpm": { "overrides": { "vite": "workspace:*", diff --git a/packages/create-vite/template-lit-ts/package.json b/packages/create-vite/template-lit-ts/package.json index 04b89ac1ff6a2f..d19a17d7fa0ef8 100644 --- a/packages/create-vite/template-lit-ts/package.json +++ b/packages/create-vite/template-lit-ts/package.json @@ -17,7 +17,7 @@ "build": "tsc && vite build" }, "dependencies": { - "lit": "^2.2.6" + "lit": "^2.2.7" }, "devDependencies": { "typescript": "^4.6.4", diff --git a/packages/create-vite/template-lit/package.json b/packages/create-vite/template-lit/package.json index 6c24101351e9da..96af5308786c29 100644 --- a/packages/create-vite/template-lit/package.json +++ b/packages/create-vite/template-lit/package.json @@ -15,7 +15,7 @@ "build": "vite build" }, "dependencies": { - "lit": "^2.2.6" + "lit": "^2.2.7" }, "devDependencies": { "vite": "^2.9.13" diff --git a/packages/vite/package.json b/packages/vite/package.json index c44dab82eedb06..5cf5d3a43e83b5 100644 --- a/packages/vite/package.json +++ b/packages/vite/package.json @@ -99,7 +99,7 @@ "launch-editor-middleware": "^2.4.0", "magic-string": "^0.26.2", "micromatch": "^4.0.5", - "mlly": "^0.5.3", + "mlly": "^0.5.4", "mrmime": "^1.0.1", "node-forge": "^1.3.1", "okie": "^1.0.1", diff --git a/playground/tailwind/package.json b/playground/tailwind/package.json index 6066a5931481cf..803e342cd81a89 100644 --- a/playground/tailwind/package.json +++ b/playground/tailwind/package.json @@ -16,6 +16,6 @@ }, "devDependencies": { "@vitejs/plugin-vue": "workspace:*", - "ts-node": "^10.8.1" + "ts-node": "^10.8.2" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 790ac42ccd2b7e..e348a1e21ef7bc 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -11,7 +11,7 @@ importers: .: specifiers: '@babel/types': ^7.18.7 - '@microsoft/api-extractor': ^7.28.1 + '@microsoft/api-extractor': ^7.28.2 '@rollup/plugin-typescript': ^8.3.3 '@types/babel__core': ^7.1.19 '@types/babel__standalone': ^7.1.4 @@ -33,12 +33,12 @@ importers: '@types/semver': ^7.3.10 '@types/stylus': ^0.48.38 '@types/ws': ^8.5.3 - '@typescript-eslint/eslint-plugin': ^5.30.0 - '@typescript-eslint/parser': ^5.30.0 + '@typescript-eslint/eslint-plugin': ^5.30.4 + '@typescript-eslint/parser': ^5.30.4 conventional-changelog-cli: ^2.2.2 cross-env: ^7.0.3 esbuild: ^0.14.47 - eslint: ^8.18.0 + eslint: ^8.19.0 eslint-define-config: ^1.5.1 eslint-plugin-import: ^2.26.0 eslint-plugin-node: ^11.1.0 @@ -50,8 +50,8 @@ importers: node-fetch: ^3.2.6 npm-run-all: ^4.1.5 picocolors: ^1.0.0 - playwright-chromium: ^1.23.0 - pnpm: ^7.4.0 + playwright-chromium: ^1.23.1 + pnpm: ^7.5.0 prettier: 2.7.1 prompts: ^2.4.2 rimraf: ^3.0.2 @@ -60,16 +60,16 @@ importers: simple-git-hooks: ^2.8.0 sirv: ^2.0.2 tslib: ^2.4.0 - tsx: ^3.6.0 + tsx: ^3.7.1 typescript: ^4.6.4 unbuild: ^0.7.4 vite: workspace:* vitepress: ^1.0.0-alpha.4 - vitest: ^0.16.0 + vitest: ^0.17.0 vue: ^3.2.37 devDependencies: '@babel/types': 7.18.7 - '@microsoft/api-extractor': 7.28.1 + '@microsoft/api-extractor': 7.28.2 '@rollup/plugin-typescript': 8.3.3_uct5nfewsakxkk4livyn3qaf3e '@types/babel__core': 7.1.19 '@types/babel__standalone': 7.1.4 @@ -91,15 +91,15 @@ importers: '@types/semver': 7.3.10 '@types/stylus': 0.48.38 '@types/ws': 8.5.3 - '@typescript-eslint/eslint-plugin': 5.30.0_zxwqcpzpccusit5iasgykeunla - '@typescript-eslint/parser': 5.30.0_yrtj344k46h67sdw7qqyyz3die + '@typescript-eslint/eslint-plugin': 5.30.4_nnp5j3mtg3i6tzbs733geadfcy + '@typescript-eslint/parser': 5.30.4_g4cxuhevh5o54harssx6h7xjim conventional-changelog-cli: 2.2.2 cross-env: 7.0.3 esbuild: 0.14.47 - eslint: 8.18.0 + eslint: 8.19.0 eslint-define-config: 1.5.1 - eslint-plugin-import: 2.26.0_wno36sjfnklvt2ocf7qbhb2izy - eslint-plugin-node: 11.1.0_eslint@8.18.0 + eslint-plugin-import: 2.26.0_eewxtjj33uq4o73zpcjsegq3l4 + eslint-plugin-node: 11.1.0_eslint@8.19.0 execa: 6.1.0 fs-extra: 10.1.0 kill-port: 1.6.1 @@ -108,8 +108,8 @@ importers: node-fetch: 3.2.6 npm-run-all: 4.1.5 picocolors: 1.0.0 - playwright-chromium: 1.23.0 - pnpm: 7.4.0 + playwright-chromium: 1.23.1 + pnpm: 7.5.0 prettier: 2.7.1 prompts: 2.4.2 rimraf: 3.0.2 @@ -118,12 +118,12 @@ importers: simple-git-hooks: 2.8.0 sirv: 2.0.2 tslib: 2.4.0 - tsx: 3.6.0 + tsx: 3.7.1 typescript: 4.6.4 unbuild: 0.7.4 vite: link:packages/vite vitepress: 1.0.0-alpha.4 - vitest: 0.16.0 + vitest: 0.17.0 vue: 3.2.37 packages/create-vite: @@ -245,7 +245,7 @@ importers: launch-editor-middleware: ^2.4.0 magic-string: ^0.26.2 micromatch: ^4.0.5 - mlly: ^0.5.3 + mlly: ^0.5.4 mrmime: ^1.0.1 node-forge: ^1.3.1 okie: ^1.0.1 @@ -310,7 +310,7 @@ importers: launch-editor-middleware: 2.4.0 magic-string: 0.26.2 micromatch: 4.0.5 - mlly: 0.5.3 + mlly: 0.5.4 mrmime: 1.0.1 node-forge: 1.3.1 okie: 1.0.1 @@ -1018,17 +1018,17 @@ importers: '@vitejs/plugin-vue': workspace:* autoprefixer: ^10.4.7 tailwindcss: ^3.1.4 - ts-node: ^10.8.1 + ts-node: ^10.8.2 vue: ^3.2.37 vue-router: ^4.0.16 dependencies: autoprefixer: 10.4.7 - tailwindcss: 3.1.4_ts-node@10.8.1 + tailwindcss: 3.1.4_ts-node@10.8.2 vue: 3.2.37 vue-router: 4.0.16_vue@3.2.37 devDependencies: '@vitejs/plugin-vue': link:../../packages/plugin-vue - ts-node: 10.8.1 + ts-node: 10.8.2 playground/tailwind-sourcemap: specifiers: @@ -1959,11 +1959,11 @@ packages: resolution: {integrity: sha512-6U71C2Wp7r5XtFtQzYrW5iKFT67OixrSxjI4MptCHzdSVlgabczzqLe0ZSgnub/5Kp4hSbpDB1tMytZY9pwxxA==} dev: false - /@esbuild-kit/cjs-loader/2.2.1: - resolution: {integrity: sha512-pq2Z4DcqTBF7y1wQuIzFVqmHJVnmP6hgHEWN2ubPjeG7OzXMZ9NvozW+YA/MIeMdZWp1jcJ/EvXk2+mfEKoCDQ==} + /@esbuild-kit/cjs-loader/2.3.0: + resolution: {integrity: sha512-KInrVt8wlKLhWy7+y4a+E+0uBJoWgdx6Xupy+rrF4MFHA/dEt22ACvvChOZSyiqtQieYPtbPkVYSjbC7mOrFVw==} dependencies: '@esbuild-kit/core-utils': 2.0.2 - get-tsconfig: 4.0.6 + get-tsconfig: 4.1.0 dev: true /@esbuild-kit/core-utils/2.0.2: @@ -1973,11 +1973,11 @@ packages: source-map-support: 0.5.21 dev: true - /@esbuild-kit/esm-loader/2.3.1: - resolution: {integrity: sha512-CC0H91Oa02cczLswEoiLowTzWxvnS3tIBGkQa1BnieFK7HHV4whrBFGRlUD9rMHfyyoO55IuOqNujycXX+gI8A==} + /@esbuild-kit/esm-loader/2.4.0: + resolution: {integrity: sha512-zS720jXh06nfg5yAzm6oob4sWN9VTP2E1SonhFgEb6zCBswa4S8fOQ/4Bksz1flDgn56NPqoTTDn2XmWRyMG9Q==} dependencies: '@esbuild-kit/core-utils': 2.0.2 - get-tsconfig: 4.0.6 + get-tsconfig: 4.1.0 dev: true /@eslint/eslintrc/1.3.0: @@ -2100,19 +2100,19 @@ packages: - supports-color dev: false - /@microsoft/api-extractor-model/7.20.3: - resolution: {integrity: sha512-RhPRSAXIafeq90D2uBIU19+QPXF/ZC2AucB0+RCVMoioMmhUDwzd5EQcIDHI3NXps8ojj+Xu3cg/IwaqbCnX0w==} + /@microsoft/api-extractor-model/7.21.0: + resolution: {integrity: sha512-NN4mXzoQWTuzznIcnLWeV6tGyn6Os9frDK6M/mmTXZ73vUYOvSWoKQ5SYzyzP7HF3YtvTmr1Rs+DsBb0HRx7WQ==} dependencies: '@microsoft/tsdoc': 0.14.1 '@microsoft/tsdoc-config': 0.16.1 '@rushstack/node-core-library': 3.49.0 dev: true - /@microsoft/api-extractor/7.28.1: - resolution: {integrity: sha512-ho2GXLqausfYELSsnZb2aYxqo7xcu7hOqECXrf34pkcETx06pp5rQiUaqxdJJSpMo3LFad6PtswwnYiPRKI0OA==} + /@microsoft/api-extractor/7.28.2: + resolution: {integrity: sha512-sl97erZ5Zh3ov5dvV/rMSt45//dYf7C5Y6PCpIXpFidDYMyRwN+pizZ543g2d8D5/WbthGvsZoYcYSzG7CkjHQ==} hasBin: true dependencies: - '@microsoft/api-extractor-model': 7.20.3 + '@microsoft/api-extractor-model': 7.21.0 '@microsoft/tsdoc': 0.14.1 '@microsoft/tsdoc-config': 0.16.1 '@rushstack/node-core-library': 3.49.0 @@ -2591,8 +2591,8 @@ packages: '@types/node': 17.0.42 dev: true - /@typescript-eslint/eslint-plugin/5.30.0_zxwqcpzpccusit5iasgykeunla: - resolution: {integrity: sha512-lvhRJ2pGe2V9MEU46ELTdiHgiAFZPKtLhiU5wlnaYpMc2+c1R8fh8i80ZAa665drvjHKUJyRRGg3gEm1If54ow==} + /@typescript-eslint/eslint-plugin/5.30.4_nnp5j3mtg3i6tzbs733geadfcy: + resolution: {integrity: sha512-xjujQISAIa4HAaos8fcMZXmqkuZqMx6icdxkI88jMM/eNe4J8AuTLYnLK+zdm0mBYLyctdFf//UE4/xFCcQzYQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: '@typescript-eslint/parser': ^5.0.0 @@ -2602,12 +2602,12 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/parser': 5.30.0_yrtj344k46h67sdw7qqyyz3die - '@typescript-eslint/scope-manager': 5.30.0 - '@typescript-eslint/type-utils': 5.30.0_yrtj344k46h67sdw7qqyyz3die - '@typescript-eslint/utils': 5.30.0_yrtj344k46h67sdw7qqyyz3die + '@typescript-eslint/parser': 5.30.4_g4cxuhevh5o54harssx6h7xjim + '@typescript-eslint/scope-manager': 5.30.4 + '@typescript-eslint/type-utils': 5.30.4_g4cxuhevh5o54harssx6h7xjim + '@typescript-eslint/utils': 5.30.4_g4cxuhevh5o54harssx6h7xjim debug: 4.3.4 - eslint: 8.18.0 + eslint: 8.19.0 functional-red-black-tree: 1.0.1 ignore: 5.2.0 regexpp: 3.2.0 @@ -2618,8 +2618,8 @@ packages: - supports-color dev: true - /@typescript-eslint/parser/5.30.0_yrtj344k46h67sdw7qqyyz3die: - resolution: {integrity: sha512-2oYYUws5o2liX6SrFQ5RB88+PuRymaM2EU02/9Ppoyu70vllPnHVO7ioxDdq/ypXHA277R04SVjxvwI8HmZpzA==} + /@typescript-eslint/parser/5.30.4_g4cxuhevh5o54harssx6h7xjim: + resolution: {integrity: sha512-/ge1HtU63wVoED4VnlU2o+FPFmi017bPYpeSrCmd8Ycsti4VSxXrmcpXXm7JpI4GT0Aa7qviabv1PEp6L5bboQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 @@ -2628,26 +2628,26 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/scope-manager': 5.30.0 - '@typescript-eslint/types': 5.30.0 - '@typescript-eslint/typescript-estree': 5.30.0_typescript@4.6.4 + '@typescript-eslint/scope-manager': 5.30.4 + '@typescript-eslint/types': 5.30.4 + '@typescript-eslint/typescript-estree': 5.30.4_typescript@4.6.4 debug: 4.3.4 - eslint: 8.18.0 + eslint: 8.19.0 typescript: 4.6.4 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/scope-manager/5.30.0: - resolution: {integrity: sha512-3TZxvlQcK5fhTBw5solQucWSJvonXf5yua5nx8OqK94hxdrT7/6W3/CS42MLd/f1BmlmmbGEgQcTHHCktUX5bQ==} + /@typescript-eslint/scope-manager/5.30.4: + resolution: {integrity: sha512-DNzlQwGSiGefz71JwaHrpcaAX3zYkEcy8uVuan3YMKOa6qeW/y+7SaD8KIsIAruASwq6P+U4BjWBWtM2O+mwBQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - '@typescript-eslint/types': 5.30.0 - '@typescript-eslint/visitor-keys': 5.30.0 + '@typescript-eslint/types': 5.30.4 + '@typescript-eslint/visitor-keys': 5.30.4 dev: true - /@typescript-eslint/type-utils/5.30.0_yrtj344k46h67sdw7qqyyz3die: - resolution: {integrity: sha512-GF8JZbZqSS+azehzlv/lmQQ3EU3VfWYzCczdZjJRxSEeXDQkqFhCBgFhallLDbPwQOEQ4MHpiPfkjKk7zlmeNg==} + /@typescript-eslint/type-utils/5.30.4_g4cxuhevh5o54harssx6h7xjim: + resolution: {integrity: sha512-55cf1dZviwwv+unDB+mF8vZkfta5muTK6bppPvenWWCD7slZZ0DEsXUjZerqy7Rq8s3J4SXdg4rMIY8ngCtTmA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: '*' @@ -2656,22 +2656,22 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/utils': 5.30.0_yrtj344k46h67sdw7qqyyz3die + '@typescript-eslint/utils': 5.30.4_g4cxuhevh5o54harssx6h7xjim debug: 4.3.4 - eslint: 8.18.0 + eslint: 8.19.0 tsutils: 3.21.0_typescript@4.6.4 typescript: 4.6.4 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/types/5.30.0: - resolution: {integrity: sha512-vfqcBrsRNWw/LBXyncMF/KrUTYYzzygCSsVqlZ1qGu1QtGs6vMkt3US0VNSQ05grXi5Yadp3qv5XZdYLjpp8ag==} + /@typescript-eslint/types/5.30.4: + resolution: {integrity: sha512-NTEvqc+Vvu8Q6JeAKryHk2eqLKqsr2St3xhIjhOjQv5wQUBhaTuix4WOSacqj0ONWfKVU12Eug3LEAB95GBkMA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /@typescript-eslint/typescript-estree/5.30.0_typescript@4.6.4: - resolution: {integrity: sha512-hDEawogreZB4n1zoqcrrtg/wPyyiCxmhPLpZ6kmWfKF5M5G0clRLaEexpuWr31fZ42F96SlD/5xCt1bT5Qm4Nw==} + /@typescript-eslint/typescript-estree/5.30.4_typescript@4.6.4: + resolution: {integrity: sha512-V4VnEs6/J9/nNizaA12IeU4SAeEYaiKr7XndLNfV5+3zZSB4hIu6EhHJixTKhvIqA+EEHgBl6re8pivBMLLO1w==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: typescript: '*' @@ -2679,8 +2679,8 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/types': 5.30.0 - '@typescript-eslint/visitor-keys': 5.30.0 + '@typescript-eslint/types': 5.30.4 + '@typescript-eslint/visitor-keys': 5.30.4 debug: 4.3.4 globby: 11.1.0 is-glob: 4.0.3 @@ -2691,29 +2691,29 @@ packages: - supports-color dev: true - /@typescript-eslint/utils/5.30.0_yrtj344k46h67sdw7qqyyz3die: - resolution: {integrity: sha512-0bIgOgZflLKIcZsWvfklsaQTM3ZUbmtH0rJ1hKyV3raoUYyeZwcjQ8ZUJTzS7KnhNcsVT1Rxs7zeeMHEhGlltw==} + /@typescript-eslint/utils/5.30.4_g4cxuhevh5o54harssx6h7xjim: + resolution: {integrity: sha512-a+GQrJzOUhn4WT1mUumXDyam+22Oo4c5K/jnZ+6r/4WTQF3q8e4CsC9PLHb4SnOClzOqo/5GLZWvkE1aa5UGKQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: '@types/json-schema': 7.0.11 - '@typescript-eslint/scope-manager': 5.30.0 - '@typescript-eslint/types': 5.30.0 - '@typescript-eslint/typescript-estree': 5.30.0_typescript@4.6.4 - eslint: 8.18.0 + '@typescript-eslint/scope-manager': 5.30.4 + '@typescript-eslint/types': 5.30.4 + '@typescript-eslint/typescript-estree': 5.30.4_typescript@4.6.4 + eslint: 8.19.0 eslint-scope: 5.1.1 - eslint-utils: 3.0.0_eslint@8.18.0 + eslint-utils: 3.0.0_eslint@8.19.0 transitivePeerDependencies: - supports-color - typescript dev: true - /@typescript-eslint/visitor-keys/5.30.0: - resolution: {integrity: sha512-6WcIeRk2DQ3pHKxU1Ni0qMXJkjO/zLjBymlYBy/53qxe7yjEFSvzKLDToJjURUhSl2Fzhkl4SMXQoETauF74cw==} + /@typescript-eslint/visitor-keys/5.30.4: + resolution: {integrity: sha512-ulKGse3mruSc8x6l8ORSc6+1ORyJzKmZeIaRTu/WpaF/jx3vHvEn5XZUKF9XaVg2710mFmTAUlLcLYLPp/Zf/Q==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - '@typescript-eslint/types': 5.30.0 + '@typescript-eslint/types': 5.30.4 eslint-visitor-keys: 3.3.0 dev: true @@ -4548,7 +4548,7 @@ packages: - supports-color dev: true - /eslint-module-utils/2.7.3_s24jsywy72ks6h3c4f2dacxdsa: + /eslint-module-utils/2.7.3_baa5opwrycsxtp3dnugww5zmnq: resolution: {integrity: sha512-088JEC7O3lDZM9xGe0RerkOMd0EjFl+Yvd1jPWIkMT5u3H9+HC34mWWPnqPrN13gieT9pBOO+Qt07Nb/6TresQ==} engines: {node: '>=4'} peerDependencies: @@ -4566,7 +4566,7 @@ packages: eslint-import-resolver-webpack: optional: true dependencies: - '@typescript-eslint/parser': 5.30.0_yrtj344k46h67sdw7qqyyz3die + '@typescript-eslint/parser': 5.30.4_g4cxuhevh5o54harssx6h7xjim debug: 3.2.7 eslint-import-resolver-node: 0.3.6 find-up: 2.1.0 @@ -4574,18 +4574,18 @@ packages: - supports-color dev: true - /eslint-plugin-es/3.0.1_eslint@8.18.0: + /eslint-plugin-es/3.0.1_eslint@8.19.0: resolution: {integrity: sha512-GUmAsJaN4Fc7Gbtl8uOBlayo2DqhwWvEzykMHSCZHU3XdJ+NSzzZcVhXh3VxX5icqQ+oQdIEawXX8xkR3mIFmQ==} engines: {node: '>=8.10.0'} peerDependencies: eslint: '>=4.19.1' dependencies: - eslint: 8.18.0 + eslint: 8.19.0 eslint-utils: 2.1.0 regexpp: 3.2.0 dev: true - /eslint-plugin-import/2.26.0_wno36sjfnklvt2ocf7qbhb2izy: + /eslint-plugin-import/2.26.0_eewxtjj33uq4o73zpcjsegq3l4: resolution: {integrity: sha512-hYfi3FXaM8WPLf4S1cikh/r4IxnO6zrhZbEGz2b660EJRbuxgpDS5gkCuYgGWg2xxh2rBuIr4Pvhve/7c31koA==} engines: {node: '>=4'} peerDependencies: @@ -4595,14 +4595,14 @@ packages: '@typescript-eslint/parser': optional: true dependencies: - '@typescript-eslint/parser': 5.30.0_yrtj344k46h67sdw7qqyyz3die + '@typescript-eslint/parser': 5.30.4_g4cxuhevh5o54harssx6h7xjim array-includes: 3.1.5 array.prototype.flat: 1.3.0 debug: 2.6.9 doctrine: 2.1.0 - eslint: 8.18.0 + eslint: 8.19.0 eslint-import-resolver-node: 0.3.6 - eslint-module-utils: 2.7.3_s24jsywy72ks6h3c4f2dacxdsa + eslint-module-utils: 2.7.3_baa5opwrycsxtp3dnugww5zmnq has: 1.0.3 is-core-module: 2.9.0 is-glob: 4.0.3 @@ -4616,14 +4616,14 @@ packages: - supports-color dev: true - /eslint-plugin-node/11.1.0_eslint@8.18.0: + /eslint-plugin-node/11.1.0_eslint@8.19.0: resolution: {integrity: sha512-oUwtPJ1W0SKD0Tr+wqu92c5xuCeQqB3hSCHasn/ZgjFdA9iDGNkNf2Zi9ztY7X+hNuMib23LNGRm6+uN+KLE3g==} engines: {node: '>=8.10.0'} peerDependencies: eslint: '>=5.16.0' dependencies: - eslint: 8.18.0 - eslint-plugin-es: 3.0.1_eslint@8.18.0 + eslint: 8.19.0 + eslint-plugin-es: 3.0.1_eslint@8.19.0 eslint-utils: 2.1.0 ignore: 5.2.0 minimatch: 3.1.2 @@ -4654,13 +4654,13 @@ packages: eslint-visitor-keys: 1.3.0 dev: true - /eslint-utils/3.0.0_eslint@8.18.0: + /eslint-utils/3.0.0_eslint@8.19.0: resolution: {integrity: sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==} engines: {node: ^10.0.0 || ^12.0.0 || >= 14.0.0} peerDependencies: eslint: '>=5' dependencies: - eslint: 8.18.0 + eslint: 8.19.0 eslint-visitor-keys: 2.1.0 dev: true @@ -4679,8 +4679,8 @@ packages: engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /eslint/8.18.0: - resolution: {integrity: sha512-As1EfFMVk7Xc6/CvhssHUjsAQSkpfXvUGMFC3ce8JDe6WvqCgRrLOBQbVpsBFr1X1V+RACOadnzVvcUS5ni2bA==} + /eslint/8.19.0: + resolution: {integrity: sha512-SXOPj3x9VKvPe81TjjUJCYlV4oJjQw68Uek+AM0X4p+33dj2HY5bpTZOgnQHcG2eAm1mtCU9uNMnJi7exU/kYw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} hasBin: true dependencies: @@ -4693,7 +4693,7 @@ packages: doctrine: 3.0.0 escape-string-regexp: 4.0.0 eslint-scope: 7.1.1 - eslint-utils: 3.0.0_eslint@8.18.0 + eslint-utils: 3.0.0_eslint@8.19.0 eslint-visitor-keys: 3.3.0 espree: 9.3.2 esquery: 1.4.0 @@ -5126,8 +5126,8 @@ packages: resolution: {integrity: sha1-dKILqKSr7OWuGZrQPyvMaP38m6U=} dev: true - /get-tsconfig/4.0.6: - resolution: {integrity: sha512-yK9g+lk9PSaYS4RM9jnlmFSyymNDdLaIk42h6uOO6DOvqKEpL4KhUAcI1/7/sWe8+FWZe1/EjFXFfvv6T+cgPA==} + /get-tsconfig/4.1.0: + resolution: {integrity: sha512-bhshxJhpfmeQ8x4fAvDqJV2VfGp5TfHdLpmBpNZZhMoVyfIrOippBW4mayC3DT9Sxuhcyl56Efw61qL28hG4EQ==} dev: true /git-raw-commits/2.0.11: @@ -6228,11 +6228,11 @@ packages: pkg-types: 0.3.2 dev: true - /mlly/0.5.3: - resolution: {integrity: sha512-im69tuLD9EJh9fc9TZRpJEFvsBcGMez7glUCWDcHWWCKzhvPmNvyaYjp/+h0qJJN/Xovrs//GzGjOOKmFw4Gog==} + /mlly/0.5.4: + resolution: {integrity: sha512-gFlsLWCjVwu/LM/ZfYUkmnbBoz7eyBIMUwVQYDqhd8IvtNFDeZ95uwAyxHE2Xx7tQwePQaCo4fECZ9MWFEUTgQ==} dependencies: - pathe: 0.2.0 - pkg-types: 0.3.2 + pathe: 0.3.2 + pkg-types: 0.3.3 dev: true /modify-values/1.0.1: @@ -6678,6 +6678,10 @@ packages: resolution: {integrity: sha512-sTitTPYnn23esFR3RlqYBWn4c45WGeLcsKzQiUpXJAyfcWkolvlYpV8FLo7JishK946oQwMFUCHXQ9AjGPKExw==} dev: true + /pathe/0.3.2: + resolution: {integrity: sha512-qhnmX0TOqlCvdWWTkoM83wh5J8fZ2yhbDEc9MlsnAEtEc+JCwxUKEwmd6pkY9hRe6JR1Uecbc14VcAKX2yFSTA==} + dev: true + /pathval/1.1.1: resolution: {integrity: sha512-Dp6zGqpTdETdR63lehJYPeIOqpiNBNtc7BpWSLrOje7UaIsE5aY92r/AunQA7rsXvet3lrJ3JnZX29UPTKXyKQ==} dev: true @@ -6735,23 +6739,31 @@ packages: pathe: 0.2.0 dev: true - /playwright-chromium/1.23.0: - resolution: {integrity: sha512-AQn3/7mHvQ0TLHX//9FAyKKcWFja73IoZlg6vVtICHM0MlUubyqsmpNEZzrI2t5I7lYT0kCP074CvZd7KWXGKg==} + /pkg-types/0.3.3: + resolution: {integrity: sha512-6AJcCMnjUQPQv/Wk960w0TOmjhdjbeaQJoSKWRQv9N3rgkessCu6J0Ydsog/nw1MbpnxHuPzYbfOn2KmlZO1FA==} + dependencies: + jsonc-parser: 3.0.0 + mlly: 0.5.4 + pathe: 0.3.2 + dev: true + + /playwright-chromium/1.23.1: + resolution: {integrity: sha512-Cx9VkJBFPxSim7qz571aDXU+oXmqYJW2W+Po6eiq2vi/abkH87BtxM/E0tsFJavFMB8ZpBWX1Z+77LctZv3V5w==} engines: {node: '>=14'} hasBin: true requiresBuild: true dependencies: - playwright-core: 1.23.0 + playwright-core: 1.23.1 dev: true - /playwright-core/1.23.0: - resolution: {integrity: sha512-Zzhyr5RZGoJ1ek2sgfJCt2076kdOg8hnNwFBqAYeLySiutXyxSQk93vZ5gbnFiWV1sHvueCcwla9n35acUTxtA==} + /playwright-core/1.23.1: + resolution: {integrity: sha512-9CXsE0gawph4KXl6oUaa0ehHRySZjHvly4TybcBXDvzK3N3o6L/eZ8Q6iVWUiMn0LLS5bRFxo1qEtOETlYJxjw==} engines: {node: '>=14'} hasBin: true dev: true - /pnpm/7.4.0: - resolution: {integrity: sha512-mlV8dw6b9Ta+u+zhJeBDvf4Io+g9Vg8esCxdfUcVhai00wzrLaAJ7TNE67dzHHukkQZ3nuHmdWqQxvtkrBa5Ig==} + /pnpm/7.5.0: + resolution: {integrity: sha512-sb9wJNyx/d8l3Gze2jI1y8BGNbb/ga+JT3SrGNiH+C5KbtZ4wmgePBWGjaiGugcpT9+vQ5MO//+QlVWhMCpedQ==} engines: {node: '>=14.6'} hasBin: true dev: true @@ -6776,7 +6788,7 @@ packages: camelcase-css: 2.0.1 postcss: 8.4.14 - /postcss-load-config/3.1.4_apxnowcr5uhxb4jlsbpuejnlvi: + /postcss-load-config/3.1.4_i7duc3lt6p42geuj2nwruihc6u: resolution: {integrity: sha512-6DiM4E7v4coTE4uzA8U//WhtPwyhiim3eyjEMFCnUpzbrkK9wJHgKDT2mR+HbtSrd/NubVaYTOpSpjUl8NQeRg==} engines: {node: '>= 10'} peerDependencies: @@ -6790,7 +6802,7 @@ packages: dependencies: lilconfig: 2.0.5 postcss: 8.4.14 - ts-node: 10.8.1 + ts-node: 10.8.2 yaml: 1.10.2 dev: false @@ -7954,7 +7966,7 @@ packages: transitivePeerDependencies: - ts-node - /tailwindcss/3.1.4_ts-node@10.8.1: + /tailwindcss/3.1.4_ts-node@10.8.2: resolution: {integrity: sha512-NrxbFV4tYsga/hpWbRyUfIaBrNMXDxx5BsHgBS4v5tlyjf+sDsgBg5m9OxjrXIqAS/uR9kicxLKP+bEHI7BSeQ==} engines: {node: '>=12.13.0'} hasBin: true @@ -7975,7 +7987,7 @@ packages: postcss: 8.4.14 postcss-import: 14.1.0_postcss@8.4.14 postcss-js: 4.0.0_postcss@8.4.14 - postcss-load-config: 3.1.4_apxnowcr5uhxb4jlsbpuejnlvi + postcss-load-config: 3.1.4_i7duc3lt6p42geuj2nwruihc6u postcss-nested: 5.0.6_postcss@8.4.14 postcss-selector-parser: 6.0.10 postcss-value-parser: 4.2.0 @@ -8111,8 +8123,8 @@ packages: utf8-byte-length: 1.0.4 dev: true - /ts-node/10.8.1: - resolution: {integrity: sha512-Wwsnao4DQoJsN034wePSg5nZiw4YKXf56mPIAeD6wVmiv+RytNSWqc2f3fKvcUoV+Yn2+yocD71VOfQHbmVX4g==} + /ts-node/10.8.2: + resolution: {integrity: sha512-LYdGnoGddf1D6v8REPtIH+5iq/gTDuZqv2/UJUU7tKjuEU8xVZorBM+buCGNjj+pGEud+sOoM4CX3/YzINpENA==} hasBin: true peerDependencies: '@swc/core': '>=1.2.50' @@ -8177,13 +8189,13 @@ packages: typescript: 4.6.4 dev: true - /tsx/3.6.0: - resolution: {integrity: sha512-XzqSxPmyJnI7ZtEX/CLE/CSDkqbL7dK4jwtJRIZpV0EhCxWqtb1OqJPlUc4CVS3/MFdpt8ZxLpvPFohWRTHbzw==} + /tsx/3.7.1: + resolution: {integrity: sha512-dwl1GBdkwVQ9zRxTmETGi+ck8pewNm2QXh+HK6jHxdHmeCjfCL+Db3b4VX/dOMDSS2hle1j5LzQoo8OpVXu6XQ==} hasBin: true dependencies: - '@esbuild-kit/cjs-loader': 2.2.1 + '@esbuild-kit/cjs-loader': 2.3.0 '@esbuild-kit/core-utils': 2.0.2 - '@esbuild-kit/esm-loader': 2.3.1 + '@esbuild-kit/esm-loader': 2.4.0 optionalDependencies: fsevents: 2.3.2 dev: true @@ -8423,16 +8435,19 @@ packages: - react-dom dev: true - /vitest/0.16.0: - resolution: {integrity: sha512-Ntp6jrM8wf2NMtamMBLkRBBdeqHkgAH/WMh5Xryts1j2ft2D8QZQbiSVFkSl4WmEQzcPP0YM069g/Ga1vtnEtg==} + /vitest/0.17.0: + resolution: {integrity: sha512-5YO9ubHo0Zg35mea3+zZAr4sCku32C3usvIH5COeJB48TZV/R0J9aGNtGOOqEWZYfOKP0pGZUvTokne3x/QEFg==} engines: {node: '>=v14.16.0'} hasBin: true peerDependencies: + '@edge-runtime/vm': '*' '@vitest/ui': '*' c8: '*' happy-dom: '*' jsdom: '*' peerDependenciesMeta: + '@edge-runtime/vm': + optional: true '@vitest/ui': optional: true c8: