Skip to content

Commit f582b6b

Browse files
chore(deps-dev): bump @typescript-eslint/parser from 7.0.2 to 7.1.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 7.0.2 to 7.1.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/v7.1.0/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c40468c commit f582b6b

2 files changed

Lines changed: 44 additions & 9 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@types/node": "^20.11.19",
5151
"@types/ws": "^8.5.10",
5252
"@typescript-eslint/eslint-plugin": "^7.0.2",
53-
"@typescript-eslint/parser": "^7.0.2",
53+
"@typescript-eslint/parser": "^7.1.0",
5454
"conventional-changelog-conventionalcommits": "^7.0.1",
5555
"cspell": "^8.4.1",
5656
"eslint": "^8.56.0",

yarn.lock

Lines changed: 43 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1845,15 +1845,15 @@
18451845
semver "^7.5.4"
18461846
ts-api-utils "^1.0.1"
18471847

1848-
"@typescript-eslint/parser@^7.0.2":
1849-
version "7.0.2"
1850-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.0.2.tgz#95c31233d343db1ca1df8df7811b5b87ca7b1a68"
1851-
integrity sha512-GdwfDglCxSmU+QTS9vhz2Sop46ebNCXpPPvsByK7hu0rFGRHL+AusKQJ7SoN+LbLh6APFpQwHKmDSwN35Z700Q==
1848+
"@typescript-eslint/parser@^7.1.0":
1849+
version "7.1.0"
1850+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.1.0.tgz#b89dab90840f7d2a926bf4c23b519576e8c31970"
1851+
integrity sha512-V1EknKUubZ1gWFjiOZhDSNToOjs63/9O0puCgGS8aDOgpZY326fzFu15QAUjwaXzRZjf/qdsdBrckYdv9YxB8w==
18521852
dependencies:
1853-
"@typescript-eslint/scope-manager" "7.0.2"
1854-
"@typescript-eslint/types" "7.0.2"
1855-
"@typescript-eslint/typescript-estree" "7.0.2"
1856-
"@typescript-eslint/visitor-keys" "7.0.2"
1853+
"@typescript-eslint/scope-manager" "7.1.0"
1854+
"@typescript-eslint/types" "7.1.0"
1855+
"@typescript-eslint/typescript-estree" "7.1.0"
1856+
"@typescript-eslint/visitor-keys" "7.1.0"
18571857
debug "^4.3.4"
18581858

18591859
"@typescript-eslint/scope-manager@7.0.2":
@@ -1864,6 +1864,14 @@
18641864
"@typescript-eslint/types" "7.0.2"
18651865
"@typescript-eslint/visitor-keys" "7.0.2"
18661866

1867+
"@typescript-eslint/scope-manager@7.1.0":
1868+
version "7.1.0"
1869+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.1.0.tgz#e4babaa39a3d612eff0e3559f3e99c720a2b4a54"
1870+
integrity sha512-6TmN4OJiohHfoOdGZ3huuLhpiUgOGTpgXNUPJgeZOZR3DnIpdSgtt83RS35OYNNXxM4TScVlpVKC9jyQSETR1A==
1871+
dependencies:
1872+
"@typescript-eslint/types" "7.1.0"
1873+
"@typescript-eslint/visitor-keys" "7.1.0"
1874+
18671875
"@typescript-eslint/type-utils@7.0.2":
18681876
version "7.0.2"
18691877
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.0.2.tgz#a7fc0adff0c202562721357e7478207d380a757b"
@@ -1879,6 +1887,11 @@
18791887
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.0.2.tgz#b6edd108648028194eb213887d8d43ab5750351c"
18801888
integrity sha512-ZzcCQHj4JaXFjdOql6adYV4B/oFOFjPOC9XYwCaZFRvqN8Llfvv4gSxrkQkd2u4Ci62i2c6W6gkDwQJDaRc4nA==
18811889

1890+
"@typescript-eslint/types@7.1.0":
1891+
version "7.1.0"
1892+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.1.0.tgz#52a86d6236fda646e7e5fe61154991dc0dc433ef"
1893+
integrity sha512-qTWjWieJ1tRJkxgZYXx6WUYtWlBc48YRxgY2JN1aGeVpkhmnopq+SUC8UEVGNXIvWH7XyuTjwALfG6bFEgCkQA==
1894+
18821895
"@typescript-eslint/typescript-estree@7.0.2":
18831896
version "7.0.2"
18841897
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.0.2.tgz#3c6dc8a3b9799f4ef7eca0d224ded01974e4cb39"
@@ -1893,6 +1906,20 @@
18931906
semver "^7.5.4"
18941907
ts-api-utils "^1.0.1"
18951908

1909+
"@typescript-eslint/typescript-estree@7.1.0":
1910+
version "7.1.0"
1911+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.1.0.tgz#419b1310f061feee6df676c5bed460537310c593"
1912+
integrity sha512-k7MyrbD6E463CBbSpcOnwa8oXRdHzH1WiVzOipK3L5KSML92ZKgUBrTlehdi7PEIMT8k0bQixHUGXggPAlKnOQ==
1913+
dependencies:
1914+
"@typescript-eslint/types" "7.1.0"
1915+
"@typescript-eslint/visitor-keys" "7.1.0"
1916+
debug "^4.3.4"
1917+
globby "^11.1.0"
1918+
is-glob "^4.0.3"
1919+
minimatch "9.0.3"
1920+
semver "^7.5.4"
1921+
ts-api-utils "^1.0.1"
1922+
18961923
"@typescript-eslint/utils@7.0.2":
18971924
version "7.0.2"
18981925
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.0.2.tgz#8756123054cd934c8ba7db6a6cffbc654b10b5c4"
@@ -1914,6 +1941,14 @@
19141941
"@typescript-eslint/types" "7.0.2"
19151942
eslint-visitor-keys "^3.4.1"
19161943

1944+
"@typescript-eslint/visitor-keys@7.1.0":
1945+
version "7.1.0"
1946+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.1.0.tgz#576c4ad462ca1378135a55e2857d7aced96ce0a0"
1947+
integrity sha512-FhUqNWluiGNzlvnDZiXad4mZRhtghdoKW6e98GoEOYSu5cND+E39rG5KwJMUzeENwm1ztYBRqof8wMLP+wNPIA==
1948+
dependencies:
1949+
"@typescript-eslint/types" "7.1.0"
1950+
eslint-visitor-keys "^3.4.1"
1951+
19171952
"@ungap/structured-clone@^1.2.0":
19181953
version "1.2.0"
19191954
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"

0 commit comments

Comments
 (0)