fix(deps): update dependency @zip.js/zip.js to v2.7.52 #247
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.7.45
->2.7.52
Release Notes
gildas-lormeau/zip.js (@zip.js/zip.js)
v2.7.52
Compare Source
compressionMethod
inZipWriter
for handling custom compression methods (e.g. zstd) when setting the optionpassThrough
totrue
ZipReader
when settingpassThrough
totrue
and using aUint8Writer
class to get the uncompressed datacheckPasswordOnly
property in the type definitions (index.d.ts
)v2.7.51
Compare Source
passThrough: true
option in theimport*
methods of theFS
API with AES-encrypted files where the encryption strength is not set to the default value (i.e.3
)v2.7.50
Compare Source
passThrough
inZipReader
,ZipWriter
, andZipDirectoryEntry#import
methods. This allows reading/writing directly the raw data of zip entries without processing it (i.e. compressing or/and encrypting data)offset
inZipWriter
. This allows setting the offset of the first entry in the file to a value > 0. This can be useful when creating zip files with prepended databitFlag
property inZipWriter
. It will now take into account the level of compression and update the bit flag value accordingly.v2.7.49
Compare Source
v2.7.48
Compare Source
What's Changed
useUnicodeFileNames
by @eliandoran in https://github.com/gildas-lormeau/zip.js/pull/521New Contributors
Full Changelog: gildas-lormeau/zip.js@v2.7.47...v2.7.48
v2.7.47
Compare Source
Fixed regression introduced in the previous version (see #520)
v2.7.46
Compare Source
Added the export
./data-uri
in order to support Web Workers loaded with a data URI instead of a Blob URI (see #519)Configuration
📅 Schedule: Branch creation - "before 4am on Monday" in timezone America/New_York, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.