Skip to content

Commit d3a7e04

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

File tree

2 files changed

+63
-12
lines changed

2 files changed

+63
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@
147147
"@types/yargs": "^17.0.33",
148148
"@types/yarnpkg__lockfile": "^1.1.9",
149149
"@typescript-eslint/eslint-plugin": "^8.42.0",
150-
"@typescript-eslint/parser": "^8.42.0",
150+
"@typescript-eslint/parser": "^8.45.0",
151151
"@vscode/debugprotocol": "^1.68.0",
152152
"@vscode/vsce": "^3.6.0",
153153
"@yarnpkg/lockfile": "^1.1.0",

yarn.lock

Lines changed: 62 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1854,15 +1854,15 @@
18541854
"@typescript-eslint/visitor-keys" "8.42.0"
18551855
debug "^4.3.4"
18561856

1857-
"@typescript-eslint/parser@^8.42.0":
1858-
version "8.43.0"
1859-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.43.0.tgz#4024159925e7671f1782bdd3498bdcfbd48f9137"
1860-
integrity sha512-B7RIQiTsCBBmY+yW4+ILd6mF5h1FUwJsVvpqkrgpszYifetQ2Ke+Z4u6aZh0CblkUGIdR59iYVyXqqZGkZ3aBw==
1861-
dependencies:
1862-
"@typescript-eslint/scope-manager" "8.43.0"
1863-
"@typescript-eslint/types" "8.43.0"
1864-
"@typescript-eslint/typescript-estree" "8.43.0"
1865-
"@typescript-eslint/visitor-keys" "8.43.0"
1857+
"@typescript-eslint/parser@^8.45.0":
1858+
version "8.45.0"
1859+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.45.0.tgz#571660c98824aefb4a6ec3b3766655d1348520a4"
1860+
integrity sha512-TGf22kon8KW+DeKaUmOibKWktRY8b2NSAZNdtWh798COm1NWx8+xJ6iFBtk3IvLdv6+LGLJLRlyhrhEDZWargQ==
1861+
dependencies:
1862+
"@typescript-eslint/scope-manager" "8.45.0"
1863+
"@typescript-eslint/types" "8.45.0"
1864+
"@typescript-eslint/typescript-estree" "8.45.0"
1865+
"@typescript-eslint/visitor-keys" "8.45.0"
18661866
debug "^4.3.4"
18671867

18681868
"@typescript-eslint/[email protected]":
@@ -1883,6 +1883,15 @@
18831883
"@typescript-eslint/types" "^8.43.0"
18841884
debug "^4.3.4"
18851885

1886+
"@typescript-eslint/[email protected]":
1887+
version "8.45.0"
1888+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.45.0.tgz#f83dda1bca31dae2fd6821f9131daf1edebfd46c"
1889+
integrity sha512-3pcVHwMG/iA8afdGLMuTibGR7pDsn9RjDev6CCB+naRsSYs2pns5QbinF4Xqw6YC/Sj3lMrm/Im0eMfaa61WUg==
1890+
dependencies:
1891+
"@typescript-eslint/tsconfig-utils" "^8.45.0"
1892+
"@typescript-eslint/types" "^8.45.0"
1893+
debug "^4.3.4"
1894+
18861895
"@typescript-eslint/[email protected]":
18871896
version "8.42.0"
18881897
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.42.0.tgz#36016757bc85b46ea42bae47b61f9421eddedde3"
@@ -1899,6 +1908,14 @@
18991908
"@typescript-eslint/types" "8.43.0"
19001909
"@typescript-eslint/visitor-keys" "8.43.0"
19011910

1911+
"@typescript-eslint/[email protected]":
1912+
version "8.45.0"
1913+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.45.0.tgz#59615ba506a9e3479d1efb0d09d6ab52f2a19142"
1914+
integrity sha512-clmm8XSNj/1dGvJeO6VGH7EUSeA0FMs+5au/u3lrA3KfG8iJ4u8ym9/j2tTEoacAffdW1TVUzXO30W1JTJS7dA==
1915+
dependencies:
1916+
"@typescript-eslint/types" "8.45.0"
1917+
"@typescript-eslint/visitor-keys" "8.45.0"
1918+
19021919
"@typescript-eslint/[email protected]", "@typescript-eslint/tsconfig-utils@^8.42.0":
19031920
version "8.42.0"
19041921
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.42.0.tgz#21a3e74396fd7443ff930bc41b27789ba7e9236e"
@@ -1909,6 +1926,11 @@
19091926
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.43.0.tgz#e6721dba183d61769a90ffdad202aebc383b18c8"
19101927
integrity sha512-ALC2prjZcj2YqqL5X/bwWQmHA2em6/94GcbB/KKu5SX3EBDOsqztmmX1kMkvAJHzxk7TazKzJfFiEIagNV3qEA==
19111928

1929+
"@typescript-eslint/[email protected]", "@typescript-eslint/tsconfig-utils@^8.45.0":
1930+
version "8.45.0"
1931+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.45.0.tgz#63d38282790a2566c571bad423e7c1cad1f3d64c"
1932+
integrity sha512-aFdr+c37sc+jqNMGhH+ajxPXwjv9UtFZk79k8pLoJ6p4y0snmYpPA52GuWHgt2ZF4gRRW6odsEj41uZLojDt5w==
1933+
19121934
"@typescript-eslint/[email protected]":
19131935
version "8.42.0"
19141936
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.42.0.tgz#d6733e7a9fbdf5af60c09c6038dffde13f4e4253"
@@ -1931,16 +1953,21 @@
19311953
debug "^4.3.4"
19321954
ts-api-utils "^2.1.0"
19331955

1934-
"@typescript-eslint/[email protected]", "@typescript-eslint/types@^8.42.0":
1956+
"@typescript-eslint/[email protected]":
19351957
version "8.42.0"
19361958
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.42.0.tgz#ae15c09cebda20473772902033328e87372db008"
19371959
integrity sha512-LdtAWMiFmbRLNP7JNeY0SqEtJvGMYSzfiWBSmx+VSZ1CH+1zyl8Mmw1TT39OrtsRvIYShjJWzTDMPWZJCpwBlw==
19381960

1939-
"@typescript-eslint/[email protected]", "@typescript-eslint/types@^8.43.0":
1961+
"@typescript-eslint/[email protected]":
19401962
version "8.43.0"
19411963
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.43.0.tgz#00d34a5099504eb1b263e022cc17c4243ff2302e"
19421964
integrity sha512-vQ2FZaxJpydjSZJKiSW/LJsabFFvV7KgLC5DiLhkBcykhQj8iK9BOaDmQt74nnKdLvceM5xmhaTF+pLekrxEkw==
19431965

1966+
"@typescript-eslint/[email protected]", "@typescript-eslint/types@^8.42.0", "@typescript-eslint/types@^8.43.0", "@typescript-eslint/types@^8.45.0":
1967+
version "8.45.0"
1968+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.45.0.tgz#fc01cd2a4690b9713b02f895e82fb43f7d960684"
1969+
integrity sha512-WugXLuOIq67BMgQInIxxnsSyRLFxdkJEJu8r4ngLR56q/4Q5LrbfkFRH27vMTjxEK8Pyz7QfzuZe/G15qQnVRA==
1970+
19441971
"@typescript-eslint/[email protected]":
19451972
version "8.42.0"
19461973
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.42.0.tgz#593c3af87d4462252c0d7239d1720b84a1b56864"
@@ -1973,6 +2000,22 @@
19732000
semver "^7.6.0"
19742001
ts-api-utils "^2.1.0"
19752002

2003+
"@typescript-eslint/[email protected]":
2004+
version "8.45.0"
2005+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.45.0.tgz#3498500f109a89b104d2770497c707e56dfe062d"
2006+
integrity sha512-GfE1NfVbLam6XQ0LcERKwdTTPlLvHvXXhOeUGC1OXi4eQBoyy1iVsW+uzJ/J9jtCz6/7GCQ9MtrQ0fml/jWCnA==
2007+
dependencies:
2008+
"@typescript-eslint/project-service" "8.45.0"
2009+
"@typescript-eslint/tsconfig-utils" "8.45.0"
2010+
"@typescript-eslint/types" "8.45.0"
2011+
"@typescript-eslint/visitor-keys" "8.45.0"
2012+
debug "^4.3.4"
2013+
fast-glob "^3.3.2"
2014+
is-glob "^4.0.3"
2015+
minimatch "^9.0.4"
2016+
semver "^7.6.0"
2017+
ts-api-utils "^2.1.0"
2018+
19762019
"@typescript-eslint/[email protected]":
19772020
version "8.42.0"
19782021
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.42.0.tgz#95f8e0c697ff2f7da5f72e16135011f878d815c0"
@@ -2009,6 +2052,14 @@
20092052
"@typescript-eslint/types" "8.43.0"
20102053
eslint-visitor-keys "^4.2.1"
20112054

2055+
"@typescript-eslint/[email protected]":
2056+
version "8.45.0"
2057+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.45.0.tgz#4e3bcc55da64ac61069ebfe62ca240567ac7d784"
2058+
integrity sha512-qsaFBA3e09MIDAGFUrTk+dzqtfv1XPVz8t8d1f0ybTzrCY7BKiMC5cjrl1O/P7UmHsNyW90EYSkU/ZWpmXelag==
2059+
dependencies:
2060+
"@typescript-eslint/types" "8.45.0"
2061+
eslint-visitor-keys "^4.2.1"
2062+
20122063
"@ungap/structured-clone@^1.3.0":
20132064
version "1.3.0"
20142065
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.3.0.tgz#d06bbb384ebcf6c505fde1c3d0ed4ddffe0aaff8"

0 commit comments

Comments
 (0)