Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 1, 2025

Bumps @msgpack/msgpack from 2.8.0 to 3.1.2.

Release notes

Sourced from @​msgpack/msgpack's releases.

v3.1.2

What's Changed

Full Changelog: msgpack/msgpack-javascript@v3.1.1...v3.1.2

v3.1.1

What's Changed

New Contributors

Full Changelog: msgpack/msgpack-javascript@v3.1.0...v3.1.1

v3.1.0

What's Changed

New Contributors

Full Changelog: msgpack/msgpack-javascript@v3.0.1...v3.1.0

v3.0.1

What's Changed

Full Changelog: msgpack/msgpack-javascript@v3.0.0...v3.0.1

v3.0.0

What's Changed

... (truncated)

Changelog

Sourced from @​msgpack/msgpack's changelog.

3.1.2 2025-05-25

msgpack/msgpack-javascript@v3.1.1...v3.1.2

  • Make sure this library works with node --experimental-strip-types

3.1.1 2025-03-12

msgpack/msgpack-javascript@v3.1.0...v3.1.1

  • Stop using Symbol.dispose, which is not yet supported in some environments (#268 by @​rijenkii)

3.1.0 2025-02-21

msgpack/msgpack-javascript@v3.0.1...v3.1.0

3.0.1 2025-02-11

msgpack/msgpack-javascript@v3.0.0...v3.0.1

  • Implement a tiny polyfill to Symbol.dispose (#261 to fix #260)

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

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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 1, 2025
Bumps [@msgpack/msgpack](https://github.com/msgpack/msgpack-javascript) from 2.8.0 to 3.1.2.
- [Release notes](https://github.com/msgpack/msgpack-javascript/releases)
- [Changelog](https://github.com/msgpack/msgpack-javascript/blob/main/CHANGELOG.md)
- [Commits](msgpack/msgpack-javascript@v2.8.0...v3.1.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/msgpack/msgpack-3.1.2 branch from c43bc9a to e11e36e Compare September 1, 2025 03:01
@justinmk justinmk merged commit c8bb8a3 into master Sep 9, 2025
8 checks passed
@justinmk justinmk deleted the dependabot/npm_and_yarn/msgpack/msgpack-3.1.2 branch September 9, 2025 01:49
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.

1 participant