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

build(deps): bump @msgpack/msgpack from 3.0.0-beta2 to 3.0.0 #862

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 10, 2025

Bumps @msgpack/msgpack from 3.0.0-beta2 to 3.0.0.

Release notes

Sourced from @​msgpack/msgpack's releases.

v3.0.0

What's Changed

New Contributors

Full Changelog: msgpack/msgpack-javascript@v2.8.0...v3.0.0

Changelog

Sourced from @​msgpack/msgpack's changelog.

3.0.0 2025-02-07

msgpack/msgpack-javascript@v2.8.0...v3.0.0

  • Set the compile target to ES2020, dropping support for the dists with the ES5 target
  • Fixed a bug that encode() and decode() were not re-entrant in reusing instances (#257)
  • Allowed the data alignment to support zero-copy decoding (#248, thanks to @​EddiG)
  • Added an option rawStrings: boolean to decoders (#235, thanks to @​jasonpaulos)
  • Optimized GC load by reusing stack states (#228, thanks to @​sergeyzenchenko)
  • Added an option useBigInt64 to map JavaScript's BigInt to MessagePack's int64 and uint64 (#223)
  • Drop IE11 support (#221)
  • Change the interfaces of Encoder and Decoder, and describe the interfaces in README.md (#224):
    • new Encoder(options: EncoderOptions): it takes the same named-options as encode()
    • new Decoder(options: DecoderOptions): it takes the same named-options as decode()

3.0.0-beta6 2025-02-07

msgpack/msgpack-javascript@v3.0.0-beta5...v3.0.0-beta6

  • Set the compile target to ES2020, dropping support for the dists with the ES5 target

3.0.0-beta5 2025-02-06

msgpack/msgpack-javascript@v3.0.0-beta4...v3.0.0-beta5

  • Fixed a bug that encode() and decode() were not re-entrant in reusing instances (#257)

3.0.0-beta4 2025-02-04

msgpack/msgpack-javascript@v3.0.0-beta3...v3.0.0-beta4

  • Added Deno test to CI
  • Added Bun tests to CI
  • Allowed the data alignment to support zero-copy decoding (#248, thanks to @​EddiG)

3.0.0-beta3 2025-01-26

msgpack/msgpack-javascript@v3.0.0-beta2...v3.0.0-beta3

  • Added an option rawStrings: boolean to decoders (#235, thanks to @​jasonpaulos)
  • Optimized GC load by reusing stack states (#228, thanks to @​sergeyzenchenko)
  • Drop support for Node.js v16
  • Type compatibility with ES2024 / SharedArrayBuffer
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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [@msgpack/msgpack](https://github.com/msgpack/msgpack-javascript) from 3.0.0-beta2 to 3.0.0.
- [Release notes](https://github.com/msgpack/msgpack-javascript/releases)
- [Changelog](https://github.com/msgpack/msgpack-javascript/blob/main/CHANGELOG.md)
- [Commits](msgpack/msgpack-javascript@v3.0.0-beta2...v3.0.0)

---
updated-dependencies:
- dependency-name: "@msgpack/msgpack"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 10, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 17, 2025

Superseded by #874.

@dependabot dependabot bot closed this Feb 17, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/msgpack/msgpack-3.0.0 branch February 17, 2025 08:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants