Skip to content
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

Merged
merged 5 commits into from
Mar 19, 2024
Merged

fix(release): bump all dependencies to latest #91

merged 5 commits into from
Mar 19, 2024

Conversation

Pilpin
Copy link
Contributor

@Pilpin Pilpin commented Mar 5, 2024

PR Checklist

Please check if your PR fulfills the following requirements:

  • The commit message follows our guidelines: CONTRIBUTING.md#commit
  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)

PR Type

What kind of change does this PR introduce?

[ ] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Build related changes
[ ] CI related changes
[ ] Documentation content changes
[x] Other... Please describe: update dependencies

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

[ ] Yes
[ ] No

Other information

Copy link

stackblitz bot commented Mar 5, 2024

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@NetanelBasal
Copy link
Member

Did you did it using the ng update command?

@Pilpin
Copy link
Contributor Author

Pilpin commented Mar 5, 2024

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.
3d17db6 reflects these changes

@NetanelBasal
Copy link
Member

We also need to:

  • convert to standalone
  • remove the module
  • run the control flow migration
  • convert the playground to standalone app

@Pilpin
Copy link
Contributor Author

Pilpin commented Mar 6, 2024

We also need to:

  • convert to standalone
  • remove the module
  • run the control flow migration
  • convert the playground to standalone app

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
README.md Outdated Show resolved Hide resolved
src/main.ts Outdated Show resolved Hide resolved
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.
@Pilpin
Copy link
Contributor Author

Pilpin commented Mar 14, 2024

5323d0c I also bumped the version number from 2.0.0 to 3.0.0

@Pilpin
Copy link
Contributor Author

Pilpin commented Mar 19, 2024

Hello, is there something else you would like me to change ?

@NetanelBasal NetanelBasal merged commit 1ff0709 into ngneat:master Mar 19, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants