Drop Node 20 - #1670
Merged
Merged
Conversation
🦋 Changeset detectedLatest commit: 6a5d7f7 The changes in this PR will be included in the next version bump. This PR includes changesets to release 12 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
BREAKING CHANGE: drop support for Node 20 Signed-off-by: Michael Smith <owlstronaut@github.com>
Signed-off-by: Michael Smith <owlstronaut@github.com>
Signed-off-by: Michael Smith <owlstronaut@github.com>
make-fetch-happen@16 pulls in @npmcli/agent@5, which depends on ESM-only http-proxy-agent@9, https-proxy-agent@9, socks-proxy-agent@10, and agent-base@7. Jest's CommonJS runtime can't require() them, so any test importing make-fetch-happen failed with 'Cannot use import statement outside a module'. Extend @swc/jest to .js files and add a transformIgnorePatterns override so those packages are transformed instead of skipped under node_modules/. Signed-off-by: Brian DeHamer <bdehamer@github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Signed-off-by: Brian DeHamer <bdehamer@github.com>
bdehamer
marked this pull request as ready for review
June 1, 2026 20:41
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.
Summary
Bumps the Node engine range to
^22.22.2 || ^24.15.0 || >=26.0.0and updates dependencies whose floors moved with it. In support of inclusion in the next major version of the npm CLI.make-fetch-happenfrom 15.x to 16.x (@sigstore/sign,@sigstore/oci)proc-logfrom 6.x to 7.x (@sigstore/sign,@sigstore/oci)Closes: #1644