Skip to content

Commit fa535da

Browse files
build(deps): bump @typescript-eslint/typescript-estree (#703)
Bumps [@typescript-eslint/typescript-estree](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-estree) from 7.2.0 to 7.4.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/v7.4.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 4287429 commit fa535da

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@
4040
],
4141
"optionalDependencies": {
4242
"@babel/parser": "^7.24.1",
43-
"@typescript-eslint/typescript-estree": "^7.2.0"
43+
"@typescript-eslint/typescript-estree": "^7.4.0"
4444
}
4545
}

yarn.lock

+16-16
Original file line numberDiff line numberDiff line change
@@ -42,31 +42,31 @@
4242
dependencies:
4343
prettier "*"
4444

45-
"@typescript-eslint/types@7.2.0":
46-
version "7.2.0"
47-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.2.0.tgz#0feb685f16de320e8520f13cca30779c8b7c403f"
48-
integrity sha512-XFtUHPI/abFhm4cbCDc5Ykc8npOKBSJePY3a3s+lwumt7XWJuzP5cZcfZ610MIPHjQjNsOLlYK8ASPaNG8UiyA==
49-
50-
"@typescript-eslint/typescript-estree@^7.2.0":
51-
version "7.2.0"
52-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.2.0.tgz#5beda2876c4137f8440c5a84b4f0370828682556"
53-
integrity sha512-cyxS5WQQCoBwSakpMrvMXuMDEbhOo9bNHHrNcEWis6XHx6KF518tkF1wBvKIn/tpq5ZpUYK7Bdklu8qY0MsFIA==
45+
"@typescript-eslint/types@7.4.0":
46+
version "7.4.0"
47+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.4.0.tgz#ee9dafa75c99eaee49de6dcc9348b45d354419b6"
48+
integrity sha512-mjQopsbffzJskos5B4HmbsadSJQWaRK0UxqQ7GuNA9Ga4bEKeiO6b2DnB6cM6bpc8lemaPseh0H9B/wyg+J7rw==
49+
50+
"@typescript-eslint/typescript-estree@^7.4.0":
51+
version "7.4.0"
52+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.4.0.tgz#12dbcb4624d952f72c10a9f4431284fca24624f4"
53+
integrity sha512-A99j5AYoME/UBQ1ucEbbMEmGkN7SE0BvZFreSnTd1luq7yulcHdyGamZKizU7canpGDWGJ+Q6ZA9SyQobipePg==
5454
dependencies:
55-
"@typescript-eslint/types" "7.2.0"
56-
"@typescript-eslint/visitor-keys" "7.2.0"
55+
"@typescript-eslint/types" "7.4.0"
56+
"@typescript-eslint/visitor-keys" "7.4.0"
5757
debug "^4.3.4"
5858
globby "^11.1.0"
5959
is-glob "^4.0.3"
6060
minimatch "9.0.3"
6161
semver "^7.5.4"
6262
ts-api-utils "^1.0.1"
6363

64-
"@typescript-eslint/visitor-keys@7.2.0":
65-
version "7.2.0"
66-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.2.0.tgz#5035f177752538a5750cca1af6044b633610bf9e"
67-
integrity sha512-c6EIQRHhcpl6+tO8EMR+kjkkV+ugUNXOmeASA1rlzkd8EPIriavpWoiEz1HR/VLhbVIdhqnV6E7JZm00cBDx2A==
64+
"@typescript-eslint/visitor-keys@7.4.0":
65+
version "7.4.0"
66+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.4.0.tgz#0c8ff2c1f8a6fe8d7d1a57ebbd4a638e86a60a94"
67+
integrity sha512-0zkC7YM0iX5Y41homUUeW1CHtZR01K3ybjM1l6QczoMuay0XKtrb93kv95AxUGwdjGr64nNqnOCwmEl616N8CA==
6868
dependencies:
69-
"@typescript-eslint/types" "7.2.0"
69+
"@typescript-eslint/types" "7.4.0"
7070
eslint-visitor-keys "^3.4.1"
7171

7272
array-union@^2.1.0:

0 commit comments

Comments
 (0)