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

chore(deps-dev): bump @zip.js/zip.js from 2.6.60 to 2.7.6 #643

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Apr 18, 2023

Bumps @zip.js/zip.js from 2.6.60 to 2.7.6.

Release notes

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

v2.7.6

FS API:

  • added cause property on errors thrown by import* and export* methods
  • an error relative to an entry thrown when calling export* does not prevent the export of next entries

v2.7.5

FS API:

  • Fixed: keep directory metadata (last modification date, comment, version made by, external file attribute) when importing zip files containing directories stored as individual entries

v2.7.3

Added export of entry-point files from the ./lib/ in the package.json file (see #410)

v2.7.2

  • Fixed missing zip64 metadata when writing directories (i.e. entries without data) in a zip file (see gildas-lormeau/zip.js#409)

v2.7.1

  • Fixed breaking change (TS only) introduced in index.d.ts in versions v2.7.0 and v2.6.84

v2.7.0

  • Fixed errors in the index.d.ts file introduced in the previous version (v2.6.84)
  • Breaking change for TS users: Entry#getData() can return undefined asynchronously when the option checkPasswordOnly is set to true

v2.6.84

Added checkPasswordOnly option when creating a ZipReader instance or calling ZipReader#getData() to test if the password is valid without extracting data.

FS API:

  • added isPasswordProtected() and checkPassword() methods in ZipEntry and FS
  • FS#import* and ZipDirectoryEntry#import* methods return the imported entries
  • implemented FS#importZip()

v2.6.83

(Really) fixed potential uncaught inoffensive errors in web workers

v2.6.82

Fixed potential uncaught errors (which did not prevent zip.js from working as expected though)

2.6.81

File system API (FS):

  • import... methods keep the metadata (externalFileAttribute, versionMadeBy, comment, lastModDate) of the imported entries.
  • add... methods accept a new optional options argument to pass the options related to the added entry

v2.6.79

File system API (FS):

  • if an error is thrown when exporting a folder to a zip file, the error object will contain a property entryId which can be used to identify which entry triggered the error

v2.6.78

Filesytem API (FS):

  • Added a property readerOptions passed to the Reader instances when exporting a zip file
  • Made ZipEntry#clone parameter optional

... (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 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.60 to 2.7.6.
- [Release notes](https://github.com/gildas-lormeau/zip.js/releases)
- [Commits](gildas-lormeau/zip.js@v2.6.60...v2.7.6)

---
updated-dependencies:
- dependency-name: "@zip.js/zip.js"
  dependency-type: direct:development
  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 Apr 18, 2023
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
0 participants