[go: nahoru, domu]

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 crc32-stream from 4.0.1 to 4.0.2 #59

Merged
merged 2 commits into from
May 30, 2021

Conversation

dependabot[bot]
Copy link
Contributor
@dependabot dependabot bot commented on behalf of github Feb 4, 2021

Bumps crc32-stream from 4.0.1 to 4.0.2.

Release notes

Sourced from crc32-stream's releases.

4.0.2

Bug Fixes

  • fix DeflateCRC32Stream to support Node.js 15.6.0+ (#31) (#32)

Maintenance

  • Bump actions/setup-node from v2.1.2 to v2.1.4 (#30)
Changelog

Sourced from crc32-stream's changelog.

Changelog

4.0.2February 3, 2021Diff

Bug Fixes

  • fix DeflateCRC32Stream to support Node.js 15.6.0+ (#31) (#32)

Maintenance

  • Bump actions/setup-node from v2.1.2 to v2.1.4 (#30)

4.0.1November 18, 2020Diff

Bug Fixes

  • use crc-32 rather than crc module (#28)

Maintenance

  • Bump mocha from 8.2.0 to 8.2.1 (#25)
  • Bump actions/checkout from v2.3.2 to v2.3.4 (#26)
  • Bump actions/setup-node from v2.1.1 to v2.1.2 (#23)
  • Bump mocha from 8.1.1 to 8.2.0 (#24)
  • Bump mocha from 8.1.0 to 8.1.1 (#18)
  • Bump actions/checkout from v2.3.1 to v2.3.2 (#19)
  • Bump mocha from 8.0.1 to 8.1.0 (#17)
  • Bump actions/setup-node from v2.1.0 to v2.1.1 (#16)

4.0.0July 18, 2020Diff

3.0.1August 2, 2019Diff

  • update dependencies

3.0.0April 29, 2019Diff

  • Require Node.js 6.9, update dependencies, use modern JS syntax (GH #10)
  • Do not use the deprecated Buffer() constructor (GH #8)
  • remove node v0.10 and v0.12 support

2.0.0February 13, 2017Diff

  • adopt nodejs core Hash API (GH #4)

... (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)

@dependabot dependabot bot added dependencies Upgrade or downgrade of project dependencies. javascript labels Feb 4, 2021
@acomagu
Copy link
acomagu commented May 27, 2021

I guess this solves the ZIP corruption problem on >=Node 15.6 because it includes the fix of archiverjs/node-crc32-stream#31 .

I wish this is merged and released.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/crc32-stream-4.0.2 branch from fa4c386 to 5a3bb15 Compare May 30, 2021 18:13
@ctalkington ctalkington merged commit 9f61d41 into master May 30, 2021
@ctalkington ctalkington deleted the dependabot/npm_and_yarn/crc32-stream-4.0.2 branch May 30, 2021 18:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Upgrade or downgrade of project dependencies.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants