Skip to content

Commit c4095fe

Browse files
chore(deps-dev): bump @typescript-eslint/eslint-plugin
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.61.0 to 6.2.1. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.2.1/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c86ade1 commit c4095fe

File tree

3 files changed

+83
-72
lines changed

3 files changed

+83
-72
lines changed

packages/benchmarks/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"devDependencies": {
1919
"@types/lodash": "^4.14.191",
2020
"@types/sql.js": "^1.4.4",
21-
"@typescript-eslint/eslint-plugin": "^5.61.0",
21+
"@typescript-eslint/eslint-plugin": "^6.2.1",
2222
"@typescript-eslint/parser": "^5.49.0",
2323
"assert": "^2.0.0",
2424
"buffalo-bench": "^2.0.0",

packages/duckdb-wasm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"devDependencies": {
2929
"@types/emscripten": "^1.39.6",
3030
"@types/jasmine": "^4.3.1",
31-
"@typescript-eslint/eslint-plugin": "^5.61.0",
31+
"@typescript-eslint/eslint-plugin": "^6.2.1",
3232
"@typescript-eslint/parser": "^5.49.0",
3333
"esbuild": "^0.18.13",
3434
"eslint": "^8.46.0",

yarn.lock

+81-70
Original file line numberDiff line numberDiff line change
@@ -584,14 +584,14 @@
584584
resolved "https://registry.yarnpkg.com/@esbuild/win32-x64/-/win32-x64-0.18.13.tgz#031f69b1f4cf62a18c38d502458c0b8b02625461"
585585
integrity sha512-iVl6lehAfJS+VmpF3exKpNQ8b0eucf5VWfzR8S7xFve64NBNz2jPUgx1X93/kfnkfgP737O+i1k54SVQS7uVZA==
586586

587-
"@eslint-community/eslint-utils@^4.2.0":
587+
"@eslint-community/eslint-utils@^4.2.0", "@eslint-community/eslint-utils@^4.4.0":
588588
version "4.4.0"
589589
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23514e8fb9af1269d5f7788aa556798d61c6b59"
590590
integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==
591591
dependencies:
592592
eslint-visitor-keys "^3.3.0"
593593

594-
"@eslint-community/regexpp@^4.4.0", "@eslint-community/regexpp@^4.6.1":
594+
"@eslint-community/regexpp@^4.5.1", "@eslint-community/regexpp@^4.6.1":
595595
version "4.6.2"
596596
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.6.2.tgz#1816b5f6948029c5eaacb0703b850ee0cb37d8f8"
597597
integrity sha512-pPTNuaAG3QMH+buKyBIGJs3g/S5y0caxw0ygM3YyE6yJFySwiGGSzA+mM3KJ8QQvzeLh3blwgSonkFjgQdxzMw==
@@ -989,6 +989,11 @@
989989
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.9.tgz#97edc9037ea0c38585320b28964dde3b39e4660d"
990990
integrity sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ==
991991

992+
"@types/json-schema@^7.0.12":
993+
version "7.0.12"
994+
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.12.tgz#d70faba7039d5fca54c83c7dbab41051d2b6f6cb"
995+
integrity sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA==
996+
992997
"@types/lodash@^4.14.191":
993998
version "4.14.191"
994999
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.191.tgz#09511e7f7cba275acd8b419ddac8da9a6a79e2fa"
@@ -1097,10 +1102,10 @@
10971102
resolved "https://registry.yarnpkg.com/@types/scheduler/-/scheduler-0.16.2.tgz#1a62f89525723dde24ba1b01b092bf5df8ad4d39"
10981103
integrity sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew==
10991104

1100-
"@types/semver@^7.3.12":
1101-
version "7.3.12"
1102-
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.3.12.tgz#920447fdd78d76b19de0438b7f60df3c4a80bf1c"
1103-
integrity sha512-WwA1MW0++RfXmCr12xeYOOC5baSC9mSb0ZqCquFzKhcoF4TvHu5MKOuXsncgZcpVFhB1pXd5hZmM0ryAoCp12A==
1105+
"@types/semver@^7.5.0":
1106+
version "7.5.0"
1107+
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.0.tgz#591c1ce3a702c45ee15f47a42ade72c2fd78978a"
1108+
integrity sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw==
11041109

11051110
"@types/serve-index@^1.9.1":
11061111
version "1.9.1"
@@ -1156,21 +1161,23 @@
11561161
dependencies:
11571162
"@types/node" "*"
11581163

1159-
"@typescript-eslint/eslint-plugin@^5.61.0":
1160-
version "5.61.0"
1161-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.61.0.tgz#a1a5290cf33863b4db3fb79350b3c5275a7b1223"
1162-
integrity sha512-A5l/eUAug103qtkwccSCxn8ZRwT+7RXWkFECdA4Cvl1dOlDUgTpAOfSEElZn2uSUxhdDpnCdetrf0jvU4qrL+g==
1163-
dependencies:
1164-
"@eslint-community/regexpp" "^4.4.0"
1165-
"@typescript-eslint/scope-manager" "5.61.0"
1166-
"@typescript-eslint/type-utils" "5.61.0"
1167-
"@typescript-eslint/utils" "5.61.0"
1164+
"@typescript-eslint/eslint-plugin@^6.2.1":
1165+
version "6.2.1"
1166+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.2.1.tgz#41b79923fee46a745a3a50cba1c33c622aa3c79a"
1167+
integrity sha512-iZVM/ALid9kO0+I81pnp1xmYiFyqibAHzrqX4q5YvvVEyJqY+e6rfTXSCsc2jUxGNqJqTfFSSij/NFkZBiBzLw==
1168+
dependencies:
1169+
"@eslint-community/regexpp" "^4.5.1"
1170+
"@typescript-eslint/scope-manager" "6.2.1"
1171+
"@typescript-eslint/type-utils" "6.2.1"
1172+
"@typescript-eslint/utils" "6.2.1"
1173+
"@typescript-eslint/visitor-keys" "6.2.1"
11681174
debug "^4.3.4"
11691175
graphemer "^1.4.0"
1170-
ignore "^5.2.0"
1176+
ignore "^5.2.4"
1177+
natural-compare "^1.4.0"
11711178
natural-compare-lite "^1.4.0"
1172-
semver "^7.3.7"
1173-
tsutils "^3.21.0"
1179+
semver "^7.5.4"
1180+
ts-api-utils "^1.0.1"
11741181

11751182
"@typescript-eslint/parser@^5.49.0":
11761183
version "5.49.0"
@@ -1190,33 +1197,33 @@
11901197
"@typescript-eslint/types" "5.49.0"
11911198
"@typescript-eslint/visitor-keys" "5.49.0"
11921199

1193-
"@typescript-eslint/scope-manager@5.61.0":
1194-
version "5.61.0"
1195-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.61.0.tgz#b670006d069c9abe6415c41f754b1b5d949ef2b2"
1196-
integrity sha512-W8VoMjoSg7f7nqAROEmTt6LoBpn81AegP7uKhhW5KzYlehs8VV0ZW0fIDVbcZRcaP3aPSW+JZFua+ysQN+m/Nw==
1200+
"@typescript-eslint/scope-manager@6.2.1":
1201+
version "6.2.1"
1202+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.2.1.tgz#b6f43a867b84e5671fe531f2b762e0b68f7cf0c4"
1203+
integrity sha512-UCqBF9WFqv64xNsIEPfBtenbfodPXsJ3nPAr55mGPkQIkiQvgoWNo+astj9ZUfJfVKiYgAZDMnM6dIpsxUMp3Q==
11971204
dependencies:
1198-
"@typescript-eslint/types" "5.61.0"
1199-
"@typescript-eslint/visitor-keys" "5.61.0"
1205+
"@typescript-eslint/types" "6.2.1"
1206+
"@typescript-eslint/visitor-keys" "6.2.1"
12001207

1201-
"@typescript-eslint/type-utils@5.61.0":
1202-
version "5.61.0"
1203-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.61.0.tgz#e90799eb2045c4435ea8378cb31cd8a9fddca47a"
1204-
integrity sha512-kk8u//r+oVK2Aj3ph/26XdH0pbAkC2RiSjUYhKD+PExemG4XSjpGFeyZ/QM8lBOa7O8aGOU+/yEbMJgQv/DnCg==
1208+
"@typescript-eslint/type-utils@6.2.1":
1209+
version "6.2.1"
1210+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.2.1.tgz#8eb8a2cccdf39cd7cf93e02bd2c3782dc90b0525"
1211+
integrity sha512-fTfCgomBMIgu2Dh2Or3gMYgoNAnQm3RLtRp+jP7A8fY+LJ2+9PNpi5p6QB5C4RSP+U3cjI0vDlI3mspAkpPVbQ==
12051212
dependencies:
1206-
"@typescript-eslint/typescript-estree" "5.61.0"
1207-
"@typescript-eslint/utils" "5.61.0"
1213+
"@typescript-eslint/typescript-estree" "6.2.1"
1214+
"@typescript-eslint/utils" "6.2.1"
12081215
debug "^4.3.4"
1209-
tsutils "^3.21.0"
1216+
ts-api-utils "^1.0.1"
12101217

12111218
"@typescript-eslint/[email protected]":
12121219
version "5.49.0"
12131220
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.49.0.tgz#ad66766cb36ca1c89fcb6ac8b87ec2e6dac435c3"
12141221
integrity sha512-7If46kusG+sSnEpu0yOz2xFv5nRz158nzEXnJFCGVEHWnuzolXKwrH5Bsf9zsNlOQkyZuk0BZKKoJQI+1JPBBg==
12151222

1216-
"@typescript-eslint/types@5.61.0":
1217-
version "5.61.0"
1218-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.61.0.tgz#e99ff11b5792d791554abab0f0370936d8ca50c0"
1219-
integrity sha512-ldyueo58KjngXpzloHUog/h9REmHl59G1b3a5Sng1GfBo14BkS3ZbMEb3693gnP1k//97lh7bKsp6/V/0v1veQ==
1223+
"@typescript-eslint/types@6.2.1":
1224+
version "6.2.1"
1225+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.2.1.tgz#7fcdeceb503aab601274bf5e210207050d88c8ab"
1226+
integrity sha512-528bGcoelrpw+sETlyM91k51Arl2ajbNT9L4JwoXE2dvRe1yd8Q64E4OL7vHYw31mlnVsf+BeeLyAZUEQtqahQ==
12201227

12211228
"@typescript-eslint/[email protected]":
12221229
version "5.49.0"
@@ -1231,32 +1238,31 @@
12311238
semver "^7.3.7"
12321239
tsutils "^3.21.0"
12331240

1234-
"@typescript-eslint/typescript-estree@5.61.0":
1235-
version "5.61.0"
1236-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.61.0.tgz#4c7caca84ce95bb41aa585d46a764bcc050b92f3"
1237-
integrity sha512-Fud90PxONnnLZ36oR5ClJBLTLfU4pIWBmnvGwTbEa2cXIqj70AEDEmOmpkFComjBZ/037ueKrOdHuYmSFVD7Rw==
1241+
"@typescript-eslint/typescript-estree@6.2.1":
1242+
version "6.2.1"
1243+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.2.1.tgz#2af6e90c1e91cb725a5fe1682841a3f74549389e"
1244+
integrity sha512-G+UJeQx9AKBHRQBpmvr8T/3K5bJa485eu+4tQBxFq0KoT22+jJyzo1B50JDT9QdC1DEmWQfdKsa8ybiNWYsi0Q==
12381245
dependencies:
1239-
"@typescript-eslint/types" "5.61.0"
1240-
"@typescript-eslint/visitor-keys" "5.61.0"
1246+
"@typescript-eslint/types" "6.2.1"
1247+
"@typescript-eslint/visitor-keys" "6.2.1"
12411248
debug "^4.3.4"
12421249
globby "^11.1.0"
12431250
is-glob "^4.0.3"
1244-
semver "^7.3.7"
1245-
tsutils "^3.21.0"
1251+
semver "^7.5.4"
1252+
ts-api-utils "^1.0.1"
12461253

1247-
"@typescript-eslint/utils@5.61.0":
1248-
version "5.61.0"
1249-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.61.0.tgz#5064838a53e91c754fffbddd306adcca3fe0af36"
1250-
integrity sha512-mV6O+6VgQmVE6+xzlA91xifndPW9ElFW8vbSF0xCT/czPXVhwDewKila1jOyRwa9AE19zKnrr7Cg5S3pJVrTWQ==
1254+
"@typescript-eslint/utils@6.2.1":
1255+
version "6.2.1"
1256+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.2.1.tgz#2aa4279ec13053d05615bcbde2398e1e8f08c334"
1257+
integrity sha512-eBIXQeupYmxVB6S7x+B9SdBeB6qIdXKjgQBge2J+Ouv8h9Cxm5dHf/gfAZA6dkMaag+03HdbVInuXMmqFB/lKQ==
12511258
dependencies:
1252-
"@eslint-community/eslint-utils" "^4.2.0"
1253-
"@types/json-schema" "^7.0.9"
1254-
"@types/semver" "^7.3.12"
1255-
"@typescript-eslint/scope-manager" "5.61.0"
1256-
"@typescript-eslint/types" "5.61.0"
1257-
"@typescript-eslint/typescript-estree" "5.61.0"
1258-
eslint-scope "^5.1.1"
1259-
semver "^7.3.7"
1259+
"@eslint-community/eslint-utils" "^4.4.0"
1260+
"@types/json-schema" "^7.0.12"
1261+
"@types/semver" "^7.5.0"
1262+
"@typescript-eslint/scope-manager" "6.2.1"
1263+
"@typescript-eslint/types" "6.2.1"
1264+
"@typescript-eslint/typescript-estree" "6.2.1"
1265+
semver "^7.5.4"
12601266

12611267
"@typescript-eslint/[email protected]":
12621268
version "5.49.0"
@@ -1266,13 +1272,13 @@
12661272
"@typescript-eslint/types" "5.49.0"
12671273
eslint-visitor-keys "^3.3.0"
12681274

1269-
"@typescript-eslint/visitor-keys@5.61.0":
1270-
version "5.61.0"
1271-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.61.0.tgz#c79414fa42158fd23bd2bb70952dc5cdbb298140"
1272-
integrity sha512-50XQ5VdbWrX06mQXhy93WywSFZZGsv3EOjq+lqp6WC2t+j3mb6A9xYVdrRxafvK88vg9k9u+CT4l6D8PEatjKg==
1275+
"@typescript-eslint/visitor-keys@6.2.1":
1276+
version "6.2.1"
1277+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.2.1.tgz#442e7c09fe94b715a54ebe30e967987c3c41fbf4"
1278+
integrity sha512-iTN6w3k2JEZ7cyVdZJTVJx2Lv7t6zFA8DCrJEHD2mwfc16AEvvBWVhbFh34XyG2NORCd0viIgQY1+u7kPI0WpA==
12731279
dependencies:
1274-
"@typescript-eslint/types" "5.61.0"
1275-
eslint-visitor-keys "^3.3.0"
1280+
"@typescript-eslint/types" "6.2.1"
1281+
eslint-visitor-keys "^3.4.1"
12761282

12771283
"@webassemblyjs/[email protected]", "@webassemblyjs/ast@^1.11.5":
12781284
version "1.11.6"
@@ -3055,7 +3061,7 @@ eslint-plugin-react@^7.32.2:
30553061
semver "^6.3.0"
30563062
string.prototype.matchall "^4.0.8"
30573063

3058-
[email protected], eslint-scope@^5.1.1:
3064+
30593065
version "5.1.1"
30603066
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.1.tgz#e786e59a66cb92b3f6c1fb0d508aab174848f48c"
30613067
integrity sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==
@@ -4023,10 +4029,10 @@ ieee754@^1.1.13:
40234029
resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.2.1.tgz#8eb7a10a63fff25d15a57b001586d177d1b0d352"
40244030
integrity sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==
40254031

4026-
ignore@^5.2.0:
4027-
version "5.2.0"
4028-
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a"
4029-
integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==
4032+
ignore@^5.2.0, ignore@^5.2.4:
4033+
version "5.2.4"
4034+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.4.tgz#a291c0c6178ff1b960befe47fcdec301674a6324"
4035+
integrity sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==
40304036

40314037
image-size@~0.5.0:
40324038
version "0.5.5"
@@ -6400,10 +6406,10 @@ semver@^6.0.0, semver@^6.3.0:
64006406
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
64016407
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
64026408

6403-
semver@^7.3.4, semver@^7.3.7, semver@^7.3.8:
6404-
version "7.3.8"
6405-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.8.tgz#07a78feafb3f7b32347d725e33de7e2a2df67798"
6406-
integrity sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==
6409+
semver@^7.3.4, semver@^7.3.7, semver@^7.3.8, semver@^7.5.4:
6410+
version "7.5.4"
6411+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.4.tgz#483986ec4ed38e1c6c48c34894a9182dbff68a6e"
6412+
integrity sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==
64076413
dependencies:
64086414
lru-cache "^6.0.0"
64096415

@@ -7080,6 +7086,11 @@ triple-beam@^1.2.0, triple-beam@^1.3.0:
70807086
resolved "https://registry.yarnpkg.com/triple-beam/-/triple-beam-1.3.0.tgz#a595214c7298db8339eeeee083e4d10bd8cb8dd9"
70817087
integrity sha512-XrHUvV5HpdLmIj4uVMxHggLbFSZYIn7HEWsqePZcI50pco+MPqJ50wMGY794X7AOOhxOBAjbkqfAbEe/QMp2Lw==
70827088

7089+
ts-api-utils@^1.0.1:
7090+
version "1.0.1"
7091+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.0.1.tgz#8144e811d44c749cd65b2da305a032510774452d"
7092+
integrity sha512-lC/RGlPmwdrIBFTX59wwNzqh7aR2otPNPR/5brHZm/XKFYKsfqxihXUe9pU3JI+3vGkl+vyCoNNnPhJn3aLK1A==
7093+
70837094
ts-loader@^9.4.2:
70847095
version "9.4.2"
70857096
resolved "https://registry.yarnpkg.com/ts-loader/-/ts-loader-9.4.2.tgz#80a45eee92dd5170b900b3d00abcfa14949aeb78"

0 commit comments

Comments
 (0)