build(deps): update typescript-eslint monorepo to v5.2.0 (#2540)
Co-authored-by: Renovate Bot <bot@renovateapp.com>pull/2546/head
parent
040f2f6af5
commit
fad8102c79
|
@ -128,8 +128,8 @@
|
||||||
"@types/react": "17.0.33",
|
"@types/react": "17.0.33",
|
||||||
"@types/react-dom": "17.0.10",
|
"@types/react-dom": "17.0.10",
|
||||||
"@types/react-router-dom": "5.3.2",
|
"@types/react-router-dom": "5.3.2",
|
||||||
"@typescript-eslint/eslint-plugin": "5.1.0",
|
"@typescript-eslint/eslint-plugin": "5.2.0",
|
||||||
"@typescript-eslint/parser": "5.1.0",
|
"@typescript-eslint/parser": "5.2.0",
|
||||||
"@vitejs/plugin-react": "1.0.6",
|
"@vitejs/plugin-react": "1.0.6",
|
||||||
"esbuild-jest": "0.5.0",
|
"esbuild-jest": "0.5.0",
|
||||||
"eslint-config-prettier": "8.3.0",
|
"eslint-config-prettier": "8.3.0",
|
||||||
|
|
|
@ -17,8 +17,8 @@ specifiers:
|
||||||
'@types/react': 17.0.33
|
'@types/react': 17.0.33
|
||||||
'@types/react-dom': 17.0.10
|
'@types/react-dom': 17.0.10
|
||||||
'@types/react-router-dom': 5.3.2
|
'@types/react-router-dom': 5.3.2
|
||||||
'@typescript-eslint/eslint-plugin': 5.1.0
|
'@typescript-eslint/eslint-plugin': 5.2.0
|
||||||
'@typescript-eslint/parser': 5.1.0
|
'@typescript-eslint/parser': 5.2.0
|
||||||
'@vitejs/plugin-react': 1.0.6
|
'@vitejs/plugin-react': 1.0.6
|
||||||
axios: 0.24.0
|
axios: 0.24.0
|
||||||
classnames: 2.3.1
|
classnames: 2.3.1
|
||||||
|
@ -87,12 +87,12 @@ devDependencies:
|
||||||
'@types/react': 17.0.33
|
'@types/react': 17.0.33
|
||||||
'@types/react-dom': 17.0.10
|
'@types/react-dom': 17.0.10
|
||||||
'@types/react-router-dom': 5.3.2
|
'@types/react-router-dom': 5.3.2
|
||||||
'@typescript-eslint/eslint-plugin': 5.1.0_ff922970f7d32434fb4bbcef5cb9f71b
|
'@typescript-eslint/eslint-plugin': 5.2.0_36304e8db5dfcc75d333f420ad36e7b9
|
||||||
'@typescript-eslint/parser': 5.1.0_typescript@4.4.4
|
'@typescript-eslint/parser': 5.2.0_typescript@4.4.4
|
||||||
'@vitejs/plugin-react': 1.0.6
|
'@vitejs/plugin-react': 1.0.6
|
||||||
esbuild-jest: 0.5.0
|
esbuild-jest: 0.5.0
|
||||||
eslint-config-prettier: 8.3.0
|
eslint-config-prettier: 8.3.0
|
||||||
eslint-config-react-app: 6.0.0_aff91c47e6dfb31c56b166e68f8e6763
|
eslint-config-react-app: 6.0.0_0d857cd8ddd332aee169eca7c5303434
|
||||||
eslint-formatter-rdjson: 1.0.5
|
eslint-formatter-rdjson: 1.0.5
|
||||||
eslint-import-resolver-typescript: 2.5.0_eslint-plugin-import@2.25.2
|
eslint-import-resolver-typescript: 2.5.0_eslint-plugin-import@2.25.2
|
||||||
eslint-plugin-flowtype: 6.1.1
|
eslint-plugin-flowtype: 6.1.1
|
||||||
|
@ -1502,8 +1502,8 @@ packages:
|
||||||
'@types/yargs-parser': 20.2.1
|
'@types/yargs-parser': 20.2.1
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@typescript-eslint/eslint-plugin/5.1.0_ff922970f7d32434fb4bbcef5cb9f71b:
|
/@typescript-eslint/eslint-plugin/5.2.0_36304e8db5dfcc75d333f420ad36e7b9:
|
||||||
resolution: {integrity: sha512-bekODL3Tqf36Yz8u+ilha4zGxL9mdB6LIsIoMAvvC5FAuWo4NpZYXtCbv7B2CeR1LhI/lLtLk+q4tbtxuoVuCg==}
|
resolution: {integrity: sha512-qQwg7sqYkBF4CIQSyRQyqsYvP+g/J0To9ZPVNJpfxfekl5RmdvQnFFTVVwpRtaUDFNvjfe/34TgY/dpc3MgNTw==}
|
||||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
'@typescript-eslint/parser': ^5.0.0
|
'@typescript-eslint/parser': ^5.0.0
|
||||||
|
@ -1513,9 +1513,9 @@ packages:
|
||||||
typescript:
|
typescript:
|
||||||
optional: true
|
optional: true
|
||||||
dependencies:
|
dependencies:
|
||||||
'@typescript-eslint/experimental-utils': 5.1.0_typescript@4.4.4
|
'@typescript-eslint/experimental-utils': 5.2.0_typescript@4.4.4
|
||||||
'@typescript-eslint/parser': 5.1.0_typescript@4.4.4
|
'@typescript-eslint/parser': 5.2.0_typescript@4.4.4
|
||||||
'@typescript-eslint/scope-manager': 5.1.0
|
'@typescript-eslint/scope-manager': 5.2.0
|
||||||
debug: 4.3.2
|
debug: 4.3.2
|
||||||
functional-red-black-tree: 1.0.1
|
functional-red-black-tree: 1.0.1
|
||||||
ignore: 5.1.8
|
ignore: 5.1.8
|
||||||
|
@ -1527,16 +1527,16 @@ packages:
|
||||||
- supports-color
|
- supports-color
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@typescript-eslint/experimental-utils/5.1.0_typescript@4.4.4:
|
/@typescript-eslint/experimental-utils/5.2.0_typescript@4.4.4:
|
||||||
resolution: {integrity: sha512-ovE9qUiZMOMgxQAESZsdBT+EXIfx/YUYAbwGUI6V03amFdOOxI9c6kitkgRvLkJaLusgMZ2xBhss+tQ0Y1HWxA==}
|
resolution: {integrity: sha512-fWyT3Agf7n7HuZZRpvUYdFYbPk3iDCq6fgu3ulia4c7yxmPnwVBovdSOX7RL+k8u6hLbrXcdAehlWUVpGh6IEw==}
|
||||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
eslint: '*'
|
eslint: '*'
|
||||||
dependencies:
|
dependencies:
|
||||||
'@types/json-schema': 7.0.9
|
'@types/json-schema': 7.0.9
|
||||||
'@typescript-eslint/scope-manager': 5.1.0
|
'@typescript-eslint/scope-manager': 5.2.0
|
||||||
'@typescript-eslint/types': 5.1.0
|
'@typescript-eslint/types': 5.2.0
|
||||||
'@typescript-eslint/typescript-estree': 5.1.0_typescript@4.4.4
|
'@typescript-eslint/typescript-estree': 5.2.0_typescript@4.4.4
|
||||||
eslint-scope: 5.1.1
|
eslint-scope: 5.1.1
|
||||||
eslint-utils: 3.0.0
|
eslint-utils: 3.0.0
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
|
@ -1544,8 +1544,8 @@ packages:
|
||||||
- typescript
|
- typescript
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@typescript-eslint/parser/5.1.0_typescript@4.4.4:
|
/@typescript-eslint/parser/5.2.0_typescript@4.4.4:
|
||||||
resolution: {integrity: sha512-vx1P+mhCtYw3+bRHmbalq/VKP2Y3gnzNgxGxfEWc6OFpuEL7iQdAeq11Ke3Rhy8NjgB+AHsIWEwni3e+Y7djKA==}
|
resolution: {integrity: sha512-Uyy4TjJBlh3NuA8/4yIQptyJb95Qz5PX//6p8n7zG0QnN4o3NF9Je3JHbVU7fxf5ncSXTmnvMtd/LDQWDk0YqA==}
|
||||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
|
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
|
||||||
|
@ -1554,30 +1554,30 @@ packages:
|
||||||
typescript:
|
typescript:
|
||||||
optional: true
|
optional: true
|
||||||
dependencies:
|
dependencies:
|
||||||
'@typescript-eslint/scope-manager': 5.1.0
|
'@typescript-eslint/scope-manager': 5.2.0
|
||||||
'@typescript-eslint/types': 5.1.0
|
'@typescript-eslint/types': 5.2.0
|
||||||
'@typescript-eslint/typescript-estree': 5.1.0_typescript@4.4.4
|
'@typescript-eslint/typescript-estree': 5.2.0_typescript@4.4.4
|
||||||
debug: 4.3.2
|
debug: 4.3.2
|
||||||
typescript: 4.4.4
|
typescript: 4.4.4
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@typescript-eslint/scope-manager/5.1.0:
|
/@typescript-eslint/scope-manager/5.2.0:
|
||||||
resolution: {integrity: sha512-yYlyVjvn5lvwCL37i4hPsa1s0ORsjkauhTqbb8MnpvUs7xykmcjGqwlNZ2Q5QpoqkJ1odlM2bqHqJwa28qV6Tw==}
|
resolution: {integrity: sha512-RW+wowZqPzQw8MUFltfKYZfKXqA2qgyi6oi/31J1zfXJRpOn6tCaZtd9b5u9ubnDG2n/EMvQLeZrsLNPpaUiFQ==}
|
||||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@typescript-eslint/types': 5.1.0
|
'@typescript-eslint/types': 5.2.0
|
||||||
'@typescript-eslint/visitor-keys': 5.1.0
|
'@typescript-eslint/visitor-keys': 5.2.0
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@typescript-eslint/types/5.1.0:
|
/@typescript-eslint/types/5.2.0:
|
||||||
resolution: {integrity: sha512-sEwNINVxcB4ZgC6Fe6rUyMlvsB2jvVdgxjZEjQUQVlaSPMNamDOwO6/TB98kFt4sYYfNhdhTPBEQqNQZjMMswA==}
|
resolution: {integrity: sha512-cTk6x08qqosps6sPyP2j7NxyFPlCNsJwSDasqPNjEQ8JMD5xxj2NHxcLin5AJQ8pAVwpQ8BMI3bTxR0zxmK9qQ==}
|
||||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@typescript-eslint/typescript-estree/5.1.0_typescript@4.4.4:
|
/@typescript-eslint/typescript-estree/5.2.0_typescript@4.4.4:
|
||||||
resolution: {integrity: sha512-SSz+l9YrIIsW4s0ZqaEfnjl156XQ4VRmJsbA0ZE1XkXrD3cRpzuZSVCyqeCMR3EBjF27IisWakbBDGhGNIOvfQ==}
|
resolution: {integrity: sha512-RsdXq2XmVgKbm9nLsE3mjNUM7BTr/K4DYR9WfFVMUuozHWtH5gMpiNZmtrMG8GR385EOSQ3kC9HiEMJWimxd/g==}
|
||||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
typescript: '*'
|
typescript: '*'
|
||||||
|
@ -1585,8 +1585,8 @@ packages:
|
||||||
typescript:
|
typescript:
|
||||||
optional: true
|
optional: true
|
||||||
dependencies:
|
dependencies:
|
||||||
'@typescript-eslint/types': 5.1.0
|
'@typescript-eslint/types': 5.2.0
|
||||||
'@typescript-eslint/visitor-keys': 5.1.0
|
'@typescript-eslint/visitor-keys': 5.2.0
|
||||||
debug: 4.3.2
|
debug: 4.3.2
|
||||||
globby: 11.0.4
|
globby: 11.0.4
|
||||||
is-glob: 4.0.3
|
is-glob: 4.0.3
|
||||||
|
@ -1597,11 +1597,11 @@ packages:
|
||||||
- supports-color
|
- supports-color
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@typescript-eslint/visitor-keys/5.1.0:
|
/@typescript-eslint/visitor-keys/5.2.0:
|
||||||
resolution: {integrity: sha512-uqNXepKBg81JVwjuqAxYrXa1Ql/YDzM+8g/pS+TCPxba0wZttl8m5DkrasbfnmJGHs4lQ2jTbcZ5azGhI7kK+w==}
|
resolution: {integrity: sha512-Nk7HizaXWWCUBfLA/rPNKMzXzWS8Wg9qHMuGtT+v2/YpPij4nVXrVJc24N/r5WrrmqK31jCrZxeHqIgqRzs0Xg==}
|
||||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@typescript-eslint/types': 5.1.0
|
'@typescript-eslint/types': 5.2.0
|
||||||
eslint-visitor-keys: 3.0.0
|
eslint-visitor-keys: 3.0.0
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
|
@ -2838,7 +2838,7 @@ packages:
|
||||||
eslint: '>=7.0.0'
|
eslint: '>=7.0.0'
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/eslint-config-react-app/6.0.0_aff91c47e6dfb31c56b166e68f8e6763:
|
/eslint-config-react-app/6.0.0_0d857cd8ddd332aee169eca7c5303434:
|
||||||
resolution: {integrity: sha512-bpoAAC+YRfzq0dsTk+6v9aHm/uqnDwayNAXleMypGl6CpxI9oXXscVHo4fk3eJPIn+rsbtNetB4r/ZIidFIE8A==}
|
resolution: {integrity: sha512-bpoAAC+YRfzq0dsTk+6v9aHm/uqnDwayNAXleMypGl6CpxI9oXXscVHo4fk3eJPIn+rsbtNetB4r/ZIidFIE8A==}
|
||||||
engines: {node: ^10.12.0 || >=12.0.0}
|
engines: {node: ^10.12.0 || >=12.0.0}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
|
@ -2859,8 +2859,8 @@ packages:
|
||||||
eslint-plugin-testing-library:
|
eslint-plugin-testing-library:
|
||||||
optional: true
|
optional: true
|
||||||
dependencies:
|
dependencies:
|
||||||
'@typescript-eslint/eslint-plugin': 5.1.0_ff922970f7d32434fb4bbcef5cb9f71b
|
'@typescript-eslint/eslint-plugin': 5.2.0_36304e8db5dfcc75d333f420ad36e7b9
|
||||||
'@typescript-eslint/parser': 5.1.0_typescript@4.4.4
|
'@typescript-eslint/parser': 5.2.0_typescript@4.4.4
|
||||||
confusing-browser-globals: 1.0.10
|
confusing-browser-globals: 1.0.10
|
||||||
eslint-plugin-flowtype: 6.1.1
|
eslint-plugin-flowtype: 6.1.1
|
||||||
eslint-plugin-import: 2.25.2
|
eslint-plugin-import: 2.25.2
|
||||||
|
|
Loading…
Reference in New Issue