Skip to content

Commit 96e5cae

Browse files
Bump @typescript-eslint/parser from 8.38.0 to 8.42.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 8.38.0 to 8.42.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.42.0/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-version: 8.42.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2182d9a commit 96e5cae

2 files changed

Lines changed: 238 additions & 17 deletions

File tree

package-lock.json

Lines changed: 178 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

yarn.lock

Lines changed: 60 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1737,14 +1737,14 @@
17371737
ts-api-utils "^2.1.0"
17381738

17391739
"@typescript-eslint/parser@^8.38.0":
1740-
version "8.38.0"
1741-
resolved "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.38.0.tgz"
1742-
integrity sha512-Zhy8HCvBUEfBECzIl1PKqF4p11+d0aUJS1GeUiuqK9WmOug8YCmC4h4bjyBvMyAMI9sbRczmrYL5lKg/YMbrcQ==
1743-
dependencies:
1744-
"@typescript-eslint/scope-manager" "8.38.0"
1745-
"@typescript-eslint/types" "8.38.0"
1746-
"@typescript-eslint/typescript-estree" "8.38.0"
1747-
"@typescript-eslint/visitor-keys" "8.38.0"
1740+
version "8.42.0"
1741+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.42.0.tgz#20ea66f4867981fb5bb62cbe1454250fc4a440ab"
1742+
integrity sha512-r1XG74QgShUgXph1BYseJ+KZd17bKQib/yF3SR+demvytiRXrwd12Blnz5eYGm8tXaeRdd4x88MlfwldHoudGg==
1743+
dependencies:
1744+
"@typescript-eslint/scope-manager" "8.42.0"
1745+
"@typescript-eslint/types" "8.42.0"
1746+
"@typescript-eslint/typescript-estree" "8.42.0"
1747+
"@typescript-eslint/visitor-keys" "8.42.0"
17481748
debug "^4.3.4"
17491749

17501750
"@typescript-eslint/project-service@8.38.0":
@@ -1756,6 +1756,15 @@
17561756
"@typescript-eslint/types" "^8.38.0"
17571757
debug "^4.3.4"
17581758

1759+
"@typescript-eslint/project-service@8.42.0":
1760+
version "8.42.0"
1761+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.42.0.tgz#636eb3418b6c42c98554dce884943708bf41a583"
1762+
integrity sha512-vfVpLHAhbPjilrabtOSNcUDmBboQNrJUiNAGoImkZKnMjs2TIcWG33s4Ds0wY3/50aZmTMqJa6PiwkwezaAklg==
1763+
dependencies:
1764+
"@typescript-eslint/tsconfig-utils" "^8.42.0"
1765+
"@typescript-eslint/types" "^8.42.0"
1766+
debug "^4.3.4"
1767+
17591768
"@typescript-eslint/scope-manager@8.38.0":
17601769
version "8.38.0"
17611770
resolved "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.38.0.tgz"
@@ -1764,11 +1773,24 @@
17641773
"@typescript-eslint/types" "8.38.0"
17651774
"@typescript-eslint/visitor-keys" "8.38.0"
17661775

1776+
"@typescript-eslint/scope-manager@8.42.0":
1777+
version "8.42.0"
1778+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.42.0.tgz#36016757bc85b46ea42bae47b61f9421eddedde3"
1779+
integrity sha512-51+x9o78NBAVgQzOPd17DkNTnIzJ8T/O2dmMBLoK9qbY0Gm52XJcdJcCl18ExBMiHo6jPMErUQWUv5RLE51zJw==
1780+
dependencies:
1781+
"@typescript-eslint/types" "8.42.0"
1782+
"@typescript-eslint/visitor-keys" "8.42.0"
1783+
17671784
"@typescript-eslint/tsconfig-utils@8.38.0", "@typescript-eslint/tsconfig-utils@^8.38.0":
17681785
version "8.38.0"
17691786
resolved "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.38.0.tgz"
17701787
integrity sha512-Lum9RtSE3EroKk/bYns+sPOodqb2Fv50XOl/gMviMKNvanETUuUcC9ObRbzrJ4VSd2JalPqgSAavwrPiPvnAiQ==
17711788

1789+
"@typescript-eslint/tsconfig-utils@8.42.0", "@typescript-eslint/tsconfig-utils@^8.42.0":
1790+
version "8.42.0"
1791+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.42.0.tgz#21a3e74396fd7443ff930bc41b27789ba7e9236e"
1792+
integrity sha512-kHeFUOdwAJfUmYKjR3CLgZSglGHjbNTi1H8sTYRYV2xX6eNz4RyJ2LIgsDLKf8Yi0/GL1WZAC/DgZBeBft8QAQ==
1793+
17721794
"@typescript-eslint/type-utils@8.38.0":
17731795
version "8.38.0"
17741796
resolved "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.38.0.tgz"
@@ -1780,11 +1802,16 @@
17801802
debug "^4.3.4"
17811803
ts-api-utils "^2.1.0"
17821804

1783-
"@typescript-eslint/types@8.38.0", "@typescript-eslint/types@^8.38.0":
1805+
"@typescript-eslint/types@8.38.0":
17841806
version "8.38.0"
17851807
resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.38.0.tgz"
17861808
integrity sha512-wzkUfX3plUqij4YwWaJyqhiPE5UCRVlFpKn1oCRn2O1bJ592XxWJj8ROQ3JD5MYXLORW84063z3tZTb/cs4Tyw==
17871809

1810+
"@typescript-eslint/types@8.42.0", "@typescript-eslint/types@^8.38.0", "@typescript-eslint/types@^8.42.0":
1811+
version "8.42.0"
1812+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.42.0.tgz#ae15c09cebda20473772902033328e87372db008"
1813+
integrity sha512-LdtAWMiFmbRLNP7JNeY0SqEtJvGMYSzfiWBSmx+VSZ1CH+1zyl8Mmw1TT39OrtsRvIYShjJWzTDMPWZJCpwBlw==
1814+
17881815
"@typescript-eslint/typescript-estree@8.38.0":
17891816
version "8.38.0"
17901817
resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.38.0.tgz"
@@ -1801,6 +1828,22 @@
18011828
semver "^7.6.0"
18021829
ts-api-utils "^2.1.0"
18031830

1831+
"@typescript-eslint/typescript-estree@8.42.0":
1832+
version "8.42.0"
1833+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.42.0.tgz#593c3af87d4462252c0d7239d1720b84a1b56864"
1834+
integrity sha512-ku/uYtT4QXY8sl9EDJETD27o3Ewdi72hcXg1ah/kkUgBvAYHLwj2ofswFFNXS+FL5G+AGkxBtvGt8pFBHKlHsQ==
1835+
dependencies:
1836+
"@typescript-eslint/project-service" "8.42.0"
1837+
"@typescript-eslint/tsconfig-utils" "8.42.0"
1838+
"@typescript-eslint/types" "8.42.0"
1839+
"@typescript-eslint/visitor-keys" "8.42.0"
1840+
debug "^4.3.4"
1841+
fast-glob "^3.3.2"
1842+
is-glob "^4.0.3"
1843+
minimatch "^9.0.4"
1844+
semver "^7.6.0"
1845+
ts-api-utils "^2.1.0"
1846+
18041847
"@typescript-eslint/utils@8.38.0":
18051848
version "8.38.0"
18061849
resolved "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.38.0.tgz"
@@ -1819,6 +1862,14 @@
18191862
"@typescript-eslint/types" "8.38.0"
18201863
eslint-visitor-keys "^4.2.1"
18211864

1865+
"@typescript-eslint/visitor-keys@8.42.0":
1866+
version "8.42.0"
1867+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.42.0.tgz#87c6caaa1ac307bc73a87c1fc469f88f0162f27e"
1868+
integrity sha512-3WbiuzoEowaEn8RSnhJBrxSwX8ULYE9CXaPepS2C2W3NSA5NNIvBaslpBSBElPq0UGr0xVJlXFWOAKIkyylydQ==
1869+
dependencies:
1870+
"@typescript-eslint/types" "8.42.0"
1871+
eslint-visitor-keys "^4.2.1"
1872+
18221873
"@ungap/structured-clone@^1.2.0", "@ungap/structured-clone@^1.3.0":
18231874
version "1.3.0"
18241875
resolved "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.3.0.tgz"

0 commit comments

Comments
 (0)