Skip to content

Update peer dependency to suporte angular 21 and superior - #2988

Open
marcosalpereira wants to merge 1 commit into
shipshapecode:mainfrom
marcosalpereira:main
Open

Update peer dependency to suporte angular 21 and superior#2988
marcosalpereira wants to merge 1 commit into
shipshapecode:mainfrom
marcosalpereira:main

Conversation

@marcosalpereira

@marcosalpereira marcosalpereira commented Aug 28, 2026

Copy link
Copy Markdown

closes #2986

Summary by CodeRabbit

  • Chores
    • Expanded Angular compatibility to support version 21.0.0 and later.

@coderabbitai

coderabbitai Bot commented Aug 28, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: cf363aad-aa53-463f-b15f-9881b2506952

📥 Commits

Reviewing files that changed from the base of the PR and between c8a35b6 and 3ba1fb7.

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

Included review availability: Your plan provides up to 2 included reviews per hour; 1 remains after this review.


📝 Walkthrough

Walkthrough

The Shepherd package changes its Angular peer dependency ranges from caret ranges to minimum-version ranges. Angular versions 21.0.0 and later are now accepted.

Changes

Angular peer dependency compatibility

Layer / File(s) Summary
Update Angular peer dependency ranges
projects/shepherd/package.json
The @angular/common and @angular/core peer dependency ranges changed from ^21.0.0 to >=21.0.0.

Estimated code review effort: 2 (Simple) | ~5 minutes

Merge Risk: ⚪ Minimal · up to 3ba1f

The PR broadens supported Angular peer dependency versions without evidence of a concrete compatibility failure, so no actionable merge-blocking risk remains beyond normal checks and review.

🚥 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 clearly identifies the peer dependency update for Angular 21 and newer versions. The wording contains a minor language error, but the main change is clear.
Linked Issues check ✅ Passed The change updates @angular/common and @angular/core peer dependencies from ^21.0.0 to >=21.0.0. This supports Angular 21 and later versions, which satisfies issue #2986.
Out of Scope Changes check ✅ Passed The pull request changes only the Angular peer dependency ranges in projects/shepherd/package.json. The change is directly related to the linked issue and stated objectives.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0…
Full details: Docstring Coverage

Explanation

No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0 files. (1 skipped: 1 unsupported.)

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Warning

Some tools did not complete. Review the errors below.

🔧 ESLint

If the error stems from missing dependencies, add them to the package.json file. For unrecoverable errors (e.g., due to private dependencies), disable the tool in the CodeRabbit configuration.

projects/shepherd/package.json

Parsing error: Unexpected token :


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

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

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.

Version 22 peerDependencies pointing to angular 21

1 participant