-
Notifications
You must be signed in to change notification settings - Fork 92
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
chore/update nx and angular 13 #260
chore/update nx and angular 13 #260
Conversation
- jasmine - jest - testing-library
Does not seem to be used. (is no longer needed by angular)
> Independent project configurations provide more flexibility for projects and less possibility of merge > conflicts for larger workspaces see: - https://nx.dev/l/a/workspace/convert-to-nx-project-generator - https://blog.nrwl.io/per-project-configuration-storybook-support-for-angular-12-auto-refresh-for-dependency-graph-and-bcd2d1e06658
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 @the-ult, I will create a beta
branch for this and change the target branch later this week. This way we can test it out, and add some more breaking changes before we release the new version.
"executor": "@nrwl/angular:package",
: yes, you can update itShould we update the peerDependencies to >= 13.0.0
: yesconfig tot Render for teardown
: let's do this in another PR after this is mergedBreaking changes to README/Changelog?
: these will be automatic 🙂
BREAKING CHANGE: Update peerDependencies to Angular 13
Use @nrwl/angular:package instead of @angular-devkit/build-angular:ng-packagr
Let's get this rolling! 🥳 |
🎉 This PR is included in version 11.0.0-beta.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
@all-contributors please add @the-ult for maintenance |
I've put up a pull request to add @the-ult! 🎉 |
BREAKING CHANGE: This version requires the following versions: - Angular v13
TODO (might need some help with these)
@nrwl/angular:package
and usetsconfig.lib.prod.json
configuration for productionfixes: #258