Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .changeset/pnpm-overrides-esbuild.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
---

fix(deps): pin esbuild ≥0.28.1 and migrate orphaned overrides to pnpm-workspace.yaml

pnpm v10 reads `overrides` from `pnpm-workspace.yaml`, not package.json's `pnpm`
field — so the existing minimatch/tar pins were silently ignored and nothing
pinned esbuild. `tsup`/`tsx`/`vite` pulled esbuild 0.27.7 / 0.28.0 (< 0.28.1),
tripping GHSA-gv7w-rqvm-qjhr (high) in `pnpm audit`. Moved all overrides to
`pnpm-workspace.yaml` and added `esbuild: '>=0.28.1'`. No published-package code
change (build/test tooling + lockfile only); empty changeset.
4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,6 @@
},
"packageManager": "pnpm@10.31.0+sha512.e3927388bfaa8078ceb79b748ffc1e8274e84d75163e67bc22e06c0d3aed43dd153151cbf11d7f8301ff4acb98c68bdc5cadf6989532801ffafe3b3e4a63c268",
"pnpm": {
"overrides": {
"minimatch@<10.2.3": "10.2.3",
"tar@>=2.0.0 <7.5.11": "^7.5.11"
},
"ignoredBuiltDependencies": [
"@nestjs/core",
"@prisma/engines",
Expand Down
Loading