Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Commit

Permalink
chore: pin version of adm-zip (#654)
Browse files Browse the repository at this point in the history
* chore: pin version of adm-zip

* chore: pin adm-zip in package.json
  • Loading branch information
eduardoboucas committed Sep 13, 2021
1 parent fbcb80f commit 4c64157
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
},
"devDependencies": {
"@netlify/eslint-config-node": "^3.2.6",
"adm-zip": "^0.5.0",
"adm-zip": "0.5.5",
"ava": "^3.0.0",
"cpy": "^8.0.0",
"get-stream": "^6.0.0",
Expand Down
6 changes: 6 additions & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@
matchPackageNames: ['yargs'],
allowedVersions: '<17',
},
// Version 0.5.6 of adm-zip is breaking tests. See:
// https://github.com/netlify/zip-it-and-ship-it/pull/651/checks?check_run_id=3587767454
{
matchPackageNames: ['adm-zip'],
allowedVersions: '<=0.5.5',
},
{
// Fake dependencies used in tests
packageNames: ['test'],
Expand Down

1 comment on commit 4c64157

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⏱ Benchmark results

largeDepsEsbuild: 11.5s

largeDepsZisi: 58s

Please sign in to comment.