-
Notifications
You must be signed in to change notification settings - Fork 19
chore(components-angular): update to Angular 20 #5963
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: release/v9
Are you sure you want to change the base?
chore(components-angular): update to Angular 20 #5963
Conversation
π¦ Changeset detectedLatest commit: cc633cc The changes in this PR will be included in the next version bump. This PR includes changesets to release 17 packages
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 |
Related Previews |
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
}, | ||
"schematics": { | ||
"@schematics/angular:component": { | ||
"type": "component" | ||
}, | ||
"@schematics/angular:directive": { | ||
"type": "directive" | ||
}, | ||
"@schematics/angular:service": { | ||
"type": "service" | ||
}, | ||
"@schematics/angular:guard": { | ||
"typeSeparator": "." | ||
}, | ||
"@schematics/angular:interceptor": { | ||
"typeSeparator": "." | ||
}, | ||
"@schematics/angular:module": { | ||
"typeSeparator": "." | ||
}, | ||
"@schematics/angular:pipe": { | ||
"typeSeparator": "." | ||
}, | ||
"@schematics/angular:resolver": { | ||
"typeSeparator": "." | ||
} |
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.
Was this added automatically?
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.
Yes, after I ran npx @angular/cli update @angular/core@20 @angular/cli@20
from components-angular
directory
β¦e-components-angular-package
|
π Description
Updated
components-angular
package to use Angular version 20.π Checklist