feat: require Node.js 26 - #24
Merged
Merged
Conversation
engines.node goes from 24.x to 26.x, in step with cella. CI and release workflows run on Node 26 and @types/node is pinned to 26.5.0. Also a routine dependency update, with biome.jsonc moved to the 2.5.14 schema so check no longer reports a schema/CLI version mismatch. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
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.
What
engines.nodegoes from24.xto26.x, matching chore(deps): move to Node.js 26 and update dependencies cella#1175.@types/nodeis pinned to 26.5.0.biome.jsoncmoves to the 2.5.14 schema sopnpm checkstops reporting a schema/CLI version mismatch.Verified
On Node v26.9.0:
pnpm check,pnpm buildandpnpm test(169 passed).Note
The title is a plain
feat:so the requirement lands in the changelog. Narrowingenginesis arguably breaking; add!before squashing if the release should bump the minor.🤖 Generated with Claude Code