plugin-responsive-images
plugin-responsive-images copied to clipboard
Update dependency @zip.js/zip.js to v2.7.52
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| @zip.js/zip.js (source) | 2.7.47 -> 2.7.52 |
Release Notes
gildas-lormeau/zip.js (@zip.js/zip.js)
v2.7.52
- Added option
compressionMethodinZipWriterfor handling custom compression methods (e.g. zstd) when setting the optionpassThroughtotrue - Fixed issue with Uint8Array size in
ZipReaderwhen settingpassThroughtotrueand using aUint8Writerclass to get the uncompressed data - Fixed optional
checkPasswordOnlyproperty in the type definitions (index.d.ts)
v2.7.51
- Fixed issue when passing
passThrough: trueoption in theimport*methods of theFSAPI with AES-encrypted files where the encryption strength is not set to the default value (i.e.3)
v2.7.50
- Added the new option
passThroughinZipReader,ZipWriter, andZipDirectoryEntry#importmethods. This allows reading/writing directly the raw data of zip entries without processing it (i.e. compressing or/and encrypting data) - Added the new option
offsetinZipWriter. 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 data - Completed the implementation of the
bitFlagproperty inZipWriter. It will now take into account the level of compression and update the bit flag value accordingly. - Updated dev dependencies
v2.7.49
v2.7.48
What's Changed
- Support ignoring Language Encoding flag with the new option
useUnicodeFileNamesby @eliandoran in https://github.com/gildas-lormeau/zip.js/pull/521
New Contributors
- @eliandoran made their first contribution in https://github.com/gildas-lormeau/zip.js/pull/521
Full Changelog: https://github.com/gildas-lormeau/zip.js/compare/v2.7.47...v2.7.48
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.