Skip to content

Commit bb5a0df

Browse files
Bump @typescript-eslint/parser from 8.29.0 to 8.29.1 (#132)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 8.29.0 to 8.29.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/v8.29.1/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-version: 8.29.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d099eba commit bb5a0df

File tree

1 file changed

+47
-1
lines changed

1 file changed

+47
-1
lines changed

yarn.lock

Lines changed: 47 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1067,7 +1067,7 @@
10671067
natural-compare "^1.4.0"
10681068
ts-api-utils "^2.0.1"
10691069

1070-
"@typescript-eslint/parser@8.29.0", "@typescript-eslint/parser@^8.20.0":
1070+
"@typescript-eslint/parser@8.29.0":
10711071
version "8.29.0"
10721072
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.29.0.tgz#b98841e0a8099728cb8583da92326fcb7f5be1d2"
10731073
integrity sha512-8C0+jlNJOwQso2GapCVWWfW/rzaq7Lbme+vGUFKE31djwNncIpgXD7Cd4weEsDdkoZDjH0lwwr3QDQFuyrMg9g==
@@ -1078,6 +1078,17 @@
10781078
"@typescript-eslint/visitor-keys" "8.29.0"
10791079
debug "^4.3.4"
10801080

1081+
"@typescript-eslint/parser@^8.20.0":
1082+
version "8.29.1"
1083+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.29.1.tgz#10bf37411be0a199c27b6515726e22fe8d3df8d0"
1084+
integrity sha512-zczrHVEqEaTwh12gWBIJWj8nx+ayDcCJs06yoNMY0kwjMWDM6+kppljY+BxWI06d2Ja+h4+WdufDcwMnnMEWmg==
1085+
dependencies:
1086+
"@typescript-eslint/scope-manager" "8.29.1"
1087+
"@typescript-eslint/types" "8.29.1"
1088+
"@typescript-eslint/typescript-estree" "8.29.1"
1089+
"@typescript-eslint/visitor-keys" "8.29.1"
1090+
debug "^4.3.4"
1091+
10811092
"@typescript-eslint/scope-manager@8.29.0":
10821093
version "8.29.0"
10831094
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.29.0.tgz#8fd9872823aef65ff71d3f6d1ec9316ace0b6bf3"
@@ -1086,6 +1097,14 @@
10861097
"@typescript-eslint/types" "8.29.0"
10871098
"@typescript-eslint/visitor-keys" "8.29.0"
10881099

1100+
"@typescript-eslint/scope-manager@8.29.1":
1101+
version "8.29.1"
1102+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.29.1.tgz#cfdfd4144f20c38b9d3e430efd6480e297ef52f6"
1103+
integrity sha512-2nggXGX5F3YrsGN08pw4XpMLO1Rgtnn4AzTegC2MDesv6q3QaTU5yU7IbS1tf1IwCR0Hv/1EFygLn9ms6LIpDA==
1104+
dependencies:
1105+
"@typescript-eslint/types" "8.29.1"
1106+
"@typescript-eslint/visitor-keys" "8.29.1"
1107+
10891108
"@typescript-eslint/type-utils@8.29.0":
10901109
version "8.29.0"
10911110
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.29.0.tgz#98dcfd1193cb4e2b2d0294a8656ce5eb58c443a9"
@@ -1101,6 +1120,11 @@
11011120
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.29.0.tgz#65add70ab4ef66beaa42a5addf87dab2b05b1f33"
11021121
integrity sha512-wcJL/+cOXV+RE3gjCyl/V2G877+2faqvlgtso/ZRbTCnZazh0gXhe+7gbAnfubzN2bNsBtZjDvlh7ero8uIbzg==
11031122

1123+
"@typescript-eslint/types@8.29.1":
1124+
version "8.29.1"
1125+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.29.1.tgz#984ed1283fedbfb41d3993a9abdcb7b299971500"
1126+
integrity sha512-VT7T1PuJF1hpYC3AGm2rCgJBjHL3nc+A/bhOp9sGMKfi5v0WufsX/sHCFBfNTx2F+zA6qBc/PD0/kLRLjdt8mQ==
1127+
11041128
"@typescript-eslint/typescript-estree@8.29.0":
11051129
version "8.29.0"
11061130
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.29.0.tgz#d201a4f115327ec90496307c9958262285065b00"
@@ -1115,6 +1139,20 @@
11151139
semver "^7.6.0"
11161140
ts-api-utils "^2.0.1"
11171141

1142+
"@typescript-eslint/typescript-estree@8.29.1":
1143+
version "8.29.1"
1144+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.29.1.tgz#4ac085665ed5390d11c0e3426427978570e3b747"
1145+
integrity sha512-l1enRoSaUkQxOQnbi0KPUtqeZkSiFlqrx9/3ns2rEDhGKfTa+88RmXqedC1zmVTOWrLc2e6DEJrTA51C9iLH5g==
1146+
dependencies:
1147+
"@typescript-eslint/types" "8.29.1"
1148+
"@typescript-eslint/visitor-keys" "8.29.1"
1149+
debug "^4.3.4"
1150+
fast-glob "^3.3.2"
1151+
is-glob "^4.0.3"
1152+
minimatch "^9.0.4"
1153+
semver "^7.6.0"
1154+
ts-api-utils "^2.0.1"
1155+
11181156
"@typescript-eslint/utils@8.29.0":
11191157
version "8.29.0"
11201158
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.29.0.tgz#d6d22b19c8c4812a874f00341f686b45b9fe895f"
@@ -1133,6 +1171,14 @@
11331171
"@typescript-eslint/types" "8.29.0"
11341172
eslint-visitor-keys "^4.2.0"
11351173

1174+
"@typescript-eslint/visitor-keys@8.29.1":
1175+
version "8.29.1"
1176+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.29.1.tgz#9b74e5098c71138d42bbf2178fbe4dfad45d6b9a"
1177+
integrity sha512-RGLh5CRaUEf02viP5c1Vh1cMGffQscyHe7HPAzGpfmfflFg1wUz2rYxd+OZqwpeypYvZ8UxSxuIpF++fmOzEcg==
1178+
dependencies:
1179+
"@typescript-eslint/types" "8.29.1"
1180+
eslint-visitor-keys "^4.2.0"
1181+
11361182
acorn-jsx@^5.3.2:
11371183
version "5.3.2"
11381184
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937"

0 commit comments

Comments
 (0)