Skip to content

Commit e987d48

Browse files
renovate[bot]renovate-botchambo-e
authored
chore(deps): update typescript-eslint monorepo to v5 (major) (#451)
* fix(deps): update typescript-eslint monorepo to v5 * style: correct eslint errors Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: Emmanuel Chambon <[email protected]>
1 parent adddc74 commit e987d48

File tree

6 files changed

+73
-188
lines changed

6 files changed

+73
-188
lines changed

packages/eslint-config-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
},
1818
"license": "MIT",
1919
"dependencies": {
20-
"@typescript-eslint/eslint-plugin": "4.33.0",
21-
"@typescript-eslint/parser": "4.33.0",
20+
"@typescript-eslint/eslint-plugin": "5.1.0",
21+
"@typescript-eslint/parser": "5.1.0",
2222
"eslint-config-airbnb": "18.2.1",
2323
"eslint-config-airbnb-typescript": "14.0.1",
2424
"eslint-config-prettier": "8.3.0",

packages/use-i18n/src/__tests__/__snapshots__/formatUnit.ts.snap

Lines changed: 0 additions & 114 deletions
Original file line numberDiff line numberDiff line change
@@ -116,120 +116,6 @@ exports[`formatUnit should work with { unit: 'zettabyte' } 1`] = `"12,56 Zo"`;
116116

117117
exports[`formatUnit should work with { unit: 'zettabyte-humanized' } 1`] = `"0 Zo"`;
118118

119-
exports[`formatUnit should work with large values { unit: 'bit' } 1`] = `"13 876 876 883 167 813 000 000 000 b"`;
120-
121-
exports[`formatUnit should work with large values { unit: 'bit-humanized' } 1`] = `"13 876 876 883 167 813 000 000 000 b"`;
122-
123-
exports[`formatUnit should work with large values { unit: 'bit-per-second' } 1`] = `"13 876 876 883 167 813 000 000 000 bps"`;
124-
125-
exports[`formatUnit should work with large values { unit: 'bit-per-second-humanized' } 1`] = `"13 876 876 883 167 813 000 000 000 bps"`;
126-
127-
exports[`formatUnit should work with large values { unit: 'bits-humanized' } 1`] = `"13,88 Yb"`;
128-
129-
exports[`formatUnit should work with large values { unit: 'bits-per-second-humanized' } 1`] = `"13,88 Ybps"`;
130-
131-
exports[`formatUnit should work with large values { unit: 'byte' } 1`] = `"13 876 876 883 167 813 000 000 000 o"`;
132-
133-
exports[`formatUnit should work with large values { unit: 'byte-humanized' } 1`] = `"13 876 876 883 167 813 000 000 000 o"`;
134-
135-
exports[`formatUnit should work with large values { unit: 'bytes-humanized' } 1`] = `"13,88 Yo"`;
136-
137-
exports[`formatUnit should work with large values { unit: 'exabit' } 1`] = `"13 876 876 883 167 813 000 000 000 Eb"`;
138-
139-
exports[`formatUnit should work with large values { unit: 'exabit-humanized' } 1`] = `"13 876 876,88 Eb"`;
140-
141-
exports[`formatUnit should work with large values { unit: 'exabit-per-second' } 1`] = `"13 876 876 883 167 813 000 000 000 Ebps"`;
142-
143-
exports[`formatUnit should work with large values { unit: 'exabit-per-second-humanized' } 1`] = `"13 876 876,88 Ebps"`;
144-
145-
exports[`formatUnit should work with large values { unit: 'exabyte' } 1`] = `"13 876 876 883 167 813 000 000 000 Eo"`;
146-
147-
exports[`formatUnit should work with large values { unit: 'exabyte-humanized' } 1`] = `"13 876 876,88 Eo"`;
148-
149-
exports[`formatUnit should work with large values { unit: 'gigabit' } 1`] = `"13 876 876 883 167 813 000 000 000 Gb"`;
150-
151-
exports[`formatUnit should work with large values { unit: 'gigabit-humanized' } 1`] = `"13 876 876 883 167 814 Gb"`;
152-
153-
exports[`formatUnit should work with large values { unit: 'gigabit-per-second' } 1`] = `"13 876 876 883 167 813 000 000 000 Gbps"`;
154-
155-
exports[`formatUnit should work with large values { unit: 'gigabit-per-second-humanized' } 1`] = `"13 876 876 883 167 814 Gbps"`;
156-
157-
exports[`formatUnit should work with large values { unit: 'gigabyte' } 1`] = `"13 876 876 883 167 813 000 000 000 Go"`;
158-
159-
exports[`formatUnit should work with large values { unit: 'gigabyte-humanized' } 1`] = `"13 876 876 883 167 814 Go"`;
160-
161-
exports[`formatUnit should work with large values { unit: 'kilobit' } 1`] = `"13 876 876 883 167 813 000 000 000 Kb"`;
162-
163-
exports[`formatUnit should work with large values { unit: 'kilobit-humanized' } 1`] = `"13 876 876 883 167 812 000 000 Kb"`;
164-
165-
exports[`formatUnit should work with large values { unit: 'kilobit-per-second' } 1`] = `"13 876 876 883 167 813 000 000 000 Kbps"`;
166-
167-
exports[`formatUnit should work with large values { unit: 'kilobit-per-second-humanized' } 1`] = `"13 876 876 883 167 812 000 000 Kbps"`;
168-
169-
exports[`formatUnit should work with large values { unit: 'kilobyte' } 1`] = `"13 876 876 883 167 813 000 000 000 Ko"`;
170-
171-
exports[`formatUnit should work with large values { unit: 'kilobyte-humanized' } 1`] = `"13 876 876 883 167 812 000 000 Ko"`;
172-
173-
exports[`formatUnit should work with large values { unit: 'megabit' } 1`] = `"13 876 876 883 167 813 000 000 000 Mb"`;
174-
175-
exports[`formatUnit should work with large values { unit: 'megabit-humanized' } 1`] = `"13 876 876 883 167 812 000 Mb"`;
176-
177-
exports[`formatUnit should work with large values { unit: 'megabit-per-second' } 1`] = `"13 876 876 883 167 813 000 000 000 Mbps"`;
178-
179-
exports[`formatUnit should work with large values { unit: 'megabit-per-second-humanized' } 1`] = `"13 876 876 883 167 812 000 Mbps"`;
180-
181-
exports[`formatUnit should work with large values { unit: 'megabyte' } 1`] = `"13 876 876 883 167 813 000 000 000 Mo"`;
182-
183-
exports[`formatUnit should work with large values { unit: 'megabyte-humanized' } 1`] = `"13 876 876 883 167 812 000 Mo"`;
184-
185-
exports[`formatUnit should work with large values { unit: 'petabit' } 1`] = `"13 876 876 883 167 813 000 000 000 Pb"`;
186-
187-
exports[`formatUnit should work with large values { unit: 'petabit-humanized' } 1`] = `"13 876 876 883,17 Pb"`;
188-
189-
exports[`formatUnit should work with large values { unit: 'petabit-per-second' } 1`] = `"13 876 876 883 167 813 000 000 000 Pbps"`;
190-
191-
exports[`formatUnit should work with large values { unit: 'petabit-per-second-humanized' } 1`] = `"13 876 876 883,17 Pbps"`;
192-
193-
exports[`formatUnit should work with large values { unit: 'petabyte' } 1`] = `"13 876 876 883 167 813 000 000 000 Po"`;
194-
195-
exports[`formatUnit should work with large values { unit: 'petabyte-humanized' } 1`] = `"13 876 876 883,17 Po"`;
196-
197-
exports[`formatUnit should work with large values { unit: 'terabit' } 1`] = `"13 876 876 883 167 813 000 000 000 Tb"`;
198-
199-
exports[`formatUnit should work with large values { unit: 'terabit-humanized' } 1`] = `"13 876 876 883 167,81 Tb"`;
200-
201-
exports[`formatUnit should work with large values { unit: 'terabit-per-second' } 1`] = `"13 876 876 883 167 813 000 000 000 Tbps"`;
202-
203-
exports[`formatUnit should work with large values { unit: 'terabit-per-second-humanized' } 1`] = `"13 876 876 883 167,81 Tbps"`;
204-
205-
exports[`formatUnit should work with large values { unit: 'terabyte' } 1`] = `"13 876 876 883 167 813 000 000 000 To"`;
206-
207-
exports[`formatUnit should work with large values { unit: 'terabyte-humanized' } 1`] = `"13 876 876 883 167,81 To"`;
208-
209-
exports[`formatUnit should work with large values { unit: 'yottabit' } 1`] = `"13 876 876 883 167 813 000 000 000 Yb"`;
210-
211-
exports[`formatUnit should work with large values { unit: 'yottabit-humanized' } 1`] = `"13,88 Yb"`;
212-
213-
exports[`formatUnit should work with large values { unit: 'yottabit-per-second' } 1`] = `"13 876 876 883 167 813 000 000 000 Ybps"`;
214-
215-
exports[`formatUnit should work with large values { unit: 'yottabit-per-second-humanized' } 1`] = `"13,88 Ybps"`;
216-
217-
exports[`formatUnit should work with large values { unit: 'yottabyte' } 1`] = `"13 876 876 883 167 813 000 000 000 Yo"`;
218-
219-
exports[`formatUnit should work with large values { unit: 'yottabyte-humanized' } 1`] = `"13,88 Yo"`;
220-
221-
exports[`formatUnit should work with large values { unit: 'zettabit' } 1`] = `"13 876 876 883 167 813 000 000 000 Zb"`;
222-
223-
exports[`formatUnit should work with large values { unit: 'zettabit-humanized' } 1`] = `"13 876,88 Zb"`;
224-
225-
exports[`formatUnit should work with large values { unit: 'zettabit-per-second' } 1`] = `"13 876 876 883 167 813 000 000 000 Zbps"`;
226-
227-
exports[`formatUnit should work with large values { unit: 'zettabit-per-second-humanized' } 1`] = `"13 876,88 Zbps"`;
228-
229-
exports[`formatUnit should work with large values { unit: 'zettabyte' } 1`] = `"13 876 876 883 167 813 000 000 000 Zo"`;
230-
231-
exports[`formatUnit should work with large values { unit: 'zettabyte-humanized' } 1`] = `"13 876,88 Zo"`;
232-
233119
exports[`formatUnit should work with locale en and { unit: 'bit' } 1`] = `"12.56 b"`;
234120

235121
exports[`formatUnit should work with locale en and { unit: 'bit-humanized' } 1`] = `"13 b"`;

packages/use-i18n/src/__tests__/formatUnit.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,6 @@ const tests = [
4141
'fr',
4242
12,
4343
]),
44-
...Object.keys(supportedUnits).map(unit => [
45-
'should work with large values',
46-
{ unit },
47-
'fr',
48-
13876876883167813487687341,
49-
]),
5044
]
5145

5246
describe('formatUnit', () => {

packages/use-i18n/src/formatters.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ function createFastMemoizeCache<V>(): Cache<string, V> {
5252
}
5353

5454
const baseFormatters: BaseFormatters = {
55-
getDateTimeFormat: memoize((...args) => new Intl.DateTimeFormat(...args), {
55+
getDateTimeFormat: memoize((...args: ConstructorParameters<typeof Intl.DateTimeFormat>) => new Intl.DateTimeFormat(...args), {
5656
cache: createFastMemoizeCache<Intl.DateTimeFormat>(),
5757
strategy: strategies.variadic,
5858
}),
@@ -62,11 +62,11 @@ const baseFormatters: BaseFormatters = {
6262
cache: createFastMemoizeCache<IntlListFormat>(),
6363
strategy: strategies.variadic,
6464
}),
65-
getNumberFormat: memoize((...args) => new Intl.NumberFormat(...args), {
65+
getNumberFormat: memoize((...args: ConstructorParameters<typeof Intl.NumberFormat>) => new Intl.NumberFormat(...args), {
6666
cache: createFastMemoizeCache<Intl.NumberFormat>(),
6767
strategy: strategies.variadic,
6868
}),
69-
getPluralRules: memoize((...args) => new Intl.PluralRules(...args), {
69+
getPluralRules: memoize((...args: ConstructorParameters<typeof Intl.PluralRules>) => new Intl.PluralRules(...args), {
7070
cache: createFastMemoizeCache<Intl.PluralRules>(),
7171
strategy: strategies.variadic,
7272
}),

packages/use-query-params/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const useQueryParams = (): {
4141
)
4242

4343
const stringyFormat = useCallback(
44-
(params): string =>
44+
(params: Record<string, unknown>): string =>
4545
stringify(params, {
4646
arrayFormat: 'comma',
4747
skipEmptyString: true,

yarn.lock

Lines changed: 67 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -2379,10 +2379,10 @@
23792379
"@babel/helper-module-imports" "^7.10.4"
23802380
"@rollup/pluginutils" "^3.1.0"
23812381

2382-
"@rollup/[email protected].5":
2383-
version "13.0.5"
2384-
resolved "https://registry.yarnpkg.com/@rollup/plugin-node-resolve/-/plugin-node-resolve-13.0.5.tgz#016abe58796a4ff544d6beac7818921e3d3777fc"
2385-
integrity sha512-mVaw6uxtvuGx/XCI4qBQXsDZJUfyx5vp39iE0J/7Hd6wDhEbjHr6aES7Nr9yWbuE0BY+oKp6N7Bq6jX5NCGNmQ==
2382+
"@rollup/[email protected].6":
2383+
version "13.0.6"
2384+
resolved "https://registry.yarnpkg.com/@rollup/plugin-node-resolve/-/plugin-node-resolve-13.0.6.tgz#29629070bb767567be8157f575cfa8f2b8e9ef77"
2385+
integrity sha512-sFsPDMPd4gMqnh2gS0uIxELnoRUp5kBl5knxD2EO0778G1oOJv4G1vyT2cpWz75OU2jDVcXhjVUuTAczGyFNKA==
23862386
dependencies:
23872387
"@rollup/pluginutils" "^3.1.0"
23882388
"@types/resolve" "1.17.1"
@@ -2549,10 +2549,10 @@
25492549
jest-diff "^26.0.0"
25502550
pretty-format "^26.0.0"
25512551

2552-
"@types/json-schema@^7.0.7":
2553-
version "7.0.7"
2554-
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.7.tgz#98a993516c859eb0d5c4c8f098317a9ea68db9ad"
2555-
integrity sha512-cxWFQVseBm6O9Gbw1IWb8r6OS4OhSt3hPZLkFApLjM8TEXROBuQGLAH2i2gZpcXdLBIrpXuTDhH7Vbm1iXmNGA==
2552+
"@types/json-schema@^7.0.9":
2553+
version "7.0.9"
2554+
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.9.tgz#97edc9037ea0c38585320b28964dde3b39e4660d"
2555+
integrity sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ==
25562556

25572557
"@types/json5@^0.0.29":
25582558
version "0.0.29"
@@ -2677,75 +2677,75 @@
26772677
dependencies:
26782678
"@types/yargs-parser" "*"
26792679

2680-
"@typescript-eslint/eslint-plugin@4.33.0":
2681-
version "4.33.0"
2682-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.33.0.tgz#c24dc7c8069c7706bc40d99f6fa87edcb2005276"
2683-
integrity sha512-aINiAxGVdOl1eJyVjaWn/YcVAq4Gi/Yo35qHGCnqbWVz61g39D0h23veY/MA0rFFGfxK7TySg2uwDeNv+JgVpg==
2680+
"@typescript-eslint/eslint-plugin@5.1.0":
2681+
version "5.1.0"
2682+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.1.0.tgz#381c188dfab12f7a2c7b6a8ba2402d6273eadeaa"
2683+
integrity sha512-bekODL3Tqf36Yz8u+ilha4zGxL9mdB6LIsIoMAvvC5FAuWo4NpZYXtCbv7B2CeR1LhI/lLtLk+q4tbtxuoVuCg==
26842684
dependencies:
2685-
"@typescript-eslint/experimental-utils" "4.33.0"
2686-
"@typescript-eslint/scope-manager" "4.33.0"
2687-
debug "^4.3.1"
2685+
"@typescript-eslint/experimental-utils" "5.1.0"
2686+
"@typescript-eslint/scope-manager" "5.1.0"
2687+
debug "^4.3.2"
26882688
functional-red-black-tree "^1.0.1"
26892689
ignore "^5.1.8"
2690-
regexpp "^3.1.0"
2690+
regexpp "^3.2.0"
26912691
semver "^7.3.5"
26922692
tsutils "^3.21.0"
26932693

2694-
"@typescript-eslint/experimental-utils@4.33.0":
2695-
version "4.33.0"
2696-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.33.0.tgz#6f2a786a4209fa2222989e9380b5331b2810f7fd"
2697-
integrity sha512-zeQjOoES5JFjTnAhI5QY7ZviczMzDptls15GFsI6jyUOq0kOf9+WonkhtlIhh0RgHRnqj5gdNxW5j1EvAyYg6Q==
2694+
"@typescript-eslint/experimental-utils@5.1.0":
2695+
version "5.1.0"
2696+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.1.0.tgz#918a1a3d30404cc1f8edcfdf0df200804ef90d31"
2697+
integrity sha512-ovE9qUiZMOMgxQAESZsdBT+EXIfx/YUYAbwGUI6V03amFdOOxI9c6kitkgRvLkJaLusgMZ2xBhss+tQ0Y1HWxA==
26982698
dependencies:
2699-
"@types/json-schema" "^7.0.7"
2700-
"@typescript-eslint/scope-manager" "4.33.0"
2701-
"@typescript-eslint/types" "4.33.0"
2702-
"@typescript-eslint/typescript-estree" "4.33.0"
2699+
"@types/json-schema" "^7.0.9"
2700+
"@typescript-eslint/scope-manager" "5.1.0"
2701+
"@typescript-eslint/types" "5.1.0"
2702+
"@typescript-eslint/typescript-estree" "5.1.0"
27032703
eslint-scope "^5.1.1"
27042704
eslint-utils "^3.0.0"
27052705

2706-
"@typescript-eslint/parser@4.33.0":
2707-
version "4.33.0"
2708-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.33.0.tgz#dfe797570d9694e560528d18eecad86c8c744899"
2709-
integrity sha512-ZohdsbXadjGBSK0/r+d87X0SBmKzOq4/S5nzK6SBgJspFo9/CUDJ7hjayuze+JK7CZQLDMroqytp7pOcFKTxZA==
2706+
"@typescript-eslint/parser@5.1.0":
2707+
version "5.1.0"
2708+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.1.0.tgz#6c7f837d210d2bc0a811e7ea742af414f4e00908"
2709+
integrity sha512-vx1P+mhCtYw3+bRHmbalq/VKP2Y3gnzNgxGxfEWc6OFpuEL7iQdAeq11Ke3Rhy8NjgB+AHsIWEwni3e+Y7djKA==
27102710
dependencies:
2711-
"@typescript-eslint/scope-manager" "4.33.0"
2712-
"@typescript-eslint/types" "4.33.0"
2713-
"@typescript-eslint/typescript-estree" "4.33.0"
2714-
debug "^4.3.1"
2711+
"@typescript-eslint/scope-manager" "5.1.0"
2712+
"@typescript-eslint/types" "5.1.0"
2713+
"@typescript-eslint/typescript-estree" "5.1.0"
2714+
debug "^4.3.2"
27152715

2716-
"@typescript-eslint/scope-manager@4.33.0":
2717-
version "4.33.0"
2718-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.33.0.tgz#d38e49280d983e8772e29121cf8c6e9221f280a3"
2719-
integrity sha512-5IfJHpgTsTZuONKbODctL4kKuQje/bzBRkwHE8UOZ4f89Zeddg+EGZs8PD8NcN4LdM3ygHWYB3ukPAYjvl/qbQ==
2716+
"@typescript-eslint/scope-manager@5.1.0":
2717+
version "5.1.0"
2718+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.1.0.tgz#6f1f26ad66a8f71bbb33b635e74fec43f76b44df"
2719+
integrity sha512-yYlyVjvn5lvwCL37i4hPsa1s0ORsjkauhTqbb8MnpvUs7xykmcjGqwlNZ2Q5QpoqkJ1odlM2bqHqJwa28qV6Tw==
27202720
dependencies:
2721-
"@typescript-eslint/types" "4.33.0"
2722-
"@typescript-eslint/visitor-keys" "4.33.0"
2721+
"@typescript-eslint/types" "5.1.0"
2722+
"@typescript-eslint/visitor-keys" "5.1.0"
27232723

2724-
"@typescript-eslint/types@4.33.0":
2725-
version "4.33.0"
2726-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.33.0.tgz#a1e59036a3b53ae8430ceebf2a919dc7f9af6d72"
2727-
integrity sha512-zKp7CjQzLQImXEpLt2BUw1tvOMPfNoTAfb8l51evhYbOEEzdWyQNmHWWGPR6hwKJDAi+1VXSBmnhL9kyVTTOuQ==
2724+
"@typescript-eslint/types@5.1.0":
2725+
version "5.1.0"
2726+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.1.0.tgz#a8a75ddfc611660de6be17d3ad950302385607a9"
2727+
integrity sha512-sEwNINVxcB4ZgC6Fe6rUyMlvsB2jvVdgxjZEjQUQVlaSPMNamDOwO6/TB98kFt4sYYfNhdhTPBEQqNQZjMMswA==
27282728

2729-
"@typescript-eslint/typescript-estree@4.33.0":
2730-
version "4.33.0"
2731-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.33.0.tgz#0dfb51c2908f68c5c08d82aefeaf166a17c24609"
2732-
integrity sha512-rkWRY1MPFzjwnEVHsxGemDzqqddw2QbTJlICPD9p9I9LfsO8fdmfQPOX3uKfUaGRDFJbfrtm/sXhVXN4E+bzCA==
2729+
"@typescript-eslint/typescript-estree@5.1.0":
2730+
version "5.1.0"
2731+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.1.0.tgz#132aea34372df09decda961cb42457433aa6e83d"
2732+
integrity sha512-SSz+l9YrIIsW4s0ZqaEfnjl156XQ4VRmJsbA0ZE1XkXrD3cRpzuZSVCyqeCMR3EBjF27IisWakbBDGhGNIOvfQ==
27332733
dependencies:
2734-
"@typescript-eslint/types" "4.33.0"
2735-
"@typescript-eslint/visitor-keys" "4.33.0"
2736-
debug "^4.3.1"
2737-
globby "^11.0.3"
2738-
is-glob "^4.0.1"
2734+
"@typescript-eslint/types" "5.1.0"
2735+
"@typescript-eslint/visitor-keys" "5.1.0"
2736+
debug "^4.3.2"
2737+
globby "^11.0.4"
2738+
is-glob "^4.0.3"
27392739
semver "^7.3.5"
27402740
tsutils "^3.21.0"
27412741

2742-
"@typescript-eslint/visitor-keys@4.33.0":
2743-
version "4.33.0"
2744-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.33.0.tgz#2a22f77a41604289b7a186586e9ec48ca92ef1dd"
2745-
integrity sha512-uqi/2aSz9g2ftcHWf8uLPJA70rUv6yuMW5Bohw+bwcuzaxQIHaKFZCKGoGXIrc9vkTJ3+0txM73K0Hq3d5wgIg==
2742+
"@typescript-eslint/visitor-keys@5.1.0":
2743+
version "5.1.0"
2744+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.1.0.tgz#e01a01b27eb173092705ae983aa1451bd1842630"
2745+
integrity sha512-uqNXepKBg81JVwjuqAxYrXa1Ql/YDzM+8g/pS+TCPxba0wZttl8m5DkrasbfnmJGHs4lQ2jTbcZ5azGhI7kK+w==
27462746
dependencies:
2747-
"@typescript-eslint/types" "4.33.0"
2748-
eslint-visitor-keys "^2.0.0"
2747+
"@typescript-eslint/types" "5.1.0"
2748+
eslint-visitor-keys "^3.0.0"
27492749

27502750
JSONStream@^1.0.4:
27512751
version "1.3.5"
@@ -4188,6 +4188,11 @@ eslint-visitor-keys@^2.0.0, eslint-visitor-keys@^2.1.0:
41884188
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
41894189
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
41904190

4191+
eslint-visitor-keys@^3.0.0:
4192+
version "3.0.0"
4193+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.0.0.tgz#e32e99c6cdc2eb063f204eda5db67bfe58bb4186"
4194+
integrity sha512-mJOZa35trBTb3IyRmo8xmKBZlxf+N7OnUl4+ZhJHs/r+0770Wh/LEACE2pqMGMe27G/4y8P2bYGk4J70IC5k1Q==
4195+
41914196
41924197
version "7.32.0"
41934198
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.32.0.tgz#c6d328a14be3fb08c8d1d21e12c02fdb7a2a812d"
@@ -4692,7 +4697,7 @@ globals@^13.6.0, globals@^13.9.0:
46924697
dependencies:
46934698
type-fest "^0.20.2"
46944699

4695-
globby@^11.0.2, globby@^11.0.3:
4700+
globby@^11.0.2, globby@^11.0.4:
46964701
version "11.0.4"
46974702
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.4.tgz#2cbaff77c2f2a62e71e9b2813a67b97a3a3001a5"
46984703
integrity sha512-9O4MVG9ioZJ08ffbcyVYyLOJLk5JQ688pJ4eMGLpdWLHq/Wr1D9BlriLQyL0E+jbkuePVZXYFj47QM/v093wHg==
@@ -7498,10 +7503,10 @@ regexp.prototype.flags@^1.3.1:
74987503
call-bind "^1.0.2"
74997504
define-properties "^1.1.3"
75007505

7501-
regexpp@^3.1.0:
7502-
version "3.1.0"
7503-
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.1.0.tgz#206d0ad0a5648cffbdb8ae46438f3dc51c9f78e2"
7504-
integrity sha512-ZOIzd8yVsQQA7j8GCSlPGXwg5PfmA1mrq0JP4nGhh54LaKN3xdai/vHUDu74pKwV8OxseMS65u2NImosQcSD0Q==
7506+
regexpp@^3.1.0, regexpp@^3.2.0:
7507+
version "3.2.0"
7508+
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.2.0.tgz#0425a2768d8f23bad70ca4b90461fa2f1213e1b2"
7509+
integrity sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==
75057510

75067511
regexpu-core@^4.7.1:
75077512
version "4.7.1"

0 commit comments

Comments
 (0)