File tree 3 files changed +10
-13
lines changed 3 files changed +10
-13
lines changed Original file line number Diff line number Diff line change @@ -18,9 +18,13 @@ updates:
18
18
- " *"
19
19
ignore :
20
20
- 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
22
24
- dependency-name : " @types/node"
23
25
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
24
28
- dependency-name : " chai"
25
29
update-types : ["version-update:semver-major"] # chai 4 to avoid esm
26
30
- dependency-name : " eslint"
Original file line number Diff line number Diff line change 55
55
],
56
56
"devDependencies" : {
57
57
"@stylistic/eslint-plugin" : " ^3.0.1" ,
58
- "@types/chai" : " ^5.2.0 " ,
58
+ "@types/chai" : " ^4.3.20 " ,
59
59
"@types/chalk" : " ^2.2.4" ,
60
60
"@types/follow-redirects" : " ^1.14.4" ,
61
61
"@types/js-yaml" : " ^4.0.9" ,
Original file line number Diff line number Diff line change 298
298
resolved "https://registry.yarnpkg.com/@tsconfig/node16/-/node16-1.0.4.tgz#0b92dcc0cc1c81f6f306a381f28e31b1a56536e9"
299
299
integrity sha512-vxhUy4J8lyeyinH7Azl1pdd43GJhZH/tP2weN8TntQblOY+A0XbT8DJk1/oCPuOOyg/Ja757rG0CgHcWC8OfMA==
300
300
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==
307
305
308
306
" @types/chalk@^2.2.4 " :
309
307
version "2.2.4"
312
310
dependencies :
313
311
chalk "*"
314
312
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
-
320
313
" @types/follow-redirects@^1.14.4 " :
321
314
version "1.14.4"
322
315
resolved "https://registry.yarnpkg.com/@types/follow-redirects/-/follow-redirects-1.14.4.tgz#ca054d72ef574c77949fc5fff278b430fcd508ec"
You can’t perform that action at this time.
0 commit comments