Skip to content

Commit

Permalink
Bump the yarn group with 7 updates
Browse files Browse the repository at this point in the history
Bumps the yarn group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [prettier](https://github.com/prettier/prettier) | `2.8.8` | `3.1.0` |
| [@polkadot/api-cli](https://github.com/polkadot-js/tools/tree/HEAD/packages/api-cli) | `0.55.3` | `0.56.1` |
| [@polkadot/api](https://github.com/polkadot-js/api/tree/HEAD/packages/api) | `10.10.1` | `10.11.1` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `16.18.59` | `16.18.62` |
| [axios](https://github.com/axios/axios) | `1.6.0` | `1.6.2` |
| [ethers](https://github.com/ethers-io/ethers.js) | `6.8.0` | `6.8.1` |
| [viem](https://github.com/wagmi-dev/viem) | `1.18.0` | `1.19.4` |


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

Updates `@polkadot/api-cli` from 0.55.3 to 0.56.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.56.1/packages/api-cli)

Updates `@polkadot/api` from 10.10.1 to 10.11.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/v10.11.1/packages/api)

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

Updates `axios` from 1.6.0 to 1.6.2
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.6.0...v1.6.2)

Updates `ethers` from 6.8.0 to 6.8.1
- [Release notes](https://github.com/ethers-io/ethers.js/releases)
- [Changelog](https://github.com/ethers-io/ethers.js/blob/main/CHANGELOG.md)
- [Commits](ethers-io/ethers.js@v6.8.0...v6.8.1)

Updates `viem` from 1.18.0 to 1.19.4
- [Release notes](https://github.com/wagmi-dev/viem/releases)
- [Commits](https://github.com/wagmi-dev/viem/compare/[email protected]@1.19.4)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-major
  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: "@types/node"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: yarn
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: yarn
- dependency-name: ethers
  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-minor
  dependency-group: yarn
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 20, 2023
1 parent afdd609 commit e1396b7
Show file tree
Hide file tree
Showing 4 changed files with 308 additions and 816 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": "^2.8.8"
"prettier": "^3.1.0"
},
"packageManager": "[email protected]"
}
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.55.3"
"@polkadot/api-cli": "^0.56.1"
}
}
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": "^10.10.1",
"@types/node": "16.18.59",
"@polkadot/api": "^10.11.1",
"@types/node": "16.18.62",
"@vitest/expect": "^0.34.6",
"axios": "^1.6.0",
"ethers": "^6.8.0",
"axios": "^1.6.2",
"ethers": "^6.8.1",
"typescript": "^5.2.2",
"viem": "^1.18.0",
"viem": "^1.19.4",
"vitest": "^0.34.6"
}
}
Loading

0 comments on commit e1396b7

Please sign in to comment.