Skip to content

fix(deps): update dependency @zip.js/zip.js to v2.8.23#301

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/zip.js-zip.js-2.x
Open

fix(deps): update dependency @zip.js/zip.js to v2.8.23#301
renovate[bot] wants to merge 1 commit intomainfrom
renovate/zip.js-zip.js-2.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 7, 2026

This PR contains the following updates:

Package Change Age Confidence
@zip.js/zip.js (source) 2.8.132.8.23 age confidence

Release Notes

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

v2.8.23

Compare Source

  • Fixed zip64 auto-detection with keepOrder set to false in ZipWriter

Zip files containing entries larger than 4 GB or larger than 4 GB are now handled correctly when entries are written in parallel with keepOrder set to false. The zip64 extra field in the central directory is now built from actual offset and disk number values at close time, rather than being predicted at entry creation time.

  • Updated dev dependencies

v2.8.22

Compare Source

Fixed support of option keepOrder when set to false in ZipWriter (the option is set to true by default)

v2.8.21

Compare Source

Implemented workaround (feature test) for DOMException serialization bug in Deno version 2.6.x (fix #​636)

v2.8.20

Compare Source

v2.8.19

Compare Source

Removed unwanted web-worker dependency inadvertently added in the package.json file of version 2.8.17

v2.8.18

Compare Source

  • Added createTempStream option to ZipWriter, used when adding entries in parallel, for custom temporary buffered write storage (e.g. filesystem, OPFS, network) instead of the default in-memory TransformStream (see this test for a usage example)
  • Improved buffering implementation in ZipWriter by removing the Blob/Response usage
  • Fixed minor regression introduced in version 2.8.16 when the web worker URI is not a data or blob URI (workers were not working with code using ES6 import) (see related test)

v2.8.17

Compare Source

Fixed support of Web Workers when running zip.js with Bun (see #​638)

v2.8.16

Compare Source

v2.8.15

Compare Source

  • Fixed NPM Access Token expiration issue (see #​633)
  • Fixed minor issues in the documentation

v2.8.14

Compare Source

  • Fixed compressed size value in local headers when creating zip files using ZIP64 implicitly, i.e. when the zip64 option is not set to true (see #​627) and, for example, creating ZIP files weighting more than 4GB.
  • Fixed potential empty ZIP64 extra field in local headers

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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 force-pushed the renovate/zip.js-zip.js-2.x branch 2 times, most recently from 89fc596 to ea20d26 Compare January 8, 2026 18:58
@mmattel mmattel requested review from LukasHirt and mzner January 9, 2026 08:14
@renovate renovate bot force-pushed the renovate/zip.js-zip.js-2.x branch from ea20d26 to 93d1e13 Compare January 14, 2026 02:12
@renovate renovate bot changed the title fix(deps): update dependency @zip.js/zip.js to v2.8.14 fix(deps): update dependency @zip.js/zip.js to v2.8.15 Jan 14, 2026
@renovate renovate bot force-pushed the renovate/zip.js-zip.js-2.x branch 2 times, most recently from 4b55133 to b165113 Compare January 23, 2026 17:39
@renovate renovate bot force-pushed the renovate/zip.js-zip.js-2.x branch from b165113 to f20a86d Compare January 28, 2026 08:48
@renovate renovate bot changed the title fix(deps): update dependency @zip.js/zip.js to v2.8.15 fix(deps): update dependency @zip.js/zip.js to v2.8.16 Jan 29, 2026
@renovate renovate bot force-pushed the renovate/zip.js-zip.js-2.x branch 2 times, most recently from 0706b07 to 1f0e161 Compare February 2, 2026 14:59
@renovate renovate bot force-pushed the renovate/zip.js-zip.js-2.x branch from 1f0e161 to 66b13aa Compare February 6, 2026 08:13
@renovate renovate bot changed the title fix(deps): update dependency @zip.js/zip.js to v2.8.16 fix(deps): update dependency @zip.js/zip.js to v2.8.17 Feb 6, 2026
@renovate renovate bot force-pushed the renovate/zip.js-zip.js-2.x branch from 66b13aa to 24ef53a Compare February 10, 2026 01:07
@renovate renovate bot changed the title fix(deps): update dependency @zip.js/zip.js to v2.8.17 fix(deps): update dependency @zip.js/zip.js to v2.8.18 Feb 10, 2026
@renovate renovate bot force-pushed the renovate/zip.js-zip.js-2.x branch from 24ef53a to f1ec7ef Compare February 10, 2026 15:08
@renovate renovate bot changed the title fix(deps): update dependency @zip.js/zip.js to v2.8.18 fix(deps): update dependency @zip.js/zip.js to v2.8.19 Feb 10, 2026
@renovate renovate bot force-pushed the renovate/zip.js-zip.js-2.x branch from f1ec7ef to 98dcaec Compare February 11, 2026 17:07
@renovate renovate bot changed the title fix(deps): update dependency @zip.js/zip.js to v2.8.19 fix(deps): update dependency @zip.js/zip.js to v2.8.20 Feb 11, 2026
@renovate renovate bot force-pushed the renovate/zip.js-zip.js-2.x branch 4 times, most recently from 708de53 to b3ff60f Compare February 19, 2026 04:10
@renovate renovate bot changed the title fix(deps): update dependency @zip.js/zip.js to v2.8.20 fix(deps): update dependency @zip.js/zip.js to v2.8.21 Feb 19, 2026
@renovate renovate bot force-pushed the renovate/zip.js-zip.js-2.x branch from b3ff60f to 2b00188 Compare March 3, 2026 00:54
@renovate renovate bot changed the title fix(deps): update dependency @zip.js/zip.js to v2.8.21 fix(deps): update dependency @zip.js/zip.js to v2.8.22 Mar 3, 2026
@renovate renovate bot force-pushed the renovate/zip.js-zip.js-2.x branch from 2b00188 to 3fb68fd Compare March 5, 2026 13:28
@renovate renovate bot changed the title fix(deps): update dependency @zip.js/zip.js to v2.8.22 fix(deps): update dependency @zip.js/zip.js to v2.8.23 Mar 5, 2026
@renovate renovate bot force-pushed the renovate/zip.js-zip.js-2.x branch from 3fb68fd to 547f91a Compare March 5, 2026 18:57
@renovate renovate bot force-pushed the renovate/zip.js-zip.js-2.x branch from 547f91a to d9767af Compare March 13, 2026 09:15
@renovate renovate bot force-pushed the renovate/zip.js-zip.js-2.x branch from d9767af to 0ef70ad Compare March 13, 2026 13:33
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