Skip to content

Commit

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

| Package | From | To |
| --- | --- | --- |
| [prettier](https://github.com/prettier/prettier) | `3.3.2` | `3.3.3` |
| [@polkadot/api-cli](https://github.com/polkadot-js/tools/tree/HEAD/packages/api-cli) | `0.56.14` | `0.57.1` |
| [@polkadot/api](https://github.com/polkadot-js/api/tree/HEAD/packages/api) | `12.1.1` | `12.2.1` |
| [@vitest/expect](https://github.com/vitest-dev/vitest/tree/HEAD/packages/expect) | `2.0.0` | `2.0.3` |
| [viem](https://github.com/wevm/viem) | `2.17.3` | `2.17.4` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `2.0.0` | `2.0.3` |


Updates `prettier` from 3.3.2 to 3.3.3
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.3.2...3.3.3)

Updates `@polkadot/api-cli` from 0.56.14 to 0.57.1
- [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.57.1/packages/api-cli)

Updates `@polkadot/api` from 12.1.1 to 12.2.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/v12.2.1/packages/api)

Updates `@vitest/expect` from 2.0.0 to 2.0.3
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v2.0.3/packages/expect)

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

Updates `vitest` from 2.0.0 to 2.0.3
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v2.0.3/packages/vitest)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: yarn
- dependency-name: "@polkadot/api-cli"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: yarn
- dependency-name: "@polkadot/api"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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 Jul 17, 2024
1 parent 1280c32 commit 641f4ab
Show file tree
Hide file tree
Showing 4 changed files with 301 additions and 519 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"prettier:fix": "prettier -w ."
},
"devDependencies": {
"prettier": "^3.3.2"
"prettier": "^3.3.3"
},
"packageManager": "yarn@3.6.1"
}
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.14"
"@polkadot/api-cli": "^0.57.1"
}
}
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": "^12.1.1",
"@polkadot/api": "^12.2.1",
"@types/node": "16.18.101",
"@vitest/expect": "^2.0.0",
"@vitest/expect": "^2.0.3",
"axios": "^1.7.2",
"ethers": "^6.13.1",
"typescript": "^5.5.3",
"viem": "^2.17.3",
"vitest": "^2.0.0"
"viem": "^2.17.4",
"vitest": "^2.0.3"
}
}
Loading

0 comments on commit 641f4ab

Please sign in to comment.