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
5 lines
92 B
YAML
5 lines
92 B
YAML
packages:
|
|
- "packages/*"
|
|
- "public/app/plugins/*/*"
|
|
- "e2e-playwright/test-plugins/*"
|