Skip to content

feat: Supporting Node 26#3323

Draft
RobinTail wants to merge 11 commits intomasterfrom
support-node-26
Draft

feat: Supporting Node 26#3323
RobinTail wants to merge 11 commits intomasterfrom
support-node-26

Conversation

@RobinTail
Copy link
Copy Markdown
Owner

@RobinTail RobinTail commented Apr 15, 2026

Instead of #3007

Node 26 PR: https://github.com/nodejs/node/pull/62526

Planned for 22.04.2026
Postponed to 28.04.2026

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Apr 15, 2026

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 8f09c151-e22a-4a6b-8133-7f1a13f0fb54

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch support-node-26

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

fail-fast: false
matrix:
node-version: [20.19.0, 20.x, 22.12.0, 22.x, 24.0.0, 24.x]
node-version: [20.19.0, 20.x, 22.12.0, 22.x, 24.0.0, 24.x, 26.0.0-rc.1]
Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

change when ready (April 23rd)

Suggested change
node-version: [20.19.0, 20.x, 22.12.0, 22.x, 24.0.0, 24.x, 26.0.0-rc.1]
node-version: [20.19.0, 20.x, 22.12.0, 22.x, 24.0.0, 24.x, 26.0.0, 26.x]

Comment out the engineStrict setting in pnpm-workspace.yaml.
Comment thread pnpm-workspace.yaml Outdated
@coveralls-official
Copy link
Copy Markdown

coveralls-official Bot commented Apr 15, 2026

Coverage Status

coverage: 100.0%. remained the same — support-node-26 into master

@RobinTail RobinTail added the dependencies Pull requests that update a dependency file label Apr 15, 2026
@RobinTail
Copy link
Copy Markdown
Owner Author

@RobinTail RobinTail mentioned this pull request Apr 15, 2026
Comment thread zod-plugin/package.json
],
"engines": {
"node": "^20.19.0 || ^22.12.0 || ^24.0.0"
"node": "^20.19.0 || ^22.12.0 || ^24.0.0 || ^26.0.0-rc.1"
Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"node": "^20.19.0 || ^22.12.0 || ^24.0.0 || ^26.0.0-rc.1"
"node": "^20.19.0 || ^22.12.0 || ^24.0.0 || ^26.0.0"

Comment thread migration/package.json
],
"engines": {
"node": "^20.19.0 || ^22.12.0 || ^24.0.0"
"node": "^20.19.0 || ^22.12.0 || ^24.0.0 || ^26.0.0-rc.1"
Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"node": "^20.19.0 || ^22.12.0 || ^24.0.0 || ^26.0.0-rc.1"
"node": "^20.19.0 || ^22.12.0 || ^24.0.0 || ^26.0.0"

],
"engines": {
"node": "^20.19.0 || ^22.12.0 || ^24.0.0"
"node": "^20.19.0 || ^22.12.0 || ^24.0.0 || ^26.0.0-rc.1"
Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"node": "^20.19.0 || ^22.12.0 || ^24.0.0 || ^26.0.0-rc.1"
"node": "^20.19.0 || ^22.12.0 || ^24.0.0 || ^26.0.0"

@socket-security
Copy link
Copy Markdown

socket-security Bot commented Apr 19, 2026

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatedeslint-plugin-allowed-dependencies@​2.1.0 ⏵ 2.2.0-beta.1661009591100

View full report

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CI/CD dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant