Skip to content

refactor(migrations): Improve safeNavigationMigration heuristic#69275

Merged
atscott merged 1 commit into
angular:mainfrom
JeanMeche:improve-safe-navigation-migration
Jun 10, 2026
Merged

refactor(migrations): Improve safeNavigationMigration heuristic#69275
atscott merged 1 commit into
angular:mainfrom
JeanMeche:improve-safe-navigation-migration

Conversation

@JeanMeche

Copy link
Copy Markdown
Member

There is no need to migrate expressions with a nullish comparison.

fixes #69274

There is no need to migrate expressions with a nullish comparison.

fixes angular#69274
@JeanMeche JeanMeche requested review from JoostK and atscott June 9, 2026 23:26
@angular-robot angular-robot Bot added the area: migrations Issues related to `ng update`/`ng generate` migrations label Jun 9, 2026
@ngbot ngbot Bot added this to the Backlog milestone Jun 9, 2026
@atscott atscott added action: merge The PR is ready for merge by the caretaker target: patch This PR is targeted for the next patch release labels Jun 9, 2026
@atscott atscott merged commit 6b0150f into angular:main Jun 10, 2026
25 of 27 checks passed
@atscott

atscott commented Jun 10, 2026

Copy link
Copy Markdown
Contributor

This PR was merged into the repository. The changes were merged into the following branches:

@JeanMeche JeanMeche deleted the improve-safe-navigation-migration branch June 10, 2026 02:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

action: merge The PR is ready for merge by the caretaker area: migrations Issues related to `ng update`/`ng generate` migrations target: patch This PR is targeted for the next patch release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Safe navigation migration does unnecessary changes

2 participants