build(deps): update typescript-eslint monorepo to v5 (#2491)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
pull/2492/head
renovate[bot] 2021-10-12 10:19:43 +11:00 committed by GitHub
parent 09d2b0c84f
commit 2853a8e56a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 54 additions and 49 deletions

View File

@ -128,8 +128,8 @@
"@types/react": "17.0.27",
"@types/react-dom": "17.0.9",
"@types/react-router-dom": "5.3.1",
"@typescript-eslint/eslint-plugin": "4.33.0",
"@typescript-eslint/parser": "4.33.0",
"@typescript-eslint/eslint-plugin": "5.0.0",
"@typescript-eslint/parser": "5.0.0",
"@vitejs/plugin-react-refresh": "1.3.6",
"esbuild-jest": "0.5.0",
"eslint-config-prettier": "8.3.0",

View File

@ -17,8 +17,8 @@ specifiers:
'@types/react': 17.0.27
'@types/react-dom': 17.0.9
'@types/react-router-dom': 5.3.1
'@typescript-eslint/eslint-plugin': 4.33.0
'@typescript-eslint/parser': 4.33.0
'@typescript-eslint/eslint-plugin': 5.0.0
'@typescript-eslint/parser': 5.0.0
'@vitejs/plugin-react-refresh': 1.3.6
axios: 0.22.0
classnames: 2.3.1
@ -87,12 +87,12 @@ devDependencies:
'@types/react': 17.0.27
'@types/react-dom': 17.0.9
'@types/react-router-dom': 5.3.1
'@typescript-eslint/eslint-plugin': 4.33.0_b4fae2aaf9a34e02c9acb1cfc4c88710
'@typescript-eslint/parser': 4.33.0_typescript@4.4.3
'@typescript-eslint/eslint-plugin': 5.0.0_80f134552885eb6279fa63a7911f9f79
'@typescript-eslint/parser': 5.0.0_typescript@4.4.3
'@vitejs/plugin-react-refresh': 1.3.6
esbuild-jest: 0.5.0
eslint-config-prettier: 8.3.0
eslint-config-react-app: 6.0.0_1ddf688a09a74f726c12a1973105ea5b
eslint-config-react-app: 6.0.0_91ad684f2ba647a3c990c2bc6d3414d4
eslint-formatter-rdjson: 1.0.5
eslint-import-resolver-typescript: 2.5.0_eslint-plugin-import@2.24.2
eslint-plugin-flowtype: 6.1.0
@ -1461,20 +1461,20 @@ packages:
'@types/yargs-parser': 20.2.1
dev: true
/@typescript-eslint/eslint-plugin/4.33.0_b4fae2aaf9a34e02c9acb1cfc4c88710:
resolution: {integrity: sha512-aINiAxGVdOl1eJyVjaWn/YcVAq4Gi/Yo35qHGCnqbWVz61g39D0h23veY/MA0rFFGfxK7TySg2uwDeNv+JgVpg==}
engines: {node: ^10.12.0 || >=12.0.0}
/@typescript-eslint/eslint-plugin/5.0.0_80f134552885eb6279fa63a7911f9f79:
resolution: {integrity: sha512-T6V6fCD2U0YesOedvydTnrNtsC8E+c2QzpawIpDdlaObX0OX5dLo7tLU5c64FhTZvA1Xrdim+cXDI7NPsVx8Cg==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
'@typescript-eslint/parser': ^4.0.0
eslint: ^5.0.0 || ^6.0.0 || ^7.0.0
'@typescript-eslint/parser': ^5.0.0
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
typescript: '*'
peerDependenciesMeta:
typescript:
optional: true
dependencies:
'@typescript-eslint/experimental-utils': 4.33.0_typescript@4.4.3
'@typescript-eslint/parser': 4.33.0_typescript@4.4.3
'@typescript-eslint/scope-manager': 4.33.0
'@typescript-eslint/experimental-utils': 5.0.0_typescript@4.4.3
'@typescript-eslint/parser': 5.0.0_typescript@4.4.3
'@typescript-eslint/scope-manager': 5.0.0
debug: 4.3.2
functional-red-black-tree: 1.0.1
ignore: 5.1.8
@ -1486,16 +1486,16 @@ packages:
- supports-color
dev: true
/@typescript-eslint/experimental-utils/4.33.0_typescript@4.4.3:
resolution: {integrity: sha512-zeQjOoES5JFjTnAhI5QY7ZviczMzDptls15GFsI6jyUOq0kOf9+WonkhtlIhh0RgHRnqj5gdNxW5j1EvAyYg6Q==}
engines: {node: ^10.12.0 || >=12.0.0}
/@typescript-eslint/experimental-utils/5.0.0_typescript@4.4.3:
resolution: {integrity: sha512-Dnp4dFIsZcPawD6CT1p5NibNUQyGSEz80sULJZkyhyna8AEqArmfwMwJPbmKzWVo4PabqNVzHYlzmcdLQWk+pg==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
eslint: '*'
dependencies:
'@types/json-schema': 7.0.9
'@typescript-eslint/scope-manager': 4.33.0
'@typescript-eslint/types': 4.33.0
'@typescript-eslint/typescript-estree': 4.33.0_typescript@4.4.3
'@typescript-eslint/scope-manager': 5.0.0
'@typescript-eslint/types': 5.0.0
'@typescript-eslint/typescript-estree': 5.0.0_typescript@4.4.3
eslint-scope: 5.1.1
eslint-utils: 3.0.0
transitivePeerDependencies:
@ -1503,49 +1503,49 @@ packages:
- typescript
dev: true
/@typescript-eslint/parser/4.33.0_typescript@4.4.3:
resolution: {integrity: sha512-ZohdsbXadjGBSK0/r+d87X0SBmKzOq4/S5nzK6SBgJspFo9/CUDJ7hjayuze+JK7CZQLDMroqytp7pOcFKTxZA==}
engines: {node: ^10.12.0 || >=12.0.0}
/@typescript-eslint/parser/5.0.0_typescript@4.4.3:
resolution: {integrity: sha512-B6D5rmmQ14I1fdzs71eL3DAuvnPHTY/t7rQABrL9BLnx/H51Un8ox1xqYAchs0/V2trcoyxB1lMJLlrwrJCDgw==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
eslint: ^5.0.0 || ^6.0.0 || ^7.0.0
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
typescript: '*'
peerDependenciesMeta:
typescript:
optional: true
dependencies:
'@typescript-eslint/scope-manager': 4.33.0
'@typescript-eslint/types': 4.33.0
'@typescript-eslint/typescript-estree': 4.33.0_typescript@4.4.3
'@typescript-eslint/scope-manager': 5.0.0
'@typescript-eslint/types': 5.0.0
'@typescript-eslint/typescript-estree': 5.0.0_typescript@4.4.3
debug: 4.3.2
typescript: 4.4.3
transitivePeerDependencies:
- supports-color
dev: true
/@typescript-eslint/scope-manager/4.33.0:
resolution: {integrity: sha512-5IfJHpgTsTZuONKbODctL4kKuQje/bzBRkwHE8UOZ4f89Zeddg+EGZs8PD8NcN4LdM3ygHWYB3ukPAYjvl/qbQ==}
engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1}
/@typescript-eslint/scope-manager/5.0.0:
resolution: {integrity: sha512-5RFjdA/ain/MDUHYXdF173btOKncIrLuBmA9s6FJhzDrRAyVSA+70BHg0/MW6TE+UiKVyRtX91XpVS0gVNwVDQ==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dependencies:
'@typescript-eslint/types': 4.33.0
'@typescript-eslint/visitor-keys': 4.33.0
'@typescript-eslint/types': 5.0.0
'@typescript-eslint/visitor-keys': 5.0.0
dev: true
/@typescript-eslint/types/4.33.0:
resolution: {integrity: sha512-zKp7CjQzLQImXEpLt2BUw1tvOMPfNoTAfb8l51evhYbOEEzdWyQNmHWWGPR6hwKJDAi+1VXSBmnhL9kyVTTOuQ==}
engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1}
/@typescript-eslint/types/5.0.0:
resolution: {integrity: sha512-dU/pKBUpehdEqYuvkojmlv0FtHuZnLXFBn16zsDmlFF3LXkOpkAQ2vrKc3BidIIve9EMH2zfTlxqw9XM0fFN5w==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dev: true
/@typescript-eslint/typescript-estree/4.33.0_typescript@4.4.3:
resolution: {integrity: sha512-rkWRY1MPFzjwnEVHsxGemDzqqddw2QbTJlICPD9p9I9LfsO8fdmfQPOX3uKfUaGRDFJbfrtm/sXhVXN4E+bzCA==}
engines: {node: ^10.12.0 || >=12.0.0}
/@typescript-eslint/typescript-estree/5.0.0_typescript@4.4.3:
resolution: {integrity: sha512-V/6w+PPQMhinWKSn+fCiX5jwvd1vRBm7AX7SJQXEGQtwtBvjMPjaU3YTQ1ik2UF1u96X7tsB96HMnulG3eLi9Q==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
typescript: '*'
peerDependenciesMeta:
typescript:
optional: true
dependencies:
'@typescript-eslint/types': 4.33.0
'@typescript-eslint/visitor-keys': 4.33.0
'@typescript-eslint/types': 5.0.0
'@typescript-eslint/visitor-keys': 5.0.0
debug: 4.3.2
globby: 11.0.4
is-glob: 4.0.3
@ -1556,12 +1556,12 @@ packages:
- supports-color
dev: true
/@typescript-eslint/visitor-keys/4.33.0:
resolution: {integrity: sha512-uqi/2aSz9g2ftcHWf8uLPJA70rUv6yuMW5Bohw+bwcuzaxQIHaKFZCKGoGXIrc9vkTJ3+0txM73K0Hq3d5wgIg==}
engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1}
/@typescript-eslint/visitor-keys/5.0.0:
resolution: {integrity: sha512-yRyd2++o/IrJdyHuYMxyFyBhU762MRHQ/bAGQeTnN3pGikfh+nEmM61XTqaDH1XDp53afZ+waXrk0ZvenoZ6xw==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dependencies:
'@typescript-eslint/types': 4.33.0
eslint-visitor-keys: 2.1.0
'@typescript-eslint/types': 5.0.0
eslint-visitor-keys: 3.0.0
dev: true
/@vitejs/plugin-react-refresh/1.3.6:
@ -2780,7 +2780,7 @@ packages:
eslint: '>=7.0.0'
dev: true
/eslint-config-react-app/6.0.0_1ddf688a09a74f726c12a1973105ea5b:
/eslint-config-react-app/6.0.0_91ad684f2ba647a3c990c2bc6d3414d4:
resolution: {integrity: sha512-bpoAAC+YRfzq0dsTk+6v9aHm/uqnDwayNAXleMypGl6CpxI9oXXscVHo4fk3eJPIn+rsbtNetB4r/ZIidFIE8A==}
engines: {node: ^10.12.0 || >=12.0.0}
peerDependencies:
@ -2801,8 +2801,8 @@ packages:
eslint-plugin-testing-library:
optional: true
dependencies:
'@typescript-eslint/eslint-plugin': 4.33.0_b4fae2aaf9a34e02c9acb1cfc4c88710
'@typescript-eslint/parser': 4.33.0_typescript@4.4.3
'@typescript-eslint/eslint-plugin': 5.0.0_80f134552885eb6279fa63a7911f9f79
'@typescript-eslint/parser': 5.0.0_typescript@4.4.3
confusing-browser-globals: 1.0.10
eslint-plugin-flowtype: 6.1.0
eslint-plugin-import: 2.24.2
@ -2978,6 +2978,11 @@ packages:
engines: {node: '>=10'}
dev: true
/eslint-visitor-keys/3.0.0:
resolution: {integrity: sha512-mJOZa35trBTb3IyRmo8xmKBZlxf+N7OnUl4+ZhJHs/r+0770Wh/LEACE2pqMGMe27G/4y8P2bYGk4J70IC5k1Q==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dev: true
/eslint/7.32.0:
resolution: {integrity: sha512-VHZ8gX+EDfz+97jGcgyGCyRia/dPOd6Xh9yPv8Bl1+SoaIwD+a/vlrOmGRUyOYu7MwUhc7CxqeaDZU13S4+EpA==}
engines: {node: ^10.12.0 || >=12.0.0}