Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 7, 2025

This PR contains the following updates:

Package Change Age Confidence
@msgpack/msgpack (source) 3.0.0-beta2 -> 3.0.1 age confidence

Release Notes

msgpack/msgpack-javascript (@​msgpack/msgpack)

v3.0.1

Compare Source

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

v3.0.0

Compare Source

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

v3.0.0-beta6

Compare Source

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

v3.0.0-beta5

Compare Source

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

v3.0.0-beta4

Compare Source

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

v3.0.0-beta3

Compare Source

  • 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

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

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


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot enabled auto-merge June 7, 2025 16:38
@renovate renovate bot force-pushed the renovate/npm-msgpack-msgpack-3.0.1 branch 2 times, most recently from 7250a87 to f3f3c5d Compare June 8, 2025 11:08
@renovate renovate bot force-pushed the renovate/npm-msgpack-msgpack-3.0.1 branch from f3f3c5d to af82dc4 Compare June 15, 2025 13:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant