Skip to content

Commit

Permalink
Bump the yarn group with 6 updates (#1409)
Browse files Browse the repository at this point in the history
Bumps the yarn group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [@polkadot/api-cli](https://github.com/polkadot-js/tools/tree/HEAD/packages/api-cli) | `0.62.1` | `0.62.2` |
| [@polkadot/api](https://github.com/polkadot-js/api/tree/HEAD/packages/api) | `15.3.1` | `15.4.1` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.10.7` | `22.10.10` |
| [@vitest/expect](https://github.com/vitest-dev/vitest/tree/HEAD/packages/expect) | `3.0.2` | `3.0.4` |
| [viem](https://github.com/wevm/viem) | `2.22.10` | `2.22.15` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `3.0.2` | `3.0.4` |


Updates `@polkadot/api-cli` from 0.62.1 to 0.62.2
- [Release notes](https://github.com/polkadot-js/tools/releases)
- [Changelog](https://github.com/polkadot-js/tools/blob/master/CHANGELOG.md)
- [Commits](https://github.com/polkadot-js/tools/commits/v0.62.2/packages/api-cli)

Updates `@polkadot/api` from 15.3.1 to 15.4.1
- [Release notes](https://github.com/polkadot-js/api/releases)
- [Changelog](https://github.com/polkadot-js/api/blob/master/CHANGELOG.md)
- [Commits](https://github.com/polkadot-js/api/commits/v15.4.1/packages/api)

Updates `@types/node` from 22.10.7 to 22.10.10
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@vitest/expect` from 3.0.2 to 3.0.4
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v3.0.4/packages/expect)

Updates `viem` from 2.22.10 to 2.22.15
- [Release notes](https://github.com/wevm/viem/releases)
- [Commits](https://github.com/wevm/viem/compare/viem@2.22.10...viem@2.22.15)

Updates `vitest` from 3.0.2 to 3.0.4
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v3.0.4/packages/vitest)

---
updated-dependencies:
- dependency-name: "@polkadot/api-cli"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: yarn
- dependency-name: "@polkadot/api"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: yarn
- dependency-name: "@types/node"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: yarn
- dependency-name: "@vitest/expect"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: yarn
- dependency-name: viem
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: yarn
- dependency-name: vitest
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 30, 2025
1 parent 5be7f89 commit 239e55e
Show file tree
Hide file tree
Showing 3 changed files with 221 additions and 225 deletions.
2 changes: 1 addition & 1 deletion utils/e2e-tests/bash/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"private": true,
"type": "module",
"dependencies": {
"@polkadot/api-cli": "^0.62.1"
"@polkadot/api-cli": "^0.62.2"
}
}
10 changes: 5 additions & 5 deletions utils/e2e-tests/ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"test:ui": "vitest --ui"
},
"dependencies": {
"@polkadot/api": "^15.3.1",
"@types/node": "22.10.7",
"@vitest/expect": "^3.0.2",
"@polkadot/api": "^15.4.1",
"@types/node": "22.10.10",
"@vitest/expect": "^3.0.4",
"axios": "^1.7.9",
"ethers": "^6.13.5",
"typescript": "^5.7.3",
"viem": "^2.22.10",
"vitest": "^3.0.2"
"viem": "^2.22.15",
"vitest": "^3.0.4"
}
}
Loading

0 comments on commit 239e55e

Please sign in to comment.