Skip to content

Commit

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

| Package | From | To |
| --- | --- | --- |
| [@polkadot/api-cli](https://github.com/polkadot-js/tools/tree/HEAD/packages/api-cli) | `0.56.7` | `0.56.9` |
| [@polkadot/api](https://github.com/polkadot-js/api/tree/HEAD/packages/api) | `10.13.1` | `11.0.2` |
| [@vitest/expect](https://github.com/vitest-dev/vitest/tree/HEAD/packages/expect) | `1.5.0` | `1.5.2` |
| [viem](https://github.com/wevm/viem) | `2.9.25` | `2.9.28` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `1.5.0` | `1.5.2` |


Updates `@polkadot/api-cli` from 0.56.7 to 0.56.9
- [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.56.9/packages/api-cli)

Updates `@polkadot/api` from 10.13.1 to 11.0.2
- [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/v11.0.2/packages/api)

Updates `@vitest/expect` from 1.5.0 to 1.5.2
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v1.5.2/packages/expect)

Updates `viem` from 2.9.25 to 2.9.28
- [Release notes](https://github.com/wevm/viem/releases)
- [Commits](https://github.com/wevm/viem/compare/[email protected]@2.9.28)

Updates `vitest` from 1.5.0 to 1.5.2
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v1.5.2/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-major
  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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 30, 2024
1 parent 21d7a43 commit 4d7176c
Show file tree
Hide file tree
Showing 3 changed files with 211 additions and 211 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.56.7"
"@polkadot/api-cli": "^0.56.9"
}
}
8 changes: 4 additions & 4 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": "^10.13.1",
"@polkadot/api": "^11.0.2",
"@types/node": "16.18.96",
"@vitest/expect": "^1.5.0",
"@vitest/expect": "^1.5.2",
"axios": "^1.6.8",
"ethers": "^6.12.0",
"typescript": "^5.4.5",
"viem": "^2.9.25",
"vitest": "^1.5.0"
"viem": "^2.9.28",
"vitest": "^1.5.2"
}
}
Loading

0 comments on commit 4d7176c

Please sign in to comment.