-
Notifications
You must be signed in to change notification settings - Fork 1
Update supported Angular versions to v19-20 #102
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
Conversation
🦋 Changeset detectedLatest commit: 7460c5b The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
b72e51f
to
859ed5f
Compare
@HDinger I've also submitted two of the dependency updates as PRs upstream: |
4423563
to
4352873
Compare
ng update @angular/core@17 @angular/cli@17
ng update @angular/core@18 @angular/cli@18
ng update @angular/core@19 @angular/cli@19 And performs automated upgrade: - Updates non-standalone Directives, Component and Pipes to 'standalone:false' and removes 'standalone:true' from those who are standalone.
ng update @angular/core@20 @angular/cli@20
ng-packagr v17 and above no longer add inferred `peerDependencies` to the generated `dist/package.json`.
The snapshot file is v2, but only v3 is supported.
4352873
to
7460c5b
Compare
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.
Thanks for taking care of this 🙇
Following on from opf/openproject#19288, opf/openproject#19658, etc., this modernises the version of Angular we test and build against.
This should resolve
peerDependency
warnings downstream:Relates to: