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

feat: angular v18 support #328

Merged
merged 4 commits into from
Jul 1, 2024
Merged

feat: angular v18 support #328

merged 4 commits into from
Jul 1, 2024

Conversation

justAsascha
Copy link
Contributor

@justAsascha justAsascha commented Jun 26, 2024

  • Please check if the PR fulfills these requirements
  • The commit message follows our guidelines
  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)
  • Unit tests are passing ng test
  • Lint tests are passing ng lint
  • What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
    This PR introduces support for Angular 18.

  • What is the current behavior? (You can also link to an open issue here)

  • What is the new behavior (if this is a feature change)?

  • Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?)

  • Other information:

@justAsascha justAsascha changed the title feat: ng-18 support feat: Angular v18 support Jun 26, 2024
@justAsascha justAsascha changed the title feat: Angular v18 support feat: angular v18 support Jun 26, 2024
@justAsascha
Copy link
Contributor Author

justAsascha commented Jun 26, 2024

@bfwg it's my first commit. Can you have a look if anything is in order?

@bfwg
Copy link
Owner

bfwg commented Jun 26, 2024

Hi, looks like ci is failing. Can you try running 'npm ci' locally and make sure it passes?

@justAsascha
Copy link
Contributor Author

justAsascha commented Jun 26, 2024

Hi, I couldn't reproduce it on my local osx environment. I figured out it's somehow related to nx. However i found multiple threads with a possible fix I implemented. E.g. here on stackoverflow or this issue. They recommend to add optional dependencies and install them on CI which seems to work.

Here is the proof.

@justAsascha
Copy link
Contributor Author

@bfwg what do you think about it?

Copy link
Owner

@bfwg bfwg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@bfwg bfwg merged commit d364710 into bfwg:develop Jul 1, 2024
1 check passed
@bfwg
Copy link
Owner

bfwg commented Jul 1, 2024

18.0.0 is out on npm. 🎉

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