-
Notifications
You must be signed in to change notification settings - Fork 2
fix: Upgrade to angular v20 #1415
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?
Conversation
Update from Angular v19 to v20
Added CLAUDE.md file
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1415 +/- ##
=======================================
Coverage 99.67% 99.67%
=======================================
Files 49 49
Lines 617 617
Branches 39 39
=======================================
Hits 615 615
Misses 2 2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
| #!/bin/sh | ||
| . "$(dirname "$0")/_/husky.sh" | ||
|
|
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.
Husky no longer requires this stuff
| "@angular-devkit/build-angular": "^19.0.6", | ||
| "core-js": "^3.39.0", |
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.
These weren't used by the library
| "extends": "../../tsconfig.json", | ||
| "compilerOptions": { | ||
| "outDir": "../../out-tsc/spec", | ||
| "types": ["webpack-env", "jest"], |
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.
Webpack isn't used in this project
Description
Update the library to use Angular 20
Testing
Loaded within the outer Angular 20 app.
Checklist: