Skip to content

Commit 1669838

Browse files
committed
chore: switch names to ignored namespace
In prep for auto-releasing from v-next, switch the v-next packages to be named under the `@ignored` org. Set the versions to `v2.0.0` in prep for manual release.
1 parent 38b2dc1 commit 1669838

File tree

10 files changed

+80
-80
lines changed

10 files changed

+80
-80
lines changed

pnpm-lock.yaml

+47-47
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

v-next/core/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "@nomicfoundation/hardhat-core",
3-
"version": "3.0.0",
2+
"name": "@ignored/hardhat-vnext-core",
3+
"version": "2.0.0",
44
"description": "Hardhat's core infrastructure and functionality.",
55
"homepage": "https://github.com/nomicfoundation/hardhat/tree/v-next/v-next/core",
66
"repository": "github:nomicfoundation/hardhat",
@@ -52,7 +52,7 @@
5252
"@microsoft/api-extractor": "^7.43.4",
5353
"@nomicfoundation/eslint-plugin-hardhat-internal-rules": "workspace:^",
5454
"@nomicfoundation/eslint-plugin-slow-imports": "workspace:^",
55-
"@nomicfoundation/hardhat-node-test-reporter": "workspace:^3.0.0",
55+
"@ignored/hardhat-vnext-node-test-reporter": "workspace:^2.0.0",
5656
"@types/node": "^20.0.0",
5757
"@types/semver": "^7.5.8",
5858
"@typescript-eslint/eslint-plugin": "^7.7.1",
@@ -72,8 +72,8 @@
7272
"typescript-eslint": "7.7.1"
7373
},
7474
"dependencies": {
75-
"@nomicfoundation/hardhat-errors": "workspace:^3.0.0",
76-
"@nomicfoundation/hardhat-utils": "workspace:^3.0.0",
75+
"@ignored/hardhat-vnext-errors": "workspace:^2.0.0",
76+
"@ignored/hardhat-vnext-utils": "workspace:^2.0.0",
7777
"chalk": "^5.3.0",
7878
"semver": "^7.6.2"
7979
}

v-next/example-project/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"clean": "rimraf dist"
1818
},
1919
"devDependencies": {
20-
"@nomicfoundation/hardhat": "workspace:^3.0.0",
20+
"@ignored/hardhat-vnext": "workspace:^2.0.0",
2121
"@types/node": "^20.0.0",
2222
"prettier": "3.2.5",
2323
"typescript": "~5.4.0"

v-next/hardhat-build-system/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "@nomicfoundation/hardhat-build-system",
2+
"name": "@ignored/hardhat-vnext-build-system",
33
"private": true,
4-
"version": "0.0.1",
4+
"version": "2.0.0",
55
"description": "Build and Solidity compilation system for Hardhat",
66
"homepage": "https://github.com/nomicfoundation/hardhat/tree/main/v-next/hardhat-build-system",
77
"repository": "github:nomicfoundation/hardhat",
@@ -35,8 +35,8 @@
3535
],
3636
"dependencies": {
3737
"@nomicfoundation/ethereumjs-util": "9.0.4",
38-
"@nomicfoundation/hardhat-errors": "workspace:^3.0.0",
39-
"@nomicfoundation/hardhat-utils": "workspace:^3.0.0",
38+
"@ignored/hardhat-vnext-errors": "workspace:^2.0.0",
39+
"@ignored/hardhat-vnext-utils": "workspace:^2.0.0",
4040
"@nomicfoundation/solidity-analyzer": "^0.1.0",
4141
"adm-zip": "^0.4.16",
4242
"aggregate-error": "^3.0.0",
@@ -58,7 +58,7 @@
5858
"@eslint-community/eslint-plugin-eslint-comments": "^4.3.0",
5959
"@nomicfoundation/eslint-plugin-hardhat-internal-rules": "workspace:^",
6060
"@nomicfoundation/eslint-plugin-slow-imports": "workspace:^",
61-
"@nomicfoundation/hardhat-node-test-reporter": "workspace:^3.0.0",
61+
"@ignored/hardhat-vnext-node-test-reporter": "workspace:^2.0.0",
6262
"@types/ci-info": "^2.0.0",
6363
"@types/debug": "^4.1.4",
6464
"@types/find-up": "^2.1.1",

v-next/hardhat-errors/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "@nomicfoundation/hardhat-errors",
3-
"version": "3.0.0",
2+
"name": "@ignored/hardhat-vnext-errors",
3+
"version": "2.0.0",
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": "github:nomicfoundation/hardhat",
@@ -39,7 +39,7 @@
3939
"@eslint-community/eslint-plugin-eslint-comments": "^4.3.0",
4040
"@nomicfoundation/eslint-plugin-hardhat-internal-rules": "workspace:^",
4141
"@nomicfoundation/eslint-plugin-slow-imports": "workspace:^",
42-
"@nomicfoundation/hardhat-node-test-reporter": "workspace:^3.0.0",
42+
"@ignored/hardhat-vnext-node-test-reporter": "workspace:^2.0.0",
4343
"@types/node": "^20.0.0",
4444
"@typescript-eslint/eslint-plugin": "^7.7.1",
4545
"@typescript-eslint/parser": "^7.7.1",
@@ -56,6 +56,6 @@
5656
"typescript-eslint": "7.7.1"
5757
},
5858
"dependencies": {
59-
"@nomicfoundation/hardhat-utils": "workspace:^3.0.0"
59+
"@ignored/hardhat-vnext-utils": "workspace:^2.0.0"
6060
}
6161
}

v-next/hardhat-node-test-reporter/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "@nomicfoundation/hardhat-node-test-reporter",
3-
"version": "3.0.0",
2+
"name": "@ignored/hardhat-vnext-node-test-reporter",
3+
"version": "2.0.0",
44
"description": "A node:test reporter",
55
"homepage": "https://github.com/nomicfoundation/hardhat/tree/v-next/v-next/hardhat-node-test-reporter",
66
"repository": "github:nomicfoundation/hardhat",

v-next/hardhat-utils/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "@nomicfoundation/hardhat-utils",
3-
"version": "3.0.0",
2+
"name": "@ignored/hardhat-vnext-utils",
3+
"version": "2.0.0",
44
"description": "Utilities for Hardhat and its plugins",
55
"homepage": "https://github.com/nomicfoundation/hardhat/tree/v-next/v-next/hardhat-utils",
66
"repository": "github:nomicfoundation/hardhat",
@@ -52,7 +52,7 @@
5252
"@eslint-community/eslint-plugin-eslint-comments": "^4.3.0",
5353
"@nomicfoundation/eslint-plugin-hardhat-internal-rules": "workspace:^",
5454
"@nomicfoundation/eslint-plugin-slow-imports": "workspace:^",
55-
"@nomicfoundation/hardhat-node-test-reporter": "workspace:^3.0.0",
55+
"@ignored/hardhat-vnext-node-test-reporter": "workspace:^2.0.0",
5656
"@types/bn.js": "^5.1.5",
5757
"@types/keccak": "^3.0.4",
5858
"@types/node": "^20.0.0",

v-next/hardhat-zod-utils/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "@nomicfoundation/hardhat-zod-utils",
3-
"version": "3.0.0",
2+
"name": "@ignored/hardhat-vnext-zod-utils",
3+
"version": "2.0.0",
44
"description": "Utilities to use Zod to validadte Hardhat plugins' confg",
55
"homepage": "https://github.com/nomicfoundation/hardhat/tree/v-next/v-next/hardhat-zod-utils",
66
"repository": "github:nomicfoundation/hardhat",
@@ -39,8 +39,8 @@
3939
"@eslint-community/eslint-plugin-eslint-comments": "^4.3.0",
4040
"@nomicfoundation/eslint-plugin-hardhat-internal-rules": "workspace:^",
4141
"@nomicfoundation/eslint-plugin-slow-imports": "workspace:^",
42-
"@nomicfoundation/hardhat-core": "workspace:^3.0.0",
43-
"@nomicfoundation/hardhat-node-test-reporter": "workspace:^3.0.0",
42+
"@ignored/hardhat-vnext-core": "workspace:^2.0.0",
43+
"@ignored/hardhat-vnext-node-test-reporter": "workspace:^2.0.0",
4444
"@types/node": "^20.0.0",
4545
"@typescript-eslint/eslint-plugin": "^7.7.1",
4646
"@typescript-eslint/parser": "^7.7.1",
@@ -58,7 +58,7 @@
5858
"zod": "^3.23.8"
5959
},
6060
"peerDependencies": {
61-
"@nomicfoundation/hardhat-core": "workspace:^3.0.0",
61+
"@ignored/hardhat-vnext-core": "workspace:^2.0.0",
6262
"zod": "^3.23.8"
6363
}
6464
}

0 commit comments

Comments
 (0)