-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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(misc): adjust deprecation messages to v20 #23223
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
☁️ Nx Cloud ReportCI is running/has finished running commands for commit 0ae769b. As they complete they will appear below. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this CI Pipeline Execution ✅ Successfully ran 5 targets
Sent with 💌 from NxCloud. |
12bb949
to
08f8038
Compare
You force pushed without verify and skipped running the |
08f8038
to
0653aa6
Compare
0653aa6
to
f4f6f48
Compare
f4f6f48
to
845fac8
Compare
845fac8
to
2607c8b
Compare
2607c8b
to
c88c176
Compare
c88c176
to
a06446a
Compare
a06446a
to
dacb9e5
Compare
dacb9e5
to
4036828
Compare
4036828
to
c2eafa4
Compare
c2eafa4
to
0ae769b
Compare
<!-- Please make sure you have read the submission guidelines before posting an PR --> <!-- https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr --> <!-- Please make sure that your commit message follows our format --> <!-- Example: `fix(nx): must begin with lowercase` --> ## Breaking Changes: BREAKING CHANGE: `nx print-affected` was deprecated in 16.4.0 and has been removed. BREAKING CHANGE: `nx affected:graph` was deprecated in 16.4.0 and has been removed. BREAKING CHANGE: The `criticalPath` and `affectedProjects` properties of the JSON created by `nx graph --file graph.json` was deprecated in 16.2.0 and has been removed. ## Current Behavior <!-- This is the behavior we have today --> Some deprecation messages still reference v19. `nx print-affected` was deprecated in 16.4.0 to be removed in Nx 19 but was not removed. `nx affected:graph` was deprecated in 16.4.0 to be removed in Nx 19 but was not removed. ## Expected Behavior <!-- This is the behavior we should expect with the changes in this PR --> Deprecation messages reference v20 now. `nx print-affected` is removed. `nx affected:graph` is removed. There are redirects to a `deprecated` page describing those commands for Nx users using Nx <19 ## Related Issue(s) <!-- Please link the issue being fixed so it gets closed when this is merged. --> Fixes # (cherry picked from commit 8f705e3)
This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request. |
Breaking Changes:
BREAKING CHANGE:
nx print-affected
was deprecated in 16.4.0 and has been removed.BREAKING CHANGE:
nx affected:graph
was deprecated in 16.4.0 and has been removed.BREAKING CHANGE: The
criticalPath
andaffectedProjects
properties of the JSON created bynx graph --file graph.json
was deprecated in 16.2.0 and has been removed.Current Behavior
Some deprecation messages still reference v19.
nx print-affected
was deprecated in 16.4.0 to be removed in Nx 19 but was not removed.nx affected:graph
was deprecated in 16.4.0 to be removed in Nx 19 but was not removed.Expected Behavior
Deprecation messages reference v20 now.
nx print-affected
is removed.nx affected:graph
is removed.There are redirects to a
deprecated
page describing those commands for Nx users using Nx <19Related Issue(s)
Fixes #