Skip to content

chore(package.json): node ^22.15.0#1218

Merged
chimurai merged 1 commit intomasterfrom
node-22.15.0
May 2, 2026
Merged

chore(package.json): node ^22.15.0#1218
chimurai merged 1 commit intomasterfrom
node-22.15.0

Conversation

@chimurai
Copy link
Copy Markdown
Owner

@chimurai chimurai commented Apr 30, 2026

Bump minimal node 22 version to ^22.15.0 for future zstd support

related: #1106

node zstd: https://nodejs.org/api/zlib.html#zlibzstddecompressbuffer-options-callback

Summary by CodeRabbit

  • Chores
    • Updated minimum supported Node.js version requirement to 22.15.0 for the Node 22 environment.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 30, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 8dcc1dd4-2c86-4c57-aa14-3f540b80f823

📥 Commits

Reviewing files that changed from the base of the PR and between 2c6768b and 4e7a40e.

📒 Files selected for processing (1)
  • package.json

📝 Walkthrough

Walkthrough

The engines.node constraint in package.json is updated to require a minimum of Node 22.15.0 instead of 22.12.0, while preserving the existing support for Node 24.0.0 and above.

Changes

Cohort / File(s) Summary
Node.js Version Constraint
package.json
Updated engines.node from `^22.12.0

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

🐰 A hop and a skip, the version's been blessed,
Node 22.15 is better than the rest!
One little bump makes the engines align,
Our dependencies dance in a version so fine! 🎉

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately reflects the main change: updating the minimum Node.js version constraint in package.json from 22.12.0 to 22.15.0.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch node-22.15.0

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
Review rate limit: 7/8 reviews remaining, refill in 7 minutes and 30 seconds.

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

@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new Bot commented Apr 30, 2026

npm i https://pkg.pr.new/http-proxy-middleware@1218

commit: 4e7a40e

@coveralls
Copy link
Copy Markdown

Coverage Status

coverage: 94.07%. remained the same — node-22.15.0 into master

@bjohansebas
Copy link
Copy Markdown

Hey, what will be the final Node.js version we’re going to support? I’m trying to update it in webpack-dev-server, and knowing the final supported Node.js versions would really help.

Also, could we avoid increasing the requirement further and instead just make Zstd optionalsimilar to how other modules handle it, like compression does with Brotli support?

@chimurai
Copy link
Copy Markdown
Owner Author

chimurai commented May 2, 2026

Hi @bjohansebas

Makes sense to make future features optional.

^22.15.0 will be the final minimal Node version (to prepare for zstd support in a future 4.x version)

Don't expect any other big changes for the final v4.

Hope it won't be too disruptive for the webpack-dev-server update 🙏

@chimurai chimurai merged commit a0fed53 into master May 2, 2026
24 checks passed
@chimurai chimurai deleted the node-22.15.0 branch May 2, 2026 09:35
@coderabbitai coderabbitai Bot mentioned this pull request May 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants