Replace yarn 4.11.0 with pnpm 9.15.0 as the package manager: - Delete yarn.lock and .yarnrc.yml - Add pnpm-lock.yaml, pnpm-workspace.yaml, and .npmrc - Convert resolutions to pnpm.overrides and patchedDependencies - Move .yarn/patches/ to patches/ for pnpm compatibility - Update all scripts in package.json (yarn -> pnpm) - Update Makefile, e2e scripts, build scripts, Tiltfile - Update Go e2e test runners (a11y/cmd.go, cypress/cmd.go) - Update contributor documentation
6 lines
135 B
Plaintext
6 lines
135 B
Plaintext
enable-pre-post-scripts=true
|
|
auto-install-peers=true
|
|
strict-peer-dependencies=false
|
|
shamefully-hoist=true
|
|
link-workspace-packages=true
|