Skip to content

Commit

Permalink
chore: bump @chainfile to 0.6.0 (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
fuxingloh authored Jun 15, 2024
1 parent bfd0742 commit b71d66a
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 24 deletions.
21 changes: 19 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,24 @@ updates:
schedule:
interval: 'weekly'
groups:
eslint:
patterns:
development:
dependency-type: development
update-types:
- 'minor'
- 'patch'
exclude-patterns:
- 'eslint'
- '@solana/web3.js'
- 'chainfile-*'
- '@chainfile/*'
workspace:
update-types:
- 'minor'
- 'patch'
patterns:
- 'prettier-*'
- 'typescript-eslint'
- 'globals'
- '@eslint/*'
- 'eslint'
- 'eslint-*'
2 changes: 1 addition & 1 deletion packages/chainfile-solana/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"preset": "@workspace/jest-preset"
},
"devDependencies": {
"@chainfile/testcontainers": "^0.5.1"
"@chainfile/testcontainers": "^0.6.0"
}
}
6 changes: 5 additions & 1 deletion packages/chainfile-solana/test-validator.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@
"caip2": "solana:00000000000000000000000000000000",
"name": "Solana Test Validator",
"values": {
"version": "1.18.15"
"version": {
"description": "Solana test validator version to use, the container image is built in the chainfile-solana repository. Published in to ghcr.io/vetumorg/solana-test-validator, to see the available versions check github.com/vetumorg/chainfile-solana/pkgs/container/solana-test-validator",
"default": "1.18.15"
}
},
"description": "Solana test validator is a convenient way to target a cluster with fewer restrictions and more configuration options than the public offerings provide. This is easily achieved with the solana-test-validator binary, which starts a full-featured, single-node cluster on the developer's workstation.",
"containers": {
"solana": {
"image": "ghcr.io/vetumorg/solana-test-validator",
Expand Down
34 changes: 14 additions & 20 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b71d66a

Please sign in to comment.