chore(deps): update dependency adm-zip to v0.6.0#169
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #169 +/- ##
=======================================
Coverage 99.54% 99.54%
=======================================
Files 23 23
Lines 1107 1107
Branches 169 169
=======================================
Hits 1102 1102
Misses 5 5 ☔ View full report in Codecov by Sentry. |
91ba514 to
bccddf5
Compare
bccddf5 to
14495a3
Compare
14495a3 to
6812ff2
Compare
6812ff2 to
15c7a08
Compare
15c7a08 to
bb72a39
Compare
bb72a39 to
3c95d88
Compare
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the WalkthroughThe update focuses on enhancing the Changes
Poem
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
3c95d88 to
28f366f
Compare
28f366f to
0fa9a25
Compare
0fa9a25 to
ce4860a
Compare
ce4860a to
3e1e0a7
Compare
3e1e0a7 to
e3a3ce7
Compare
e3a3ce7 to
d343204
Compare
d343204 to
68a5576
Compare
68a5576 to
85bf30c
Compare
85bf30c to
b9f584a
Compare
This PR contains the following updates:
0.5.10→0.6.00.5.1→0.5.8Release Notes
cthackers/adm-zip (adm-zip)
v0.6.0Compare Source
==================
Security
Buffer.alloc(memory exhaustion / DoS) before any validation. Allocation is now bounded by the data actually present — STORED output is sized from the real bytes, DEFLATED output is grown by the inflater and capped at the declared size (#568)__proto__previously resolved toObject.prototype, crashingaddFileand hiding the entry fromgetEntry/readFile. The table is now prototype-lessBug fixes
extractAllTo/extractAllToAsyncnot restoring directory permissions withkeepOriginalPermission; directory modes are applied after their contents are written, deepest path first, and no longer lock the extractor out of a restrictive directory (#530)addLocalFolderwhen a folder contains a symlink pointing back to an ancestor (e.g. workspacenode_modules); the walk now tracks resolved real paths and skips already-visited directories (#541)ERR_INVALID_ARG_TYPE) that crashed the process whenwriteFileToAsynccould not open the target file (bad permissions, invalid filename, exhausted file descriptors); write failures are now reported through the callback and write errors are no longer silently swallowed (#470, #459, #402)name(e.g.a/b/c/now returnsc) (#466)extractEntryToflattening subdirectories whenmaintainEntryPathis false; the structure below the extracted directory is now preserved instead of collapsing (and overwriting) files by basename (#306)utimesaborting extraction; setting the modification time is now best-effort and never fails extraction of already-written content (#379)test()always returning false for any archive containing a file (it indexed the entries array with an entry object instead of reading the entry); it now correctly verifies each entry's CRCPerformance
Added
types.d.ts), so@types/adm-zipis no longer requiredNotes
extractEntryTo(dir, target, /* maintainEntryPath */ false)now preserves subdirectories beneath the extracted directory rather than flattening themv0.5.18Compare Source
What's Changed
New Contributors
Full Changelog: cthackers/adm-zip@v0.5.17...v0.5.18
v0.5.17Compare Source
What's Changed
New Contributors
Full Changelog: cthackers/adm-zip@v0.5.16...v0.5.17
v0.5.16Compare Source
What's Changed
New Contributors
Full Changelog: cthackers/adm-zip@v0.5.15...v0.5.16
v0.5.15Compare Source
What's Changed
New Contributors
Full Changelog: cthackers/adm-zip@v0.5.14...v0.5.15
v0.5.14Compare Source
Fixed an issue introduced on version 0.5.13 requiring a new mandatory parameter on the inflater on nodejs version >= 15
v0.5.13Compare Source
v0.5.12Compare Source
Fixed extraction error
v0.5.11Compare Source
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.