Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

chore: bump borsh from 0.7.0 to 2.0.0 #3042

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 2, 2024

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)

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 added the automerge Merge this Pull Request automatically once CI passes label Aug 2, 2024
Copy link

changeset-bot bot commented Aug 2, 2024

⚠️ No Changeset found

Latest commit: 7f2d531

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link
Contributor

mergify bot commented Aug 2, 2024

Automerge label removed due to a CI failure

@mergify mergify bot removed the automerge Merge this Pull Request automatically once CI passes label Aug 2, 2024
@steveluscher
Copy link
Contributor

@dependabot ignore this major version

@dependabot dependabot bot closed this Aug 2, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 2, 2024

OK, I won't notify you about version 2.x.x again, unless you re-open this PR.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/maintenance/v1.x/borsh-2.0.0 branch August 2, 2024 20:42
Copy link
Contributor

Because there has been no activity on this PR for 14 days since it was merged, it has been automatically locked. Please open a new issue if it requires a follow up.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 23, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant