Release 9.0.0 - #424
Closed
OGPoyraz wants to merge 1 commit into
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Explanation
Release
9.0.0. This is the re-cut of the9.0.0release: the original (#420) was tagged but never published to npm, and was reverted in #423 so the release could be re-created on top of the OIDC trusted-publishing migration (#421). This release will publish via OIDC.Changes
package.json:8.2.0→9.0.0.CHANGELOG.md: move the[Unreleased]entries into a new## [9.0.0]section and add the compare links.Included in 9.0.0
boolvalues insignTypedDatainstead of coercing them (#419).Checklist
yarn auto-changelog validate --rcpassesyarn lintpassesyarn buildpassesyarn testpasses (2782 tests)Notes
@metamask/eth-sig-utilbefore thepublish-npmjob runs; deleteNPM_TOKENafter the first successful OIDC publish.Note
Low Risk
This PR only changes version and changelog metadata; runtime risk comes from the breaking signing and Node requirements documented for 9.0.0, not from new code in the diff.
Overview
Cuts 9.0.0 by bumping
package.jsonfrom8.2.0to9.0.0and moving the former[Unreleased]notes into a new## [9.0.0]section, with updated Keep a Changelog compare links ([Unreleased]now tracksv9.0.0...HEAD).The release notes captured in the changelog (already merged elsewhere) highlight two breaking consumer changes: minimum Node.js 22 (18/20 dropped), and
signTypedDataboolfields that no longer coerce ambiguous values—onlytrue/falseor'true'/'false'are accepted. EIP-7702 helpers also gain stricter validation.Reviewed by Cursor Bugbot for commit b68a464. Bugbot is set up for automated code reviews on this repo. Configure here.