Skip to content

Commit 91caa25

Browse files
Bump @typescript-eslint/parser from 7.2.0 to 7.12.0 in /q-manui
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 7.2.0 to 7.12.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.12.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] <[email protected]>
1 parent ff527ae commit 91caa25

File tree

2 files changed

+75
-41
lines changed

2 files changed

+75
-41
lines changed

q-manui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@types/node": "^20.11.30",
3838
"@types/uuid": "^9.0.8",
3939
"@typescript-eslint/eslint-plugin": "^7.3.1",
40-
"@typescript-eslint/parser": "^7.2.0",
40+
"@typescript-eslint/parser": "^7.12.0",
4141
"@vitest/coverage-v8": "^1.3.1",
4242
"@vitest/ui": "^1.3.1",
4343
"@vue/test-utils": "^2.4.5",

q-manui/yarn.lock

+74-40
Original file line numberDiff line numberDiff line change
@@ -828,24 +828,24 @@
828828
semver "^7.5.4"
829829
ts-api-utils "^1.0.1"
830830

831-
"@typescript-eslint/parser@^7.2.0":
832-
version "7.2.0"
833-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.2.0.tgz#44356312aea8852a3a82deebdacd52ba614ec07a"
834-
integrity sha512-5FKsVcHTk6TafQKQbuIVkXq58Fnbkd2wDL4LB7AURN7RUOu1utVP+G8+6u3ZhEroW3DF6hyo3ZEXxgKgp4KeCg==
835-
dependencies:
836-
"@typescript-eslint/scope-manager" "7.2.0"
837-
"@typescript-eslint/types" "7.2.0"
838-
"@typescript-eslint/typescript-estree" "7.2.0"
839-
"@typescript-eslint/visitor-keys" "7.2.0"
831+
"@typescript-eslint/parser@^7.12.0":
832+
version "7.12.0"
833+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.12.0.tgz#8761df3345528b35049353db80010b385719b1c3"
834+
integrity sha512-dm/J2UDY3oV3TKius2OUZIFHsomQmpHtsV0FTh1WO8EKgHLQ1QCADUqscPgTpU+ih1e21FQSRjXckHn3txn6kQ==
835+
dependencies:
836+
"@typescript-eslint/scope-manager" "7.12.0"
837+
"@typescript-eslint/types" "7.12.0"
838+
"@typescript-eslint/typescript-estree" "7.12.0"
839+
"@typescript-eslint/visitor-keys" "7.12.0"
840840
debug "^4.3.4"
841841

842-
"@typescript-eslint/scope-manager@7.2.0":
843-
version "7.2.0"
844-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.2.0.tgz#cfb437b09a84f95a0930a76b066e89e35d94e3da"
845-
integrity sha512-Qh976RbQM/fYtjx9hs4XkayYujB/aPwglw2choHmf3zBjB4qOywWSdt9+KLRdHubGcoSwBnXUH2sR3hkyaERRg==
842+
"@typescript-eslint/scope-manager@7.12.0":
843+
version "7.12.0"
844+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.12.0.tgz#259c014362de72dd34f995efe6bd8dda486adf58"
845+
integrity sha512-itF1pTnN6F3unPak+kutH9raIkL3lhH1YRPGgt7QQOh43DQKVJXmWkpb+vpc/TiDHs6RSd9CTbDsc/Y+Ygq7kg==
846846
dependencies:
847-
"@typescript-eslint/types" "7.2.0"
848-
"@typescript-eslint/visitor-keys" "7.2.0"
847+
"@typescript-eslint/types" "7.12.0"
848+
"@typescript-eslint/visitor-keys" "7.12.0"
849849

850850
"@typescript-eslint/[email protected]":
851851
version "7.3.1"
@@ -865,29 +865,29 @@
865865
debug "^4.3.4"
866866
ts-api-utils "^1.0.1"
867867

868-
"@typescript-eslint/types@7.2.0":
869-
version "7.2.0"
870-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.2.0.tgz#0feb685f16de320e8520f13cca30779c8b7c403f"
871-
integrity sha512-XFtUHPI/abFhm4cbCDc5Ykc8npOKBSJePY3a3s+lwumt7XWJuzP5cZcfZ610MIPHjQjNsOLlYK8ASPaNG8UiyA==
868+
"@typescript-eslint/types@7.12.0":
869+
version "7.12.0"
870+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.12.0.tgz#bf208f971a8da1e7524a5d9ae2b5f15192a37981"
871+
integrity sha512-o+0Te6eWp2ppKY3mLCU+YA9pVJxhUJE15FV7kxuD9jgwIAa+w/ycGJBMrYDTpVGUM/tgpa9SeMOugSabWFq7bg==
872872

873873
"@typescript-eslint/[email protected]":
874874
version "7.3.1"
875875
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.3.1.tgz#ae104de8efa4227a462c0874d856602c5994413c"
876876
integrity sha512-2tUf3uWggBDl4S4183nivWQ2HqceOZh1U4hhu4p1tPiIJoRRXrab7Y+Y0p+dozYwZVvLPRI6r5wKe9kToF9FIw==
877877

878-
"@typescript-eslint/typescript-estree@7.2.0":
879-
version "7.2.0"
880-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.2.0.tgz#5beda2876c4137f8440c5a84b4f0370828682556"
881-
integrity sha512-cyxS5WQQCoBwSakpMrvMXuMDEbhOo9bNHHrNcEWis6XHx6KF518tkF1wBvKIn/tpq5ZpUYK7Bdklu8qY0MsFIA==
878+
"@typescript-eslint/typescript-estree@7.12.0":
879+
version "7.12.0"
880+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.12.0.tgz#e6c1074f248b3db6573ab6a7c47a39c4cd498ff9"
881+
integrity sha512-5bwqLsWBULv1h6pn7cMW5dXX/Y2amRqLaKqsASVwbBHMZSnHqE/HN4vT4fE0aFsiwxYvr98kqOWh1a8ZKXalCQ==
882882
dependencies:
883-
"@typescript-eslint/types" "7.2.0"
884-
"@typescript-eslint/visitor-keys" "7.2.0"
883+
"@typescript-eslint/types" "7.12.0"
884+
"@typescript-eslint/visitor-keys" "7.12.0"
885885
debug "^4.3.4"
886886
globby "^11.1.0"
887887
is-glob "^4.0.3"
888-
minimatch "9.0.3"
889-
semver "^7.5.4"
890-
ts-api-utils "^1.0.1"
888+
minimatch "^9.0.4"
889+
semver "^7.6.0"
890+
ts-api-utils "^1.3.0"
891891

892892
"@typescript-eslint/[email protected]":
893893
version "7.3.1"
@@ -916,13 +916,13 @@
916916
"@typescript-eslint/typescript-estree" "7.3.1"
917917
semver "^7.5.4"
918918

919-
"@typescript-eslint/visitor-keys@7.2.0":
920-
version "7.2.0"
921-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.2.0.tgz#5035f177752538a5750cca1af6044b633610bf9e"
922-
integrity sha512-c6EIQRHhcpl6+tO8EMR+kjkkV+ugUNXOmeASA1rlzkd8EPIriavpWoiEz1HR/VLhbVIdhqnV6E7JZm00cBDx2A==
919+
"@typescript-eslint/visitor-keys@7.12.0":
920+
version "7.12.0"
921+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.12.0.tgz#c053b55a996679528beeedd8e565710ce1ae1ad3"
922+
integrity sha512-uZk7DevrQLL3vSnfFl5bj4sL75qC9D6EdjemIdbtkuUmIheWpuiiylSY01JxJE7+zGrOWDZrp1WxOuDntvKrHQ==
923923
dependencies:
924-
"@typescript-eslint/types" "7.2.0"
925-
eslint-visitor-keys "^3.4.1"
924+
"@typescript-eslint/types" "7.12.0"
925+
eslint-visitor-keys "^3.4.3"
926926

927927
"@typescript-eslint/[email protected]":
928928
version "7.3.1"
@@ -3286,6 +3286,13 @@ minimatch@^5.1.0:
32863286
dependencies:
32873287
brace-expansion "^2.0.1"
32883288

3289+
minimatch@^9.0.4:
3290+
version "9.0.4"
3291+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.4.tgz#8e49c731d1749cbec05050ee5145147b32496a51"
3292+
integrity sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==
3293+
dependencies:
3294+
brace-expansion "^2.0.1"
3295+
32893296
minimist@^1.2.0, minimist@^1.2.6:
32903297
version "1.2.8"
32913298
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c"
@@ -4090,8 +4097,16 @@ std-env@^3.5.0:
40904097
resolved "https://registry.yarnpkg.com/std-env/-/std-env-3.7.0.tgz#c9f7386ced6ecf13360b6c6c55b8aaa4ef7481d2"
40914098
integrity sha512-JPbdCEQLj1w5GilpiHAx3qJvFndqybBysA3qUOnznweH4QbNYUsW/ea8QzSrnh0vNsezMMw5bcVool8lM0gwzg==
40924099

4093-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
4094-
name string-width-cjs
4100+
"string-width-cjs@npm:string-width@^4.2.0":
4101+
version "4.2.3"
4102+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
4103+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
4104+
dependencies:
4105+
emoji-regex "^8.0.0"
4106+
is-fullwidth-code-point "^3.0.0"
4107+
strip-ansi "^6.0.1"
4108+
4109+
string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
40954110
version "4.2.3"
40964111
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
40974112
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -4123,8 +4138,14 @@ string_decoder@~1.1.1:
41234138
dependencies:
41244139
safe-buffer "~5.1.0"
41254140

4126-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
4127-
name strip-ansi-cjs
4141+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
4142+
version "6.0.1"
4143+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
4144+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
4145+
dependencies:
4146+
ansi-regex "^5.0.1"
4147+
4148+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
41284149
version "6.0.1"
41294150
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
41304151
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -4351,6 +4372,11 @@ ts-api-utils@^1.0.1:
43514372
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.2.1.tgz#f716c7e027494629485b21c0df6180f4d08f5e8b"
43524373
integrity sha512-RIYA36cJn2WiH9Hy77hdF9r7oEwxAtB/TS9/S4Qd90Ap4z5FSiin5zEiTL44OII1Y3IIlEvxwxFUVgrHSZ/UpA==
43534374

4375+
ts-api-utils@^1.3.0:
4376+
version "1.3.0"
4377+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"
4378+
integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==
4379+
43544380
ts-interface-checker@^0.1.9:
43554381
version "0.1.13"
43564382
resolved "https://registry.yarnpkg.com/ts-interface-checker/-/ts-interface-checker-0.1.13.tgz#784fd3d679722bc103b1b4b8030bcddb5db2a699"
@@ -4656,8 +4682,7 @@ wildcard@^2.0.0:
46564682
resolved "https://registry.yarnpkg.com/wildcard/-/wildcard-2.0.1.tgz#5ab10d02487198954836b6349f74fff961e10f67"
46574683
integrity sha512-CC1bOL87PIWSBhDcTrdeLo6eGT7mCFtrg0uIJtqJUFyK+eJnzl8A1niH56uu7KMa5XFrtiV+AQuHO3n7DsHnLQ==
46584684

4659-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
4660-
name wrap-ansi-cjs
4685+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
46614686
version "7.0.0"
46624687
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
46634688
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -4675,6 +4700,15 @@ wrap-ansi@^6.0.1:
46754700
string-width "^4.1.0"
46764701
strip-ansi "^6.0.0"
46774702

4703+
wrap-ansi@^7.0.0:
4704+
version "7.0.0"
4705+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
4706+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
4707+
dependencies:
4708+
ansi-styles "^4.0.0"
4709+
string-width "^4.1.0"
4710+
strip-ansi "^6.0.0"
4711+
46784712
wrap-ansi@^8.1.0:
46794713
version "8.1.0"
46804714
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)