-
-
Notifications
You must be signed in to change notification settings - Fork 39
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: adds angular 18 support #181
Conversation
Run & review this pull request in StackBlitz Codeflow. |
6facfbb
to
2f917da
Compare
Blocked by jscutlery/semver#814 |
@pavankjadda Hi, It seems they've fixed the error. |
This jscutlery/semver#814 blocks the PR not bikecoders/ngx-deploy-npm#606 |
@rbalet, that was not a fix; was a workaround. More info about the workaround: Here, you can find an implementation of that workaround |
Hi @pavankjadda , |
@NetanelBasal please merge this whenever you get a chance. |
The commit should be marked a BREAKING CHANGE based on the convention |
BREAKING CHANGE: Bumps required angular version to 18
9065cfa
to
ebe78bf
Compare
Done |
@NetanelBasal @pavankjadda the "breaking change" is not correct. The minimum Angular requirement in the |
@hakimio you're correct, my mistake. Never mind :) |
Got support error when install by npm
Error detail
|
@NetanelBasal could you release 3.0.0 version for dev tools as well? |
For now use |
We first need to update the peer |
it was already updated in last PR https://github.com/ngneat/query/blob/main/devtools/package.json#L13 |
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?
Issue Number: N/A
What is the new behavior?
Does this PR introduce a breaking change?
Other information
Closes #179