Skip to content

Commit

Permalink
build(deps-dev): bump @commitlint/cli from 19.0.1 to 19.0.3 (#670)
Browse files Browse the repository at this point in the history
* build(deps-dev): bump @commitlint/cli from 19.0.1 to 19.0.3

Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) from 19.0.1 to 19.0.3.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.0.3/@commitlint/cli)

---
updated-dependencies:
- dependency-name: "@commitlint/cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* test: test a commit after update

* test: test a commit after update 2

* fix: update for new version

* fix: update future version

* 1.1.0

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Fabio Rigamonti <[email protected]>
Co-authored-by: fabiorigam <[email protected]>
Co-authored-by: Rodolfo Pietro Calabrò <[email protected]>
Co-authored-by: rodolfopietro97 <[email protected]>
  • Loading branch information
5 people authored Mar 6, 2024
1 parent 42baad3 commit 15b145b
Show file tree
Hide file tree
Showing 15 changed files with 100 additions and 99 deletions.
2 changes: 1 addition & 1 deletion apps/sdk-user/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"build": "rm -rf ./dist && tsup src/index.ts --format cjs,esm --dts"
},
"dependencies": {
"@vechain/vechain-sdk-core": "0.0.12",
"@vechain/vechain-sdk-core": "0.0.13",
"typescript": "^5.3.3"
}
}
4 changes: 2 additions & 2 deletions apps/vechain-sdk-hardhat-integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"deploy-testnet": "npx hardhat run scripts/deploy.ts --network vechain_testnet"
},
"dependencies": {
"@vechain/vechain-sdk-hardhat-plugin": "0.0.12",
"@vechain/vechain-sdk-core": "0.0.12"
"@vechain/vechain-sdk-hardhat-plugin": "0.0.13",
"@vechain/vechain-sdk-core": "0.0.13"
},
"devDependencies": {
"hardhat": "^2.20.1",
Expand Down
4 changes: 2 additions & 2 deletions apps/vechain-sdk-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"react": "^18",
"react-dom": "^18",
"next": "14.1.0",
"@vechain/vechain-sdk-core": "0.0.12",
"@vechain/vechain-sdk-network": "0.0.12"
"@vechain/vechain-sdk-core": "0.0.13",
"@vechain/vechain-sdk-network": "0.0.13"
},
"devDependencies": {
"typescript": "^5",
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"test:examples:solo": "(yarn start-thor-solo && yarn test:examples && yarn stop-thor-solo) || yarn stop-thor-solo"
},
"dependencies": {
"@vechain/vechain-sdk-core": "0.0.12",
"@vechain/vechain-sdk-core": "0.0.13",
"typescript": "^5.3.3"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vechain-sdk",
"version": "1.0.0",
"version": "1.1.0",
"description": "The official JavaScript SDK for vechain",
"repository": "https://github.com/vechain/vechain-sdk.git",
"author": "vechain Foundation",
Expand Down Expand Up @@ -40,7 +40,7 @@
},
"devDependencies": {
"@changesets/cli": "^2.27.1",
"@commitlint/cli": "^19.0.1",
"@commitlint/cli": "^19.0.3",
"@commitlint/config-conventional": "^19.0.3",
"@jest/globals": "^29.7.0",
"@types/fs-extra": "^11.0.4",
Expand Down Expand Up @@ -75,4 +75,4 @@
"peerDependencies": {
"hardhat": "^2.21.0"
}
}
}
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vechain/vechain-sdk-core",
"version": "0.0.12",
"version": "0.0.13",
"description": "Includes modules for fundamental operations like hashing and cryptography",
"author": "vechain Foundation",
"license": "MIT",
Expand All @@ -25,7 +25,7 @@
"dependencies": {
"@ethereumjs/rlp": "^5.0.2",
"@types/elliptic": "^6.4.18",
"@vechain/vechain-sdk-errors": "0.0.12",
"@vechain/vechain-sdk-errors": "0.0.13",
"blakejs": "^1.2.1",
"elliptic": "^6.5.5",
"ethers": "6.11.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/errors/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vechain/vechain-sdk-errors",
"version": "0.0.12",
"version": "0.0.13",
"description": "This module is dedicated to managing and customizing errors within the SDK",
"author": "vechain Foundation",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/hardhat-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vechain/vechain-sdk-hardhat-plugin",
"version": "0.0.12",
"version": "0.0.13",
"description": "This module allows to create smart contracts and interact with them using the vechain SDK and Hardhat",
"author": "vechain Foundation",
"license": "MIT",
Expand All @@ -22,6 +22,6 @@
"test": "rm -rf ./coverage && jest --coverage --coverageDirectory=coverage --group=integration --group=unit"
},
"dependencies": {
"@vechain/vechain-sdk-provider": "0.0.12"
"@vechain/vechain-sdk-provider": "0.0.13"
}
}
4 changes: 2 additions & 2 deletions packages/logging/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vechain/vechain-sdk-logging",
"version": "0.0.12",
"version": "0.0.13",
"description": "This module provides functionality to logging data for vechain-sdk",
"author": "vechain Foundation",
"license": "MIT",
Expand All @@ -20,6 +20,6 @@
"test": "rm -rf ./coverage && jest --coverage --coverageDirectory=coverage --group=integration --group=unit"
},
"dependencies": {
"@vechain/vechain-sdk-errors": "0.0.12"
"@vechain/vechain-sdk-errors": "0.0.13"
}
}
6 changes: 3 additions & 3 deletions packages/network/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vechain/vechain-sdk-network",
"version": "0.0.12",
"version": "0.0.13",
"description": "This module allows to connect you seamlessly to the VechainThor blockchain",
"author": "vechain Foundation",
"license": "MIT",
Expand Down Expand Up @@ -28,8 +28,8 @@
},
"dependencies": {
"@types/ws": "^8.5.10",
"@vechain/vechain-sdk-core": "0.0.12",
"@vechain/vechain-sdk-errors": "0.0.12",
"@vechain/vechain-sdk-core": "0.0.13",
"@vechain/vechain-sdk-errors": "0.0.13",
"axios": "^1.6.7"
}
}
10 changes: 5 additions & 5 deletions packages/provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vechain/vechain-sdk-provider",
"version": "0.0.12",
"version": "0.0.13",
"description": "This module is dedicated to managing the compatibility with ethers and EVM world",
"author": "vechain Foundation",
"license": "MIT",
Expand All @@ -25,9 +25,9 @@
"test:solo": "(yarn start-thor-solo && yarn test && yarn stop-thor-solo) || yarn stop-thor-solo"
},
"dependencies": {
"@vechain/vechain-sdk-network": "0.0.12",
"@vechain/vechain-sdk-wallet": "0.0.12",
"@vechain/vechain-sdk-core": "0.0.12",
"@vechain/vechain-sdk-logging": "0.0.12"
"@vechain/vechain-sdk-network": "0.0.13",
"@vechain/vechain-sdk-wallet": "0.0.13",
"@vechain/vechain-sdk-core": "0.0.13",
"@vechain/vechain-sdk-logging": "0.0.13"
}
}
8 changes: 4 additions & 4 deletions packages/rpc-proxy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vechain/vechain-sdk-rpc-proxy",
"version": "0.0.12",
"version": "0.0.13",
"description": "Proxy Thor's RESTful API to Eth JSON-RPC",
"author": "vechain Foundation",
"license": "MIT",
Expand All @@ -19,9 +19,9 @@
"start": "yarn build && node dist/index.js"
},
"dependencies": {
"@vechain/vechain-sdk-network": "0.0.12",
"@vechain/vechain-sdk-provider": "0.0.12",
"@vechain/vechain-sdk-wallet": "0.0.12",
"@vechain/vechain-sdk-network": "0.0.13",
"@vechain/vechain-sdk-provider": "0.0.13",
"@vechain/vechain-sdk-wallet": "0.0.13",
"cors": "^2.8.5",
"express": "^4.18.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/wallet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vechain/vechain-sdk-wallet",
"version": "0.0.12",
"version": "0.0.13",
"description": "This module provides functionality for creating and managing vechain wallets, as well as signing and broadcasting transactions securely on the VechainThor blockchain",
"author": "vechain Foundation",
"license": "MIT",
Expand All @@ -21,6 +21,6 @@
"test": "rm -rf ./coverage && jest --coverage --coverageDirectory=coverage --group=integration --group=unit"
},
"dependencies": {
"@vechain/vechain-sdk-network": "0.0.12"
"@vechain/vechain-sdk-network": "0.0.13"
}
}
2 changes: 1 addition & 1 deletion scripts/prepare-packages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ const updatePackageVersions = (version: string): void => {
fs.writeFileSync(docsJsonPath, JSON.stringify(docsJson, null, 2));
};

updatePackageVersions('0.0.13');
updatePackageVersions('0.0.14');
Loading

1 comment on commit 15b145b

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test Coverage

Summary

Lines Statements Branches Functions
Coverage: 100%
100% (2836/2836) 100% (572/572) 100% (576/576)
Title Tests Skipped Failures Errors Time
core 409 0 💤 0 ❌ 0 🔥 1m 31s ⏱️
network 249 0 💤 0 ❌ 0 🔥 3m 3s ⏱️
errors 48 0 💤 0 ❌ 0 🔥 14.39s ⏱️

Please sign in to comment.