Skip to content

Commit 9860d50

Browse files
Update other major updates
1 parent 6a1276f commit 9860d50

File tree

8 files changed

+921
-893
lines changed

8 files changed

+921
-893
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
@@ -71,10 +71,10 @@
7171
"@api3/promise-utils": "^0.4.0",
7272
"@changesets/cli": "^2.29.4",
7373
"@nomicfoundation/hardhat-chai-matchers": "^2.1.0",
74-
"@nomicfoundation/hardhat-ethers": "^3.1.0",
75-
"@nomicfoundation/hardhat-network-helpers": "^1.1.0",
74+
"@nomicfoundation/hardhat-ethers": "^4.0.0",
75+
"@nomicfoundation/hardhat-network-helpers": "^3.0.0",
7676
"@nomicfoundation/hardhat-toolbox": "^6.1.0",
77-
"@nomicfoundation/hardhat-verify": "^2.1.1",
77+
"@nomicfoundation/hardhat-verify": "^3.0.1",
7878
"@openzeppelin/merkle-tree": "^1.0.8",
7979
"@typechain/ethers-v6": "^0.5.1",
8080
"@typechain/hardhat": "^9.1.0",
@@ -86,10 +86,10 @@
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.2",
9090
"eslint": "^8.57.1",
9191
"glob": "^11.0.2",
92-
"hardhat": "^2.26.2",
92+
"hardhat": "^3.0.4",
9393
"hardhat-deploy": "1.0.2",
9494
"hardhat-gas-reporter": "^2.3.0",
9595
"jest": "^30.0.5",
@@ -105,7 +105,7 @@
105105
"dependencies": {
106106
"ethers": "^6.15.0",
107107
"viem": "^2.23.2",
108-
"yargs": "^17.7.2",
108+
"yargs": "^18.0.0",
109109
"zod": "^4.0.15"
110110
},
111111
"packageManager": "[email protected]"

0 commit comments

Comments
 (0)