-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] rename packages from vnext to @nomicfoundation #6366
Conversation
This is a mechanical move of files.
`hardhat-foundry` will either be ported or equivalent functionality implemented in Hardhat 3. This is a mechanical move of files.
`hardhat-ledger` will be ported to Hardhat 3. This is a mechanical move of files.
`hardhat-shorthand` will be migrated to Hardhat 3. This is a mechanical move of files.
`hardhat-verify` will be ported to Hardhat 3. This is a mechanical move of files.
Remove the `./packages` that have already been ported under `./v-next`.
Revert to `@nomicfoundation` naming from `v-next`. Where there is an existing package copy its version. For a new package set the version to `2.0.0` this is to ease the use of changeset's pre-release features.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
hardhatTotal size of the bundle: List of dependencies (sorted by size)
|
|
This is ugly. Effectively a repeated search and replace until all imports are swapped out. In `Hardhat` some tests were changed to that they imported via relative paths rather than trying to import `hardhat` (the package they were in), this struck me as wrong and likely a hang over from the merge of core into hardhat.
It is currently dependent on the `./packages` version of the errorlist. This needs to be updated.
The pre-release build will need to be brought back. The lint job has been swapped to use the `v-next` dependencies script check.
7b1c397
to
d0f5a52
Compare
Remove all previous changesets. Update the versions of `initialVersions` to exactly match those in each `package.json`. Update the list of ignored, removing old packages.
This is to simplify the jump to 3.0.0 with a changeset.
This is to ease the changeset pre-release bump to 3.0.0
9de5e7e
to
b684863
Compare
This is a WIP to test the build.