feat(migrations): Disabling nullishCoalescingNotNullable & optionalChainNotNullable on ng update - #68080
Merged
kirjs merged 1 commit intoApr 13, 2026
Conversation
JeanMeche
requested changes
Apr 8, 2026
aparzi
force-pushed
the
migration-strict-safe-navigation-narrow
branch
from
April 8, 2026 20:41
b30f699 to
6462399
Compare
JeanMeche
reviewed
Apr 8, 2026
JeanMeche
reviewed
Apr 8, 2026
JeanMeche
reviewed
Apr 8, 2026
JeanMeche
reviewed
Apr 8, 2026
aparzi
force-pushed
the
migration-strict-safe-navigation-narrow
branch
from
April 8, 2026 21:20
6462399 to
d387258
Compare
Contributor
Author
|
@JeanMeche |
JeanMeche
reviewed
Apr 9, 2026
JeanMeche
reviewed
Apr 9, 2026
aparzi
force-pushed
the
migration-strict-safe-navigation-narrow
branch
from
April 9, 2026 08:32
d387258 to
aeccd48
Compare
JeanMeche
reviewed
Apr 9, 2026
aparzi
force-pushed
the
migration-strict-safe-navigation-narrow
branch
from
April 9, 2026 13:12
aeccd48 to
65f213a
Compare
Contributor
Author
|
@JeanMeche |
JeanMeche
reviewed
Apr 9, 2026
aparzi
force-pushed
the
migration-strict-safe-navigation-narrow
branch
from
April 9, 2026 16:11
65f213a to
7b8e3d9
Compare
aparzi
force-pushed
the
migration-strict-safe-navigation-narrow
branch
2 times, most recently
from
April 9, 2026 20:09
7b3dcee to
801410b
Compare
JeanMeche
reviewed
Apr 9, 2026
aparzi
force-pushed
the
migration-strict-safe-navigation-narrow
branch
from
April 9, 2026 20:20
801410b to
349681e
Compare
JeanMeche
reviewed
Apr 9, 2026
JeanMeche
reviewed
Apr 9, 2026
aparzi
force-pushed
the
migration-strict-safe-navigation-narrow
branch
from
April 9, 2026 21:15
349681e to
0384c5c
Compare
JeanMeche
reviewed
Apr 9, 2026
aparzi
force-pushed
the
migration-strict-safe-navigation-narrow
branch
from
April 9, 2026 21:20
0384c5c to
3af620e
Compare
JeanMeche
approved these changes
Apr 10, 2026
Member
|
Can you please address the conflict. Thank you |
…ainNotNullable on ng update Related to angular#67959 disabling two diagnostics errors by `ng update`: - nullishCoalescingNotNullable - optionalChainNotNullable
aparzi
force-pushed
the
migration-strict-safe-navigation-narrow
branch
from
April 11, 2026 21:20
3af620e to
b40e074
Compare
JeanMeche
approved these changes
Apr 11, 2026
Contributor
|
This PR was merged into the repository. The changes were merged into the following branches:
|
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
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.
Related to #67959 disabling two diagnostics errors by
ng update:PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the new behavior?
Disabling nullishCoalescingNotNullable & optionalChainNotNullable on ng update
Does this PR introduce a breaking change?