Skip to content

Commit 901c219

Browse files
Build(deps): Bump @typescript-eslint/typescript-estree (#12458)
Bumps [@typescript-eslint/typescript-estree](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-estree) from 5.14.0 to 5.15.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-estree/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.15.0/packages/typescript-estree) --- updated-dependencies: - dependency-name: "@typescript-eslint/typescript-estree" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1bf2fa3 commit 901c219

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@babel/parser": "7.17.3",
2828
"@glimmer/syntax": "0.84.0",
2929
"@iarna/toml": "2.2.5",
30-
"@typescript-eslint/typescript-estree": "5.14.0",
30+
"@typescript-eslint/typescript-estree": "5.15.0",
3131
"acorn": "8.7.0",
3232
"acorn-jsx": "5.3.2",
3333
"angular-estree-parser": "2.5.0",

yarn.lock

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1747,6 +1747,11 @@
17471747
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.14.0.tgz#96317cf116cea4befabc0defef371a1013f8ab11"
17481748
integrity sha512-BR6Y9eE9360LNnW3eEUqAg6HxS9Q35kSIs4rp4vNHRdfg0s+/PgHgskvu5DFTM7G5VKAVjuyaN476LCPrdA7Mw==
17491749

1750+
"@typescript-eslint/[email protected]":
1751+
version "5.15.0"
1752+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.15.0.tgz#c7bdd103843b1abae97b5518219d3e2a0d79a501"
1753+
integrity sha512-yEiTN4MDy23vvsIksrShjNwQl2vl6kJeG9YkVJXjXZnkJElzVK8nfPsWKYxcsGWG8GhurYXP4/KGj3aZAxbeOA==
1754+
17501755
"@typescript-eslint/[email protected]":
17511756
version "5.14.0"
17521757
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.14.0.tgz#78b7f7385d5b6f2748aacea5c9b7f6ae62058314"
@@ -1760,6 +1765,19 @@
17601765
semver "^7.3.5"
17611766
tsutils "^3.21.0"
17621767

1768+
"@typescript-eslint/[email protected]":
1769+
version "5.15.0"
1770+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.15.0.tgz#81513a742a9c657587ad1ddbca88e76c6efb0aac"
1771+
integrity sha512-Hb0e3dGc35b75xLzixM3cSbG1sSbrTBQDfIScqdyvrfJZVEi4XWAT+UL/HMxEdrJNB8Yk28SKxPLtAhfCbBInA==
1772+
dependencies:
1773+
"@typescript-eslint/types" "5.15.0"
1774+
"@typescript-eslint/visitor-keys" "5.15.0"
1775+
debug "^4.3.2"
1776+
globby "^11.0.4"
1777+
is-glob "^4.0.3"
1778+
semver "^7.3.5"
1779+
tsutils "^3.21.0"
1780+
17631781
"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^5.10.0":
17641782
version "5.14.0"
17651783
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.14.0.tgz#6c8bc4f384298cbbb32b3629ba7415f9f80dc8c4"
@@ -1780,6 +1798,14 @@
17801798
"@typescript-eslint/types" "5.14.0"
17811799
eslint-visitor-keys "^3.0.0"
17821800

1801+
"@typescript-eslint/[email protected]":
1802+
version "5.15.0"
1803+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.15.0.tgz#5669739fbf516df060f978be6a6dce75855a8027"
1804+
integrity sha512-+vX5FKtgvyHbmIJdxMJ2jKm9z2BIlXJiuewI8dsDYMp5LzPUcuTT78Ya5iwvQg3VqSVdmxyM8Anj1Jeq7733ZQ==
1805+
dependencies:
1806+
"@typescript-eslint/types" "5.15.0"
1807+
eslint-visitor-keys "^3.0.0"
1808+
17831809
abab@^2.0.3, abab@^2.0.5:
17841810
version "2.0.5"
17851811
resolved "https://registry.yarnpkg.com/abab/-/abab-2.0.5.tgz#c0b678fb32d60fc1219c784d6a826fe385aeb79a"

0 commit comments

Comments
 (0)