Files
plane/pnpm-workspace.yaml
T
sriram veeraghanta 0acb32e65e chore: bump turbo to 2.9.14, migrate pnpm config to workspace yaml (#9147)
* chore: bump turbo to 2.9.14, migrate pnpm config to workspace yaml

- Bump turbo from 2.9.4 to 2.9.14 in root package.json and the
  four production Dockerfiles (web, live, admin, space).
- Move pnpm.overrides, onlyBuiltDependencies, and
  ignoredBuiltDependencies from package.json into pnpm-workspace.yaml.
  pnpm v10+ no longer reads the pnpm field in package.json, so the
  full overrides block and most of onlyBuiltDependencies were being
  silently ignored.
- Add @plane/utils as a workspace dependency to the live server.

* chore: drop unused allowBuilds block, bump lodash-es to 4.18.1

- Remove the `allowBuilds` block from pnpm-workspace.yaml. It is not
  a recognized pnpm v10/v11 key and its values were inconsistent with
  the actual `onlyBuiltDependencies` / `ignoredBuiltDependencies`
  configuration.
- Bump `lodash-es` catalog entry from 4.18.0 to 4.18.1. With overrides
  now applied workspace-wide, 4.18.0 (marked deprecated as a "bad
  release") was being enforced everywhere.

* fix: use pnpm v11 allowBuilds in place of removed legacy keys

`onlyBuiltDependencies` and `ignoredBuiltDependencies` were removed
in pnpm v11. They were being silently ignored on this branch, which
caused `ERR_PNPM_IGNORED_BUILDS` to fail CI under `--frozen-lockfile`.

Replace them with the v11-native `allowBuilds:` block, mapping the
previous allowlist to `true` and the previous denylist (sharp) to
`false`. Locally verified that the build scripts for @parcel/watcher,
@swc/core, esbuild, and msgpackr-extract now run on install.
2026-05-27 16:06:15 +05:30

90 lines
1.8 KiB
YAML

packages:
- apps/*
- packages/*
- "!apps/api"
- "!apps/proxy"
catalog:
"@atlaskit/pragmatic-drag-and-drop-auto-scroll": 1.4.0
"@atlaskit/pragmatic-drag-and-drop-hitbox": 1.1.0
"@atlaskit/pragmatic-drag-and-drop": 1.7.4
"@bprogress/core": ^1.3.4
"dotenv": 16.4.7
"@react-router/dev": 7.13.1
"@react-router/node": 7.13.1
"@react-router/serve": 7.13.1
"@tiptap/core": ^2.22.3
"@tiptap/html": ^2.22.3
"@types/lodash-es": 4.17.12
"@types/node": 22.12.0
"@types/react-dom": 18.3.1
"@types/react": 18.3.11
axios: 1.15.2
express: 4.22.0
i18next: 25.10.9
i18next-icu: 2.4.3
i18next-resources-to-backend: 1.2.1
lodash-es: 4.18.1
lucide-react: 0.469.0
mobx-react: 9.1.1
mobx-utils: 6.0.8
mobx: 6.12.0
react-dom: 18.3.1
react-router: 7.12.0
react: 18.3.1
react-i18next: 16.6.6
swr: 2.2.4
tsdown: 0.16.0
tsx: 4.20.6
typescript: 5.8.3
uuid: 14.0.0
vite: 7.3.2
overrides:
express: "catalog:"
mdast-util-to-hast: 13.2.1
valibot: 1.2.0
glob: 11.1.0
brace-expansion: 5.0.5
nanoid: 3.3.8
esbuild: 0.25.0
"@babel/helpers": 7.26.10
"@babel/runtime": 7.26.10
chokidar: 3.6.0
prosemirror-view: 1.40.0
"@types/express": 4.17.23
typescript: "catalog:"
vite: "catalog:"
qs: 6.14.2
diff: 5.2.2
webpack: 5.104.1
lodash-es: "catalog:"
lodash: 4.18.1
markdown-it: 14.1.1
rollup: 4.59.0
"minimatch@3": 3.1.4
"minimatch@10": 10.2.3
serialize-javascript: 7.0.5
"ajv@6": 6.14.0
"ajv@8": 8.18.0
"undici@7": 7.24.0
flatted: 3.4.2
picomatch: 2.3.2
"yaml@1": 1.10.3
"yaml@2": 2.8.3
path-to-regexp: 0.1.13
defu: 6.1.5
postcss: 8.5.10
axios: "catalog:"
follow-redirects: 1.16.0
uuid: "catalog:"
"fast-uri@<3.1.2": ">=3.1.2"
allowBuilds:
"@parcel/watcher": true
"@swc/core": true
esbuild: true
msgpackr-extract: true
turbo: true
sharp: false