-
Notifications
You must be signed in to change notification settings - Fork 169
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
build: migrate avatar, accordion and label to secondary entrypoints #514
Conversation
libs/ui/slider/brain/package.json
Outdated
"@angular/common": ">=18.0.0", | ||
"@angular/core": ">=18.0.0", | ||
"@angular/cdk": ">=18.0.0", | ||
"@angular/forms": ">=18.0.0", | ||
"rxjs": ">=6.6.0" | ||
"rxjs": ">=6.6.0", | ||
"@spartan-ng/brain": "0.0.1-alpha.357" |
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.
is there a way to order these automatically as part of the migration?
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.
I think this was added by ESLint Nx dependency checks rule rather than the migration itself in this case.
That being said I could add this prettier plugin https://github.com/matzkoh/prettier-plugin-packagejson to always ensure our deps are sorted correctly if you'd like?
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.
Up to you. I mean it's a nice to have, but doesn't really matter too much. I'll trust your judgement!
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.
Pushed a commit there now including it, we can give it a go, if its not what we want we can always remove it I suppose.
00c6358
to
1bd4484
Compare
One comment about prettier tailwind plugin! |
PR Checklist
Please check if your PR fulfills the following requirements:
guidelines: https://github.com/goetzrobin/spartan/blob/main/CONTRIBUTING.md#-commit-message-guidelines
PR Type
What kind of change does this PR introduce?
Which package are you modifying?
What is the current behavior?
N/A
What is the new behavior?
Does this PR introduce a breaking change?
Other information
A breaking change, but with a generator/schematic to auto migrate it