- Notifications
You must be signed in to change notification settings - Fork2.6k
fix(core): eslint dep check rule should check prereleases correctly#18317
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
vercelbot commentedJul 26, 2023 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
The latest updates on your projects. Learn more aboutVercel for Git ↗︎
|
nx-cloudbot commentedJul 26, 2023 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Thank you! LGTM
11620bf
to4d28210
CompareThis pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request. |
Current Behavior
The dep check rule does not check pre-releases correctly
This surfaced with#17879
You can see the error here:https://staging.nx.app/runs/21ueB3TkiN/task/angular%3lint
The package versions are here:
nx/packages/angular/package.json
Line 71 in4bae74c
Expected Behavior
Pre-release version should be picked up correctly
Related Issue(s)
Fixes #