feat(angular): remove deprecated functionalities#30769
Merged
Merged
Conversation
Remove the deprecated functionalities scheduled to be removed in Nx v21. BREAKING CHANGE: Remove the deprecated data persistence operators previously exported in `@nx/angular` and the deprecated testing utils previously exported in `@nx/angular/testing`.
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
leosvelperez
commented
Apr 17, 2025
| "description": "Set the `continuous` option to `true` for continuous tasks.", | ||
| "factory": "./src/migrations/update-21-0-0/set-continuous-option" | ||
| }, | ||
| "change-data-persistence-operators-imports-to-ngrx-router-store-data-persistence": { |
Member
Author
There was a problem hiding this comment.
This one duplicates a migration that runs for Nx 16.2, but it's needed if someone has opted out of it in earlier versions. Since we're removing the operators in Nx v21, we must ensure we migrate those cases.
… notice to programmatic api
jaysoo
reviewed
Apr 17, 2025
jaysoo
approved these changes
Apr 17, 2025
FrozenPandaz
approved these changes
Apr 17, 2025
Contributor
|
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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Remove the deprecated functionalities scheduled to be removed in Nx v21.
BREAKING CHANGE: Remove the deprecated data persistence operators previously exported in
@nx/angularand the deprecated testing utils previously exported in@nx/angular/testing.