chore: bump .node-version to 26.5.1 - #7077
Conversation
Latest stable Node; aligns the dev/CI pin (consumed by actions/setup-node via node-version-file) with the compat-matrix oracle pinned in external-tools.json, so the Node that builds perry and the Node it is measured against no longer skew by a patch.
📝 WalkthroughWalkthroughThe pinned Node.js version changes from 26.5.0 to 26.5.1, and a changelog entry documents the update and its alignment with the compatibility matrix. ChangesNode.js version update
Estimated code review effort: 1 (Trivial) | ~2 minutes 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@changelog.d/0000-node-version-26.5.1.md`:
- Line 1: Rename the changelog fragment from the 0000-prefixed filename to
changelog.d/<actual-PR-number>-node-version-26.5.1.md, preserving its existing
content and omitting any version header.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro Plus
Run ID: be6e3bd5-3d7d-400f-b38d-0c91af576008
📒 Files selected for processing (2)
.node-versionchangelog.d/0000-node-version-26.5.1.md
| @@ -0,0 +1 @@ | |||
| Bump the pinned dev/CI Node to 26.5.1 (latest stable), aligning `.node-version` with the compat-matrix oracle in `external-tools.json`. | |||
There was a problem hiding this comment.
📐 Maintainability & Code Quality | 🟠 Major | ⚡ Quick win
Use the actual PR number in the changelog filename.
Rename this file to changelog.d/<PR>-node-version-26.5.1.md; 0000 does not satisfy the required PR-keyed fragment convention. As per coding guidelines, changelog fragments must use changelog.d/<PR>-<slug>.md without a version header.
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In `@changelog.d/0000-node-version-26.5.1.md` at line 1, Rename the changelog
fragment from the 0000-prefixed filename to
changelog.d/<actual-PR-number>-node-version-26.5.1.md, preserving its existing
content and omitting any version header.
Source: Coding guidelines
Bumps the pinned dev/CI Node from 26.5.0 to 26.5.1 (latest stable).
.node-versionis perry's Node pin — CI consumes it viaactions/setup-node'snode-version-file: .node-version(test.yml, feature-matrix, node-suite-guard, security-audit, …), and local fnm/nodenv/asdf pick it up. This aligns it with the compat-matrix oracle pinned at 26.5.1 inexternal-tools.json(added in #7074), so the Node that builds perry and the Node it's measured against no longer skew by a patch.Summary by CodeRabbit