Skip to content

fix(deps): update dependency crc to v4

Renovate requested to merge renovate/crc-4.x into v4.0-dev

This MR contains the following updates:

Package Type Update Change
crc dependencies major 3.8.0 -> 4.3.2

Release Notes

alexgorbatchev/crc (crc)

v4.3.2

Compare Source

  • Adds peerDependenciesMeta to mark buffer as optional (#​79, thanks @​azu)

v4.3.1

Compare Source

v4.3.0

Compare Source

v4.2.0

Compare Source

v4.1.1

Compare Source

  • Fixes bundling with esbuild and rollup when require is used.

v4.1.0

Compare Source

Fixes full support for EMS and CommonJS.

v4.0.0: TypeScript rewrite

Compare Source

  • This is a full rewrite in TypeScript and types are now bundled with 4.x.
  • I've tried to keep full API compatibility with 3.x (if you find issues, please report).
  • buffer dependency has been moved to peerDependencies and there's now a way to use CRC functions without the need for Buffer by passing Int8Array instead. This can help keep bundle size down (for example, crc32 is 41kb minified with buffer and 4kb without).

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 MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


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

This MR has been generated by Renovate Bot.

Edited by Renovate

Merge request reports