Skip to content

Commit 5c9623c

Browse files
committed
Correct type versions
1 parent 5c11479 commit 5c9623c

File tree

3 files changed

+10
-13
lines changed

3 files changed

+10
-13
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,13 @@ updates:
1818
- "*"
1919
ignore:
2020
- dependency-name: "@stylistic/eslint-plugin"
21-
update-types: ["version-update:semver-major"] # stylistic 4 to avoid esm
21+
update-types: ["version-update:semver-major"] # stylistic 3 to avoid esm
22+
- dependency-name: "@types/chai"
23+
update-types: ["version-update:semver-major"] # chai 4 to avoid esm
2224
- dependency-name: "@types/node"
2325
update-types: ["version-update:semver-major"] # Keep Node 18 compatibility
26+
- dependency-name: "@types/tar"
27+
update-types: ["version-update:semver-major"] # tar 6 for source compatibility
2428
- dependency-name: "chai"
2529
update-types: ["version-update:semver-major"] # chai 4 to avoid esm
2630
- dependency-name: "eslint"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
],
5656
"devDependencies": {
5757
"@stylistic/eslint-plugin": "^3.0.1",
58-
"@types/chai": "^5.2.0",
58+
"@types/chai": "^4.3.20",
5959
"@types/chalk": "^2.2.4",
6060
"@types/follow-redirects": "^1.14.4",
6161
"@types/js-yaml": "^4.0.9",

yarn.lock

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -298,12 +298,10 @@
298298
resolved "https://registry.yarnpkg.com/@tsconfig/node16/-/node16-1.0.4.tgz#0b92dcc0cc1c81f6f306a381f28e31b1a56536e9"
299299
integrity sha512-vxhUy4J8lyeyinH7Azl1pdd43GJhZH/tP2weN8TntQblOY+A0XbT8DJk1/oCPuOOyg/Ja757rG0CgHcWC8OfMA==
300300

301-
"@types/chai@^5.2.0":
302-
version "5.2.0"
303-
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-5.2.0.tgz#fe62a18d33001800d3590792ceb6126142f814a4"
304-
integrity sha512-FWnQYdrG9FAC8KgPVhDFfrPL1FBsL3NtIt2WsxKvwu/61K6HiuDF3xAb7c7w/k9ML2QOUHcwTgU7dKLFPK6sBg==
305-
dependencies:
306-
"@types/deep-eql" "*"
301+
"@types/chai@^4.3.20":
302+
version "4.3.20"
303+
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.3.20.tgz#cb291577ed342ca92600430841a00329ba05cecc"
304+
integrity sha512-/pC9HAB5I/xMlc5FP77qjCnI16ChlJfW0tGa0IUcFn38VJrTV6DeZ60NU5KZBtaOZqjdpwTWohz5HU1RrhiYxQ==
307305

308306
"@types/chalk@^2.2.4":
309307
version "2.2.4"
@@ -312,11 +310,6 @@
312310
dependencies:
313311
chalk "*"
314312

315-
"@types/deep-eql@*":
316-
version "4.0.2"
317-
resolved "https://registry.yarnpkg.com/@types/deep-eql/-/deep-eql-4.0.2.tgz#334311971d3a07121e7eb91b684a605e7eea9cbd"
318-
integrity sha512-c9h9dVVMigMPc4bwTvC5dxqtqJZwQPePsWjPlpSOnojbor6pGqdk541lfA7AqFQr5pB1BRdq0juY9db81BwyFw==
319-
320313
"@types/follow-redirects@^1.14.4":
321314
version "1.14.4"
322315
resolved "https://registry.yarnpkg.com/@types/follow-redirects/-/follow-redirects-1.14.4.tgz#ca054d72ef574c77949fc5fff278b430fcd508ec"

0 commit comments

Comments
 (0)