Skip to content

Commit dbb89a5

Browse files
chore(deps): update typescript-eslint monorepo to v5.41.0 (#1224)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6557037 commit dbb89a5

File tree

2 files changed

+51
-51
lines changed

2 files changed

+51
-51
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
"@types/dedent": "0.7.0",
3434
"@types/jest": "29.2.0",
3535
"@types/node": "16.18.0",
36-
"@typescript-eslint/eslint-plugin": "5.40.1",
37-
"@typescript-eslint/parser": "5.40.1",
36+
"@typescript-eslint/eslint-plugin": "5.41.0",
37+
"@typescript-eslint/parser": "5.41.0",
3838
"bob-the-bundler": "1.7.3",
3939
"dedent": "0.7.0",
4040
"enquirer": "2.3.6",

yarn.lock

Lines changed: 49 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -2072,86 +2072,86 @@
20722072
dependencies:
20732073
"@types/yargs-parser" "*"
20742074

2075-
"@typescript-eslint/eslint-plugin@5.40.1":
2076-
version "5.40.1"
2077-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.40.1.tgz#3203a6ff396b1194083faaa6e5110c401201d7d5"
2078-
integrity sha512-FsWboKkWdytGiXT5O1/R9j37YgcjO8MKHSUmWnIEjVaz0krHkplPnYi7mwdb+5+cs0toFNQb0HIrN7zONdIEWg==
2079-
dependencies:
2080-
"@typescript-eslint/scope-manager" "5.40.1"
2081-
"@typescript-eslint/type-utils" "5.40.1"
2082-
"@typescript-eslint/utils" "5.40.1"
2075+
"@typescript-eslint/eslint-plugin@5.41.0":
2076+
version "5.41.0"
2077+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.41.0.tgz#f8eeb1c6bb2549f795f3ba71aec3b38d1ab6b1e1"
2078+
integrity sha512-DXUS22Y57/LAFSg3x7Vi6RNAuLpTXwxB9S2nIA7msBb/Zt8p7XqMwdpdc1IU7CkOQUPgAqR5fWvxuKCbneKGmA==
2079+
dependencies:
2080+
"@typescript-eslint/scope-manager" "5.41.0"
2081+
"@typescript-eslint/type-utils" "5.41.0"
2082+
"@typescript-eslint/utils" "5.41.0"
20832083
debug "^4.3.4"
20842084
ignore "^5.2.0"
20852085
regexpp "^3.2.0"
20862086
semver "^7.3.7"
20872087
tsutils "^3.21.0"
20882088

2089-
"@typescript-eslint/parser@5.40.1":
2090-
version "5.40.1"
2091-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.40.1.tgz#e7f8295dd8154d0d37d661ddd8e2f0ecfdee28dd"
2092-
integrity sha512-IK6x55va5w4YvXd4b3VrXQPldV9vQTxi5ov+g4pMANsXPTXOcfjx08CRR1Dfrcc51syPtXHF5bgLlMHYFrvQtg==
2089+
"@typescript-eslint/parser@5.41.0":
2090+
version "5.41.0"
2091+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.41.0.tgz#0414a6405007e463dc527b459af1f19430382d67"
2092+
integrity sha512-HQVfix4+RL5YRWZboMD1pUfFN8MpRH4laziWkkAzyO1fvNOY/uinZcvo3QiFJVS/siNHupV8E5+xSwQZrl6PZA==
20932093
dependencies:
2094-
"@typescript-eslint/scope-manager" "5.40.1"
2095-
"@typescript-eslint/types" "5.40.1"
2096-
"@typescript-eslint/typescript-estree" "5.40.1"
2094+
"@typescript-eslint/scope-manager" "5.41.0"
2095+
"@typescript-eslint/types" "5.41.0"
2096+
"@typescript-eslint/typescript-estree" "5.41.0"
20972097
debug "^4.3.4"
20982098

2099-
"@typescript-eslint/scope-manager@5.40.1":
2100-
version "5.40.1"
2101-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.40.1.tgz#a7a5197dfd234622a2421ea590ee0ccc02e18dfe"
2102-
integrity sha512-jkn4xsJiUQucI16OLCXrLRXDZ3afKhOIqXs4R3O+M00hdQLKR58WuyXPZZjhKLFCEP2g+TXdBRtLQ33UfAdRUg==
2099+
"@typescript-eslint/scope-manager@5.41.0":
2100+
version "5.41.0"
2101+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.41.0.tgz#28e3a41d626288d0628be14cf9de8d49fc30fadf"
2102+
integrity sha512-xOxPJCnuktUkY2xoEZBKXO5DBCugFzjrVndKdUnyQr3+9aDWZReKq9MhaoVnbL+maVwWJu/N0SEtrtEUNb62QQ==
21032103
dependencies:
2104-
"@typescript-eslint/types" "5.40.1"
2105-
"@typescript-eslint/visitor-keys" "5.40.1"
2104+
"@typescript-eslint/types" "5.41.0"
2105+
"@typescript-eslint/visitor-keys" "5.41.0"
21062106

2107-
"@typescript-eslint/type-utils@5.40.1":
2108-
version "5.40.1"
2109-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.40.1.tgz#091e4ce3bebbdb68f4980bae9dee2e4e1725f601"
2110-
integrity sha512-DLAs+AHQOe6n5LRraXiv27IYPhleF0ldEmx6yBqBgBLaNRKTkffhV1RPsjoJBhVup2zHxfaRtan8/YRBgYhU9Q==
2107+
"@typescript-eslint/type-utils@5.41.0":
2108+
version "5.41.0"
2109+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.41.0.tgz#2371601171e9f26a4e6da918a7913f7266890cdf"
2110+
integrity sha512-L30HNvIG6A1Q0R58e4hu4h+fZqaO909UcnnPbwKiN6Rc3BUEx6ez2wgN7aC0cBfcAjZfwkzE+E2PQQ9nEuoqfA==
21112111
dependencies:
2112-
"@typescript-eslint/typescript-estree" "5.40.1"
2113-
"@typescript-eslint/utils" "5.40.1"
2112+
"@typescript-eslint/typescript-estree" "5.41.0"
2113+
"@typescript-eslint/utils" "5.41.0"
21142114
debug "^4.3.4"
21152115
tsutils "^3.21.0"
21162116

2117-
"@typescript-eslint/types@5.40.1":
2118-
version "5.40.1"
2119-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.40.1.tgz#de37f4f64de731ee454bb2085d71030aa832f749"
2120-
integrity sha512-Icg9kiuVJSwdzSQvtdGspOlWNjVDnF3qVIKXdJ103o36yRprdl3Ge5cABQx+csx960nuMF21v8qvO31v9t3OHw==
2117+
"@typescript-eslint/types@5.41.0":
2118+
version "5.41.0"
2119+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.41.0.tgz#6800abebc4e6abaf24cdf220fb4ce28f4ab09a85"
2120+
integrity sha512-5BejraMXMC+2UjefDvrH0Fo/eLwZRV6859SXRg+FgbhA0R0l6lDqDGAQYhKbXhPN2ofk2kY5sgGyLNL907UXpA==
21212121

2122-
"@typescript-eslint/typescript-estree@5.40.1":
2123-
version "5.40.1"
2124-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.40.1.tgz#9a7d25492f02c69882ce5e0cd1857b0c55645d72"
2125-
integrity sha512-5QTP/nW5+60jBcEPfXy/EZL01qrl9GZtbgDZtDPlfW5zj/zjNrdI2B5zMUHmOsfvOr2cWqwVdWjobCiHcedmQA==
2122+
"@typescript-eslint/typescript-estree@5.41.0":
2123+
version "5.41.0"
2124+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.41.0.tgz#bf5c6b3138adbdc73ba4871d060ae12c59366c61"
2125+
integrity sha512-SlzFYRwFSvswzDSQ/zPkIWcHv8O5y42YUskko9c4ki+fV6HATsTODUPbRbcGDFYP86gaJL5xohUEytvyNNcXWg==
21262126
dependencies:
2127-
"@typescript-eslint/types" "5.40.1"
2128-
"@typescript-eslint/visitor-keys" "5.40.1"
2127+
"@typescript-eslint/types" "5.41.0"
2128+
"@typescript-eslint/visitor-keys" "5.41.0"
21292129
debug "^4.3.4"
21302130
globby "^11.1.0"
21312131
is-glob "^4.0.3"
21322132
semver "^7.3.7"
21332133
tsutils "^3.21.0"
21342134

2135-
"@typescript-eslint/utils@5.40.1":
2136-
version "5.40.1"
2137-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.40.1.tgz#3204fb73a559d3b7bab7dc9d3c44487c2734a9ca"
2138-
integrity sha512-a2TAVScoX9fjryNrW6BZRnreDUszxqm9eQ9Esv8n5nXApMW0zeANUYlwh/DED04SC/ifuBvXgZpIK5xeJHQ3aw==
2135+
"@typescript-eslint/utils@5.41.0":
2136+
version "5.41.0"
2137+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.41.0.tgz#f41ae5883994a249d00b2ce69f4188f3a23fa0f9"
2138+
integrity sha512-QlvfwaN9jaMga9EBazQ+5DDx/4sAdqDkcs05AsQHMaopluVCUyu1bTRUVKzXbgjDlrRAQrYVoi/sXJ9fmG+KLQ==
21392139
dependencies:
21402140
"@types/json-schema" "^7.0.9"
21412141
"@types/semver" "^7.3.12"
2142-
"@typescript-eslint/scope-manager" "5.40.1"
2143-
"@typescript-eslint/types" "5.40.1"
2144-
"@typescript-eslint/typescript-estree" "5.40.1"
2142+
"@typescript-eslint/scope-manager" "5.41.0"
2143+
"@typescript-eslint/types" "5.41.0"
2144+
"@typescript-eslint/typescript-estree" "5.41.0"
21452145
eslint-scope "^5.1.1"
21462146
eslint-utils "^3.0.0"
21472147
semver "^7.3.7"
21482148

2149-
"@typescript-eslint/visitor-keys@5.40.1":
2150-
version "5.40.1"
2151-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.40.1.tgz#f3d2bf5af192f4432b84cec6fdcb387193518754"
2152-
integrity sha512-A2DGmeZ+FMja0geX5rww+DpvILpwo1OsiQs0M+joPWJYsiEFBLsH0y1oFymPNul6Z5okSmHpP4ivkc2N0Cgfkw==
2149+
"@typescript-eslint/visitor-keys@5.41.0":
2150+
version "5.41.0"
2151+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.41.0.tgz#d3510712bc07d5540160ed3c0f8f213b73e3bcd9"
2152+
integrity sha512-vilqeHj267v8uzzakbm13HkPMl7cbYpKVjgFWZPIOHIJHZtinvypUhJ5xBXfWYg4eFKqztbMMpOgFpT9Gfx4fw==
21532153
dependencies:
2154-
"@typescript-eslint/types" "5.40.1"
2154+
"@typescript-eslint/types" "5.41.0"
21552155
eslint-visitor-keys "^3.3.0"
21562156

21572157

0 commit comments

Comments
 (0)