You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Odd-numbered major version: @types/node@25 tracks Node.js 25, which is a non-LTS (current) release. This project only uses even-numbered LTS versions. The Renovate config (.github/renovate.json5) already enforces this for Renovate-managed bumps, but the autoheal prompt didn't have that constraint.
Bare major pin: @types/node: "25" pins to a bare major version. The convention here is to use caret ranges (e.g., ^24.x) so patch-level updates flow in automatically.
I've opened #134 to update the autoheal prompt (SCHEDULE_PROMPT in .github/workflows/fro-bot.yaml) with both constraints:
@types/node must only be bumped to even major versions (LTS releases: 20, 22, 24, 26, …). Never bump to odd-numbered major versions. Do not pin to a bare major number — use a caret range (e.g., ^24.x).
This PR (#127) should be closed since 25 is not an LTS target.
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
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.
Bumps
@types/nodefrom24.12.3to25.8.0(major version bump).Typecheck, lint, and build all pass with the new types.
bun run typecheckbun run buildbun run lint