Skip to content

Commit e41900d

Browse files
chore(deps): update typescript-eslint monorepo to v4.31.2 (#640)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 3b9c7cd commit e41900d

File tree

2 files changed

+43
-43
lines changed

2 files changed

+43
-43
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
"@types/dedent": "0.7.0",
3131
"@types/jest": "27.0.2",
3232
"@types/node": "14.17.17",
33-
"@typescript-eslint/eslint-plugin": "4.31.1",
34-
"@typescript-eslint/parser": "4.31.1",
33+
"@typescript-eslint/eslint-plugin": "4.31.2",
34+
"@typescript-eslint/parser": "4.31.2",
3535
"bob-the-bundler": "1.5.1",
3636
"dedent": "0.7.0",
3737
"eslint": "7.32.0",

yarn.lock

Lines changed: 41 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -2083,73 +2083,73 @@
20832083
dependencies:
20842084
"@types/yargs-parser" "*"
20852085

2086-
"@typescript-eslint/[email protected].1":
2087-
version "4.31.1"
2088-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.31.1.tgz#e938603a136f01dcabeece069da5fb2e331d4498"
2089-
integrity sha512-UDqhWmd5i0TvPLmbK5xY3UZB0zEGseF+DHPghZ37Sb83Qd3p8ujhvAtkU4OF46Ka5Pm5kWvFIx0cCTBFKo0alA==
2086+
"@typescript-eslint/[email protected].2":
2087+
version "4.31.2"
2088+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.31.2.tgz#9f41efaee32cdab7ace94b15bd19b756dd099b0a"
2089+
integrity sha512-w63SCQ4bIwWN/+3FxzpnWrDjQRXVEGiTt9tJTRptRXeFvdZc/wLiz3FQUwNQ2CVoRGI6KUWMNUj/pk63noUfcA==
20902090
dependencies:
2091-
"@typescript-eslint/experimental-utils" "4.31.1"
2092-
"@typescript-eslint/scope-manager" "4.31.1"
2091+
"@typescript-eslint/experimental-utils" "4.31.2"
2092+
"@typescript-eslint/scope-manager" "4.31.2"
20932093
debug "^4.3.1"
20942094
functional-red-black-tree "^1.0.1"
20952095
regexpp "^3.1.0"
20962096
semver "^7.3.5"
20972097
tsutils "^3.21.0"
20982098

2099-
"@typescript-eslint/[email protected].1":
2100-
version "4.31.1"
2101-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.31.1.tgz#0c900f832f270b88e13e51753647b02d08371ce5"
2102-
integrity sha512-NtoPsqmcSsWty0mcL5nTZXMf7Ei0Xr2MT8jWjXMVgRK0/1qeQ2jZzLFUh4QtyJ4+/lPUyMw5cSfeeME+Zrtp9Q==
2099+
"@typescript-eslint/[email protected].2":
2100+
version "4.31.2"
2101+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.31.2.tgz#98727a9c1e977dd5d20c8705e69cd3c2a86553fa"
2102+
integrity sha512-3tm2T4nyA970yQ6R3JZV9l0yilE2FedYg8dcXrTar34zC9r6JB7WyBQbpIVongKPlhEMjhQ01qkwrzWy38Bk1Q==
21032103
dependencies:
21042104
"@types/json-schema" "^7.0.7"
2105-
"@typescript-eslint/scope-manager" "4.31.1"
2106-
"@typescript-eslint/types" "4.31.1"
2107-
"@typescript-eslint/typescript-estree" "4.31.1"
2105+
"@typescript-eslint/scope-manager" "4.31.2"
2106+
"@typescript-eslint/types" "4.31.2"
2107+
"@typescript-eslint/typescript-estree" "4.31.2"
21082108
eslint-scope "^5.1.1"
21092109
eslint-utils "^3.0.0"
21102110

2111-
"@typescript-eslint/[email protected].1":
2112-
version "4.31.1"
2113-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.31.1.tgz#8f9a2672033e6f6d33b1c0260eebdc0ddf539064"
2114-
integrity sha512-dnVZDB6FhpIby6yVbHkwTKkn2ypjVIfAR9nh+kYsA/ZL0JlTsd22BiDjouotisY3Irmd3OW1qlk9EI5R8GrvRQ==
2111+
"@typescript-eslint/[email protected].2":
2112+
version "4.31.2"
2113+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.31.2.tgz#54aa75986e3302d91eff2bbbaa6ecfa8084e9c34"
2114+
integrity sha512-EcdO0E7M/sv23S/rLvenHkb58l3XhuSZzKf6DBvLgHqOYdL6YFMYVtreGFWirxaU2mS1GYDby3Lyxco7X5+Vjw==
21152115
dependencies:
2116-
"@typescript-eslint/scope-manager" "4.31.1"
2117-
"@typescript-eslint/types" "4.31.1"
2118-
"@typescript-eslint/typescript-estree" "4.31.1"
2116+
"@typescript-eslint/scope-manager" "4.31.2"
2117+
"@typescript-eslint/types" "4.31.2"
2118+
"@typescript-eslint/typescript-estree" "4.31.2"
21192119
debug "^4.3.1"
21202120

2121-
"@typescript-eslint/[email protected].1":
2122-
version "4.31.1"
2123-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.31.1.tgz#0c21e8501f608d6a25c842fcf59541ef4f1ab561"
2124-
integrity sha512-N1Uhn6SqNtU2XpFSkD4oA+F0PfKdWHyr4bTX0xTj8NRx1314gBDRL1LUuZd5+L3oP+wo6hCbZpaa1in6SwMcVQ==
2121+
"@typescript-eslint/[email protected].2":
2122+
version "4.31.2"
2123+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.31.2.tgz#1d528cb3ed3bcd88019c20a57c18b897b073923a"
2124+
integrity sha512-2JGwudpFoR/3Czq6mPpE8zBPYdHWFGL6lUNIGolbKQeSNv4EAiHaR5GVDQaLA0FwgcdcMtRk+SBJbFGL7+La5w==
21252125
dependencies:
2126-
"@typescript-eslint/types" "4.31.1"
2127-
"@typescript-eslint/visitor-keys" "4.31.1"
2126+
"@typescript-eslint/types" "4.31.2"
2127+
"@typescript-eslint/visitor-keys" "4.31.2"
21282128

2129-
"@typescript-eslint/[email protected].1":
2130-
version "4.31.1"
2131-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.31.1.tgz#5f255b695627a13401d2fdba5f7138bc79450d66"
2132-
integrity sha512-kixltt51ZJGKENNW88IY5MYqTBA8FR0Md8QdGbJD2pKZ+D5IvxjTYDNtJPDxFBiXmka2aJsITdB1BtO1fsgmsQ==
2129+
"@typescript-eslint/[email protected].2":
2130+
version "4.31.2"
2131+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.31.2.tgz#2aea7177d6d744521a168ed4668eddbd912dfadf"
2132+
integrity sha512-kWiTTBCTKEdBGrZKwFvOlGNcAsKGJSBc8xLvSjSppFO88AqGxGNYtF36EuEYG6XZ9vT0xX8RNiHbQUKglbSi1w==
21332133

2134-
"@typescript-eslint/[email protected].1":
2135-
version "4.31.1"
2136-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.31.1.tgz#4a04d5232cf1031232b7124a9c0310b577a62d17"
2137-
integrity sha512-EGHkbsUvjFrvRnusk6yFGqrqMBTue5E5ROnS5puj3laGQPasVUgwhrxfcgkdHNFECHAewpvELE1Gjv0XO3mdWg==
2134+
"@typescript-eslint/[email protected].2":
2135+
version "4.31.2"
2136+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.31.2.tgz#abfd50594d8056b37e7428df3b2d185ef2d0060c"
2137+
integrity sha512-ieBq8U9at6PvaC7/Z6oe8D3czeW5d//Fo1xkF/s9394VR0bg/UaMYPdARiWyKX+lLEjY3w/FNZJxitMsiWv+wA==
21382138
dependencies:
2139-
"@typescript-eslint/types" "4.31.1"
2140-
"@typescript-eslint/visitor-keys" "4.31.1"
2139+
"@typescript-eslint/types" "4.31.2"
2140+
"@typescript-eslint/visitor-keys" "4.31.2"
21412141
debug "^4.3.1"
21422142
globby "^11.0.3"
21432143
is-glob "^4.0.1"
21442144
semver "^7.3.5"
21452145
tsutils "^3.21.0"
21462146

2147-
"@typescript-eslint/[email protected].1":
2148-
version "4.31.1"
2149-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.31.1.tgz#f2e7a14c7f20c4ae07d7fc3c5878c4441a1da9cc"
2150-
integrity sha512-PCncP8hEqKw6SOJY+3St4LVtoZpPPn+Zlpm7KW5xnviMhdqcsBty4Lsg4J/VECpJjw1CkROaZhH4B8M1OfnXTQ==
2147+
"@typescript-eslint/[email protected].2":
2148+
version "4.31.2"
2149+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.31.2.tgz#7d5b4a4705db7fe59ecffb273c1d082760f635cc"
2150+
integrity sha512-PrBId7EQq2Nibns7dd/ch6S6/M4/iwLM9McbgeEbCXfxdwRUNxJ4UNreJ6Gh3fI2GNKNrWnQxKL7oCPmngKBug==
21512151
dependencies:
2152-
"@typescript-eslint/types" "4.31.1"
2152+
"@typescript-eslint/types" "4.31.2"
21532153
eslint-visitor-keys "^2.0.0"
21542154

21552155

0 commit comments

Comments
 (0)