noUpdateNotifier does not supress update notifications
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": truetoturbo.json - Run turbo with an out of date turbo version
Additional context
No response
We're seeing the same with turborepo 2.5.6.
Seems there's already an unlinked draft PR: #10941
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