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-beta4 to 3.1.1 #897

Merged
merged 1 commit into from
Mar 31, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 17, 2025

Bumps @msgpack/msgpack from 3.0.0-beta4 to 3.1.1.

Release notes

Sourced from @​msgpack/msgpack's releases.

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

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)
Commits
  • feb740e 3.1.1
  • 8b943e3 Merge pull request #268 from rijenkii/main
  • 69295b3 Remove all mentions of Explicit Resource Management features
  • 4a337c5 3.1.0
  • c0c8238 changes
  • bf9c15a Merge pull request #266 from PejmanNik/adding-support-for-nonstandard-map-key...
  • 59057ee adding support for nonstandard map key in the decoder
  • 588354f remove unecessary export type
  • 1fe0b5b assertNonNull for async iterator result is no longer needed
  • d02b9c3 Merge pull request #265 from msgpack/esm
  • Additional commits viewable in compare view

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 Mar 17, 2025
@tharvik
Copy link
Collaborator

tharvik commented Mar 25, 2025

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/msgpack/msgpack-3.1.1 branch 2 times, most recently from bafa9c6 to d242ab2 Compare March 31, 2025 12:31
Bumps [@msgpack/msgpack](https://github.com/msgpack/msgpack-javascript) from 3.0.0-beta4 to 3.1.1.
- [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-beta4...v3.1.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@tharvik tharvik force-pushed the dependabot/npm_and_yarn/msgpack/msgpack-3.1.1 branch from d242ab2 to 6c5b40e Compare March 31, 2025 13:04
@tharvik tharvik merged commit 22615b8 into develop Mar 31, 2025
23 checks passed
@tharvik tharvik deleted the dependabot/npm_and_yarn/msgpack/msgpack-3.1.1 branch March 31, 2025 13:36
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