Skip to content

Commit f0add0e

Browse files
Bump @typescript-eslint/eslint-plugin from 8.39.0 to 8.41.0
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 8.39.0 to 8.41.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.41.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.41.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a5a7c71 commit f0add0e

File tree

2 files changed

+89
-2
lines changed

2 files changed

+89
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
"@types/vscode": "^1.63.0",
147147
"@types/yargs": "^17.0.33",
148148
"@types/yarnpkg__lockfile": "^1.1.9",
149-
"@typescript-eslint/eslint-plugin": "^8.41.0",
149+
"@typescript-eslint/eslint-plugin": "^8.42.0",
150150
"@typescript-eslint/parser": "^8.41.0",
151151
"@vscode/debugprotocol": "^1.68.0",
152152
"@vscode/vsce": "^3.6.0",

yarn.lock

Lines changed: 88 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1808,7 +1808,7 @@
18081808
dependencies:
18091809
"@types/node" "*"
18101810

1811-
"@typescript-eslint/[email protected]", "@typescript-eslint/eslint-plugin@^8.41.0":
1811+
"@typescript-eslint/[email protected]":
18121812
version "8.41.0"
18131813
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.41.0.tgz#42209e2ce3e2274de0f5f9b75c777deedacaa558"
18141814
integrity sha512-8fz6oa6wEKZrhXWro/S3n2eRJqlRcIa6SlDh59FXJ5Wp5XRZ8B9ixpJDcjadHq47hMx0u+HW6SNa6LjJQ6NLtw==
@@ -1823,6 +1823,21 @@
18231823
natural-compare "^1.4.0"
18241824
ts-api-utils "^2.1.0"
18251825

1826+
"@typescript-eslint/eslint-plugin@^8.42.0":
1827+
version "8.42.0"
1828+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.42.0.tgz#2172d0496c42eee8c7294b6661681100953fa88f"
1829+
integrity sha512-Aq2dPqsQkxHOLfb2OPv43RnIvfj05nw8v/6n3B2NABIPpHnjQnaLo9QGMTvml+tv4korl/Cjfrb/BYhoL8UUTQ==
1830+
dependencies:
1831+
"@eslint-community/regexpp" "^4.10.0"
1832+
"@typescript-eslint/scope-manager" "8.42.0"
1833+
"@typescript-eslint/type-utils" "8.42.0"
1834+
"@typescript-eslint/utils" "8.42.0"
1835+
"@typescript-eslint/visitor-keys" "8.42.0"
1836+
graphemer "^1.4.0"
1837+
ignore "^7.0.0"
1838+
natural-compare "^1.4.0"
1839+
ts-api-utils "^2.1.0"
1840+
18261841
"@typescript-eslint/[email protected]", "@typescript-eslint/parser@^8.41.0":
18271842
version "8.41.0"
18281843
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.41.0.tgz#677f5b2b3fa947ee1eac4129220c051b1990d898"
@@ -1843,6 +1858,15 @@
18431858
"@typescript-eslint/types" "^8.41.0"
18441859
debug "^4.3.4"
18451860

1861+
"@typescript-eslint/[email protected]":
1862+
version "8.42.0"
1863+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.42.0.tgz#636eb3418b6c42c98554dce884943708bf41a583"
1864+
integrity sha512-vfVpLHAhbPjilrabtOSNcUDmBboQNrJUiNAGoImkZKnMjs2TIcWG33s4Ds0wY3/50aZmTMqJa6PiwkwezaAklg==
1865+
dependencies:
1866+
"@typescript-eslint/tsconfig-utils" "^8.42.0"
1867+
"@typescript-eslint/types" "^8.42.0"
1868+
debug "^4.3.4"
1869+
18461870
"@typescript-eslint/[email protected]":
18471871
version "8.41.0"
18481872
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.41.0.tgz#c8aba12129cb9cead1f1727f58e6a0fcebeecdb5"
@@ -1851,11 +1875,24 @@
18511875
"@typescript-eslint/types" "8.41.0"
18521876
"@typescript-eslint/visitor-keys" "8.41.0"
18531877

1878+
"@typescript-eslint/[email protected]":
1879+
version "8.42.0"
1880+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.42.0.tgz#36016757bc85b46ea42bae47b61f9421eddedde3"
1881+
integrity sha512-51+x9o78NBAVgQzOPd17DkNTnIzJ8T/O2dmMBLoK9qbY0Gm52XJcdJcCl18ExBMiHo6jPMErUQWUv5RLE51zJw==
1882+
dependencies:
1883+
"@typescript-eslint/types" "8.42.0"
1884+
"@typescript-eslint/visitor-keys" "8.42.0"
1885+
18541886
"@typescript-eslint/[email protected]", "@typescript-eslint/tsconfig-utils@^8.41.0":
18551887
version "8.41.0"
18561888
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.41.0.tgz#134dee36eb16cdd78095a20bca0516d10b5dda75"
18571889
integrity sha512-TDhxYFPUYRFxFhuU5hTIJk+auzM/wKvWgoNYOPcOf6i4ReYlOoYN8q1dV5kOTjNQNJgzWN3TUUQMtlLOcUgdUw==
18581890

1891+
"@typescript-eslint/[email protected]", "@typescript-eslint/tsconfig-utils@^8.42.0":
1892+
version "8.42.0"
1893+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.42.0.tgz#21a3e74396fd7443ff930bc41b27789ba7e9236e"
1894+
integrity sha512-kHeFUOdwAJfUmYKjR3CLgZSglGHjbNTi1H8sTYRYV2xX6eNz4RyJ2LIgsDLKf8Yi0/GL1WZAC/DgZBeBft8QAQ==
1895+
18591896
"@typescript-eslint/[email protected]":
18601897
version "8.41.0"
18611898
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.41.0.tgz#68d401e38fccf239925447e97bdbd048a9891ae5"
@@ -1867,11 +1904,27 @@
18671904
debug "^4.3.4"
18681905
ts-api-utils "^2.1.0"
18691906

1907+
"@typescript-eslint/[email protected]":
1908+
version "8.42.0"
1909+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.42.0.tgz#d6733e7a9fbdf5af60c09c6038dffde13f4e4253"
1910+
integrity sha512-9KChw92sbPTYVFw3JLRH1ockhyR3zqqn9lQXol3/YbI6jVxzWoGcT3AsAW0mu1MY0gYtsXnUGV/AKpkAj5tVlQ==
1911+
dependencies:
1912+
"@typescript-eslint/types" "8.42.0"
1913+
"@typescript-eslint/typescript-estree" "8.42.0"
1914+
"@typescript-eslint/utils" "8.42.0"
1915+
debug "^4.3.4"
1916+
ts-api-utils "^2.1.0"
1917+
18701918
"@typescript-eslint/[email protected]", "@typescript-eslint/types@^8.41.0":
18711919
version "8.41.0"
18721920
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.41.0.tgz#9935afeaae65e535abcbcee95383fa649c64d16d"
18731921
integrity sha512-9EwxsWdVqh42afLbHP90n2VdHaWU/oWgbH2P0CfcNfdKL7CuKpwMQGjwev56vWu9cSKU7FWSu6r9zck6CVfnag==
18741922

1923+
"@typescript-eslint/[email protected]", "@typescript-eslint/types@^8.42.0":
1924+
version "8.42.0"
1925+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.42.0.tgz#ae15c09cebda20473772902033328e87372db008"
1926+
integrity sha512-LdtAWMiFmbRLNP7JNeY0SqEtJvGMYSzfiWBSmx+VSZ1CH+1zyl8Mmw1TT39OrtsRvIYShjJWzTDMPWZJCpwBlw==
1927+
18751928
"@typescript-eslint/[email protected]":
18761929
version "8.41.0"
18771930
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.41.0.tgz#7c9cff8b4334ce96f14e9689692e8cf426ce4d59"
@@ -1888,6 +1941,22 @@
18881941
semver "^7.6.0"
18891942
ts-api-utils "^2.1.0"
18901943

1944+
"@typescript-eslint/[email protected]":
1945+
version "8.42.0"
1946+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.42.0.tgz#593c3af87d4462252c0d7239d1720b84a1b56864"
1947+
integrity sha512-ku/uYtT4QXY8sl9EDJETD27o3Ewdi72hcXg1ah/kkUgBvAYHLwj2ofswFFNXS+FL5G+AGkxBtvGt8pFBHKlHsQ==
1948+
dependencies:
1949+
"@typescript-eslint/project-service" "8.42.0"
1950+
"@typescript-eslint/tsconfig-utils" "8.42.0"
1951+
"@typescript-eslint/types" "8.42.0"
1952+
"@typescript-eslint/visitor-keys" "8.42.0"
1953+
debug "^4.3.4"
1954+
fast-glob "^3.3.2"
1955+
is-glob "^4.0.3"
1956+
minimatch "^9.0.4"
1957+
semver "^7.6.0"
1958+
ts-api-utils "^2.1.0"
1959+
18911960
"@typescript-eslint/[email protected]":
18921961
version "8.41.0"
18931962
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.41.0.tgz#17cb3b766c1626311004ea41ffd8c27eb226b953"
@@ -1898,6 +1967,16 @@
18981967
"@typescript-eslint/types" "8.41.0"
18991968
"@typescript-eslint/typescript-estree" "8.41.0"
19001969

1970+
"@typescript-eslint/[email protected]":
1971+
version "8.42.0"
1972+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.42.0.tgz#95f8e0c697ff2f7da5f72e16135011f878d815c0"
1973+
integrity sha512-JnIzu7H3RH5BrKC4NoZqRfmjqCIS1u3hGZltDYJgkVdqAezl4L9d1ZLw+36huCujtSBSAirGINF/S4UxOcR+/g==
1974+
dependencies:
1975+
"@eslint-community/eslint-utils" "^4.7.0"
1976+
"@typescript-eslint/scope-manager" "8.42.0"
1977+
"@typescript-eslint/types" "8.42.0"
1978+
"@typescript-eslint/typescript-estree" "8.42.0"
1979+
19011980
"@typescript-eslint/[email protected]":
19021981
version "8.41.0"
19031982
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.41.0.tgz#16eb99b55d207f6688002a2cf425e039579aa9a9"
@@ -1906,6 +1985,14 @@
19061985
"@typescript-eslint/types" "8.41.0"
19071986
eslint-visitor-keys "^4.2.1"
19081987

1988+
"@typescript-eslint/[email protected]":
1989+
version "8.42.0"
1990+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.42.0.tgz#87c6caaa1ac307bc73a87c1fc469f88f0162f27e"
1991+
integrity sha512-3WbiuzoEowaEn8RSnhJBrxSwX8ULYE9CXaPepS2C2W3NSA5NNIvBaslpBSBElPq0UGr0xVJlXFWOAKIkyylydQ==
1992+
dependencies:
1993+
"@typescript-eslint/types" "8.42.0"
1994+
eslint-visitor-keys "^4.2.1"
1995+
19091996
"@ungap/structured-clone@^1.3.0":
19101997
version "1.3.0"
19111998
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.3.0.tgz#d06bbb384ebcf6c505fde1c3d0ed4ddffe0aaff8"

0 commit comments

Comments
 (0)