Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump @zip.js/zip.js from 2.6.62 to 2.7.33 #137

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 29, 2024

Bumps @zip.js/zip.js from 2.6.62 to 2.7.33.

Release notes

Sourced from @​zip.js/zip.js's releases.

v2.7.33

  • terminateWorkers() can be called asynchronously in order to wait for the termination of all workers
  • Fixed detection of the Worker API (see #480)
  • Fixed support of chunkSize option
  • Fixed other minor issues

v2.7.32

Fixed potential data corruption in Deno when using Web Workers (Thanks to @​vi117, see #466)

v2.7.31

ZipReader: added support of invalid zip files with truncated preprended data (e.g. self-extracting files where the program part has been truncated without fixing the zip payload)

v2.7.30

  • Fixed bug when creating empty encrypted entries
  • Fixed error when calling ZipDirectoryEntry#addFileSystemHandle() with undefined handles

v2.7.29

FS API: the option bufferedWrite is now set to true by default when calling export* methods (e.g. exportBlob()) in order to use multiple web workers by default

v2.7.28

  • Added missing FS#addUint8Array method
  • Fixed potential issue leading to larger files than expected (max. 64 bytes) when creating split zip files in usdz format

v2.7.27

  • Added model/vnd.usdz+zip in getMimeType
  • Added support of the USDZ extra field in ZipReader

v2.7.26

Added support of split zip files for USDZ files

v2.7.25

v2.7.24

FS API:

  • Keep last access and creation date of entries when importing a zip file

v2.7.23

  • Fixed support of "Extended Timestamp" extra field used to store the creation and last access date of entries, see "Extended Timestamp Extra Field" here for more information about the spec
  • Fixed duplicate filename extensions in the implementation of getMimeType()

v2.7.22

  • Updated MIME types table in getMimeType() (see #440)
  • Added index.min.js (minified ES6 module) in the root folder of the project (see #441)

v2.7.21

Fixed error in z-worker-core.js when catching potential and intermittent undefined errors (see #439)

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@zip.js/zip.js](https://github.com/gildas-lormeau/zip.js) from 2.6.62 to 2.7.33.
- [Release notes](https://github.com/gildas-lormeau/zip.js/releases)
- [Commits](gildas-lormeau/zip.js@v2.6.62...v2.7.33)

---
updated-dependencies:
- dependency-name: "@zip.js/zip.js"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 29, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 5, 2024

Superseded by #142.

@dependabot dependabot bot closed this Feb 5, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/zip.js/zip.js-2.7.33 branch February 5, 2024 14:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants