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

build(deps): bump borsh from 0.7.0 to 1.0.0 #5833

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps borsh from 0.7.0 to 1.0.0.

Release notes

Sourced from borsh's releases.

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 14, 2023
Bumps [borsh](https://github.com/near/borsh-js) from 0.7.0 to 1.0.0.
- [Release notes](https://github.com/near/borsh-js/releases)
- [Commits](near/borsh-js@v0.7.0...v1.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-1.0.0 branch from 2847ef3 to 01a08e9 Compare November 16, 2023 13:29
@mergify mergify bot removed the automerge Merge this pull request automatically once CI and reviews are compelte label Nov 16, 2023
Copy link

mergify bot commented Nov 16, 2023

automerge label removed due to a CI failure

Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 24, 2023

Superseded by #5890.

@dependabot dependabot bot closed this Nov 24, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/borsh-1.0.0 branch November 24, 2023 10:52
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.

0 participants