chore(deps): ng21 support#102
Conversation
|
|
- Lib now supports up to ng21 - Add a CONTRIBUTING.md file - Update library README.md - Update root/demo README.md
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
There was a problem hiding this comment.
Pull Request Overview
This PR updates the library to support Angular 20-21 (dropping Angular 19 support), addresses security vulnerabilities through dependency updates, and improves documentation across the repository.
Key Changes:
- Updated Angular peer dependencies from
>=19.0.0 < 21.0.0to>=20.0.0 < 22.0.0 - Upgraded all Angular, Forge, and development dependencies to latest versions
- Added comprehensive CONTRIBUTING.md guide and enhanced README files
- Migrated from deprecated
@angular-devkit/build-angularto@angular/buildpackage
Reviewed Changes
Copilot reviewed 8 out of 10 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| projects/forge-angular/package.json | Updated version to 7.0.0 with new Angular 20-21 peer dependencies |
| projects/forge-angular/karma.conf.js | Removed deprecated Angular DevKit build framework and plugin |
| projects/forge-angular/README.md | Comprehensive rewrite with installation guide, usage examples, and improved structure |
| package.json | Removed redundant metadata, upgraded all dependencies to latest versions |
| karma.conf.js | Removed deprecated Angular DevKit build framework and plugin |
| angular.json | Migrated all builders from @angular-devkit/build-angular to @angular/build, added schematics configuration |
| README.md | Restructured as demo application README with focus on development workflow |
| CONTRIBUTING.md | New comprehensive contributing guide with development setup, release process, and commit guidelines |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
@codex review |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
|
🚀 PR was released in |
PR Checklist
Please check if your PR fulfills the following requirements:
Describe the new behavior?