mirror of
https://github.com/element-plus/element-plus.git
synced 2025-02-17 11:49:41 +08:00
chore(deps): update typescript-eslint monorepo to v5.10.0 (#5441)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
7ddb04b36c
commit
765d89ed23
@ -84,8 +84,8 @@
|
||||
"@types/jest": "27.0.2",
|
||||
"@types/lodash": "4.14.178",
|
||||
"@types/sass": "1.43.1",
|
||||
"@typescript-eslint/eslint-plugin": "5.9.1",
|
||||
"@typescript-eslint/parser": "5.9.1",
|
||||
"@typescript-eslint/eslint-plugin": "5.10.0",
|
||||
"@typescript-eslint/parser": "5.10.0",
|
||||
"@vue/test-utils": "2.0.0-rc.16",
|
||||
"chalk": "4.1.2",
|
||||
"components-helper": "1.0.5",
|
||||
|
104
pnpm-lock.yaml
104
pnpm-lock.yaml
@ -28,8 +28,8 @@ importers:
|
||||
'@types/jest': 27.0.2
|
||||
'@types/lodash': 4.14.178
|
||||
'@types/sass': 1.43.1
|
||||
'@typescript-eslint/eslint-plugin': 5.9.1
|
||||
'@typescript-eslint/parser': 5.9.1
|
||||
'@typescript-eslint/eslint-plugin': 5.10.0
|
||||
'@typescript-eslint/parser': 5.10.0
|
||||
'@vue/test-utils': 2.0.0-rc.16
|
||||
'@vueuse/core': ^7.3.0
|
||||
async-validator: ^4.0.7
|
||||
@ -106,8 +106,8 @@ importers:
|
||||
'@types/jest': 27.0.2
|
||||
'@types/lodash': 4.14.178
|
||||
'@types/sass': 1.43.1
|
||||
'@typescript-eslint/eslint-plugin': 5.9.1_bbe74534e31a8c21f1b3522447c55341
|
||||
'@typescript-eslint/parser': 5.9.1_eslint@8.7.0+typescript@4.5.4
|
||||
'@typescript-eslint/eslint-plugin': 5.10.0_3b6b276e93ead7cf6063f183a5e18d1f
|
||||
'@typescript-eslint/parser': 5.10.0_eslint@8.7.0+typescript@4.5.4
|
||||
'@vue/test-utils': 2.0.0-rc.16_vue@3.2.26
|
||||
chalk: 4.1.2
|
||||
components-helper: 1.0.5
|
||||
@ -2007,8 +2007,8 @@ packages:
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
/@typescript-eslint/eslint-plugin/5.9.1_bbe74534e31a8c21f1b3522447c55341:
|
||||
resolution: {integrity: sha512-Xv9tkFlyD4MQGpJgTo6wqDqGvHIRmRgah/2Sjz1PUnJTawjHWIwBivUE9x0QtU2WVii9baYgavo/bHjrZJkqTw==}
|
||||
/@typescript-eslint/eslint-plugin/5.10.0_3b6b276e93ead7cf6063f183a5e18d1f:
|
||||
resolution: {integrity: sha512-XXVKnMsq2fuu9K2KsIxPUGqb6xAImz8MEChClbXmE3VbveFtBUU5bzM6IPVWqzyADIgdkS2Ws/6Xo7W2TeZWjQ==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
'@typescript-eslint/parser': ^5.0.0
|
||||
@ -2018,14 +2018,14 @@ packages:
|
||||
typescript:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/experimental-utils': 5.9.1_eslint@8.7.0+typescript@4.5.4
|
||||
'@typescript-eslint/parser': 5.9.1_eslint@8.7.0+typescript@4.5.4
|
||||
'@typescript-eslint/scope-manager': 5.9.1
|
||||
'@typescript-eslint/type-utils': 5.9.1_eslint@8.7.0+typescript@4.5.4
|
||||
'@typescript-eslint/parser': 5.10.0_eslint@8.7.0+typescript@4.5.4
|
||||
'@typescript-eslint/scope-manager': 5.10.0
|
||||
'@typescript-eslint/type-utils': 5.10.0_eslint@8.7.0+typescript@4.5.4
|
||||
'@typescript-eslint/utils': 5.10.0_eslint@8.7.0+typescript@4.5.4
|
||||
debug: 4.3.3
|
||||
eslint: 8.7.0
|
||||
functional-red-black-tree: 1.0.1
|
||||
ignore: 5.1.8
|
||||
ignore: 5.2.0
|
||||
regexpp: 3.2.0
|
||||
semver: 7.3.5
|
||||
tsutils: 3.21.0_typescript@4.5.4
|
||||
@ -2034,26 +2034,8 @@ packages:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/experimental-utils/5.9.1_eslint@8.7.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.1
|
||||
'@typescript-eslint/types': 5.9.1
|
||||
'@typescript-eslint/typescript-estree': 5.9.1_typescript@4.5.4
|
||||
eslint: 8.7.0
|
||||
eslint-scope: 5.1.1
|
||||
eslint-utils: 3.0.0_eslint@8.7.0
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
- typescript
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/parser/5.9.1_eslint@8.7.0+typescript@4.5.4:
|
||||
resolution: {integrity: sha512-PLYO0AmwD6s6n0ZQB5kqPgfvh73p0+VqopQQLuNfi7Lm0EpfKyDalchpVwkE+81k5HeiRrTV/9w1aNHzjD7C4g==}
|
||||
/@typescript-eslint/parser/5.10.0_eslint@8.7.0+typescript@4.5.4:
|
||||
resolution: {integrity: sha512-pJB2CCeHWtwOAeIxv8CHVGJhI5FNyJAIpx5Pt72YkK3QfEzt6qAlXZuyaBmyfOdM62qU0rbxJzNToPTVeJGrQw==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
|
||||
@ -2062,9 +2044,9 @@ packages:
|
||||
typescript:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/scope-manager': 5.9.1
|
||||
'@typescript-eslint/types': 5.9.1
|
||||
'@typescript-eslint/typescript-estree': 5.9.1_typescript@4.5.4
|
||||
'@typescript-eslint/scope-manager': 5.10.0
|
||||
'@typescript-eslint/types': 5.10.0
|
||||
'@typescript-eslint/typescript-estree': 5.10.0_typescript@4.5.4
|
||||
debug: 4.3.3
|
||||
eslint: 8.7.0
|
||||
typescript: 4.5.4
|
||||
@ -2072,16 +2054,16 @@ packages:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/scope-manager/5.9.1:
|
||||
resolution: {integrity: sha512-8BwvWkho3B/UOtzRyW07ffJXPaLSUKFBjpq8aqsRvu6HdEuzCY57+ffT7QoV4QXJXWSU1+7g3wE4AlgImmQ9pQ==}
|
||||
/@typescript-eslint/scope-manager/5.10.0:
|
||||
resolution: {integrity: sha512-tgNgUgb4MhqK6DoKn3RBhyZ9aJga7EQrw+2/OiDk5hKf3pTVZWyqBi7ukP+Z0iEEDMF5FDa64LqODzlfE4O/Dg==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
dependencies:
|
||||
'@typescript-eslint/types': 5.9.1
|
||||
'@typescript-eslint/visitor-keys': 5.9.1
|
||||
'@typescript-eslint/types': 5.10.0
|
||||
'@typescript-eslint/visitor-keys': 5.10.0
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/type-utils/5.9.1_eslint@8.7.0+typescript@4.5.4:
|
||||
resolution: {integrity: sha512-tRSpdBnPRssjlUh35rE9ug5HrUvaB9ntREy7gPXXKwmIx61TNN7+l5YKgi1hMKxo5NvqZCfYhA5FvyuJG6X6vg==}
|
||||
/@typescript-eslint/type-utils/5.10.0_eslint@8.7.0+typescript@4.5.4:
|
||||
resolution: {integrity: sha512-TzlyTmufJO5V886N+hTJBGIfnjQDQ32rJYxPaeiyWKdjsv2Ld5l8cbS7pxim4DeNs62fKzRSt8Q14Evs4JnZyQ==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
eslint: '*'
|
||||
@ -2090,7 +2072,7 @@ packages:
|
||||
typescript:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/experimental-utils': 5.9.1_eslint@8.7.0+typescript@4.5.4
|
||||
'@typescript-eslint/utils': 5.10.0_eslint@8.7.0+typescript@4.5.4
|
||||
debug: 4.3.3
|
||||
eslint: 8.7.0
|
||||
tsutils: 3.21.0_typescript@4.5.4
|
||||
@ -2099,13 +2081,13 @@ packages:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/types/5.9.1:
|
||||
resolution: {integrity: sha512-SsWegWudWpkZCwwYcKoDwuAjoZXnM1y2EbEerTHho19Hmm+bQ56QG4L4jrtCu0bI5STaRTvRTZmjprWlTw/5NQ==}
|
||||
/@typescript-eslint/types/5.10.0:
|
||||
resolution: {integrity: sha512-wUljCgkqHsMZbw60IbOqT/puLfyqqD5PquGiBo1u1IS3PLxdi3RDGlyf032IJyh+eQoGhz9kzhtZa+VC4eWTlQ==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/typescript-estree/5.9.1_typescript@4.5.4:
|
||||
resolution: {integrity: sha512-gL1sP6A/KG0HwrahVXI9fZyeVTxEYV//6PmcOn1tD0rw8VhUWYeZeuWHwwhnewnvEMcHjhnJLOBhA9rK4vmb8A==}
|
||||
/@typescript-eslint/typescript-estree/5.10.0_typescript@4.5.4:
|
||||
resolution: {integrity: sha512-x+7e5IqfwLwsxTdliHRtlIYkgdtYXzE0CkFeV6ytAqq431ZyxCFzNMNR5sr3WOlIG/ihVZr9K/y71VHTF/DUQA==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
typescript: '*'
|
||||
@ -2113,8 +2095,8 @@ packages:
|
||||
typescript:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/types': 5.9.1
|
||||
'@typescript-eslint/visitor-keys': 5.9.1
|
||||
'@typescript-eslint/types': 5.10.0
|
||||
'@typescript-eslint/visitor-keys': 5.10.0
|
||||
debug: 4.3.3
|
||||
globby: 11.0.4
|
||||
is-glob: 4.0.3
|
||||
@ -2125,12 +2107,30 @@ packages:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/visitor-keys/5.9.1:
|
||||
resolution: {integrity: sha512-Xh37pNz9e9ryW4TVdwiFzmr4hloty8cFj8GTWMXh3Z8swGwyQWeCcNgF0hm6t09iZd6eiZmIf4zHedQVP6TVtg==}
|
||||
/@typescript-eslint/utils/5.10.0_eslint@8.7.0+typescript@4.5.4:
|
||||
resolution: {integrity: sha512-IGYwlt1CVcFoE2ueW4/ioEwybR60RAdGeiJX/iDAw0t5w0wK3S7QncDwpmsM70nKgGTuVchEWB8lwZwHqPAWRg==}
|
||||
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.10.0
|
||||
'@typescript-eslint/types': 5.10.0
|
||||
'@typescript-eslint/typescript-estree': 5.10.0_typescript@4.5.4
|
||||
eslint: 8.7.0
|
||||
eslint-scope: 5.1.1
|
||||
eslint-utils: 3.0.0_eslint@8.7.0
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
- typescript
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/visitor-keys/5.10.0:
|
||||
resolution: {integrity: sha512-GMxj0K1uyrFLPKASLmZzCuSddmjZVbVj3Ouy5QVuIGKZopxvOr24JsS7gruz6C3GExE01mublZ3mIBOaon9zuQ==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
dependencies:
|
||||
'@typescript-eslint/types': 5.9.1
|
||||
eslint-visitor-keys: 3.1.0
|
||||
'@typescript-eslint/types': 5.10.0
|
||||
eslint-visitor-keys: 3.2.0
|
||||
dev: true
|
||||
|
||||
/@vitejs/plugin-vue/2.0.1_vite@2.7.12+vue@3.2.26:
|
||||
@ -5866,7 +5866,7 @@ packages:
|
||||
array-union: 2.1.0
|
||||
dir-glob: 3.0.1
|
||||
fast-glob: 3.2.11
|
||||
ignore: 5.1.8
|
||||
ignore: 5.2.0
|
||||
merge2: 1.4.1
|
||||
slash: 3.0.0
|
||||
dev: true
|
||||
|
Loading…
Reference in New Issue
Block a user