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

fix(deps): update dependency @zip.js/zip.js to v2.7.52 - autoclosed #317

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 28, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@zip.js/zip.js (source) 2.7.34 -> 2.7.52 age adoption passing confidence

Release Notes

gildas-lormeau/zip.js (@​zip.js/zip.js)

v2.7.52

Compare Source

  • Added option compressionMethod in ZipWriter for handling custom compression methods (e.g. zstd) when setting the option passThrough to true
  • Fixed issue with Uint8Array size in ZipReader when setting passThrough to true and using a Uint8Writer class to get the uncompressed data
  • Fixed optional checkPasswordOnly property in the type definitions (index.d.ts)

v2.7.51

Compare Source

  • Fixed issue when passing passThrough: true option in the import* methods of the FS API with AES-encrypted files where the encryption strength is not set to the default value (i.e. 3)

v2.7.50

Compare Source

  • Added the new option passThrough in ZipReader, ZipWriter, and ZipDirectoryEntry#import methods. 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 offset in ZipWriter. 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 bitFlag property in ZipWriter. It will now take into account the level of compression and update the bit flag value accordingly.
  • Updated dev dependencies

v2.7.49

Compare Source

v2.7.48

Compare Source

What's Changed

New 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)

v2.7.45

Compare Source

Fix rare issue where files would not be compressed if the compression codec included in zip.js was not used

v2.7.44

Compare Source

What's Changed

New Contributors

Full Changelog: gildas-lormeau/zip.js@v2.7.43...v2.7.44

v2.7.43

Compare Source

  • Fixed an issue with zip files incorrectly detected as using zip64 under particular circumstances (e.g. when they contain exactly 65536 entries) when trying to read them

v2.7.42

Compare Source

  • Added decodeText and encodeText options to handle text encoding of filenames and comments when reading and writing a zip file respectively (see #​507).
  • Fixed issue where creating a zip file without Deflate implementation could lead to a corrupted zip file (see #​508).

v2.7.41

Compare Source

Added combineSizeEocd option in HttpReader (see https://gildas-lormeau.github.io/zip.js/api/interfaces/HttpOptions.html)

What's Changed

Full Changelog: gildas-lormeau/zip.js@v2.7.40...v2.7.41

v2.7.40

Compare Source

Fix regression introduced in version v2.7.38 leading to some streams being not closes internally

v2.7.39

Compare Source

v2.7.38

Compare Source

  • Fixed missing documentation
  • Fixed ignored exceptions when closing WritableStream instances used internally

v2.7.37

Compare Source

Fixed potential uncaught exception (see #​493)

v2.7.36

Compare Source

Fixed missing exported interfaces in the index.d.ts file.

v2.7.35

Compare Source

What's Changed

New Contributors

Full Changelog: gildas-lormeau/zip.js@v2.7.34...v2.7.35


Configuration

📅 Schedule: Branch creation - "before 11pm" 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot enabled auto-merge (rebase) February 28, 2024 16:05
Copy link

codecov bot commented Feb 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (c5d9bfb) to head (8d7f461).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##            master      #317   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          111       111           
  Lines         1082      1082           
  Branches       158       158           
=========================================
  Hits          1082      1082           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot changed the title fix(deps): update dependency @zip.js/zip.js to v2.7.35 fix(deps): update dependency @zip.js/zip.js to v2.7.36 Feb 29, 2024
@renovate renovate bot force-pushed the renovate/zip.js-zip.js-2.x-lockfile branch 2 times, most recently from fa8c480 to 69a3b86 Compare March 4, 2024 21:10
@renovate renovate bot changed the title fix(deps): update dependency @zip.js/zip.js to v2.7.36 fix(deps): update dependency @zip.js/zip.js to v2.7.37 Mar 4, 2024
@renovate renovate bot force-pushed the renovate/zip.js-zip.js-2.x-lockfile branch from 69a3b86 to 2e6969b Compare March 7, 2024 15:58
@renovate renovate bot changed the title fix(deps): update dependency @zip.js/zip.js to v2.7.37 fix(deps): update dependency @zip.js/zip.js to v2.7.38 Mar 7, 2024
@renovate renovate bot force-pushed the renovate/zip.js-zip.js-2.x-lockfile branch from 2e6969b to cc97b96 Compare March 7, 2024 18:37
@renovate renovate bot changed the title fix(deps): update dependency @zip.js/zip.js to v2.7.38 fix(deps): update dependency @zip.js/zip.js to v2.7.40 Mar 7, 2024
@renovate renovate bot force-pushed the renovate/zip.js-zip.js-2.x-lockfile branch 2 times, most recently from fe96e93 to f753ada Compare March 18, 2024 19:02
@renovate renovate bot force-pushed the renovate/zip.js-zip.js-2.x-lockfile branch from f753ada to b0c9087 Compare April 2, 2024 16:51
@renovate renovate bot changed the title fix(deps): update dependency @zip.js/zip.js to v2.7.40 fix(deps): update dependency @zip.js/zip.js to v2.7.41 Apr 2, 2024
@renovate renovate bot force-pushed the renovate/zip.js-zip.js-2.x-lockfile branch from b0c9087 to d245c09 Compare April 3, 2024 18:25
@renovate renovate bot force-pushed the renovate/zip.js-zip.js-2.x-lockfile branch from d245c09 to 09ebf17 Compare April 23, 2024 15:45
@renovate renovate bot changed the title fix(deps): update dependency @zip.js/zip.js to v2.7.41 fix(deps): update dependency @zip.js/zip.js to v2.7.42 Apr 23, 2024
@renovate renovate bot force-pushed the renovate/zip.js-zip.js-2.x-lockfile branch from 09ebf17 to f0116f4 Compare April 24, 2024 10:26
@renovate renovate bot changed the title fix(deps): update dependency @zip.js/zip.js to v2.7.42 fix(deps): update dependency @zip.js/zip.js to v2.7.43 Apr 24, 2024
@renovate renovate bot force-pushed the renovate/zip.js-zip.js-2.x-lockfile branch 2 times, most recently from 453a651 to b6021ac Compare May 6, 2024 10:35
@renovate renovate bot changed the title fix(deps): update dependency @zip.js/zip.js to v2.7.43 fix(deps): update dependency @zip.js/zip.js to v2.7.44 May 6, 2024
@renovate renovate bot force-pushed the renovate/zip.js-zip.js-2.x-lockfile branch 2 times, most recently from 4cebead to 1e0adaf Compare May 29, 2024 02:05
@renovate renovate bot changed the title fix(deps): update dependency @zip.js/zip.js to v2.7.44 fix(deps): update dependency @zip.js/zip.js to v2.7.45 May 29, 2024
@renovate renovate bot force-pushed the renovate/zip.js-zip.js-2.x-lockfile branch from 1e0adaf to ffd6be3 Compare June 17, 2024 15:15
@renovate renovate bot force-pushed the renovate/zip.js-zip.js-2.x-lockfile branch from ffd6be3 to dfcfa51 Compare July 17, 2024 19:56
@renovate renovate bot changed the title fix(deps): update dependency @zip.js/zip.js to v2.7.45 fix(deps): update dependency @zip.js/zip.js to v2.7.46 Jul 17, 2024
@renovate renovate bot force-pushed the renovate/zip.js-zip.js-2.x-lockfile branch from dfcfa51 to 5bdcc5c Compare July 18, 2024 12:33
@renovate renovate bot changed the title fix(deps): update dependency @zip.js/zip.js to v2.7.46 fix(deps): update dependency @zip.js/zip.js to v2.7.47 Jul 18, 2024
@renovate renovate bot force-pushed the renovate/zip.js-zip.js-2.x-lockfile branch 2 times, most recently from e80d202 to 0f8ebd4 Compare July 31, 2024 10:50
@renovate renovate bot changed the title fix(deps): update dependency @zip.js/zip.js to v2.7.47 fix(deps): update dependency @zip.js/zip.js to v2.7.48 Jul 31, 2024
@renovate renovate bot force-pushed the renovate/zip.js-zip.js-2.x-lockfile branch from 0f8ebd4 to 6ea870d Compare August 7, 2024 14:03
@renovate renovate bot force-pushed the renovate/zip.js-zip.js-2.x-lockfile branch from 6ea870d to 03c8830 Compare August 21, 2024 14:53
@renovate renovate bot changed the title fix(deps): update dependency @zip.js/zip.js to v2.7.48 fix(deps): update dependency @zip.js/zip.js to v2.7.49 Aug 21, 2024
@renovate renovate bot force-pushed the renovate/zip.js-zip.js-2.x-lockfile branch from 03c8830 to d117669 Compare August 21, 2024 17:26
@renovate renovate bot changed the title fix(deps): update dependency @zip.js/zip.js to v2.7.49 fix(deps): update dependency @zip.js/zip.js to v2.7.50 Aug 21, 2024
@renovate renovate bot force-pushed the renovate/zip.js-zip.js-2.x-lockfile branch from d117669 to 2c7208e Compare August 21, 2024 21:49
@renovate renovate bot changed the title fix(deps): update dependency @zip.js/zip.js to v2.7.50 fix(deps): update dependency @zip.js/zip.js to v2.7.51 Aug 21, 2024
@renovate renovate bot force-pushed the renovate/zip.js-zip.js-2.x-lockfile branch from 2c7208e to 54a4b5a Compare August 27, 2024 21:35
@renovate renovate bot changed the title fix(deps): update dependency @zip.js/zip.js to v2.7.51 fix(deps): update dependency @zip.js/zip.js to v2.7.52 Aug 27, 2024
@renovate renovate bot force-pushed the renovate/zip.js-zip.js-2.x-lockfile branch from 54a4b5a to 8d7f461 Compare September 3, 2024 18:32
@renovate renovate bot changed the title fix(deps): update dependency @zip.js/zip.js to v2.7.52 fix(deps): update dependency @zip.js/zip.js to v2.7.52 - autoclosed Sep 6, 2024
@renovate renovate bot closed this Sep 6, 2024
auto-merge was automatically disabled September 6, 2024 16:26

Pull request was closed

@renovate renovate bot deleted the renovate/zip.js-zip.js-2.x-lockfile branch September 6, 2024 16:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants