build(deps): update typescript-eslint monorepo to v5.18.0 (#3113)
Co-authored-by: Renovate Bot <bot@renovateapp.com>pull/3114/head
parent
3ca438e3d5
commit
3ea41edbaa
|
@ -134,8 +134,8 @@
|
|||
"@types/react": "17.0.43",
|
||||
"@types/react-dom": "17.0.14",
|
||||
"@types/zxcvbn": "4.4.1",
|
||||
"@typescript-eslint/eslint-plugin": "5.17.0",
|
||||
"@typescript-eslint/parser": "5.17.0",
|
||||
"@typescript-eslint/eslint-plugin": "5.18.0",
|
||||
"@typescript-eslint/parser": "5.18.0",
|
||||
"@vitejs/plugin-react": "1.3.0",
|
||||
"esbuild-jest": "0.5.0",
|
||||
"eslint-config-prettier": "8.5.0",
|
||||
|
|
|
@ -17,8 +17,8 @@ specifiers:
|
|||
'@types/react': 17.0.43
|
||||
'@types/react-dom': 17.0.14
|
||||
'@types/zxcvbn': 4.4.1
|
||||
'@typescript-eslint/eslint-plugin': 5.17.0
|
||||
'@typescript-eslint/parser': 5.17.0
|
||||
'@typescript-eslint/eslint-plugin': 5.18.0
|
||||
'@typescript-eslint/parser': 5.18.0
|
||||
'@vitejs/plugin-react': 1.3.0
|
||||
axios: 0.26.1
|
||||
classnames: 2.3.1
|
||||
|
@ -93,8 +93,8 @@ devDependencies:
|
|||
'@types/react': 17.0.43
|
||||
'@types/react-dom': 17.0.14
|
||||
'@types/zxcvbn': 4.4.1
|
||||
'@typescript-eslint/eslint-plugin': 5.17.0_4ad50a0fa85b91f236c35644695e4e45
|
||||
'@typescript-eslint/parser': 5.17.0_typescript@4.6.3
|
||||
'@typescript-eslint/eslint-plugin': 5.18.0_3eb76a99730a7d47c13698b9bb66f6b8
|
||||
'@typescript-eslint/parser': 5.18.0_typescript@4.6.3
|
||||
'@vitejs/plugin-react': 1.3.0
|
||||
esbuild-jest: 0.5.0
|
||||
eslint-config-prettier: 8.5.0
|
||||
|
@ -2519,8 +2519,8 @@ packages:
|
|||
resolution: {integrity: sha512-3NoqvZC2W5gAC5DZbTpCeJ251vGQmgcWIHQJGq2J240HY6ErQ9aWKkwfoKJlHLx+A83WPNTZ9+3cd2ILxbvr1w==}
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/eslint-plugin/5.17.0_4ad50a0fa85b91f236c35644695e4e45:
|
||||
resolution: {integrity: sha512-qVstvQilEd89HJk3qcbKt/zZrfBZ+9h2ynpAGlWjWiizA7m/MtLT9RoX6gjtpE500vfIg8jogAkDzdCxbsFASQ==}
|
||||
/@typescript-eslint/eslint-plugin/5.18.0_3eb76a99730a7d47c13698b9bb66f6b8:
|
||||
resolution: {integrity: sha512-tzrmdGMJI/uii9/V6lurMo4/o+dMTKDH82LkNjhJ3adCW22YQydoRs5MwTiqxGF9CSYxPxQ7EYb4jLNlIs+E+A==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
'@typescript-eslint/parser': ^5.0.0
|
||||
|
@ -2530,10 +2530,10 @@ packages:
|
|||
typescript:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/parser': 5.17.0_typescript@4.6.3
|
||||
'@typescript-eslint/scope-manager': 5.17.0
|
||||
'@typescript-eslint/type-utils': 5.17.0_typescript@4.6.3
|
||||
'@typescript-eslint/utils': 5.17.0_typescript@4.6.3
|
||||
'@typescript-eslint/parser': 5.18.0_typescript@4.6.3
|
||||
'@typescript-eslint/scope-manager': 5.18.0
|
||||
'@typescript-eslint/type-utils': 5.18.0_typescript@4.6.3
|
||||
'@typescript-eslint/utils': 5.18.0_typescript@4.6.3
|
||||
debug: 4.3.4
|
||||
functional-red-black-tree: 1.0.1
|
||||
ignore: 5.2.0
|
||||
|
@ -2557,8 +2557,8 @@ packages:
|
|||
- typescript
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/parser/5.17.0_typescript@4.6.3:
|
||||
resolution: {integrity: sha512-aRzW9Jg5Rlj2t2/crzhA2f23SIYFlF9mchGudyP0uiD6SenIxzKoLjwzHbafgHn39dNV/TV7xwQkLfFTZlJ4ig==}
|
||||
/@typescript-eslint/parser/5.18.0_typescript@4.6.3:
|
||||
resolution: {integrity: sha512-+08nYfurBzSSPndngnHvFw/fniWYJ5ymOrn/63oMIbgomVQOvIDhBoJmYZ9lwQOCnQV9xHGvf88ze3jFGUYooQ==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
|
||||
|
@ -2567,9 +2567,9 @@ packages:
|
|||
typescript:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/scope-manager': 5.17.0
|
||||
'@typescript-eslint/types': 5.17.0
|
||||
'@typescript-eslint/typescript-estree': 5.17.0_typescript@4.6.3
|
||||
'@typescript-eslint/scope-manager': 5.18.0
|
||||
'@typescript-eslint/types': 5.18.0
|
||||
'@typescript-eslint/typescript-estree': 5.18.0_typescript@4.6.3
|
||||
debug: 4.3.4
|
||||
typescript: 4.6.3
|
||||
transitivePeerDependencies:
|
||||
|
@ -2584,8 +2584,16 @@ packages:
|
|||
'@typescript-eslint/visitor-keys': 5.17.0
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/type-utils/5.17.0_typescript@4.6.3:
|
||||
resolution: {integrity: sha512-3hU0RynUIlEuqMJA7dragb0/75gZmwNwFf/QJokWzPehTZousP/MNifVSgjxNcDCkM5HI2K22TjQWUmmHUINSg==}
|
||||
/@typescript-eslint/scope-manager/5.18.0:
|
||||
resolution: {integrity: sha512-C0CZML6NyRDj+ZbMqh9FnPscg2PrzSaVQg3IpTmpe0NURMVBXlghGZgMYqBw07YW73i0MCqSDqv2SbywnCS8jQ==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
dependencies:
|
||||
'@typescript-eslint/types': 5.18.0
|
||||
'@typescript-eslint/visitor-keys': 5.18.0
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/type-utils/5.18.0_typescript@4.6.3:
|
||||
resolution: {integrity: sha512-vcn9/6J5D6jtHxpEJrgK8FhaM8r6J1/ZiNu70ZUJN554Y3D9t3iovi6u7JF8l/e7FcBIxeuTEidZDR70UuCIfA==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
eslint: '*'
|
||||
|
@ -2594,7 +2602,7 @@ packages:
|
|||
typescript:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/utils': 5.17.0_typescript@4.6.3
|
||||
'@typescript-eslint/utils': 5.18.0_typescript@4.6.3
|
||||
debug: 4.3.4
|
||||
tsutils: 3.21.0_typescript@4.6.3
|
||||
typescript: 4.6.3
|
||||
|
@ -2607,6 +2615,11 @@ packages:
|
|||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/types/5.18.0:
|
||||
resolution: {integrity: sha512-bhV1+XjM+9bHMTmXi46p1Led5NP6iqQcsOxgx7fvk6gGiV48c6IynY0apQb7693twJDsXiVzNXTflhplmaiJaw==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/typescript-estree/5.17.0_typescript@4.6.3:
|
||||
resolution: {integrity: sha512-X1gtjEcmM7Je+qJRhq7ZAAaNXYhTgqMkR10euC4Si6PIjb+kwEQHSxGazXUQXFyqfEXdkGf6JijUu5R0uceQzg==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
|
@ -2628,6 +2641,27 @@ packages:
|
|||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/typescript-estree/5.18.0_typescript@4.6.3:
|
||||
resolution: {integrity: sha512-wa+2VAhOPpZs1bVij9e5gyVu60ReMi/KuOx4LKjGx2Y3XTNUDJgQ+5f77D49pHtqef/klglf+mibuHs9TrPxdQ==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
typescript: '*'
|
||||
peerDependenciesMeta:
|
||||
typescript:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/types': 5.18.0
|
||||
'@typescript-eslint/visitor-keys': 5.18.0
|
||||
debug: 4.3.4
|
||||
globby: 11.1.0
|
||||
is-glob: 4.0.3
|
||||
semver: 7.3.5
|
||||
tsutils: 3.21.0_typescript@4.6.3
|
||||
typescript: 4.6.3
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/utils/5.17.0_typescript@4.6.3:
|
||||
resolution: {integrity: sha512-DVvndq1QoxQH+hFv+MUQHrrWZ7gQ5KcJzyjhzcqB1Y2Xes1UQQkTRPUfRpqhS8mhTWsSb2+iyvDW1Lef5DD7vA==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
|
@ -2645,6 +2679,23 @@ packages:
|
|||
- typescript
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/utils/5.18.0_typescript@4.6.3:
|
||||
resolution: {integrity: sha512-+hFGWUMMri7OFY26TsOlGa+zgjEy1ssEipxpLjtl4wSll8zy85x0GrUSju/FHdKfVorZPYJLkF3I4XPtnCTewA==}
|
||||
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.11
|
||||
'@typescript-eslint/scope-manager': 5.18.0
|
||||
'@typescript-eslint/types': 5.18.0
|
||||
'@typescript-eslint/typescript-estree': 5.18.0_typescript@4.6.3
|
||||
eslint-scope: 5.1.1
|
||||
eslint-utils: 3.0.0
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
- typescript
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/visitor-keys/5.17.0:
|
||||
resolution: {integrity: sha512-6K/zlc4OfCagUu7Am/BD5k8PSWQOgh34Nrv9Rxe2tBzlJ7uOeJ/h7ugCGDCeEZHT6k2CJBhbk9IsbkPI0uvUkA==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
|
@ -2653,6 +2704,14 @@ packages:
|
|||
eslint-visitor-keys: 3.3.0
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/visitor-keys/5.18.0:
|
||||
resolution: {integrity: sha512-Hf+t+dJsjAKpKSkg3EHvbtEpFFb/1CiOHnvI8bjHgOD4/wAw3gKrA0i94LrbekypiZVanJu3McWJg7rWDMzRTg==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
dependencies:
|
||||
'@typescript-eslint/types': 5.18.0
|
||||
eslint-visitor-keys: 3.3.0
|
||||
dev: true
|
||||
|
||||
/@vitejs/plugin-react/1.3.0:
|
||||
resolution: {integrity: sha512-H+yIupjUE4a+E4oeWUv4xUJIMR0DWBIMUG/DYgvj0J9Vu1rdHAlJ5JdbI+N1KDUD7Ee2fZ1DMPZ/NBg6mXtoCw==}
|
||||
engines: {node: '>=12.0.0'}
|
||||
|
@ -4061,13 +4120,13 @@ packages:
|
|||
'@babel/core': 7.17.8
|
||||
'@babel/eslint-parser': 7.17.0_@babel+core@7.17.8
|
||||
'@rushstack/eslint-patch': 1.1.1
|
||||
'@typescript-eslint/eslint-plugin': 5.17.0_4ad50a0fa85b91f236c35644695e4e45
|
||||
'@typescript-eslint/parser': 5.17.0_typescript@4.6.3
|
||||
'@typescript-eslint/eslint-plugin': 5.18.0_3eb76a99730a7d47c13698b9bb66f6b8
|
||||
'@typescript-eslint/parser': 5.18.0_typescript@4.6.3
|
||||
babel-preset-react-app: 10.0.1
|
||||
confusing-browser-globals: 1.0.11
|
||||
eslint-plugin-flowtype: 8.0.3
|
||||
eslint-plugin-import: 2.25.4
|
||||
eslint-plugin-jest: 25.7.0_4f8effa95756196a8dff211513f1ec41
|
||||
eslint-plugin-jest: 25.7.0_7e8374ffea2f707e1899e8d54f148f47
|
||||
eslint-plugin-jsx-a11y: 6.5.1
|
||||
eslint-plugin-react: 7.29.4
|
||||
eslint-plugin-react-hooks: 4.4.0
|
||||
|
@ -4149,7 +4208,7 @@ packages:
|
|||
tsconfig-paths: 3.14.1
|
||||
dev: true
|
||||
|
||||
/eslint-plugin-jest/25.7.0_4f8effa95756196a8dff211513f1ec41:
|
||||
/eslint-plugin-jest/25.7.0_7e8374ffea2f707e1899e8d54f148f47:
|
||||
resolution: {integrity: sha512-PWLUEXeeF7C9QGKqvdSbzLOiLTx+bno7/HC9eefePfEb257QFHg7ye3dh80AZVkaa/RQsBB1Q/ORQvg2X7F0NQ==}
|
||||
engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
|
@ -4162,7 +4221,7 @@ packages:
|
|||
jest:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/eslint-plugin': 5.17.0_4ad50a0fa85b91f236c35644695e4e45
|
||||
'@typescript-eslint/eslint-plugin': 5.18.0_3eb76a99730a7d47c13698b9bb66f6b8
|
||||
'@typescript-eslint/experimental-utils': 5.17.0_typescript@4.6.3
|
||||
jest: 27.5.1
|
||||
transitivePeerDependencies:
|
||||
|
@ -4241,7 +4300,7 @@ packages:
|
|||
peerDependencies:
|
||||
eslint: ^7.5.0 || ^8.0.0
|
||||
dependencies:
|
||||
'@typescript-eslint/utils': 5.17.0_typescript@4.6.3
|
||||
'@typescript-eslint/utils': 5.18.0_typescript@4.6.3
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
- typescript
|
||||
|
|
Loading…
Reference in New Issue