You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
#149(patch)
Load Yarn catalogs from .yarnrc.yml. Yarn (>=4.10) stores catalog definitions in .yarnrc.yml under the catalog/catalogs keys (the same shape pnpm uses in pnpm-workspace.yaml), but catalog loading only read pnpm-workspace.yaml and package.json, so Yarn workspaces always saw an empty catalog map. Catalog loading and the check command's catalog diff now consult the package manager's own YAML file (.yarnrc.yml for Yarn).