Skip to content

Commit d1e1e5b

Browse files
chore(deps-dev): bump @typescript-eslint/parser from 8.29.0 to 8.29.1
1 parent 86487bf commit d1e1e5b

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.20.4",
6363
"@typescript-eslint/eslint-plugin": "^8.29.0",
64-
"@typescript-eslint/parser": "^8.29.0",
64+
"@typescript-eslint/parser": "^8.29.1",
6565
"autoprefixer": "^10.4.21",
6666
"eslint": "^9.24.0",
6767
"eslint-config-prettier": "^10.1.1",

yarn.lock

Lines changed: 44 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -658,15 +658,15 @@
658658
natural-compare "^1.4.0"
659659
ts-api-utils "^2.0.1"
660660

661-
"@typescript-eslint/parser@^8.29.0":
662-
version "8.29.0"
663-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.29.0.tgz#b98841e0a8099728cb8583da92326fcb7f5be1d2"
664-
integrity sha512-8C0+jlNJOwQso2GapCVWWfW/rzaq7Lbme+vGUFKE31djwNncIpgXD7Cd4weEsDdkoZDjH0lwwr3QDQFuyrMg9g==
665-
dependencies:
666-
"@typescript-eslint/scope-manager" "8.29.0"
667-
"@typescript-eslint/types" "8.29.0"
668-
"@typescript-eslint/typescript-estree" "8.29.0"
669-
"@typescript-eslint/visitor-keys" "8.29.0"
661+
"@typescript-eslint/parser@^8.29.1":
662+
version "8.29.1"
663+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.29.1.tgz#10bf37411be0a199c27b6515726e22fe8d3df8d0"
664+
integrity sha512-zczrHVEqEaTwh12gWBIJWj8nx+ayDcCJs06yoNMY0kwjMWDM6+kppljY+BxWI06d2Ja+h4+WdufDcwMnnMEWmg==
665+
dependencies:
666+
"@typescript-eslint/scope-manager" "8.29.1"
667+
"@typescript-eslint/types" "8.29.1"
668+
"@typescript-eslint/typescript-estree" "8.29.1"
669+
"@typescript-eslint/visitor-keys" "8.29.1"
670670
debug "^4.3.4"
671671

672672
"@typescript-eslint/scope-manager@8.29.0":
@@ -677,6 +677,14 @@
677677
"@typescript-eslint/types" "8.29.0"
678678
"@typescript-eslint/visitor-keys" "8.29.0"
679679

680+
"@typescript-eslint/scope-manager@8.29.1":
681+
version "8.29.1"
682+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.29.1.tgz#cfdfd4144f20c38b9d3e430efd6480e297ef52f6"
683+
integrity sha512-2nggXGX5F3YrsGN08pw4XpMLO1Rgtnn4AzTegC2MDesv6q3QaTU5yU7IbS1tf1IwCR0Hv/1EFygLn9ms6LIpDA==
684+
dependencies:
685+
"@typescript-eslint/types" "8.29.1"
686+
"@typescript-eslint/visitor-keys" "8.29.1"
687+
680688
"@typescript-eslint/type-utils@8.29.0":
681689
version "8.29.0"
682690
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.29.0.tgz#98dcfd1193cb4e2b2d0294a8656ce5eb58c443a9"
@@ -692,6 +700,11 @@
692700
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.29.0.tgz#65add70ab4ef66beaa42a5addf87dab2b05b1f33"
693701
integrity sha512-wcJL/+cOXV+RE3gjCyl/V2G877+2faqvlgtso/ZRbTCnZazh0gXhe+7gbAnfubzN2bNsBtZjDvlh7ero8uIbzg==
694702

703+
"@typescript-eslint/types@8.29.1":
704+
version "8.29.1"
705+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.29.1.tgz#984ed1283fedbfb41d3993a9abdcb7b299971500"
706+
integrity sha512-VT7T1PuJF1hpYC3AGm2rCgJBjHL3nc+A/bhOp9sGMKfi5v0WufsX/sHCFBfNTx2F+zA6qBc/PD0/kLRLjdt8mQ==
707+
695708
"@typescript-eslint/typescript-estree@8.29.0":
696709
version "8.29.0"
697710
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.29.0.tgz#d201a4f115327ec90496307c9958262285065b00"
@@ -706,6 +719,20 @@
706719
semver "^7.6.0"
707720
ts-api-utils "^2.0.1"
708721

722+
"@typescript-eslint/typescript-estree@8.29.1":
723+
version "8.29.1"
724+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.29.1.tgz#4ac085665ed5390d11c0e3426427978570e3b747"
725+
integrity sha512-l1enRoSaUkQxOQnbi0KPUtqeZkSiFlqrx9/3ns2rEDhGKfTa+88RmXqedC1zmVTOWrLc2e6DEJrTA51C9iLH5g==
726+
dependencies:
727+
"@typescript-eslint/types" "8.29.1"
728+
"@typescript-eslint/visitor-keys" "8.29.1"
729+
debug "^4.3.4"
730+
fast-glob "^3.3.2"
731+
is-glob "^4.0.3"
732+
minimatch "^9.0.4"
733+
semver "^7.6.0"
734+
ts-api-utils "^2.0.1"
735+
709736
"@typescript-eslint/utils@8.29.0":
710737
version "8.29.0"
711738
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.29.0.tgz#d6d22b19c8c4812a874f00341f686b45b9fe895f"
@@ -724,6 +751,14 @@
724751
"@typescript-eslint/types" "8.29.0"
725752
eslint-visitor-keys "^4.2.0"
726753

754+
"@typescript-eslint/visitor-keys@8.29.1":
755+
version "8.29.1"
756+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.29.1.tgz#9b74e5098c71138d42bbf2178fbe4dfad45d6b9a"
757+
integrity sha512-RGLh5CRaUEf02viP5c1Vh1cMGffQscyHe7HPAzGpfmfflFg1wUz2rYxd+OZqwpeypYvZ8UxSxuIpF++fmOzEcg==
758+
dependencies:
759+
"@typescript-eslint/types" "8.29.1"
760+
eslint-visitor-keys "^4.2.0"
761+
727762
"@vitest/expect@3.1.1":
728763
version "3.1.1"
729764
resolved "https://registry.yarnpkg.com/@vitest/expect/-/expect-3.1.1.tgz#d64ddfdcf9e877d805e1eee67bd845bf0708c6c2"

0 commit comments

Comments
 (0)