Skip to content

Commit e97f816

Browse files
Update other major updates
1 parent 3778bd6 commit e97f816

File tree

8 files changed

+1277
-552
lines changed

8 files changed

+1277
-552
lines changed

.github/workflows/check-changeset.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
if: github.actor != 'renovate[bot]' && github.actor != 'dependabot[bot]'
1212
steps:
1313
- name: Clone @api3/contracts
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@v5
1515
with:
1616
fetch-depth: 0
1717

.github/workflows/check-md-links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Clone @api3/contracts
10-
uses: actions/checkout@v4
10+
uses: actions/checkout@v5
1111
- name: Check Markdown links
1212
uses: gaurav-nelson/github-action-markdown-link-check@v1

.github/workflows/continuous-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Clone @api3/contracts
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@v5
1717

1818
- name: Set up pnpm
1919
uses: pnpm/action-setup@v3

.github/workflows/initiate-package-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
fi
2323
2424
- name: Checkout repository
25-
uses: actions/checkout@v4
25+
uses: actions/checkout@v5
2626

2727
- name: Check changeset files
2828
id: check_files

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
pull-requests: write
1717
steps:
1818
- name: Clone @api3/contracts
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v5
2020
with:
2121
fetch-depth: 0
2222

.github/workflows/validate-verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Clone @api3/contracts
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@v5
1717

1818
- name: Set up pnpm
1919
uses: pnpm/action-setup@v3

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -79,23 +79,23 @@
7979
"@typechain/ethers-v6": "^0.5.1",
8080
"@typechain/hardhat": "^9.1.0",
8181
"@types/chai": "^4.3.20",
82-
"@types/jest": "^29.5.14",
82+
"@types/jest": "^30.0.0",
8383
"@types/mocha": "^10.0.10",
8484
"@types/node": "^20.19.0",
8585
"@types/yargs": "^17.0.33",
8686
"@typescript-eslint/eslint-plugin": "^7.18.0",
8787
"@typescript-eslint/parser": "^7.18.0",
8888
"chai": "^4.5.0",
89-
"dotenv": "^16.5.0",
89+
"dotenv": "^17.2.1",
9090
"eslint": "^8.57.1",
9191
"glob": "^11.0.2",
9292
"hardhat": "^2.24.2",
9393
"hardhat-deploy": "1.0.2",
9494
"hardhat-gas-reporter": "^2.3.0",
95-
"jest": "^29.7.0",
95+
"jest": "^30.0.5",
9696
"prettier": "^3.5.3",
9797
"prettier-plugin-solidity": "^2.0.0",
98-
"solhint": "^5.1.0",
98+
"solhint": "^6.0.0",
9999
"solidity-coverage": "^0.8.16",
100100
"ts-jest": "^29.3.4",
101101
"ts-node": "^10.9.2",
@@ -105,8 +105,8 @@
105105
"dependencies": {
106106
"ethers": "^6.13.2",
107107
"viem": "^2.23.2",
108-
"yargs": "^17.7.2",
109-
"zod": "^3.25.76"
108+
"yargs": "^18.0.0",
109+
"zod": "^4.0.17"
110110
},
111111
"packageManager": "[email protected]"
112112
}

0 commit comments

Comments
 (0)