Skip to content

Commit dbaa85f

Browse files
authored
[test] Ignore pnpm update notifier (#84328)
This notification even pops up in our e2e test: ``` ╭───────────────────────────────────────────────────────────────╮ │ | │ Update available! 8.15.7 → 10.17.1. │ │ | | Changelog: │ │ https://github.com/pnpm/pnpm/releases/tag/v10.17.1 │ │ Run "corepack prepare [email protected] --activate" to update. │ │ │ │ Follow @pnpmjs for updates: https://twitter.com/pnpmjs │ │ │ ╰───────────────────────────────────────────────────────────────╯ ``` I'd consider this message noise. If we want to be notified of updates, we can subscribe to pnpm release. Constantly notifying is annoying.
1 parent ed911fe commit dbaa85f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pnpm-workspace.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ packages:
66
- 'turbopack/crates/*/js'
77
- 'turbopack/crates/turbopack-tests/tests/execution'
88
- 'turbopack/packages/*'
9+
updateNotifier: false

0 commit comments

Comments
 (0)