turbo icon indicating copy to clipboard operation
turbo copied to clipboard

noUpdateNotifier does not supress update notifications

Open maclockard opened this issue 4 months ago • 3 comments

Verify canary release

  • [x] I verified that the issue exists in the latest Turborepo canary release.

Link to code that reproduces this issue

Run turbo with an out of date turbo version

Which canary version will you have in your reproduction?

I checked the box, but inherit to the bug I can't check that it works as expected with the latest build, so I used version 2.5.6

Environment information


Expected behavior

Don't print update notification if noUpdateNotifier is true

Actual behavior

Prints update notification no matter what

To Reproduce

  • Add "noUpdateNotifier": true to turbo.json
  • Run turbo with an out of date turbo version

Additional context

No response

maclockard avatar Oct 07 '25 16:10 maclockard

We're seeing the same with turborepo 2.5.6.

mootari avatar Oct 22 '25 10:10 mootari

Seems there's already an unlinked draft PR: #10941

mootari avatar Oct 22 '25 10:10 mootari

Hey @maclockard

I’ve opened a pull request that resolves this issue. The PR ensures that the noUpdateNotifier flag correctly suppresses update notifications when set to true, restoring the expected behavior described here.

Here’s the link to the PR: #11133

Please let me know if any adjustments or refinements are needed

DevaanshKathuria avatar Nov 18 '25 10:11 DevaanshKathuria