dudleycarr / snappystream

JavaScript library for supporting Snappy framing format
MIT License
4 stars 11 forks source link

Bump snappy from 6.3.5 to 7.2.0 #94

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps snappy from 6.3.5 to 7.2.0.

Release notes

Sourced from snappy's releases.

v7.2.0

What's Changed

Full Changelog: https://github.com/Brooooooklyn/snappy/compare/v7.1.2...v7.2.0

v7.1.2

What's Changed

Bug Fixes

  • compatible issues with centos:7 and void Linux (dbd61db)

Full Changelog: https://github.com/Brooooooklyn/snappy/compare/v7.1.1...v7.1.2

v7.1.1

What's Changed

  • fix: wrong generated index.js binding in 7.1.0.

Changed in 7.1.0 as it was deprecated

Full Changelog: https://github.com/Brooooooklyn/snappy/compare/v7.0.5...v7.1.1

v7.1.0 (deprecated)

🚧🚧🚧 This version was deprecated because of the #50. Use 7.1.1 instead

What's Changed

Full Changelog: https://github.com/Brooooooklyn/snappy/compare/v7.0.5...v7.1.0

v7.0.5

Bug Fixes

v7.0.4

7.0.4 (2021-10-28)

Bug Fixes

  • avoid copy input buffer (00cdd39)

... (truncated)

Changelog

Sourced from snappy's changelog.

7.2.0 (2022-10-05)

Features

  • provide copyOutputData to compatible with electron >= 21 (772abc9)

7.1.2 (2022-08-09)

Bug Fixes

  • compatible issues with centos:7 and void Linux (dbd61db)

7.1.1 (2021-12-22)

Bug Fixes

  • override the package name in generated index.js (42346fd)

7.1.0 (2021-12-22)

Features

7.0.5 (2021-11-06)

Bug Fixes

  • decompress: cast input to buffer (9bdf8f3), closes #38

7.0.4 (2021-10-28)

Bug Fixes

  • avoid copy input buffer (00cdd39)

7.0.3 (2021-08-27)

Bug Fixes

  • remove Ref usage to avoid memory leak (c89bb2e)

7.0.2 (2021-08-11)

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by broooooklyn, a new releaser for snappy since your current version.


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[bot] commented 2 years ago

Superseded by #97.