From d33ec89b7619895cf1541e597e0cb664f69fc95f Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Fri, 14 Jan 2022 16:40:06 +0800 Subject: [PATCH] feat: upgrade eslint-config-standard --- packages/all/package.json | 12 +- packages/basic/package.json | 6 +- packages/typescript/package.json | 4 +- packages/vue/package.json | 2 +- pnpm-lock.yaml | 238 ++++++++++++------------------- 5 files changed, 100 insertions(+), 162 deletions(-) diff --git a/packages/all/package.json b/packages/all/package.json index e15c298..376d4fd 100644 --- a/packages/all/package.json +++ b/packages/all/package.json @@ -15,19 +15,19 @@ "dependencies": { "@antfu/eslint-config-react": "^0.15.0", "@antfu/eslint-config-vue": "^0.15.0", - "@typescript-eslint/eslint-plugin": "^5.9.0", - "@typescript-eslint/parser": "^5.9.0", - "eslint-config-standard": "^16.0.3", + "@typescript-eslint/eslint-plugin": "^5.9.1", + "@typescript-eslint/parser": "^5.9.1", + "eslint-config-standard": "17.0.0-0", "eslint-plugin-eslint-comments": "^3.2.0", "eslint-plugin-html": "^6.2.0", "eslint-plugin-import": "^2.25.4", "eslint-plugin-jsonc": "^2.0.0", - "eslint-plugin-node": "^11.1.0", + "eslint-plugin-n": "^14.0.0", "eslint-plugin-promise": "^6.0.0", "eslint-plugin-unicorn": "^40.0.0", - "eslint-plugin-vue": "8.2.0", + "eslint-plugin-vue": "8.3.0", "eslint-plugin-yml": "^0.12.0", - "jsonc-eslint-parser": "^2.0.4", + "jsonc-eslint-parser": "^2.1.0", "yaml-eslint-parser": "^0.5.0" }, "devDependencies": { diff --git a/packages/basic/package.json b/packages/basic/package.json index 7f6da4a..dc3081d 100644 --- a/packages/basic/package.json +++ b/packages/basic/package.json @@ -16,16 +16,16 @@ "eslint": ">=7.4.0" }, "dependencies": { - "eslint-config-standard": "^16.0.3", + "eslint-config-standard": "17.0.0-0", "eslint-plugin-eslint-comments": "^3.2.0", "eslint-plugin-html": "^6.2.0", "eslint-plugin-import": "^2.25.4", "eslint-plugin-jsonc": "^2.0.0", - "eslint-plugin-node": "^11.1.0", + "eslint-plugin-n": "^14.0.0", "eslint-plugin-promise": "^6.0.0", "eslint-plugin-unicorn": "^40.0.0", "eslint-plugin-yml": "^0.12.0", - "jsonc-eslint-parser": "^2.0.4", + "jsonc-eslint-parser": "^2.1.0", "yaml-eslint-parser": "^0.5.0" }, "devDependencies": { diff --git a/packages/typescript/package.json b/packages/typescript/package.json index ec39470..288e420 100644 --- a/packages/typescript/package.json +++ b/packages/typescript/package.json @@ -18,8 +18,8 @@ }, "dependencies": { "@antfu/eslint-config-basic": "^0.15.0", - "@typescript-eslint/eslint-plugin": "^5.9.0", - "@typescript-eslint/parser": "^5.9.0" + "@typescript-eslint/eslint-plugin": "^5.9.1", + "@typescript-eslint/parser": "^5.9.1" }, "devDependencies": { "eslint": "^8.6.0" diff --git a/packages/vue/package.json b/packages/vue/package.json index 38c2fd6..10f2dc7 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -17,7 +17,7 @@ }, "dependencies": { "@antfu/eslint-config-ts": "^0.15.0", - "eslint-plugin-vue": "^8.2.0" + "eslint-plugin-vue": "^8.3.0" }, "devDependencies": { "eslint": "^8.6.0" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index cdc6012..d033ead 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -16,39 +16,39 @@ importers: packages/all: specifiers: - '@antfu/eslint-config-react': ^0.14.2 - '@antfu/eslint-config-vue': ^0.14.2 - '@typescript-eslint/eslint-plugin': ^5.9.0 - '@typescript-eslint/parser': ^5.9.0 + '@antfu/eslint-config-react': ^0.15.0 + '@antfu/eslint-config-vue': ^0.15.0 + '@typescript-eslint/eslint-plugin': ^5.9.1 + '@typescript-eslint/parser': ^5.9.1 eslint: ^8.6.0 - eslint-config-standard: ^16.0.3 + eslint-config-standard: 17.0.0-0 eslint-plugin-eslint-comments: ^3.2.0 eslint-plugin-html: ^6.2.0 eslint-plugin-import: ^2.25.4 eslint-plugin-jsonc: ^2.0.0 - eslint-plugin-node: ^11.1.0 + eslint-plugin-n: ^14.0.0 eslint-plugin-promise: ^6.0.0 eslint-plugin-unicorn: ^40.0.0 - eslint-plugin-vue: 8.2.0 + eslint-plugin-vue: 8.3.0 eslint-plugin-yml: ^0.12.0 - jsonc-eslint-parser: ^2.0.4 + jsonc-eslint-parser: ^2.1.0 yaml-eslint-parser: ^0.5.0 dependencies: '@antfu/eslint-config-react': link:../react '@antfu/eslint-config-vue': link:../vue - '@typescript-eslint/eslint-plugin': 5.9.0_bd2fd93dbcc607ad2f21b784bccfe0c8 - '@typescript-eslint/parser': 5.9.0_eslint@8.6.0+typescript@4.5.4 - eslint-config-standard: 16.0.3_8d3cc733693a55bff97313a767012510 + '@typescript-eslint/eslint-plugin': 5.9.1_b7b2e42b32ee097737cd3e626b10847b + '@typescript-eslint/parser': 5.9.1_eslint@8.6.0+typescript@4.5.4 + eslint-config-standard: 17.0.0-0_c5fb5b009f992539b780d1fdeba80558 eslint-plugin-eslint-comments: 3.2.0_eslint@8.6.0 eslint-plugin-html: 6.2.0 eslint-plugin-import: 2.25.4_eslint@8.6.0 eslint-plugin-jsonc: 2.0.0_eslint@8.6.0 - eslint-plugin-node: 11.1.0_eslint@8.6.0 + eslint-plugin-n: 14.0.0_eslint@8.6.0 eslint-plugin-promise: 6.0.0_eslint@8.6.0 eslint-plugin-unicorn: 40.0.0_eslint@8.6.0 - eslint-plugin-vue: 8.2.0_eslint@8.6.0 + eslint-plugin-vue: 8.3.0_eslint@8.6.0 eslint-plugin-yml: 0.12.0_eslint@8.6.0 - jsonc-eslint-parser: 2.0.4_eslint@8.6.0 + jsonc-eslint-parser: 2.1.0 yaml-eslint-parser: 0.5.0 devDependencies: eslint: 8.6.0 @@ -56,35 +56,35 @@ importers: packages/basic: specifiers: eslint: ^8.6.0 - eslint-config-standard: ^16.0.3 + eslint-config-standard: 17.0.0-0 eslint-plugin-eslint-comments: ^3.2.0 eslint-plugin-html: ^6.2.0 eslint-plugin-import: ^2.25.4 eslint-plugin-jsonc: ^2.0.0 - eslint-plugin-node: ^11.1.0 + eslint-plugin-n: ^14.0.0 eslint-plugin-promise: ^6.0.0 eslint-plugin-unicorn: ^40.0.0 eslint-plugin-yml: ^0.12.0 - jsonc-eslint-parser: ^2.0.4 + jsonc-eslint-parser: ^2.1.0 yaml-eslint-parser: ^0.5.0 dependencies: - eslint-config-standard: 16.0.3_8d3cc733693a55bff97313a767012510 + eslint-config-standard: 17.0.0-0_c5fb5b009f992539b780d1fdeba80558 eslint-plugin-eslint-comments: 3.2.0_eslint@8.6.0 eslint-plugin-html: 6.2.0 eslint-plugin-import: 2.25.4_eslint@8.6.0 eslint-plugin-jsonc: 2.0.0_eslint@8.6.0 - eslint-plugin-node: 11.1.0_eslint@8.6.0 + eslint-plugin-n: 14.0.0_eslint@8.6.0 eslint-plugin-promise: 6.0.0_eslint@8.6.0 eslint-plugin-unicorn: 40.0.0_eslint@8.6.0 eslint-plugin-yml: 0.12.0_eslint@8.6.0 - jsonc-eslint-parser: 2.0.4_eslint@8.6.0 + jsonc-eslint-parser: 2.1.0 yaml-eslint-parser: 0.5.0 devDependencies: eslint: 8.6.0 packages/react: specifiers: - '@antfu/eslint-config-ts': ^0.14.2 + '@antfu/eslint-config-ts': ^0.15.0 eslint: ^8.6.0 eslint-plugin-react: ^7.28.0 react: ^17.0.2 @@ -99,25 +99,25 @@ importers: packages/typescript: specifiers: - '@antfu/eslint-config-basic': ^0.14.2 - '@typescript-eslint/eslint-plugin': ^5.9.0 - '@typescript-eslint/parser': ^5.9.0 + '@antfu/eslint-config-basic': ^0.15.0 + '@typescript-eslint/eslint-plugin': ^5.9.1 + '@typescript-eslint/parser': ^5.9.1 eslint: ^8.6.0 dependencies: '@antfu/eslint-config-basic': link:../basic - '@typescript-eslint/eslint-plugin': 5.9.0_bd2fd93dbcc607ad2f21b784bccfe0c8 - '@typescript-eslint/parser': 5.9.0_eslint@8.6.0+typescript@4.5.4 + '@typescript-eslint/eslint-plugin': 5.9.1_b7b2e42b32ee097737cd3e626b10847b + '@typescript-eslint/parser': 5.9.1_eslint@8.6.0+typescript@4.5.4 devDependencies: eslint: 8.6.0 packages/vue: specifiers: - '@antfu/eslint-config-ts': ^0.14.2 + '@antfu/eslint-config-ts': ^0.15.0 eslint: ^8.6.0 - eslint-plugin-vue: ^8.2.0 + eslint-plugin-vue: ^8.3.0 dependencies: '@antfu/eslint-config-ts': link:../typescript - eslint-plugin-vue: 8.2.0_eslint@8.6.0 + eslint-plugin-vue: 8.3.0_eslint@8.6.0 devDependencies: eslint: 8.6.0 @@ -1067,8 +1067,8 @@ packages: resolution: {integrity: sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==} dev: true - /@typescript-eslint/eslint-plugin/5.9.0_bd2fd93dbcc607ad2f21b784bccfe0c8: - resolution: {integrity: sha512-qT4lr2jysDQBQOPsCCvpPUZHjbABoTJW8V9ZzIYKHMfppJtpdtzszDYsldwhFxlhvrp7aCHeXD1Lb9M1zhwWwQ==} + /@typescript-eslint/eslint-plugin/5.9.1_b7b2e42b32ee097737cd3e626b10847b: + resolution: {integrity: sha512-Xv9tkFlyD4MQGpJgTo6wqDqGvHIRmRgah/2Sjz1PUnJTawjHWIwBivUE9x0QtU2WVii9baYgavo/bHjrZJkqTw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: '@typescript-eslint/parser': ^5.0.0 @@ -1078,10 +1078,10 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/experimental-utils': 5.9.0_eslint@8.6.0+typescript@4.5.4 - '@typescript-eslint/parser': 5.9.0_eslint@8.6.0+typescript@4.5.4 - '@typescript-eslint/scope-manager': 5.9.0 - '@typescript-eslint/type-utils': 5.9.0_eslint@8.6.0+typescript@4.5.4 + '@typescript-eslint/experimental-utils': 5.9.1_eslint@8.6.0+typescript@4.5.4 + '@typescript-eslint/parser': 5.9.1_eslint@8.6.0+typescript@4.5.4 + '@typescript-eslint/scope-manager': 5.9.1 + '@typescript-eslint/type-utils': 5.9.1_eslint@8.6.0+typescript@4.5.4 debug: 4.3.2 eslint: 8.6.0 functional-red-black-tree: 1.0.1 @@ -1094,16 +1094,16 @@ packages: - supports-color dev: false - /@typescript-eslint/experimental-utils/5.9.0_eslint@8.6.0+typescript@4.5.4: - resolution: {integrity: sha512-ZnLVjBrf26dn7ElyaSKa6uDhqwvAi4jBBmHK1VxuFGPRAxhdi18ubQYSGA7SRiFiES3q9JiBOBHEBStOFkwD2g==} + /@typescript-eslint/experimental-utils/5.9.1_eslint@8.6.0+typescript@4.5.4: + resolution: {integrity: sha512-cb1Njyss0mLL9kLXgS/eEY53SZQ9sT519wpX3i+U457l2UXRDuo87hgKfgRazmu9/tQb0x2sr3Y0yrU+Zz0y+w==} 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.9 - '@typescript-eslint/scope-manager': 5.9.0 - '@typescript-eslint/types': 5.9.0 - '@typescript-eslint/typescript-estree': 5.9.0_typescript@4.5.4 + '@typescript-eslint/scope-manager': 5.9.1 + '@typescript-eslint/types': 5.9.1 + '@typescript-eslint/typescript-estree': 5.9.1_typescript@4.5.4 eslint: 8.6.0 eslint-scope: 5.1.1 eslint-utils: 3.0.0_eslint@8.6.0 @@ -1112,8 +1112,8 @@ packages: - typescript dev: false - /@typescript-eslint/parser/5.9.0_eslint@8.6.0+typescript@4.5.4: - resolution: {integrity: sha512-/6pOPz8yAxEt4PLzgbFRDpZmHnXCeZgPDrh/1DaVKOjvn/UPMlWhbx/gA96xRi2JxY1kBl2AmwVbyROUqys5xQ==} + /@typescript-eslint/parser/5.9.1_eslint@8.6.0+typescript@4.5.4: + resolution: {integrity: sha512-PLYO0AmwD6s6n0ZQB5kqPgfvh73p0+VqopQQLuNfi7Lm0EpfKyDalchpVwkE+81k5HeiRrTV/9w1aNHzjD7C4g==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 @@ -1122,9 +1122,9 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/scope-manager': 5.9.0 - '@typescript-eslint/types': 5.9.0 - '@typescript-eslint/typescript-estree': 5.9.0_typescript@4.5.4 + '@typescript-eslint/scope-manager': 5.9.1 + '@typescript-eslint/types': 5.9.1 + '@typescript-eslint/typescript-estree': 5.9.1_typescript@4.5.4 debug: 4.3.2 eslint: 8.6.0 typescript: 4.5.4 @@ -1132,16 +1132,16 @@ packages: - supports-color dev: false - /@typescript-eslint/scope-manager/5.9.0: - resolution: {integrity: sha512-DKtdIL49Qxk2a8icF6whRk7uThuVz4A6TCXfjdJSwOsf+9ree7vgQWcx0KOyCdk0i9ETX666p4aMhrRhxhUkyg==} + /@typescript-eslint/scope-manager/5.9.1: + resolution: {integrity: sha512-8BwvWkho3B/UOtzRyW07ffJXPaLSUKFBjpq8aqsRvu6HdEuzCY57+ffT7QoV4QXJXWSU1+7g3wE4AlgImmQ9pQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - '@typescript-eslint/types': 5.9.0 - '@typescript-eslint/visitor-keys': 5.9.0 + '@typescript-eslint/types': 5.9.1 + '@typescript-eslint/visitor-keys': 5.9.1 dev: false - /@typescript-eslint/type-utils/5.9.0_eslint@8.6.0+typescript@4.5.4: - resolution: {integrity: sha512-uVCb9dJXpBrK1071ri5aEW7ZHdDHAiqEjYznF3HSSvAJXyrkxGOw2Ejibz/q6BXdT8lea8CMI0CzKNFTNI6TEQ==} + /@typescript-eslint/type-utils/5.9.1_eslint@8.6.0+typescript@4.5.4: + resolution: {integrity: sha512-tRSpdBnPRssjlUh35rE9ug5HrUvaB9ntREy7gPXXKwmIx61TNN7+l5YKgi1hMKxo5NvqZCfYhA5FvyuJG6X6vg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: '*' @@ -1150,7 +1150,7 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/experimental-utils': 5.9.0_eslint@8.6.0+typescript@4.5.4 + '@typescript-eslint/experimental-utils': 5.9.1_eslint@8.6.0+typescript@4.5.4 debug: 4.3.2 eslint: 8.6.0 tsutils: 3.21.0_typescript@4.5.4 @@ -1159,13 +1159,13 @@ packages: - supports-color dev: false - /@typescript-eslint/types/5.9.0: - resolution: {integrity: sha512-mWp6/b56Umo1rwyGCk8fPIzb9Migo8YOniBGPAQDNC6C52SeyNGN4gsVwQTAR+RS2L5xyajON4hOLwAGwPtUwg==} + /@typescript-eslint/types/5.9.1: + resolution: {integrity: sha512-SsWegWudWpkZCwwYcKoDwuAjoZXnM1y2EbEerTHho19Hmm+bQ56QG4L4jrtCu0bI5STaRTvRTZmjprWlTw/5NQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: false - /@typescript-eslint/typescript-estree/5.9.0_typescript@4.5.4: - resolution: {integrity: sha512-kxo3xL2mB7XmiVZcECbaDwYCt3qFXz99tBSuVJR4L/sR7CJ+UNAPrYILILktGj1ppfZ/jNt/cWYbziJUlHl1Pw==} + /@typescript-eslint/typescript-estree/5.9.1_typescript@4.5.4: + resolution: {integrity: sha512-gL1sP6A/KG0HwrahVXI9fZyeVTxEYV//6PmcOn1tD0rw8VhUWYeZeuWHwwhnewnvEMcHjhnJLOBhA9rK4vmb8A==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: typescript: '*' @@ -1173,8 +1173,8 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/types': 5.9.0 - '@typescript-eslint/visitor-keys': 5.9.0 + '@typescript-eslint/types': 5.9.1 + '@typescript-eslint/visitor-keys': 5.9.1 debug: 4.3.2 globby: 11.0.4 is-glob: 4.0.3 @@ -1185,11 +1185,11 @@ packages: - supports-color dev: false - /@typescript-eslint/visitor-keys/5.9.0: - resolution: {integrity: sha512-6zq0mb7LV0ThExKlecvpfepiB+XEtFv/bzx7/jKSgyXTFD7qjmSu1FoiS0x3OZaiS+UIXpH2vd9O89f02RCtgw==} + /@typescript-eslint/visitor-keys/5.9.1: + resolution: {integrity: sha512-Xh37pNz9e9ryW4TVdwiFzmr4hloty8cFj8GTWMXh3Z8swGwyQWeCcNgF0hm6t09iZd6eiZmIf4zHedQVP6TVtg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - '@typescript-eslint/types': 5.9.0 + '@typescript-eslint/types': 5.9.1 eslint-visitor-keys: 3.1.0 dev: false @@ -1205,47 +1205,17 @@ packages: resolution: {integrity: sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==} dev: true - /acorn-jsx/5.3.1_acorn@8.5.0: - resolution: {integrity: sha512-K0Ptm/47OKfQRpNQ2J/oIN/3QYiK6FwW+eJbILhsdxh2WTLdl+30o8aGdTbm5JbffpFFAg/g+zi1E+jvJha5ng==} - peerDependencies: - acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 - dependencies: - acorn: 8.5.0 - dev: false - - /acorn-jsx/5.3.1_acorn@8.6.0: - resolution: {integrity: sha512-K0Ptm/47OKfQRpNQ2J/oIN/3QYiK6FwW+eJbILhsdxh2WTLdl+30o8aGdTbm5JbffpFFAg/g+zi1E+jvJha5ng==} - peerDependencies: - acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 - dependencies: - acorn: 8.6.0 - dev: false - /acorn-jsx/5.3.1_acorn@8.7.0: resolution: {integrity: sha512-K0Ptm/47OKfQRpNQ2J/oIN/3QYiK6FwW+eJbILhsdxh2WTLdl+30o8aGdTbm5JbffpFFAg/g+zi1E+jvJha5ng==} peerDependencies: acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: acorn: 8.7.0 - dev: true - - /acorn/8.5.0: - resolution: {integrity: sha512-yXbYeFy+jUuYd3/CDcg2NkIYE991XYX/bje7LmjJigUciaeO1JR4XxXgCIV1/Zc/dRuFEyw1L0pbA+qynJkW5Q==} - engines: {node: '>=0.4.0'} - hasBin: true - dev: false - - /acorn/8.6.0: - resolution: {integrity: sha512-U1riIR+lBSNi3IbxtaHOIKdH8sLFv3NYfNv8sg7ZsNhcfl4HF2++BfqqrNAxoCLQW1iiylOj76ecnaUxz+z9yw==} - engines: {node: '>=0.4.0'} - hasBin: true - dev: false /acorn/8.7.0: resolution: {integrity: sha512-V/LGr1APy+PXIwKebEWrkZPwoeoF+w1jiOBUmuxuiUIaOHtob8Qc9BTrYo7VuI5fR8tqsy+buA2WFooR5olqvQ==} engines: {node: '>=0.4.0'} hasBin: true - dev: true /add-stream/1.0.0: resolution: {integrity: sha1-anmQQ3ynNtXhKI25K9MmbV9csqo=} @@ -2137,17 +2107,17 @@ packages: engines: {node: '>=10'} dev: true - /eslint-config-standard/16.0.3_8d3cc733693a55bff97313a767012510: - resolution: {integrity: sha512-x4fmJL5hGqNJKGHSjnLdgA6U6h1YW/G2dW9fA+cyVur4SK6lyue8+UgNKWlZtUDTXvgKDD/Oa3GQjmB5kjtVvg==} + /eslint-config-standard/17.0.0-0_c5fb5b009f992539b780d1fdeba80558: + resolution: {integrity: sha512-sf9udec8fkLTnH82SmhZQ3E31e4eJaMW09Mt9fbN3OccXFtvSSbGrltpQgGFVooGHoIdiMzDfp6ZNFd+I6Ob+w==} peerDependencies: - eslint: ^7.12.1 - eslint-plugin-import: ^2.22.1 - eslint-plugin-node: ^11.1.0 - eslint-plugin-promise: ^4.2.1 || ^5.0.0 + eslint: ^8.0.1 + eslint-plugin-import: ^2.25.2 + eslint-plugin-n: ^14.0.0 + eslint-plugin-promise: ^6.0.0 dependencies: eslint: 8.6.0 eslint-plugin-import: 2.25.4_eslint@8.6.0 - eslint-plugin-node: 11.1.0_eslint@8.6.0 + eslint-plugin-n: 14.0.0_eslint@8.6.0 eslint-plugin-promise: 6.0.0_eslint@8.6.0 dev: false @@ -2166,15 +2136,15 @@ packages: find-up: 2.1.0 dev: false - /eslint-plugin-es/3.0.1_eslint@8.6.0: - resolution: {integrity: sha512-GUmAsJaN4Fc7Gbtl8uOBlayo2DqhwWvEzykMHSCZHU3XdJ+NSzzZcVhXh3VxX5icqQ+oQdIEawXX8xkR3mIFmQ==} + /eslint-plugin-es/4.1.0_eslint@8.6.0: + resolution: {integrity: sha512-GILhQTnjYE2WorX5Jyi5i4dz5ALWxBIdQECVQavL6s7cI76IZTDWleTHkxz/QT3kvcs2QlGHvKLYsSlPOlPXnQ==} engines: {node: '>=8.10.0'} peerDependencies: eslint: '>=4.19.1' dependencies: eslint: 8.6.0 eslint-utils: 2.1.0 - regexpp: 3.1.0 + regexpp: 3.2.0 dev: false /eslint-plugin-eslint-comments/3.2.0_eslint@8.6.0: @@ -2224,22 +2194,23 @@ packages: dependencies: eslint: 8.6.0 eslint-utils: 3.0.0_eslint@8.6.0 - jsonc-eslint-parser: 2.0.4_eslint@8.6.0 + jsonc-eslint-parser: 2.1.0 natural-compare: 1.4.0 dev: false - /eslint-plugin-node/11.1.0_eslint@8.6.0: - resolution: {integrity: sha512-oUwtPJ1W0SKD0Tr+wqu92c5xuCeQqB3hSCHasn/ZgjFdA9iDGNkNf2Zi9ztY7X+hNuMib23LNGRm6+uN+KLE3g==} - engines: {node: '>=8.10.0'} + /eslint-plugin-n/14.0.0_eslint@8.6.0: + resolution: {integrity: sha512-mNwplPLsbaKhHyA0fa/cy8j+oF6bF6l81hzBTWa6JOvPcMNAuIogk2ih6d9tYvWYzyUG+7ZFeChqbzdFpg2QrQ==} + engines: {node: '>=12.22.0'} peerDependencies: - eslint: '>=5.16.0' + eslint: '>=7.0.0' dependencies: eslint: 8.6.0 - eslint-plugin-es: 3.0.1_eslint@8.6.0 - eslint-utils: 2.1.0 + eslint-plugin-es: 4.1.0_eslint@8.6.0 + eslint-utils: 3.0.0_eslint@8.6.0 ignore: 5.1.8 + is-core-module: 2.8.0 minimatch: 3.0.4 - resolve: 1.17.0 + resolve: 1.20.0 semver: 6.3.0 dev: false @@ -2298,8 +2269,8 @@ packages: strip-indent: 3.0.0 dev: false - /eslint-plugin-vue/8.2.0_eslint@8.6.0: - resolution: {integrity: sha512-cLIdTuOAMXyHeQ4drYKcZfoyzdwdBpH279X8/N0DgmotEI9yFKb5O/cAgoie/CkQZCH/MOmh0xw/KEfS90zY2A==} + /eslint-plugin-vue/8.3.0_eslint@8.6.0: + resolution: {integrity: sha512-IIuLHw4vQxGlHcoP2dG6t/2OVdQf2qoyAzEGAxreU1afZOHGA7y3TWq8I+r3ZA6Wjs6xpeUWGHlT31QGr9Rb5g==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.2.0 || ^7.0.0 || ^8.0.0 @@ -2433,24 +2404,6 @@ packages: - supports-color dev: true - /espree/9.0.0: - resolution: {integrity: sha512-r5EQJcYZ2oaGbeR0jR0fFVijGOcwai07/690YRXLINuhmVeRY4UKSAsQPe/0BNuDgwP7Ophoc1PRsr2E3tkbdQ==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - dependencies: - acorn: 8.5.0 - acorn-jsx: 5.3.1_acorn@8.5.0 - eslint-visitor-keys: 3.1.0 - dev: false - - /espree/9.2.0: - resolution: {integrity: sha512-oP3utRkynpZWF/F2x/HZJ+AGtnIclaR7z1pYPxy7NYM2fSO6LgK/Rkny8anRSPK/VwEA1eqm2squui0T7ZMOBg==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - dependencies: - acorn: 8.6.0 - acorn-jsx: 5.3.1_acorn@8.6.0 - eslint-visitor-keys: 3.1.0 - dev: false - /espree/9.3.0: resolution: {integrity: sha512-d/5nCsb0JcqsSEeQzFZ8DH1RmxPcglRWh24EFTlUEmCKoehXGdpsx0RkHDubqUI8LSAIKMQp4r9SzQ3n+sm4HQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -2458,7 +2411,6 @@ packages: acorn: 8.7.0 acorn-jsx: 5.3.1_acorn@8.7.0 eslint-visitor-keys: 3.1.0 - dev: true /esquery/1.4.0: resolution: {integrity: sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w==} @@ -3371,17 +3323,14 @@ packages: minimist: 1.2.5 dev: false - /jsonc-eslint-parser/2.0.4_eslint@8.6.0: - resolution: {integrity: sha512-a3ZRus4qea0tSRCW2qvF/spFt7iCpdeJbiDjxbFZRZ87JCF8sI8hbxpVvUBVyZ3fLB/RQnTi+Y/yZbMlqt1BCg==} + /jsonc-eslint-parser/2.1.0: + resolution: {integrity: sha512-qCRJWlbP2v6HbmKW7R3lFbeiVWHo+oMJ0j+MizwvauqnCV/EvtAeEeuCgoc/ErtsuoKgYB8U4Ih8AxJbXoE6/g==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - acorn: 8.5.0 - eslint-utils: 3.0.0_eslint@8.6.0 - eslint-visitor-keys: 3.0.0 - espree: 9.0.0 + acorn: 8.7.0 + eslint-visitor-keys: 3.1.0 + espree: 9.3.0 semver: 7.3.5 - transitivePeerDependencies: - - eslint dev: false /jsonfile/6.1.0: @@ -4638,11 +4587,6 @@ packages: define-properties: 1.1.3 dev: false - /regexpp/3.1.0: - resolution: {integrity: sha512-ZOIzd8yVsQQA7j8GCSlPGXwg5PfmA1mrq0JP4nGhh54LaKN3xdai/vHUDu74pKwV8OxseMS65u2NImosQcSD0Q==} - engines: {node: '>=8'} - dev: false - /regexpp/3.2.0: resolution: {integrity: sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==} engines: {node: '>=8'} @@ -4703,12 +4647,6 @@ packages: engines: {node: '>=8'} dev: true - /resolve/1.17.0: - resolution: {integrity: sha512-ic+7JYiV8Vi2yzQGFWOkiZD5Z9z7O2Zhm9XMaTxdJExKasieFCr+yXZ/WmXsckHiKl12ar0y6XiXDx3m4RHn1w==} - dependencies: - path-parse: 1.0.6 - dev: false - /resolve/1.18.1: resolution: {integrity: sha512-lDfCPaMKfOJXjy0dPayzPdF1phampNWr3qFCjAu+rw/qbQmr5jWH5xN2hwh9QKfw9E5v4hwV7A+jrCmL8yjjqA==} dependencies: @@ -5433,7 +5371,7 @@ packages: eslint: 8.6.0 eslint-scope: 6.0.0 eslint-visitor-keys: 3.1.0 - espree: 9.2.0 + espree: 9.3.0 esquery: 1.4.0 lodash: 4.17.21 semver: 7.3.5