Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

Bump semver and fabric-shim in /chaincode/token_chaincode/node #2

Open
wants to merge 1 commit into
base: v1.0
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jun 23, 2023

Removes semver. It's no longer used after updating ancestor dependency fabric-shim. These dependencies need to be updated together.

Removes semver

Updates fabric-shim from 1.3.0-snapshot.2 to 2.5.3

Release notes

Sourced from fabric-shim's releases.

v2.5.3 Node Chaincode

What's Changed

Full Changelog: hyperledger/fabric-chaincode-node@v2.5.2...v2.5.3

v2.5.2 Node Chaincode

This is the LTS Release of of the v2.5 Fabric Chaincode Node. It replaces the previous v2.2 LTS.

New in the version 2.5.2

  • Fixed the getHistory API returning a byte buffer rather than an JSON object
  • Setting a state endorsement policy functions correctly

Other noteable 2.5 updates are

  • the PurgePrivateData feature is exposed via a new PurgePrivateData API
  • the grpc-js dependency has been locked to 1.8.1
  • arm docker builds

Change Log

https://github.com/hyperledger/fabric-chaincode-node/blob/main/CHANGELOG.md#v2.5.2

v2.5.1 Node Chaincode

v2.5.1

Release Notes

This is the LTS Release of of the v2.5 Fabric Chaincode Node. It replaces the previous v2.2 LTS.

  • the PurgePrivateData feature is exposed via a new PurgePrivateData API
  • the grpc-js dependency has been locked to 1.8.1
  • arm docker builds

v2.5.0 Node Chaincode

This is the LTS Release of the v2.5 Fabric Chaincode Node. It replaces the previous v2.2 LTS.

  • the PurgePrivateData feature is exposed via a new PurgePrivateData API

v2.4.2 Node Chaincode

This release corrects the 2.4 nodeenv docker image to be Node 16, and removes the fabric-shim-crypto package.

Note that version of Node.js is updated to 16.4.0. See the COMPATIBILITY.md file in the main branch for information.

v2.2.3 Node Chaincode LTS

This release corrects the TypeScript type definitions for the ChaincodeStub interface

... (truncated)

Changelog

Sourced from fabric-shim's changelog.

v2.5.3

Tue Mar 7 09:36:52 GMT 2023

  • 7d865afd Update to new version Update to the .github workflows to handle the branch rename.
  • 220ac53b Clean-up npm engine specs (#394)
  • 5d72d902 Nominate Mark Lewis as maintainer, Remove James Taylor (#391)
  • 385efa8b Add scheduled builds (#392)
  • e9c9eb79 Update to Node18

v2.5.2

Wed Jan 25 14:21:32 GMT 2023

v2.5.1

Wed Jan 11 11:31:22 GMT 2023

v2.5.0

Thu Dec 8 09:19:10 GMT 2022

v2.4.2

Wed 4 May 2022 11:30:35 BST

  • 4467c458 Allow jsdoc push to fail (#331)
  • 3f1dbffd Remove fabric-shim-crypto package
  • d9cfc3d0 Correct 2.4 to be Node 16
  • e1ae5b31 Fixing a command which is giving errors while copying and pasting (#322)
  • 671a5442 Some updates to the latest tool versions
  • 2d861535 Replace RocketChat with Discord
  • f7288eba add missing bracket (#312)
  • a53121f0 Fix Doc: Type of args in invokeChaincode() is string[] (#311)

v2.4.1

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by hyperledger-ghci, a new releaser for fabric-shim since your current version.


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 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Removes [semver](https://github.com/npm/node-semver). It's no longer used after updating ancestor dependency [fabric-shim](https://github.com/hyperledger/fabric-chaincode-node). These dependencies need to be updated together.


Removes `semver`

Updates `fabric-shim` from 1.3.0-snapshot.2 to 2.5.3
- [Release notes](https://github.com/hyperledger/fabric-chaincode-node/releases)
- [Changelog](https://github.com/hyperledger/fabric-chaincode-node/blob/main/CHANGELOG.md)
- [Commits](https://github.com/hyperledger/fabric-chaincode-node/commits/v2.5.3)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
- dependency-name: fabric-shim
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 23, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants