2021-12-20 16:08:43 +01:00
nmHoistingLimits : workspaces
nodeLinker : node-modules
2025-06-08 06:07:10 -07:00
compressionLevel : mixed
enableGlobalCache : false
2021-12-20 16:08:43 +01:00
2025-06-08 06:07:10 -07:00
yarnPath : .yarn/releases/yarn-4.9.2.cjs
2022-11-21 12:34:40 +00:00
logFilters :
# Disable useless non-actionable warnings.
# https://github.com/yarnpkg/yarn/issues/4064
2025-06-08 06:07:10 -07:00
# e.g. "Some peer dependencies are incorrectly met by dependencies; run yarn explain peer-requirements for details."
- code : YN0086
level : discard
2022-11-21 12:34:40 +00:00
# eg "@joplin/app-desktop@workspace:packages/app-desktop provides react (p87edd) with version 18.2.0, which doesn't satisfy what @testing-library/react-hooks and some of its descendants request"
- code : YN0060
level : discard
# eg "@joplin/app-desktop@workspace:packages/app-desktop doesn't provide react-is (p570cf), requested by styled-components"
- code : YN0002
2022-11-21 12:37:07 +00:00
level : discard
# eg "string.prototype.matchall@npm:4.0.8 can't be found in the cache and will be fetched from the remote registry"
- code : YN0013
level : discard
2023-07-17 19:21:08 +01:00
# To avoid the error "The remote archive doesn't match the expected checksum".
# Yarn offers no way to understand what the issue is when it happens, or what
# needs to be done so it's just security theater that we have no choice but to
# disable.
checksumBehavior : update