Require Node >= 20.19 and add review-dependabot-prs skill#2070
Merged
Conversation
Matches the current ember-cli addon blueprint. The installed AWS SDK v3 already requires Node >= 18, and its upcoming releases (post-Jan 2027) will require Node >= 22, so the old 16.*/18.* lines were already overpromising. Breaking change for the next major release. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Walks each open Dependabot PR through CI check, review, rebase-if-stale, and squash-merge. Validated on a live run that exercised CI-failure diagnosis, fixing our config on the PR branch, manual rebase, and the lockfile-conflict fallback. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Lets the review-dependabot-prs skill complete its squash-merge step without a permission prompt. Co-Authored-By: Claude Fable 5 <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.
Summary
>= 20.19(was16.* || 18.* || >= 20), matching the current ember-cli addon blueprint. The installed AWS SDK v3 already requires Node >= 18 and will require Node >= 22 for releases published after early January 2027, so the old range was overpromising. This is a breaking change — the next release should be a major (7.0.0).review-dependabot-prsskill, which walks each open Dependabot PR through CI check, review, rebase-if-stale, and squash-merge. Validated on a live run of three PRs (Bump the eslint group across 1 directory with 2 updates #2064, Bump the aws-sdk group with 2 updates #2067, Bump prettier from 3.8.4 to 3.9.5 #2069) that exercised CI-failure diagnosis, fixing our own config on the PR branch, manual rebase, and the lockfile-conflict fallback.gh pr merge, so the skill can complete its squash-merge step without a permission prompt.🤖 Generated with Claude Code