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: upgrade dependencies for angular v18 compatibility #73

Merged
merged 3 commits into from
Aug 5, 2024

Conversation

jpsullivan
Copy link
Contributor

@jpsullivan jpsullivan commented Jul 12, 2024

This PR includes updates to the project that were performed after running nx migrate latest which brought all of the Angular dependencies to the latest and greatest.

Notably this also introduces support for those who are already using Angular 18 in their own projects, as the current version fails to install due to being capped at v17.

This does not bump the version in any way as I figured it'd be best to let the push-based team take care of that.

I tested the application by running npm run serve and can confirm that the library and demo app work as expected.

@ChristopherPHolder
Copy link
Contributor

Thanks for the support its much appreciated.

We usually don't commit the migrations.json file in this repo.

The bumps are inferred from the git commit history so there is not need to update the project version directly-

@jpsullivan
Copy link
Contributor Author

Ah I really should have caught that, sorry! Happy to help :)

I updated the PR to remove the inclusion of that file, along with some further peer dependency fixes.

@ChristopherPHolder ChristopherPHolder merged commit a592570 into push-based:main Aug 5, 2024
1 check passed
@jpsullivan jpsullivan deleted the angular-18-support branch August 5, 2024 10:03
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.

2 participants