diff --git a/.yarnrc.yml b/.yarnrc.yml index 42586b8950..5dd084b809 100644 --- a/.yarnrc.yml +++ b/.yarnrc.yml @@ -11,3 +11,22 @@ packageExtensions: source-map-loader@^4: dependencies: webpack: ^5 + +enableTelemetry: false + +httpTimeout: 60000 + +# these messages provide no actionable information, and make non-TTY output +# almost unreadable, masking real dependency-related information +# see: https://yarnpkg.com/advanced/error-codes +logFilters: + - code: YN0006 # SOFT_LINK_BUILD + level: discard + - code: YN0007 # MUST_BUILD + level: discard + - code: YN0008 # MUST_REBUILD + level: discard + - code: YN0013 # FETCH_NOT_CACHED + level: discard + - code: YN0019 # UNUSED_CACHE_ENTRY + level: discard