mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
chore(deps): update typescript-eslint monorepo to v5.3.1 (#4306)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
@@ -80,8 +80,8 @@
|
||||
"@types/lodash": "4.14.176",
|
||||
"@types/sass": "1.43.0",
|
||||
"@types/through2": "2.0.36",
|
||||
"@typescript-eslint/eslint-plugin": "5.3.0",
|
||||
"@typescript-eslint/parser": "5.3.0",
|
||||
"@typescript-eslint/eslint-plugin": "5.3.1",
|
||||
"@typescript-eslint/parser": "5.3.1",
|
||||
"@vue/compiler-sfc": "3.2.21",
|
||||
"@vue/test-utils": "2.0.0-rc.16",
|
||||
"chalk": "4.1.2",
|
||||
|
||||
64
pnpm-lock.yaml
generated
64
pnpm-lock.yaml
generated
@@ -28,8 +28,8 @@ importers:
|
||||
'@types/lodash': 4.14.176
|
||||
'@types/sass': 1.43.0
|
||||
'@types/through2': 2.0.36
|
||||
'@typescript-eslint/eslint-plugin': 5.3.0
|
||||
'@typescript-eslint/parser': 5.3.0
|
||||
'@typescript-eslint/eslint-plugin': 5.3.1
|
||||
'@typescript-eslint/parser': 5.3.1
|
||||
'@vue/compiler-sfc': 3.2.21
|
||||
'@vue/test-utils': 2.0.0-rc.16
|
||||
'@vueuse/core': ^6.7.3
|
||||
@@ -106,8 +106,8 @@ importers:
|
||||
'@types/lodash': 4.14.176
|
||||
'@types/sass': 1.43.0
|
||||
'@types/through2': 2.0.36
|
||||
'@typescript-eslint/eslint-plugin': 5.3.0_c2f57e23dad63fa3be14ade7e20e2af7
|
||||
'@typescript-eslint/parser': 5.3.0_eslint@8.2.0+typescript@4.4.4
|
||||
'@typescript-eslint/eslint-plugin': 5.3.1_4653b7803b7453f5f37717b7e1448517
|
||||
'@typescript-eslint/parser': 5.3.1_eslint@8.2.0+typescript@4.4.4
|
||||
'@vue/compiler-sfc': 3.2.21
|
||||
'@vue/test-utils': 2.0.0-rc.16_vue@3.2.21
|
||||
chalk: 4.1.2
|
||||
@@ -1867,8 +1867,8 @@ packages:
|
||||
'@types/yargs-parser': 15.0.0
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/eslint-plugin/5.3.0_c2f57e23dad63fa3be14ade7e20e2af7:
|
||||
resolution: {integrity: sha512-ARUEJHJrq85aaiCqez7SANeahDsJTD3AEua34EoQN9pHS6S5Bq9emcIaGGySt/4X2zSi+vF5hAH52sEen7IO7g==}
|
||||
/@typescript-eslint/eslint-plugin/5.3.1_4653b7803b7453f5f37717b7e1448517:
|
||||
resolution: {integrity: sha512-cFImaoIr5Ojj358xI/SDhjog57OK2NqlpxwdcgyxDA3bJlZcJq5CPzUXtpD7CxI2Hm6ATU7w5fQnnkVnmwpHqw==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
'@typescript-eslint/parser': ^5.0.0
|
||||
@@ -1878,9 +1878,9 @@ packages:
|
||||
typescript:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/experimental-utils': 5.3.0_eslint@8.2.0+typescript@4.4.4
|
||||
'@typescript-eslint/parser': 5.3.0_eslint@8.2.0+typescript@4.4.4
|
||||
'@typescript-eslint/scope-manager': 5.3.0
|
||||
'@typescript-eslint/experimental-utils': 5.3.1_eslint@8.2.0+typescript@4.4.4
|
||||
'@typescript-eslint/parser': 5.3.1_eslint@8.2.0+typescript@4.4.4
|
||||
'@typescript-eslint/scope-manager': 5.3.1
|
||||
debug: 4.3.2
|
||||
eslint: 8.2.0
|
||||
functional-red-black-tree: 1.0.1
|
||||
@@ -1893,16 +1893,16 @@ packages:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/experimental-utils/5.3.0_eslint@8.2.0+typescript@4.4.4:
|
||||
resolution: {integrity: sha512-NFVxYTjKj69qB0FM+piah1x3G/63WB8vCBMnlnEHUsiLzXSTWb9FmFn36FD9Zb4APKBLY3xRArOGSMQkuzTF1w==}
|
||||
/@typescript-eslint/experimental-utils/5.3.1_eslint@8.2.0+typescript@4.4.4:
|
||||
resolution: {integrity: sha512-RgFn5asjZ5daUhbK5Sp0peq0SSMytqcrkNfU4pnDma2D8P3ElZ6JbYjY8IMSFfZAJ0f3x3tnO3vXHweYg0g59w==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
eslint: '*'
|
||||
dependencies:
|
||||
'@types/json-schema': 7.0.9
|
||||
'@typescript-eslint/scope-manager': 5.3.0
|
||||
'@typescript-eslint/types': 5.3.0
|
||||
'@typescript-eslint/typescript-estree': 5.3.0_typescript@4.4.4
|
||||
'@typescript-eslint/scope-manager': 5.3.1
|
||||
'@typescript-eslint/types': 5.3.1
|
||||
'@typescript-eslint/typescript-estree': 5.3.1_typescript@4.4.4
|
||||
eslint: 8.2.0
|
||||
eslint-scope: 5.1.1
|
||||
eslint-utils: 3.0.0_eslint@8.2.0
|
||||
@@ -1911,8 +1911,8 @@ packages:
|
||||
- typescript
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/parser/5.3.0_eslint@8.2.0+typescript@4.4.4:
|
||||
resolution: {integrity: sha512-rKu/yAReip7ovx8UwOAszJVO5MgBquo8WjIQcp1gx4pYQCwYzag+I5nVNHO4MqyMkAo0gWt2gWUi+36gWAVKcw==}
|
||||
/@typescript-eslint/parser/5.3.1_eslint@8.2.0+typescript@4.4.4:
|
||||
resolution: {integrity: sha512-TD+ONlx5c+Qhk21x9gsJAMRohWAUMavSOmJgv3JGy9dgPhuBd5Wok0lmMClZDyJNLLZK1JRKiATzCKZNUmoyfw==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
|
||||
@@ -1921,9 +1921,9 @@ packages:
|
||||
typescript:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/scope-manager': 5.3.0
|
||||
'@typescript-eslint/types': 5.3.0
|
||||
'@typescript-eslint/typescript-estree': 5.3.0_typescript@4.4.4
|
||||
'@typescript-eslint/scope-manager': 5.3.1
|
||||
'@typescript-eslint/types': 5.3.1
|
||||
'@typescript-eslint/typescript-estree': 5.3.1_typescript@4.4.4
|
||||
debug: 4.3.2
|
||||
eslint: 8.2.0
|
||||
typescript: 4.4.4
|
||||
@@ -1931,21 +1931,21 @@ packages:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/scope-manager/5.3.0:
|
||||
resolution: {integrity: sha512-22Uic9oRlTsPppy5Tcwfj+QET5RWEnZ5414Prby465XxQrQFZ6nnm5KnXgnsAJefG4hEgMnaxTB3kNEyjdjj6A==}
|
||||
/@typescript-eslint/scope-manager/5.3.1:
|
||||
resolution: {integrity: sha512-XksFVBgAq0Y9H40BDbuPOTUIp7dn4u8oOuhcgGq7EoDP50eqcafkMVGrypyVGvDYHzjhdUCUwuwVUK4JhkMAMg==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
dependencies:
|
||||
'@typescript-eslint/types': 5.3.0
|
||||
'@typescript-eslint/visitor-keys': 5.3.0
|
||||
'@typescript-eslint/types': 5.3.1
|
||||
'@typescript-eslint/visitor-keys': 5.3.1
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/types/5.3.0:
|
||||
resolution: {integrity: sha512-fce5pG41/w8O6ahQEhXmMV+xuh4+GayzqEogN24EK+vECA3I6pUwKuLi5QbXO721EMitpQne5VKXofPonYlAQg==}
|
||||
/@typescript-eslint/types/5.3.1:
|
||||
resolution: {integrity: sha512-bG7HeBLolxKHtdHG54Uac750eXuQQPpdJfCYuw4ZI3bZ7+GgKClMWM8jExBtp7NSP4m8PmLRM8+lhzkYnSmSxQ==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/typescript-estree/5.3.0_typescript@4.4.4:
|
||||
resolution: {integrity: sha512-FJ0nqcaUOpn/6Z4Jwbtf+o0valjBLkqc3MWkMvrhA2TvzFXtcclIM8F4MBEmYa2kgcI8EZeSAzwoSrIC8JYkug==}
|
||||
/@typescript-eslint/typescript-estree/5.3.1_typescript@4.4.4:
|
||||
resolution: {integrity: sha512-PwFbh/PKDVo/Wct6N3w+E4rLZxUDgsoII/GrWM2A62ETOzJd4M6s0Mu7w4CWsZraTbaC5UQI+dLeyOIFF1PquQ==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
typescript: '*'
|
||||
@@ -1953,8 +1953,8 @@ packages:
|
||||
typescript:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/types': 5.3.0
|
||||
'@typescript-eslint/visitor-keys': 5.3.0
|
||||
'@typescript-eslint/types': 5.3.1
|
||||
'@typescript-eslint/visitor-keys': 5.3.1
|
||||
debug: 4.3.2
|
||||
globby: 11.0.4
|
||||
is-glob: 4.0.3
|
||||
@@ -1965,11 +1965,11 @@ packages:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/visitor-keys/5.3.0:
|
||||
resolution: {integrity: sha512-oVIAfIQuq0x2TFDNLVavUn548WL+7hdhxYn+9j3YdJJXB7mH9dAmZNJsPDa7Jc+B9WGqoiex7GUDbyMxV0a/aw==}
|
||||
/@typescript-eslint/visitor-keys/5.3.1:
|
||||
resolution: {integrity: sha512-3cHUzUuVTuNHx0Gjjt5pEHa87+lzyqOiHXy/Gz+SJOCW1mpw9xQHIIEwnKn+Thph1mgWyZ90nboOcSuZr/jTTQ==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
dependencies:
|
||||
'@typescript-eslint/types': 5.3.0
|
||||
'@typescript-eslint/types': 5.3.1
|
||||
eslint-visitor-keys: 3.0.0
|
||||
dev: true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user