这是indexloc提供的服务,不要输入任何密码
Skip to content

Conversation

@DevaanshKathuria
Copy link
Contributor

This pull request fixes a bug where setting "noUpdateNotifier": true in turbo.json did not suppress update notifications.
Turbo continued printing out-of-date version warnings regardless of the flag’s value.
What was happening
Even when users explicitly disabled update notifications using:
{ "noUpdateNotifier": true }
Turbo still displayed upgrade messages when the installed version was behind the latest available version.
This violated the expected behavior described in Issue #10940.
What this PR does:

  • Ensures that when noUpdateNotifier is set to true, Turbo skips the update-notifier check entirely.
  • Prevents unnecessary noise in CI pipelines and automated scripts.
  • Restores expected behavior and aligns with Turbo’s configuration contract.

How I verified the fix:
Added "noUpdateNotifier": true to turbo.json.
Ran Turbo using an intentionally outdated version.
Confirmed that no update notification was printed.
Verified that notifications still appear when the flag is not set.

Linked Issue
Fixes: #10940

@DevaanshKathuria DevaanshKathuria requested a review from a team as a code owner November 18, 2025 10:26
@vercel
Copy link
Contributor

vercel bot commented Nov 18, 2025

@DevaanshKathuria is attempting to deploy a commit to the Vercel Team on Vercel.

A member of the Team first needs to authorize it.

@DevaanshKathuria DevaanshKathuria changed the title fix(cli): correct version mismatch causing noUpdateNotifier to fail Fix(cli): correct version mismatch causing noUpdateNotifier to fail Nov 18, 2025
@DevaanshKathuria DevaanshKathuria changed the title Fix(cli): correct version mismatch causing noUpdateNotifier to fail Fix: correct version mismatch causing noUpdateNotifier to fail Nov 18, 2025
@DevaanshKathuria DevaanshKathuria changed the title Fix: correct version mismatch causing noUpdateNotifier to fail fix: correct version mismatch causing noUpdateNotifier to fail Nov 18, 2025
@DevaanshKathuria DevaanshKathuria changed the title fix: correct version mismatch causing noUpdateNotifier to fail fix: Correct version mismatch causing noUpdateNotifier to fail Nov 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

noUpdateNotifier does not supress update notifications

1 participant