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 borsh from 0.7.0 to 2.0.0 #5890

Merged
merged 2 commits into from
Dec 1, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 24, 2023

Bumps borsh from 0.7.0 to 2.0.0.

Release notes

Sourced from borsh's releases.

v2.0.0

What's Changed

New Contributors

Full Changelog: near/borsh-js@v1.0.0...v2.0.0

v1.0.0

Highlights:

a complete rewrite of the library which includes multiple advantages over the current v0.7.0:

  1. Vanilla JS implementation, does not rely on Buffer, for which it is compatible with a greater number of environments.
  2. It can (de)serialize single values, objects and instances of Classes. Previously we were only able to (de)serialize specific instances of classes.
  3. The new Schema is consistent across types, and a thoughtful validation of the Schema is in place.
  4. Each serialize/deserialize relies on a single Schema, solving some longstanding problems with the previous "Indexing by Class" approach.
  5. Thoughtfully tested across multiple scenarios.
  6. Now it's also support to run in smart contract environment with near-sdk-js!

What's Changed

New Contributors

Full Changelog: near/borsh-js@v0.7.0...v1.0.0

Commits
Maintainer changes

This version was pushed to npm by boatnear, a new releaser for borsh 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 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 the automerge Merge this pull request automatically once CI and reviews are compelte label Nov 24, 2023
@mergify mergify bot removed the automerge Merge this pull request automatically once CI and reviews are compelte label Nov 24, 2023
Copy link

mergify bot commented Nov 24, 2023

automerge label removed due to a CI failure

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/borsh-2.0.0 branch 3 times, most recently from 3eaf3b4 to af31ba9 Compare November 29, 2023 12:02
Bumps [borsh](https://github.com/near/borsh-js) from 0.7.0 to 2.0.0.
- [Release notes](https://github.com/near/borsh-js/releases)
- [Commits](near/borsh-js@v0.7.0...v2.0.0)

---
updated-dependencies:
- dependency-name: borsh
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/borsh-2.0.0 branch from af31ba9 to 3a55a0b Compare November 29, 2023 12:03
@joncinque joncinque merged commit 71e9818 into master Dec 1, 2023
16 checks passed
@joncinque joncinque deleted the dependabot/npm_and_yarn/borsh-2.0.0 branch December 1, 2023 15:45
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