Skip to content

Commit 0a33687

Browse files
chore(deps-dev): bump @typescript-eslint/parser from 8.32.0 to 8.32.1
1 parent 23587ec commit 0a33687

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
@@ -61,7 +61,7 @@
6161
"@sveltejs/adapter-auto": "^5.0.0",
6262
"@sveltejs/kit": "^2.21.0",
6363
"@typescript-eslint/eslint-plugin": "^8.32.0",
64-
"@typescript-eslint/parser": "^8.32.0",
64+
"@typescript-eslint/parser": "^8.32.1",
6565
"autoprefixer": "^10.4.21",
6666
"eslint": "^9.26.0",
6767
"eslint-config-prettier": "^10.1.5",

yarn.lock

Lines changed: 44 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -768,15 +768,15 @@
768768
natural-compare "^1.4.0"
769769
ts-api-utils "^2.1.0"
770770

771-
"@typescript-eslint/parser@^8.32.0":
772-
version "8.32.0"
773-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.32.0.tgz#fe840ecb2726a82fa9f5562837ec40503ae71caf"
774-
integrity sha512-B2MdzyWxCE2+SqiZHAjPphft+/2x2FlO9YBx7eKE1BCb+rqBlQdhtAEhzIEdozHd55DXPmxBdpMygFJjfjjA9A==
775-
dependencies:
776-
"@typescript-eslint/scope-manager" "8.32.0"
777-
"@typescript-eslint/types" "8.32.0"
778-
"@typescript-eslint/typescript-estree" "8.32.0"
779-
"@typescript-eslint/visitor-keys" "8.32.0"
771+
"@typescript-eslint/parser@^8.32.1":
772+
version "8.32.1"
773+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.32.1.tgz#18b0e53315e0bc22b2619d398ae49a968370935e"
774+
integrity sha512-LKMrmwCPoLhM45Z00O1ulb6jwyVr2kr3XJp+G+tSEZcbauNnScewcQwtJqXDhXeYPDEjZ8C1SjXm015CirEmGg==
775+
dependencies:
776+
"@typescript-eslint/scope-manager" "8.32.1"
777+
"@typescript-eslint/types" "8.32.1"
778+
"@typescript-eslint/typescript-estree" "8.32.1"
779+
"@typescript-eslint/visitor-keys" "8.32.1"
780780
debug "^4.3.4"
781781

782782
"@typescript-eslint/scope-manager@8.32.0":
@@ -787,6 +787,14 @@
787787
"@typescript-eslint/types" "8.32.0"
788788
"@typescript-eslint/visitor-keys" "8.32.0"
789789

790+
"@typescript-eslint/scope-manager@8.32.1":
791+
version "8.32.1"
792+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.32.1.tgz#9a6bf5fb2c5380e14fe9d38ccac6e4bbe17e8afc"
793+
integrity sha512-7IsIaIDeZn7kffk7qXC3o6Z4UblZJKV3UBpkvRNpr5NSyLji7tvTcvmnMNYuYLyh26mN8W723xpo3i4MlD33vA==
794+
dependencies:
795+
"@typescript-eslint/types" "8.32.1"
796+
"@typescript-eslint/visitor-keys" "8.32.1"
797+
790798
"@typescript-eslint/type-utils@8.32.0":
791799
version "8.32.0"
792800
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.32.0.tgz#5e0882393e801963f749bea38888e716045fe895"
@@ -802,6 +810,11 @@
802810
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.32.0.tgz#a4a66b8876b8391970cf069b49572e43f1fc957a"
803811
integrity sha512-O5Id6tGadAZEMThM6L9HmVf5hQUXNSxLVKeGJYWNhhVseps/0LddMkp7//VDkzwJ69lPL0UmZdcZwggj9akJaA==
804812

813+
"@typescript-eslint/types@8.32.1":
814+
version "8.32.1"
815+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.32.1.tgz#b19fe4ac0dc08317bae0ce9ec1168123576c1d4b"
816+
integrity sha512-YmybwXUJcgGqgAp6bEsgpPXEg6dcCyPyCSr0CAAueacR/CCBi25G3V8gGQ2kRzQRBNol7VQknxMs9HvVa9Rvfg==
817+
805818
"@typescript-eslint/typescript-estree@8.32.0":
806819
version "8.32.0"
807820
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.32.0.tgz#11d45f47bfabb141206a3da6c7b91a9d869ff32d"
@@ -816,6 +829,20 @@
816829
semver "^7.6.0"
817830
ts-api-utils "^2.1.0"
818831

832+
"@typescript-eslint/typescript-estree@8.32.1":
833+
version "8.32.1"
834+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.32.1.tgz#9023720ca4ecf4f59c275a05b5fed69b1276face"
835+
integrity sha512-Y3AP9EIfYwBb4kWGb+simvPaqQoT5oJuzzj9m0i6FCY6SPvlomY2Ei4UEMm7+FXtlNJbor80ximyslzaQF6xhg==
836+
dependencies:
837+
"@typescript-eslint/types" "8.32.1"
838+
"@typescript-eslint/visitor-keys" "8.32.1"
839+
debug "^4.3.4"
840+
fast-glob "^3.3.2"
841+
is-glob "^4.0.3"
842+
minimatch "^9.0.4"
843+
semver "^7.6.0"
844+
ts-api-utils "^2.1.0"
845+
819846
"@typescript-eslint/utils@8.32.0":
820847
version "8.32.0"
821848
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.32.0.tgz#24570f68cf845d198b73a7f94ca88d8c2505ba47"
@@ -834,6 +861,14 @@
834861
"@typescript-eslint/types" "8.32.0"
835862
eslint-visitor-keys "^4.2.0"
836863

864+
"@typescript-eslint/visitor-keys@8.32.1":
865+
version "8.32.1"
866+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.32.1.tgz#4321395cc55c2eb46036cbbb03e101994d11ddca"
867+
integrity sha512-ar0tjQfObzhSaW3C3QNmTc5ofj0hDoNQ5XWrCy6zDyabdr0TWhCkClp+rywGNj/odAFBVzzJrK4tEq5M4Hmu4w==
868+
dependencies:
869+
"@typescript-eslint/types" "8.32.1"
870+
eslint-visitor-keys "^4.2.0"
871+
837872
"@vitest/expect@3.1.3":
838873
version "3.1.3"
839874
resolved "https://registry.yarnpkg.com/@vitest/expect/-/expect-3.1.3.tgz#bbca175cd2f23d7de9448a215baed8f3d7abd7b7"

0 commit comments

Comments
 (0)