Skip to content

Commit 65e6c7a

Browse files
committed
chore: v-next version bump
1 parent 50c0f50 commit 65e6c7a

File tree

18 files changed

+136
-34
lines changed

18 files changed

+136
-34
lines changed

.changeset/pre.json

+9
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,15 @@
3131
"@nomicfoundation/example-project": "3.0.1"
3232
},
3333
"changesets": [
34+
"cool-waves-wonder",
35+
"early-wolves-move",
36+
"eighty-clouds-act",
37+
"many-wombats-grin",
38+
"olive-lobsters-carry",
39+
"selfish-worms-remain",
40+
"short-beans-rest",
41+
"short-zoos-arrive",
42+
"slow-lobsters-watch",
3443
"strong-mugs-change"
3544
]
3645
}

v-next/example-project/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,16 @@
2323
"test": "hardhat test node && hardhat test mocha"
2424
},
2525
"devDependencies": {
26-
"hardhat": "workspace:^3.0.0-next.0",
26+
"hardhat": "workspace:^3.0.0-next.1",
2727
"@nomicfoundation/hardhat-ethers-chai-matchers": "workspace:^3.0.0-next.0",
28-
"@nomicfoundation/hardhat-errors": "workspace:^3.0.0-next.0",
28+
"@nomicfoundation/hardhat-errors": "workspace:^3.0.0-next.1",
2929
"@nomicfoundation/hardhat-ethers": "workspace:^4.0.0-next.0",
30-
"@nomicfoundation/hardhat-ignition": "workspace:^3.0.0-next.0",
30+
"@nomicfoundation/hardhat-ignition": "workspace:^3.0.0-next.1",
3131
"@nomicfoundation/ignition-core": "workspace:^3.0.0-next.0",
3232
"@nomicfoundation/hardhat-ignition-viem": "workspace:^3.0.0-next.0",
33-
"@nomicfoundation/hardhat-keystore": "workspace:^3.0.0-next.0",
34-
"@nomicfoundation/hardhat-mocha": "workspace:^3.0.0-next.0",
35-
"@nomicfoundation/hardhat-network-helpers": "workspace:^3.0.0-next.0",
33+
"@nomicfoundation/hardhat-keystore": "workspace:^3.0.0-next.1",
34+
"@nomicfoundation/hardhat-mocha": "workspace:^3.0.0-next.1",
35+
"@nomicfoundation/hardhat-network-helpers": "workspace:^3.0.0-next.1",
3636
"@nomicfoundation/hardhat-node-test-runner": "workspace:^3.0.0-next.0",
3737
"@nomicfoundation/hardhat-typechain": "workspace:^3.0.0-next.0",
3838
"@nomicfoundation/hardhat-viem": "workspace:^3.0.0-next.0",

v-next/hardhat-errors/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# @nomicfoundation/hardhat-errors
2+
3+
## 3.0.0-next.1
4+
5+
### Patch Changes
6+
7+
- bfb708c: Improve error message when build profile is not found.
8+
- e853ff8: Improve error message if a non-existing subtask is invoked ([#6375](https://github.com/NomicFoundation/hardhat/issues/6375))
9+
- 209ea79: Improve the keystore error message displayed when the password is incorrect or the encrypted file is corrupted.

v-next/hardhat-errors/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nomicfoundation/hardhat-errors",
3-
"version": "3.0.0-next.0",
3+
"version": "3.0.0-next.1",
44
"description": "The different errors that Hardhat can throw",
55
"homepage": "https://github.com/nomicfoundation/hardhat/tree/v-next/v-next/hardhat-errors",
66
"repository": {

v-next/hardhat-ignition-ui/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 3.0.0-next.1
4+
5+
### Patch Changes
6+
7+
- 726fe76: update mermaid version and re-enable visualize task (v3)
8+
- af5eb2b: Fix for mermaid diagram centering in visalization report [#6409](https://github.com/NomicFoundation/hardhat/issues/6409).
9+
310
All notable changes to this project will be documented in this file.
411

512
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

v-next/hardhat-ignition-ui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nomicfoundation/ignition-ui",
3-
"version": "3.0.0-next.0",
3+
"version": "3.0.0-next.1",
44
"type": "module",
55
"scripts": {
66
"predev": "pnpm regenerate-deployment-example",

v-next/hardhat-ignition/CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## 3.0.0-next.1
4+
5+
### Patch Changes
6+
7+
- 726fe76: update mermaid version and re-enable visualize task (v3)
8+
- Updated dependencies [e5d4453]
9+
- Updated dependencies [ee91628]
10+
- Updated dependencies [bfb708c]
11+
- Updated dependencies [726fe76]
12+
- Updated dependencies [50d8fb5]
13+
- Updated dependencies [e853ff8]
14+
- Updated dependencies [209ea79]
15+
- Updated dependencies [af5eb2b]
16+
17+
- @nomicfoundation/hardhat-errors@3.0.0-next.1
18+
- @nomicfoundation/ignition-ui@3.0.0-next.1
19+
320
All notable changes to this project will be documented in this file.
421

522
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

v-next/hardhat-ignition/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nomicfoundation/hardhat-ignition",
3-
"version": "3.0.0-next.0",
3+
"version": "3.0.0-next.1",
44
"license": "MIT",
55
"author": "Nomic Foundation",
66
"homepage": "https://hardhat.org",
@@ -49,8 +49,8 @@
4949
},
5050
"devDependencies": {
5151
"@istanbuljs/nyc-config-typescript": "1.0.2",
52-
"hardhat": "workspace:^3.0.0-next.0",
53-
"@nomicfoundation/hardhat-network-helpers": "workspace:^3.0.0-next.0",
52+
"hardhat": "workspace:^3.0.0-next.1",
53+
"@nomicfoundation/hardhat-network-helpers": "workspace:^3.0.0-next.1",
5454
"@types/chai": "^4.2.0",
5555
"@types/chai-as-promised": "^8.0.1",
5656
"@types/debug": "^4.1.7",
@@ -81,12 +81,12 @@
8181
"viem": "^2.21.42"
8282
},
8383
"peerDependencies": {
84-
"hardhat": "workspace:^3.0.0-next.0"
84+
"hardhat": "workspace:^3.0.0-next.1"
8585
},
8686
"dependencies": {
87-
"@nomicfoundation/hardhat-errors": "workspace:^3.0.0-next.0",
87+
"@nomicfoundation/hardhat-errors": "workspace:^3.0.0-next.1",
8888
"@nomicfoundation/ignition-core": "workspace:^3.0.0-next.0",
89-
"@nomicfoundation/ignition-ui": "workspace:^3.0.0-next.0",
89+
"@nomicfoundation/ignition-ui": "workspace:^3.0.0-next.1",
9090
"@nomicfoundation/hardhat-utils": "workspace:^3.0.0-next.0",
9191
"chalk": "^5.3.0",
9292
"debug": "^4.3.2",

v-next/hardhat-keystore/CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# @nomicfoundation/hardhat-keystore
2+
3+
## 3.0.0-next.1
4+
5+
### Patch Changes
6+
7+
- 209ea79: Improve the keystore error message displayed when the password is incorrect or the encrypted file is corrupted.
8+
- Updated dependencies [e5d4453]
9+
- Updated dependencies [ee91628]
10+
- Updated dependencies [bfb708c]
11+
- Updated dependencies [50d8fb5]
12+
- Updated dependencies [e853ff8]
13+
- Updated dependencies [209ea79]
14+
15+
- @nomicfoundation/hardhat-errors@3.0.0-next.1

v-next/hardhat-keystore/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nomicfoundation/hardhat-keystore",
3-
"version": "3.0.0-next.0",
3+
"version": "3.0.0-next.1",
44
"description": "A module for managing keystore files that store a map from IDs to encrypted string values.",
55
"homepage": "https://github.com/nomicfoundation/hardhat/tree/v-next/v-next/hardhat-keystore",
66
"repository": {
@@ -62,7 +62,7 @@
6262
"typescript-eslint": "7.7.1"
6363
},
6464
"dependencies": {
65-
"@nomicfoundation/hardhat-errors": "workspace:^3.0.0-next.0",
65+
"@nomicfoundation/hardhat-errors": "workspace:^3.0.0-next.1",
6666
"@nomicfoundation/hardhat-utils": "workspace:^3.0.0-next.0",
6767
"@nomicfoundation/hardhat-zod-utils": "workspace:^3.0.0-next.0",
6868
"@noble/ciphers": "1.2.1",
@@ -72,6 +72,6 @@
7272
"zod": "^3.23.8"
7373
},
7474
"peerDependencies": {
75-
"hardhat": "workspace:^3.0.0-next.0"
75+
"hardhat": "workspace:^3.0.0-next.1"
7676
}
7777
}

v-next/hardhat-mocha/CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# @nomicfoundation/hardhat-mocha
2+
3+
## 3.0.0-next.1
4+
5+
### Patch Changes
6+
7+
- ee91628: Update to `mocha@11` when running mocha tests.
8+
- Updated dependencies [e5d4453]
9+
- Updated dependencies [ee91628]
10+
- Updated dependencies [bfb708c]
11+
- Updated dependencies [50d8fb5]
12+
- Updated dependencies [e853ff8]
13+
- Updated dependencies [209ea79]
14+
15+
- @nomicfoundation/hardhat-errors@3.0.0-next.1

v-next/hardhat-mocha/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nomicfoundation/hardhat-mocha",
3-
"version": "3.0.0-next.0",
3+
"version": "3.0.0-next.1",
44
"description": "A mocha test runner",
55
"homepage": "https://github.com/nomicfoundation/hardhat/tree/v-next/v-next/hardhat-mocha",
66
"repository": {
@@ -58,8 +58,8 @@
5858
"typescript-eslint": "7.7.1"
5959
},
6060
"dependencies": {
61-
"hardhat": "workspace:^3.0.0-next.0",
62-
"@nomicfoundation/hardhat-errors": "workspace:^3.0.0-next.0",
61+
"hardhat": "workspace:^3.0.0-next.1",
62+
"@nomicfoundation/hardhat-errors": "workspace:^3.0.0-next.1",
6363
"@nomicfoundation/hardhat-utils": "workspace:^3.0.0-next.0",
6464
"@nomicfoundation/hardhat-zod-utils": "workspace:^3.0.0-next.0",
6565
"mocha": "^11.0.0",
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# @nomicfoundation/hardhat-network-helpers
2+
3+
## 3.0.0-next.1
4+
5+
### Patch Changes
6+
7+
- 67f4981: Fix for `hardhat-network-helpers` where the blockchain `snapshot` was being shared across different network connections ([#6377](https://github.com/NomicFoundation/hardhat/issues/6377))
8+
- Updated dependencies [e5d4453]
9+
- Updated dependencies [ee91628]
10+
- Updated dependencies [bfb708c]
11+
- Updated dependencies [50d8fb5]
12+
- Updated dependencies [e853ff8]
13+
- Updated dependencies [209ea79]
14+
15+
- @nomicfoundation/hardhat-errors@3.0.0-next.1

v-next/hardhat-network-helpers/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nomicfoundation/hardhat-network-helpers",
3-
"version": "3.0.0-next.0",
3+
"version": "3.0.0-next.1",
44
"description": "Hardhat utils for testing",
55
"homepage": "https://github.com/nomicfoundation/hardhat/tree/v-next/v-next/hardhat-network-helpers",
66
"repository": {
@@ -65,10 +65,10 @@
6565
"typescript-eslint": "7.7.1"
6666
},
6767
"dependencies": {
68-
"@nomicfoundation/hardhat-errors": "workspace:^3.0.0-next.0",
68+
"@nomicfoundation/hardhat-errors": "workspace:^3.0.0-next.1",
6969
"@nomicfoundation/hardhat-utils": "workspace:^3.0.0-next.0"
7070
},
7171
"peerDependencies": {
72-
"hardhat": "workspace:^3.0.0-next.0"
72+
"hardhat": "workspace:^3.0.0-next.1"
7373
}
7474
}

v-next/hardhat/CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# hardhat
2+
3+
## 3.0.0-next.1
4+
5+
### Patch Changes
6+
7+
- e5d4453: Fix unnecessary re-install of hardhat during init ([#6323](https://github.com/NomicFoundation/hardhat/issues/6323))
8+
- ee91628: Update to `mocha@11` when running mocha tests.
9+
- bfb708c: Improve error message when build profile is not found.
10+
- 50d8fb5: Moved the calls to shouldMergeCompilationJobs from the task actions to the build system and made its' result the default fallback to use in absence of the mergeCompilationJobs option.
11+
- e853ff8: Improve error message if a non-existing subtask is invoked ([#6375](https://github.com/NomicFoundation/hardhat/issues/6375))
12+
- Updated dependencies [bfb708c]
13+
- Updated dependencies [e853ff8]
14+
- Updated dependencies [209ea79]
15+
- @nomicfoundation/hardhat-errors@3.0.0-next.1

v-next/hardhat/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hardhat",
3-
"version": "3.0.0-next.0",
3+
"version": "3.0.0-next.1",
44
"description": "Hardhat is an extensible developer tool that helps smart contract developers increase productivity by reliably bringing together the tools they want.",
55
"homepage": "https://github.com/nomicfoundation/hardhat/tree/v-next/v-next/hardhat",
66
"repository": {
@@ -86,7 +86,7 @@
8686
"dependencies": {
8787
"@ignored/edr": "0.8.0-alpha.2",
8888
"@ignored/edr-optimism": "0.6.5-alpha.3",
89-
"@nomicfoundation/hardhat-errors": "workspace:^3.0.0-next.0",
89+
"@nomicfoundation/hardhat-errors": "workspace:^3.0.0-next.1",
9090
"@nomicfoundation/hardhat-utils": "workspace:^3.0.0-next.0",
9191
"@nomicfoundation/hardhat-zod-utils": "workspace:^3.0.0-next.0",
9292
"@nomicfoundation/solidity-analyzer": "^0.1.1",

v-next/hardhat/templates/01-node-test-runner-viem/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
"description": "A TypeScript Hardhat project using Node Test Runner and Viem",
66
"type": "module",
77
"devDependencies": {
8-
"hardhat": "workspace:^3.0.0-next.0",
9-
"@nomicfoundation/hardhat-ignition": "workspace:^3.0.0-next.0",
8+
"hardhat": "workspace:^3.0.0-next.1",
9+
"@nomicfoundation/hardhat-ignition": "workspace:^3.0.0-next.1",
1010
"@nomicfoundation/hardhat-ignition-viem": "workspace:^3.0.0-next.0",
11-
"@nomicfoundation/hardhat-keystore": "workspace:^3.0.0-next.0",
11+
"@nomicfoundation/hardhat-keystore": "workspace:^3.0.0-next.1",
1212
"@nomicfoundation/hardhat-node-test-runner": "workspace:^3.0.0-next.0",
13-
"@nomicfoundation/hardhat-network-helpers": "workspace:^3.0.0-next.0",
13+
"@nomicfoundation/hardhat-network-helpers": "workspace:^3.0.0-next.1",
1414
"@nomicfoundation/hardhat-viem": "workspace:^3.0.0-next.0",
1515
"@types/node": "^22.8.5",
1616
"forge-std": "foundry-rs/forge-std#v1.9.4",

v-next/hardhat/templates/02-mocha-ethers/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
"description": "A TypeScript Hardhat project using Mocha and Ethers.js",
66
"type": "module",
77
"devDependencies": {
8-
"hardhat": "workspace:^3.0.0-next.0",
8+
"hardhat": "workspace:^3.0.0-next.1",
99
"@nomicfoundation/hardhat-ethers-chai-matchers": "workspace:^3.0.0-next.0",
1010
"@nomicfoundation/hardhat-ethers": "workspace:^4.0.0-next.0",
11-
"@nomicfoundation/hardhat-ignition": "workspace:^3.0.0-next.0",
11+
"@nomicfoundation/hardhat-ignition": "workspace:^3.0.0-next.1",
1212
"@nomicfoundation/hardhat-ignition-ethers": "workspace:^3.0.0-next.0",
13-
"@nomicfoundation/hardhat-keystore": "workspace:^3.0.0-next.0",
14-
"@nomicfoundation/hardhat-mocha": "workspace:^3.0.0-next.0",
15-
"@nomicfoundation/hardhat-network-helpers": "workspace:^3.0.0-next.0",
13+
"@nomicfoundation/hardhat-keystore": "workspace:^3.0.0-next.1",
14+
"@nomicfoundation/hardhat-mocha": "workspace:^3.0.0-next.1",
15+
"@nomicfoundation/hardhat-network-helpers": "workspace:^3.0.0-next.1",
1616
"@nomicfoundation/hardhat-typechain": "workspace:^3.0.0-next.0",
1717
"@types/chai": "^4.2.0",
1818
"@types/chai-as-promised": "^8.0.1",

0 commit comments

Comments
 (0)