-
Notifications
You must be signed in to change notification settings - Fork 67
build: update cross-repo angular dependencies #3647
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,15 +1,15 @@ | ||
| { | ||
| "dependencies": { | ||
| "@angular/animations": "22.0.0-next.10", | ||
| "@angular/cdk": "22.0.0-next.7", | ||
| "@angular/common": "22.0.0-next.10", | ||
| "@angular/compiler": "22.0.0-next.10", | ||
| "@angular/core": "22.0.0-next.10", | ||
| "@angular/animations": "22.0.0-next.11", | ||
| "@angular/cdk": "22.0.0-next.8", | ||
| "@angular/common": "22.0.0-next.11", | ||
| "@angular/compiler": "22.0.0-next.11", | ||
| "@angular/core": "22.0.0-next.11", | ||
| "@angular/fire": "21.0.0-rc.0", | ||
| "@angular/forms": "22.0.0-next.10", | ||
| "@angular/material": "22.0.0-next.7", | ||
| "@angular/platform-browser": "22.0.0-next.10", | ||
| "@angular/router": "22.0.0-next.10", | ||
| "@angular/forms": "22.0.0-next.11", | ||
| "@angular/material": "22.0.0-next.8", | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The update to
Comment on lines
+4
to
+10
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There is a version mismatch between the core Angular framework packages (which are at |
||
| "@angular/platform-browser": "22.0.0-next.11", | ||
| "@angular/router": "22.0.0-next.11", | ||
| "@octokit/rest": "", | ||
| "rxjs": "7.8.2", | ||
| "zone.js": "0.16.1" | ||
|
|
||
Large diffs are not rendered by default.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The update to
@angular/cdkv22.0.0-next.8 introduces several breaking changes mentioned in the release notes, such as the requirement of aninjectorparameter in theConfigurableFocusTrapandFocusTrapconstructors, and the renaming ofContextMenuTrackertoMenuTracker. Since this PR only updates the version without accompanying code changes, please ensure that the application code does not rely on these removed or modified APIs, or that the necessary migrations have been performed.