Skip to content

Commit fd5cd7e

Browse files
Bump @typescript-eslint/parser from 7.16.0 to 7.16.1
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 7.16.0 to 7.16.1. - [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.16.1/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9a5b42b commit fd5cd7e

File tree

2 files changed

+45
-10
lines changed

2 files changed

+45
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"@types/react-transition-group": "4.4.10",
8181
"@types/smoothscroll-polyfill": "0.3.4",
8282
"@typescript-eslint/eslint-plugin": "7.16.0",
83-
"@typescript-eslint/parser": "7.16.0",
83+
"@typescript-eslint/parser": "7.16.1",
8484
"dotenv": "16.4.5",
8585
"eslint": "9.6.0",
8686
"eslint-plugin-react": "7.34.3",

yarn.lock

Lines changed: 44 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2488,15 +2488,15 @@
24882488
natural-compare "^1.4.0"
24892489
ts-api-utils "^1.3.0"
24902490

2491-
"@typescript-eslint/[email protected].0":
2492-
version "7.16.0"
2493-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.16.0.tgz#53fae8112f8c912024aea7b499cf7374487af6d8"
2494-
integrity sha512-ar9E+k7CU8rWi2e5ErzQiC93KKEFAXA2Kky0scAlPcxYblLt8+XZuHUZwlyfXILyQa95P6lQg+eZgh/dDs3+Vw==
2495-
dependencies:
2496-
"@typescript-eslint/scope-manager" "7.16.0"
2497-
"@typescript-eslint/types" "7.16.0"
2498-
"@typescript-eslint/typescript-estree" "7.16.0"
2499-
"@typescript-eslint/visitor-keys" "7.16.0"
2491+
"@typescript-eslint/[email protected].1":
2492+
version "7.16.1"
2493+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.16.1.tgz#84c581cf86c8b2becd48d33ddc41a6303d57b274"
2494+
integrity sha512-u+1Qx86jfGQ5i4JjK33/FnawZRpsLxRnKzGE6EABZ40KxVT/vWsiZFEBBHjFOljmmV3MBYOHEKi0Jm9hbAOClA==
2495+
dependencies:
2496+
"@typescript-eslint/scope-manager" "7.16.1"
2497+
"@typescript-eslint/types" "7.16.1"
2498+
"@typescript-eslint/typescript-estree" "7.16.1"
2499+
"@typescript-eslint/visitor-keys" "7.16.1"
25002500
debug "^4.3.4"
25012501

25022502
"@typescript-eslint/[email protected]":
@@ -2507,6 +2507,14 @@
25072507
"@typescript-eslint/types" "7.16.0"
25082508
"@typescript-eslint/visitor-keys" "7.16.0"
25092509

2510+
"@typescript-eslint/[email protected]":
2511+
version "7.16.1"
2512+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.16.1.tgz#2b43041caabf8ddd74512b8b550b9fc53ca3afa1"
2513+
integrity sha512-nYpyv6ALte18gbMz323RM+vpFpTjfNdyakbf3nsLvF43uF9KeNC289SUEW3QLZ1xPtyINJ1dIsZOuWuSRIWygw==
2514+
dependencies:
2515+
"@typescript-eslint/types" "7.16.1"
2516+
"@typescript-eslint/visitor-keys" "7.16.1"
2517+
25102518
"@typescript-eslint/[email protected]":
25112519
version "7.16.0"
25122520
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.16.0.tgz#ec52b1932b8fb44a15a3e20208e0bd49d0b6bd00"
@@ -2522,6 +2530,11 @@
25222530
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.16.0.tgz#60a19d7e7a6b1caa2c06fac860829d162a036ed2"
25232531
integrity sha512-fecuH15Y+TzlUutvUl9Cc2XJxqdLr7+93SQIbcZfd4XRGGKoxyljK27b+kxKamjRkU7FYC6RrbSCg0ALcZn/xw==
25242532

2533+
"@typescript-eslint/[email protected]":
2534+
version "7.16.1"
2535+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.16.1.tgz#bbab066276d18e398bc64067b23f1ce84dfc6d8c"
2536+
integrity sha512-AQn9XqCzUXd4bAVEsAXM/Izk11Wx2u4H3BAfQVhSfzfDOm/wAON9nP7J5rpkCxts7E5TELmN845xTUCQrD1xIQ==
2537+
25252538
"@typescript-eslint/[email protected]":
25262539
version "7.16.0"
25272540
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.16.0.tgz#98ac779d526fab2a781e5619c9250f3e33867c09"
@@ -2536,6 +2549,20 @@
25362549
semver "^7.6.0"
25372550
ts-api-utils "^1.3.0"
25382551

2552+
"@typescript-eslint/[email protected]":
2553+
version "7.16.1"
2554+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.16.1.tgz#9b145ba4fd1dde1986697e1ce57dc501a1736dd3"
2555+
integrity sha512-0vFPk8tMjj6apaAZ1HlwM8w7jbghC8jc1aRNJG5vN8Ym5miyhTQGMqU++kuBFDNKe9NcPeZ6x0zfSzV8xC1UlQ==
2556+
dependencies:
2557+
"@typescript-eslint/types" "7.16.1"
2558+
"@typescript-eslint/visitor-keys" "7.16.1"
2559+
debug "^4.3.4"
2560+
globby "^11.1.0"
2561+
is-glob "^4.0.3"
2562+
minimatch "^9.0.4"
2563+
semver "^7.6.0"
2564+
ts-api-utils "^1.3.0"
2565+
25392566
"@typescript-eslint/[email protected]":
25402567
version "7.16.0"
25412568
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.16.0.tgz#b38dc0ce1778e8182e227c98d91d3418449aa17f"
@@ -2554,6 +2581,14 @@
25542581
"@typescript-eslint/types" "7.16.0"
25552582
eslint-visitor-keys "^3.4.3"
25562583

2584+
"@typescript-eslint/[email protected]":
2585+
version "7.16.1"
2586+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.16.1.tgz#4287bcf44c34df811ff3bb4d269be6cfc7d8c74b"
2587+
integrity sha512-Qlzzx4sE4u3FsHTPQAAQFJFNOuqtuY0LFrZHwQ8IHK705XxBiWOFkfKRWu6niB7hwfgnwIpO4jTC75ozW1PHWg==
2588+
dependencies:
2589+
"@typescript-eslint/types" "7.16.1"
2590+
eslint-visitor-keys "^3.4.3"
2591+
25572592
25582593
version "4.23.0"
25592594
resolved "https://registry.yarnpkg.com/@uiw/codemirror-extensions-basic-setup/-/codemirror-extensions-basic-setup-4.23.0.tgz#c3c181153335c208a25d59b8ecbc7fc87fe85356"

0 commit comments

Comments
 (0)