Skip to content

Commit 64a9898

Browse files
chore(deps): update all minor devdependencies (#208)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 45c7f63 commit 64a9898

File tree

2 files changed

+81
-92
lines changed

2 files changed

+81
-92
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,14 @@
5353
"@babel/plugin-syntax-import-assertions": "7.26.0",
5454
"@commitlint/cli": "19.6.0",
5555
"@commitlint/config-conventional": "19.6.0",
56-
"@eslint/js": "9.16.0",
56+
"@eslint/js": "9.17.0",
5757
"@types/babel__core": "7.20.5",
5858
"@types/lodash-es": "4.17.12",
5959
"@types/node": "22.10.2",
6060
"@vitest/coverage-v8": "2.1.8",
6161
"commitizen": "4.3.1",
6262
"cz-conventional-changelog": "3.3.0",
63-
"eslint": "9.16.0",
63+
"eslint": "9.17.0",
6464
"eslint-config-prettier": "9.1.0",
6565
"globals": "15.13.0",
6666
"husky": "9.1.7",
@@ -70,7 +70,7 @@
7070
"prettier": "3.4.2",
7171
"tsx": "4.19.2",
7272
"typescript": "5.7.2",
73-
"typescript-eslint": "8.17.0",
73+
"typescript-eslint": "8.18.0",
7474
"vite-tsconfig-paths": "5.1.4",
7575
"vitest": "2.1.8"
7676
}

yarn.lock

Lines changed: 78 additions & 89 deletions
Original file line numberDiff line numberDiff line change
@@ -797,10 +797,10 @@ __metadata:
797797
languageName: node
798798
linkType: hard
799799

800-
"@eslint/js@npm:9.16.0":
801-
version: 9.16.0
802-
resolution: "@eslint/js@npm:9.16.0"
803-
checksum: 10/122da09b6a2c6a92d68be26146af1da17d9d4e03cf9435a874d341f18519122eef9ed229e52a1b781dc5987239754954e80a0b11bbe8f65df96e9ef8f3b438ad
800+
"@eslint/js@npm:9.17.0":
801+
version: 9.17.0
802+
resolution: "@eslint/js@npm:9.17.0"
803+
checksum: 10/1a89e62f5c50e75d44565b7f3b91701455a999132c991e10bac59c118fbb54bdd54be22b9bda1ac730f78a2e64604403d65ce5dd7726d80b2632982cfc3d84ac
804804
languageName: node
805805
linkType: hard
806806

@@ -1350,124 +1350,115 @@ __metadata:
13501350
languageName: node
13511351
linkType: hard
13521352

1353-
"@typescript-eslint/eslint-plugin@npm:8.17.0":
1354-
version: 8.17.0
1355-
resolution: "@typescript-eslint/eslint-plugin@npm:8.17.0"
1353+
"@typescript-eslint/eslint-plugin@npm:8.18.0":
1354+
version: 8.18.0
1355+
resolution: "@typescript-eslint/eslint-plugin@npm:8.18.0"
13561356
dependencies:
13571357
"@eslint-community/regexpp": "npm:^4.10.0"
1358-
"@typescript-eslint/scope-manager": "npm:8.17.0"
1359-
"@typescript-eslint/type-utils": "npm:8.17.0"
1360-
"@typescript-eslint/utils": "npm:8.17.0"
1361-
"@typescript-eslint/visitor-keys": "npm:8.17.0"
1358+
"@typescript-eslint/scope-manager": "npm:8.18.0"
1359+
"@typescript-eslint/type-utils": "npm:8.18.0"
1360+
"@typescript-eslint/utils": "npm:8.18.0"
1361+
"@typescript-eslint/visitor-keys": "npm:8.18.0"
13621362
graphemer: "npm:^1.4.0"
13631363
ignore: "npm:^5.3.1"
13641364
natural-compare: "npm:^1.4.0"
13651365
ts-api-utils: "npm:^1.3.0"
13661366
peerDependencies:
13671367
"@typescript-eslint/parser": ^8.0.0 || ^8.0.0-alpha.0
13681368
eslint: ^8.57.0 || ^9.0.0
1369-
peerDependenciesMeta:
1370-
typescript:
1371-
optional: true
1372-
checksum: 10/753630802632dc1bb15d4b86afe60b5280d080cc6715648f6b717093a81d31f8aa621f823d0aa5632d1cf05f3c8f4ea356eff49efd11d9f7c154cb16d2ac2d79
1369+
typescript: ">=4.8.4 <5.8.0"
1370+
checksum: 10/fc163212ab626b8880bcc6c166da6e1c907c1e9eac720a217e58bec64af3866dc18e990a15a7dcd9593643f390d921625a89fb235a7e126fbb0a2f52e4abf0f5
13731371
languageName: node
13741372
linkType: hard
13751373

1376-
"@typescript-eslint/parser@npm:8.17.0":
1377-
version: 8.17.0
1378-
resolution: "@typescript-eslint/parser@npm:8.17.0"
1374+
"@typescript-eslint/parser@npm:8.18.0":
1375+
version: 8.18.0
1376+
resolution: "@typescript-eslint/parser@npm:8.18.0"
13791377
dependencies:
1380-
"@typescript-eslint/scope-manager": "npm:8.17.0"
1381-
"@typescript-eslint/types": "npm:8.17.0"
1382-
"@typescript-eslint/typescript-estree": "npm:8.17.0"
1383-
"@typescript-eslint/visitor-keys": "npm:8.17.0"
1378+
"@typescript-eslint/scope-manager": "npm:8.18.0"
1379+
"@typescript-eslint/types": "npm:8.18.0"
1380+
"@typescript-eslint/typescript-estree": "npm:8.18.0"
1381+
"@typescript-eslint/visitor-keys": "npm:8.18.0"
13841382
debug: "npm:^4.3.4"
13851383
peerDependencies:
13861384
eslint: ^8.57.0 || ^9.0.0
1387-
peerDependenciesMeta:
1388-
typescript:
1389-
optional: true
1390-
checksum: 10/464981e1424e4a7849ca7253b54092a67d33130d28ecf492efd56d5ce69e640a876b7f84e59f1e368e763125432c34e7de28d78c0eef1bda4e9a9d52de0ccac5
1385+
typescript: ">=4.8.4 <5.8.0"
1386+
checksum: 10/5f4a1c431868ee677a6a1f55197c26c5c6e528a07fd8d8dee3648697c3617343693709c9f77cba86f8bdc1738c5727f5badfd3a9745f0e0719edb77fd0c01ba3
13911387
languageName: node
13921388
linkType: hard
13931389

1394-
"@typescript-eslint/scope-manager@npm:8.17.0":
1395-
version: 8.17.0
1396-
resolution: "@typescript-eslint/scope-manager@npm:8.17.0"
1390+
"@typescript-eslint/scope-manager@npm:8.18.0":
1391+
version: 8.18.0
1392+
resolution: "@typescript-eslint/scope-manager@npm:8.18.0"
13971393
dependencies:
1398-
"@typescript-eslint/types": "npm:8.17.0"
1399-
"@typescript-eslint/visitor-keys": "npm:8.17.0"
1400-
checksum: 10/fa934d9fd88070833c57a3e79c0f933d0b68884c00293a1d571889b882e5c9680ccfdc5c77a7160d5a4b8b46657f93db2468a4726a517fce4d3bc764b66f1995
1394+
"@typescript-eslint/types": "npm:8.18.0"
1395+
"@typescript-eslint/visitor-keys": "npm:8.18.0"
1396+
checksum: 10/869fd569a1f98cd284001062cca501e25ef7079c761242926d3b35454da64e398391ddb9d686adb34bf7bee6446491617b52c54ba54db07ee637ad4ef024d262
14011397
languageName: node
14021398
linkType: hard
14031399

1404-
"@typescript-eslint/type-utils@npm:8.17.0":
1405-
version: 8.17.0
1406-
resolution: "@typescript-eslint/type-utils@npm:8.17.0"
1400+
"@typescript-eslint/type-utils@npm:8.18.0":
1401+
version: 8.18.0
1402+
resolution: "@typescript-eslint/type-utils@npm:8.18.0"
14071403
dependencies:
1408-
"@typescript-eslint/typescript-estree": "npm:8.17.0"
1409-
"@typescript-eslint/utils": "npm:8.17.0"
1404+
"@typescript-eslint/typescript-estree": "npm:8.18.0"
1405+
"@typescript-eslint/utils": "npm:8.18.0"
14101406
debug: "npm:^4.3.4"
14111407
ts-api-utils: "npm:^1.3.0"
14121408
peerDependencies:
14131409
eslint: ^8.57.0 || ^9.0.0
1414-
peerDependenciesMeta:
1415-
typescript:
1416-
optional: true
1417-
checksum: 10/a755935a0c16d6b9456effb1cad5e9605936e60799b57394cd143620dd862a90bcac12f720a009e32cafdae315fda343252117db4dc83520e0d21f1c28889792
1410+
typescript: ">=4.8.4 <5.8.0"
1411+
checksum: 10/d857a0b6a52aad10dfd51465b8fc667f579c4a590e7fedd372f834abd2fb438186e2ebc25b61f8a5e4a90d40ebdf614367088d73ec7fe5ac0e8c9dc47ae02258
14181412
languageName: node
14191413
linkType: hard
14201414

1421-
"@typescript-eslint/types@npm:8.17.0":
1422-
version: 8.17.0
1423-
resolution: "@typescript-eslint/types@npm:8.17.0"
1424-
checksum: 10/46baf69ab30dd814a390590b94ca64c407ac725cb0143590ddcaf72fa43c940cec180539752ce4af26ac7e0ae2f5f921cfd0d07b088ca680f8a28800d4d33a5f
1415+
"@typescript-eslint/types@npm:8.18.0":
1416+
version: 8.18.0
1417+
resolution: "@typescript-eslint/types@npm:8.18.0"
1418+
checksum: 10/6c6473c169671ca946df7c1e0e424e5296dd44d89833d5c82a0ec0fdb2c668c62f8de31c85b18754d332198f18340cf2b6f13d3b13d02770ee9d1a93a099f069
14251419
languageName: node
14261420
linkType: hard
14271421

1428-
"@typescript-eslint/typescript-estree@npm:8.17.0":
1429-
version: 8.17.0
1430-
resolution: "@typescript-eslint/typescript-estree@npm:8.17.0"
1422+
"@typescript-eslint/typescript-estree@npm:8.18.0":
1423+
version: 8.18.0
1424+
resolution: "@typescript-eslint/typescript-estree@npm:8.18.0"
14311425
dependencies:
1432-
"@typescript-eslint/types": "npm:8.17.0"
1433-
"@typescript-eslint/visitor-keys": "npm:8.17.0"
1426+
"@typescript-eslint/types": "npm:8.18.0"
1427+
"@typescript-eslint/visitor-keys": "npm:8.18.0"
14341428
debug: "npm:^4.3.4"
14351429
fast-glob: "npm:^3.3.2"
14361430
is-glob: "npm:^4.0.3"
14371431
minimatch: "npm:^9.0.4"
14381432
semver: "npm:^7.6.0"
14391433
ts-api-utils: "npm:^1.3.0"
1440-
peerDependenciesMeta:
1441-
typescript:
1442-
optional: true
1443-
checksum: 10/8a1f8be767b82e75d41eedda7fdb5135787ceaab480671b6d9891b5f92ee3a13f19ad6f48d5abf5e4f2afc4dd3317c621c1935505ef098f22b67be2f9d01ab7b
1434+
peerDependencies:
1435+
typescript: ">=4.8.4 <5.8.0"
1436+
checksum: 10/8ffd54a58dcc2c1b33f55c29193656fde772946d9dea87e06084a242dad3098049ecff9758e215c9f27ed358c5c7dabcae96cf19bc824098e075500725faf2e1
14441437
languageName: node
14451438
linkType: hard
14461439

1447-
"@typescript-eslint/utils@npm:8.17.0":
1448-
version: 8.17.0
1449-
resolution: "@typescript-eslint/utils@npm:8.17.0"
1440+
"@typescript-eslint/utils@npm:8.18.0":
1441+
version: 8.18.0
1442+
resolution: "@typescript-eslint/utils@npm:8.18.0"
14501443
dependencies:
14511444
"@eslint-community/eslint-utils": "npm:^4.4.0"
1452-
"@typescript-eslint/scope-manager": "npm:8.17.0"
1453-
"@typescript-eslint/types": "npm:8.17.0"
1454-
"@typescript-eslint/typescript-estree": "npm:8.17.0"
1445+
"@typescript-eslint/scope-manager": "npm:8.18.0"
1446+
"@typescript-eslint/types": "npm:8.18.0"
1447+
"@typescript-eslint/typescript-estree": "npm:8.18.0"
14551448
peerDependencies:
14561449
eslint: ^8.57.0 || ^9.0.0
1457-
peerDependenciesMeta:
1458-
typescript:
1459-
optional: true
1460-
checksum: 10/e82934468bece55ccf633be9f3fe6cae26791fa6488b5af08ea22566f6b32e1296917e46cb1fe39bba7717ebdf0dca49935112760c4439a11af36b3b7925917a
1450+
typescript: ">=4.8.4 <5.8.0"
1451+
checksum: 10/ced2775200a4d88f9c1808f2f9a4dc43505939c4bcd5b60ca2e74bf291d6f6993789ce9d56f373c39476080a9f430e969258ee8111d0a7a9ea85da399151d27e
14611452
languageName: node
14621453
linkType: hard
14631454

1464-
"@typescript-eslint/visitor-keys@npm:8.17.0":
1465-
version: 8.17.0
1466-
resolution: "@typescript-eslint/visitor-keys@npm:8.17.0"
1455+
"@typescript-eslint/visitor-keys@npm:8.18.0":
1456+
version: 8.18.0
1457+
resolution: "@typescript-eslint/visitor-keys@npm:8.18.0"
14671458
dependencies:
1468-
"@typescript-eslint/types": "npm:8.17.0"
1459+
"@typescript-eslint/types": "npm:8.18.0"
14691460
eslint-visitor-keys: "npm:^4.2.0"
1470-
checksum: 10/e7a3c3b9430ecefb8e720f735f8a94f87901f055c75dc8eec60052dfdf90cc28dd33f03c11cd8244551dc988bf98d1db9bd09ef8fd3c51236912cab3680b9c6b
1461+
checksum: 10/6b2e1e471097ddd903dcb125ba8ff42bf4262fc4f408ca3afacf4161cff6f06b7ab4a6a7dd273e34b61a676f89a00535de7497c77d9001a10512ba3fe7d91971
14711462
languageName: node
14721463
linkType: hard
14731464

@@ -2150,7 +2141,7 @@ __metadata:
21502141
languageName: node
21512142
linkType: hard
21522143

2153-
"cross-spawn@npm:^7.0.0, cross-spawn@npm:^7.0.3, cross-spawn@npm:^7.0.5":
2144+
"cross-spawn@npm:^7.0.0, cross-spawn@npm:^7.0.3, cross-spawn@npm:^7.0.6":
21542145
version: 7.0.6
21552146
resolution: "cross-spawn@npm:7.0.6"
21562147
dependencies:
@@ -2575,16 +2566,16 @@ __metadata:
25752566
languageName: node
25762567
linkType: hard
25772568

2578-
"eslint@npm:9.16.0":
2579-
version: 9.16.0
2580-
resolution: "eslint@npm:9.16.0"
2569+
"eslint@npm:9.17.0":
2570+
version: 9.17.0
2571+
resolution: "eslint@npm:9.17.0"
25812572
dependencies:
25822573
"@eslint-community/eslint-utils": "npm:^4.2.0"
25832574
"@eslint-community/regexpp": "npm:^4.12.1"
25842575
"@eslint/config-array": "npm:^0.19.0"
25852576
"@eslint/core": "npm:^0.9.0"
25862577
"@eslint/eslintrc": "npm:^3.2.0"
2587-
"@eslint/js": "npm:9.16.0"
2578+
"@eslint/js": "npm:9.17.0"
25882579
"@eslint/plugin-kit": "npm:^0.2.3"
25892580
"@humanfs/node": "npm:^0.16.6"
25902581
"@humanwhocodes/module-importer": "npm:^1.0.1"
@@ -2593,7 +2584,7 @@ __metadata:
25932584
"@types/json-schema": "npm:^7.0.15"
25942585
ajv: "npm:^6.12.4"
25952586
chalk: "npm:^4.0.0"
2596-
cross-spawn: "npm:^7.0.5"
2587+
cross-spawn: "npm:^7.0.6"
25972588
debug: "npm:^4.3.2"
25982589
escape-string-regexp: "npm:^4.0.0"
25992590
eslint-scope: "npm:^8.2.0"
@@ -2620,7 +2611,7 @@ __metadata:
26202611
optional: true
26212612
bin:
26222613
eslint: bin/eslint.js
2623-
checksum: 10/b47a34392a55bc08594ee2fed2777d7aff96f38b584791ccded44d88b72795acfe15b18643fd4046f680734a1f16244d554f34a485f660fa723e25d609fb12ba
2614+
checksum: 10/a48ee67dd4e737974bbb49ca5d12d0ce35bcd874507807599e3655bb398320ab27c9deed1aad508a963967815e626c21208f52158c2fc0796d0cc8186528efeb
26242615
languageName: node
26252616
linkType: hard
26262617

@@ -3651,15 +3642,15 @@ __metadata:
36513642
"@babel/plugin-syntax-import-assertions": "npm:7.26.0"
36523643
"@commitlint/cli": "npm:19.6.0"
36533644
"@commitlint/config-conventional": "npm:19.6.0"
3654-
"@eslint/js": "npm:9.16.0"
3645+
"@eslint/js": "npm:9.17.0"
36553646
"@types/aws-lambda": "npm:8.10.146"
36563647
"@types/babel__core": "npm:7.20.5"
36573648
"@types/lodash-es": "npm:4.17.12"
36583649
"@types/node": "npm:22.10.2"
36593650
"@vitest/coverage-v8": "npm:2.1.8"
36603651
commitizen: "npm:4.3.1"
36613652
cz-conventional-changelog: "npm:3.3.0"
3662-
eslint: "npm:9.16.0"
3653+
eslint: "npm:9.17.0"
36633654
eslint-config-prettier: "npm:9.1.0"
36643655
globals: "npm:15.13.0"
36653656
husky: "npm:9.1.7"
@@ -3669,7 +3660,7 @@ __metadata:
36693660
prettier: "npm:3.4.2"
36703661
tsx: "npm:4.19.2"
36713662
typescript: "npm:5.7.2"
3672-
typescript-eslint: "npm:8.17.0"
3663+
typescript-eslint: "npm:8.18.0"
36733664
vite-tsconfig-paths: "npm:5.1.4"
36743665
vitest: "npm:2.1.8"
36753666
languageName: unknown
@@ -5187,19 +5178,17 @@ __metadata:
51875178
languageName: node
51885179
linkType: hard
51895180

5190-
"typescript-eslint@npm:8.17.0":
5191-
version: 8.17.0
5192-
resolution: "typescript-eslint@npm:8.17.0"
5181+
"typescript-eslint@npm:8.18.0":
5182+
version: 8.18.0
5183+
resolution: "typescript-eslint@npm:8.18.0"
51935184
dependencies:
5194-
"@typescript-eslint/eslint-plugin": "npm:8.17.0"
5195-
"@typescript-eslint/parser": "npm:8.17.0"
5196-
"@typescript-eslint/utils": "npm:8.17.0"
5185+
"@typescript-eslint/eslint-plugin": "npm:8.18.0"
5186+
"@typescript-eslint/parser": "npm:8.18.0"
5187+
"@typescript-eslint/utils": "npm:8.18.0"
51975188
peerDependencies:
51985189
eslint: ^8.57.0 || ^9.0.0
5199-
peerDependenciesMeta:
5200-
typescript:
5201-
optional: true
5202-
checksum: 10/b6e15a85ae803c9b3863306f02ec2e049b76900f01d0d5fee0ec84e4417ba056c9d90361b1a0e2f21847ee7ee2bef96de5a8a0eba82dc8a4f49f0799e61c52b5
5190+
typescript: ">=4.8.4 <5.8.0"
5191+
checksum: 10/e39d39e25d3916b3c94715db3cb84cf7564b92e08ea026a5d6116a1bd6c8e0c1bfcadad2d26bdba195a59b0e0c1bed296f50b78a66f3516e13e9a6c380546719
52035192
languageName: node
52045193
linkType: hard
52055194

0 commit comments

Comments
 (0)