This repository was archived by the owner on May 11, 2026. It is now read-only.
v12.0.0
What's Changed
Breaking Changes
- This package only supports Node 18 and later.
- The
makeRequestfunction removed the deprecatedmaxTriesoption. UseretryCountinstead.
Other changes
- Update jest v27 to v29, adm-zip v0.4.13 to 0.5.16 by @lencioni in #304
- Use AbortSignal.timeout instead of AbortController in makeRequest by @lencioni in #305
- Update ESLint to v9 by @lencioni in #307
- Avoid passing undefined through to async-retry, remove maxTries option by @lencioni in #306
- Delete some old image files by @lencioni in #308
- Use zlib level 6 when making zip files by @lencioni in #309
- Refactor archiving to go through single determinstic function by @lencioni in #310
- Update lcs-image-diff from v2 to v3 by @lencioni in #311
- Update prettier 3.3.2 to 3.5.1 by @lencioni in #312
- Remove string.prototype.matchall dependency by @lencioni in #314
- Dedupe yarn.lock by @lencioni in #315
- Update eslint-plugin-jest and globals dependencies by @lencioni in #316
- Run ESLint in CI by @lencioni in #317
- Add some files to npmignore by @lencioni in #318
- Update glob v7 to v11 by @lencioni in #319
- Use yarn cache for Jest tests in CI by @lencioni in #320
- Log the time when retrying failed requests by @lencioni in #321
- Update rimraf v3 to v6 and use node fs.rm in commands by @lencioni in #322
- Update pngjs v3 to v7 by @lencioni in #323
- Update https-proxy-agent v5 to v7 by @lencioni in #324
- Move rimraf to dev dependencies by @lencioni in #325
- Fix deterministicArchive for relative paths by @lencioni in #326
- Sort files in findTestFiles by @lencioni in #327
- Add way to opt in to uploading assets with signed URLs by @lencioni in #328
- Use correct URL for finalizing signed URL uploads by @lencioni in #329
- Dowgrade glob v11 to v10 by @lencioni in #330
- Fix recursing to find files in Node <18.17 by @trotzig in #332
Full Changelog: v11.0.1...v12.0.0