-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
fix(release): bump all dependencies to latest #91
Conversation
Run & review this pull request in StackBlitz Codeflow. |
Did you did it using the ng update command? |
I did not the first time, but I went back to the previous commit and updated/migrated with ng update, it only changed the browserTarget to buildTarget in angular.json, I then updated other dependencies again, checking if there was breaking changes. All tests seem to pass. |
We also need to:
|
Sure, I'll try and do it this week. |
convert to standalone remove the module run the control flow migration convert the playground to standalone app
Changed effects to ngOnChanges for input changes in the directive. Used Omit<> to reuse Options type from the service instead of creating a new one. Removed unnecessary insert of the service into providers array.
5323d0c I also bumped the version number from 2.0.0 to 3.0.0 |
Put back ngOnDestroy
Hello, is there something else you would like me to change ? |
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Dependencies are quite old
Issue Number: N/A
What is the new behavior?
Dependencies are up-to-date.
Does this PR introduce a breaking change?
I don't know
Other information