1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-11-08 23:25:51 +01:00

chore(deps): update typescript-eslint monorepo to v4.33.0 (#2499)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Juan Picado <juanpicado19@gmail.com>
This commit is contained in:
renovate[bot] 2021-10-16 19:46:32 +02:00 committed by GitHub
parent f2ab24943d
commit cfdd2ae698
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 88 additions and 21 deletions

@ -59,8 +59,8 @@
"@types/validator": "13.6.3",
"@types/webpack": "5.28.0",
"@types/webpack-env": "1.16.3",
"@typescript-eslint/eslint-plugin": "4.30.0",
"@typescript-eslint/parser": "4.30.0",
"@typescript-eslint/eslint-plugin": "4.33.0",
"@typescript-eslint/parser": "4.33.0",
"@verdaccio/benchmark": "workspace:*",
"@verdaccio/eslint-config": "workspace:*",
"@verdaccio/types": "workspace:*",

105
pnpm-lock.yaml generated

@ -48,8 +48,8 @@ importers:
'@types/validator': 13.6.3
'@types/webpack': 5.28.0
'@types/webpack-env': 1.16.3
'@typescript-eslint/eslint-plugin': 4.30.0
'@typescript-eslint/parser': 4.30.0
'@typescript-eslint/eslint-plugin': 4.33.0
'@typescript-eslint/parser': 4.33.0
'@verdaccio/benchmark': workspace:*
'@verdaccio/eslint-config': workspace:*
'@verdaccio/types': workspace:*
@ -138,8 +138,8 @@ importers:
'@types/validator': 13.6.3
'@types/webpack': 5.28.0
'@types/webpack-env': 1.16.3
'@typescript-eslint/eslint-plugin': 4.30.0_8a8a2d3eaa9257455a03c16dce5f55b3
'@typescript-eslint/parser': 4.30.0_eslint@7.32.0+typescript@4.4.2
'@typescript-eslint/eslint-plugin': 4.33.0_00b37c941832412d4ceeacf6a0c59027
'@typescript-eslint/parser': 4.33.0_eslint@7.32.0+typescript@4.4.2
'@verdaccio/benchmark': link:packages/tools/benchmark
'@verdaccio/eslint-config': link:packages/tools/eslint
'@verdaccio/types': link:packages/core/types
@ -1103,7 +1103,7 @@ importers:
eslint-config-prettier: 8.3.0_eslint@7.32.0
eslint-plugin-babel: 5.3.1_eslint@7.32.0
eslint-plugin-import: 2.24.2_eslint@7.32.0
eslint-plugin-jest: 24.4.0_111638ce2dee59955041613292a82f90
eslint-plugin-jest: 24.4.0_02027f8bca3e726b6408b7d3c1aaf0ed
eslint-plugin-jsx-a11y: 6.4.1_eslint@7.32.0
eslint-plugin-prettier: 4.0.0_5a48a349ffec60f5257b5f148f5199c3
eslint-plugin-react: 7.25.1_eslint@7.32.0
@ -6276,7 +6276,7 @@ packages:
'@vue/compiler-sfc': 3.0.11
chalk: 4.1.1
commander: 6.2.1
fast-glob: 3.2.5
fast-glob: 3.2.7
fs-extra: 9.1.0
intl-messageformat-parser: 6.1.2
json-stable-stringify: 1.0.1
@ -7745,8 +7745,8 @@ packages:
resolution: {integrity: sha512-qRyuv+P/1t1JK1rA+elmK1MmCL1BapEzKKfbEhDBV/LMMse4lmhZ/XbgETI39JveDJRpLjmToOI6uFtMW/WR2g==}
dev: true
/@typescript-eslint/eslint-plugin/4.30.0_8a8a2d3eaa9257455a03c16dce5f55b3:
resolution: {integrity: sha512-NgAnqk55RQ/SD+tZFD9aPwNSeHmDHHe5rtUyhIq0ZeCWZEvo4DK9rYz7v9HDuQZFvn320Ot+AikaCKMFKLlD0g==}
/@typescript-eslint/eslint-plugin/4.33.0_00b37c941832412d4ceeacf6a0c59027:
resolution: {integrity: sha512-aINiAxGVdOl1eJyVjaWn/YcVAq4Gi/Yo35qHGCnqbWVz61g39D0h23veY/MA0rFFGfxK7TySg2uwDeNv+JgVpg==}
engines: {node: ^10.12.0 || >=12.0.0}
peerDependencies:
'@typescript-eslint/parser': ^4.0.0
@ -7756,12 +7756,13 @@ packages:
typescript:
optional: true
dependencies:
'@typescript-eslint/experimental-utils': 4.30.0_eslint@7.32.0+typescript@4.4.2
'@typescript-eslint/parser': 4.30.0_eslint@7.32.0+typescript@4.4.2
'@typescript-eslint/scope-manager': 4.30.0
'@typescript-eslint/experimental-utils': 4.33.0_eslint@7.32.0+typescript@4.4.2
'@typescript-eslint/parser': 4.33.0_eslint@7.32.0+typescript@4.4.2
'@typescript-eslint/scope-manager': 4.33.0
debug: 4.3.2
eslint: 7.32.0
functional-red-black-tree: 1.0.1
ignore: 5.1.8
regexpp: 3.1.0
semver: 7.3.5
tsutils: 3.21.0_typescript@4.4.2
@ -7786,9 +7787,28 @@ packages:
transitivePeerDependencies:
- supports-color
- typescript
dev: false
/@typescript-eslint/parser/4.30.0_eslint@7.32.0+typescript@4.4.2:
resolution: {integrity: sha512-HJ0XuluSZSxeboLU7Q2VQ6eLlCwXPBOGnA7CqgBnz2Db3JRQYyBDJgQnop6TZ+rsbSx5gEdWhw4rE4mDa1FnZg==}
/@typescript-eslint/experimental-utils/4.33.0_eslint@7.32.0+typescript@4.4.2:
resolution: {integrity: sha512-zeQjOoES5JFjTnAhI5QY7ZviczMzDptls15GFsI6jyUOq0kOf9+WonkhtlIhh0RgHRnqj5gdNxW5j1EvAyYg6Q==}
engines: {node: ^10.12.0 || >=12.0.0}
peerDependencies:
eslint: '*'
dependencies:
'@types/json-schema': 7.0.8
'@typescript-eslint/scope-manager': 4.33.0
'@typescript-eslint/types': 4.33.0
'@typescript-eslint/typescript-estree': 4.33.0_typescript@4.4.2
eslint: 7.32.0
eslint-scope: 5.1.1
eslint-utils: 3.0.0_eslint@7.32.0
transitivePeerDependencies:
- supports-color
- typescript
dev: true
/@typescript-eslint/parser/4.33.0_eslint@7.32.0+typescript@4.4.2:
resolution: {integrity: sha512-ZohdsbXadjGBSK0/r+d87X0SBmKzOq4/S5nzK6SBgJspFo9/CUDJ7hjayuze+JK7CZQLDMroqytp7pOcFKTxZA==}
engines: {node: ^10.12.0 || >=12.0.0}
peerDependencies:
eslint: ^5.0.0 || ^6.0.0 || ^7.0.0
@ -7797,9 +7817,9 @@ packages:
typescript:
optional: true
dependencies:
'@typescript-eslint/scope-manager': 4.30.0
'@typescript-eslint/types': 4.30.0
'@typescript-eslint/typescript-estree': 4.30.0_typescript@4.4.2
'@typescript-eslint/scope-manager': 4.33.0
'@typescript-eslint/types': 4.33.0
'@typescript-eslint/typescript-estree': 4.33.0_typescript@4.4.2
debug: 4.3.2
eslint: 7.32.0
typescript: 4.4.2
@ -7813,10 +7833,25 @@ packages:
dependencies:
'@typescript-eslint/types': 4.30.0
'@typescript-eslint/visitor-keys': 4.30.0
dev: false
/@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}
dependencies:
'@typescript-eslint/types': 4.33.0
'@typescript-eslint/visitor-keys': 4.33.0
dev: true
/@typescript-eslint/types/4.30.0:
resolution: {integrity: sha512-YKldqbNU9K4WpTNwBqtAerQKLLW/X2A/j4yw92e3ZJYLx+BpKLeheyzoPfzIXHfM8BXfoleTdiYwpsvVPvHrDw==}
engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1}
dev: false
/@typescript-eslint/types/4.33.0:
resolution: {integrity: sha512-zKp7CjQzLQImXEpLt2BUw1tvOMPfNoTAfb8l51evhYbOEEzdWyQNmHWWGPR6hwKJDAi+1VXSBmnhL9kyVTTOuQ==}
engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1}
dev: true
/@typescript-eslint/typescript-estree/4.30.0_typescript@4.4.2:
resolution: {integrity: sha512-6WN7UFYvykr/U0Qgy4kz48iGPWILvYL34xXJxvDQeiRE018B7POspNRVtAZscWntEPZpFCx4hcz/XBT+erenfg==}
@ -7837,6 +7872,28 @@ packages:
typescript: 4.4.2
transitivePeerDependencies:
- supports-color
dev: false
/@typescript-eslint/typescript-estree/4.33.0_typescript@4.4.2:
resolution: {integrity: sha512-rkWRY1MPFzjwnEVHsxGemDzqqddw2QbTJlICPD9p9I9LfsO8fdmfQPOX3uKfUaGRDFJbfrtm/sXhVXN4E+bzCA==}
engines: {node: ^10.12.0 || >=12.0.0}
peerDependencies:
typescript: '*'
peerDependenciesMeta:
typescript:
optional: true
dependencies:
'@typescript-eslint/types': 4.33.0
'@typescript-eslint/visitor-keys': 4.33.0
debug: 4.3.2
globby: 11.0.4
is-glob: 4.0.1
semver: 7.3.5
tsutils: 3.21.0_typescript@4.4.2
typescript: 4.4.2
transitivePeerDependencies:
- supports-color
dev: true
/@typescript-eslint/visitor-keys/4.30.0:
resolution: {integrity: sha512-pNaaxDt/Ol/+JZwzP7MqWc8PJQTUhZwoee/PVlQ+iYoYhagccvoHnC9e4l+C/krQYYkENxznhVSDwClIbZVxRw==}
@ -7844,6 +7901,15 @@ packages:
dependencies:
'@typescript-eslint/types': 4.30.0
eslint-visitor-keys: 2.1.0
dev: false
/@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}
dependencies:
'@typescript-eslint/types': 4.33.0
eslint-visitor-keys: 2.1.0
dev: true
/@verdaccio/commons-api/10.0.1:
resolution: {integrity: sha512-dO/3ocK2Cpx5GZ/HST7YWRMVXAZu5zkDglfcoxEnUh2V9D4detGn0sIDV9nCJJJiO70ZmhuOoA5oeUmrA1lELA==}
@ -11696,7 +11762,7 @@ packages:
tsconfig-paths: 3.11.0
dev: false
/eslint-plugin-jest/24.4.0_111638ce2dee59955041613292a82f90:
/eslint-plugin-jest/24.4.0_02027f8bca3e726b6408b7d3c1aaf0ed:
resolution: {integrity: sha512-8qnt/hgtZ94E9dA6viqfViKBfkJwFHXgJmTWlMGDgunw1XJEGqm3eiPjDsTanM3/u/3Az82nyQM9GX7PM/QGmg==}
engines: {node: '>=10'}
peerDependencies:
@ -11706,7 +11772,7 @@ packages:
'@typescript-eslint/eslint-plugin':
optional: true
dependencies:
'@typescript-eslint/eslint-plugin': 4.30.0_8a8a2d3eaa9257455a03c16dce5f55b3
'@typescript-eslint/eslint-plugin': 4.33.0_00b37c941832412d4ceeacf6a0c59027
'@typescript-eslint/experimental-utils': 4.30.0_eslint@7.32.0+typescript@4.4.2
eslint: 7.32.0
transitivePeerDependencies:
@ -12209,6 +12275,7 @@ packages:
merge2: 1.4.1
micromatch: 4.0.4
picomatch: 2.3.0
dev: false
/fast-glob/3.2.7:
resolution: {integrity: sha512-rYGMRwip6lUMvYD3BTScMwT1HtAs2d71SMv66Vrxs0IekGZEjhM0pcMfjQPnknBt2zeCwQMEupiN02ZP4DiT1Q==}
@ -13004,7 +13071,7 @@ packages:
dependencies:
array-union: 2.1.0
dir-glob: 3.0.1
fast-glob: 3.2.5
fast-glob: 3.2.7
ignore: 5.1.8
merge2: 1.4.1
slash: 3.0.0