Cleanup: consolidate dual override blocks in package.json #8

Merged
privilegedescalation-engineer[bot] merged 8 commits from gandalf/cleanup-duplicate-deps-package-json into main 2026-05-04 21:03:17 +00:00

8 Commits

Author SHA1 Message Date
Chris Farhood dec9ab2ba8 fix: re-remove tar and undici from devDependencies (PRI-560)
The merge conflict resolution reverted the f0de1fa fix. Re-applied removal of duplicate tar@^7.5.11 and undici@^7.24.3 from devDependencies — both are already pinned via pnpm.overrides. Also removed the spurious overrides.lodash block that was reintroduced.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-05-04 20:18:34 +00:00
Chris Farhood d71d27ae5e chore: sync with main lockfile
Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-05-04 16:31:22 +00:00
Chris Farhood f7868f787e Resolve merge conflict: use main's pnpm-lock.yaml
Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-05-04 16:30:32 +00:00
Chris Farhood 3e70399d1d docs: update README
Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-05-04 16:28:09 +00:00
Chris Farhood 8b1987f711 chore: retrigger CI after lockfile regeneration
Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-05-04 16:24:29 +00:00
Chris Farhood ac026d61db chore: trigger CI after lockfile regeneration
Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-05-04 16:08:26 +00:00
Chris Farhood c2bcee6dc8 chore: regenerate pnpm lockfile after devDependency cleanup
Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-05-04 16:00:09 +00:00
Chris Farhood 0c521be1a1 Remove duplicate tar/undici from devDependencies (already in pnpm.overrides)
Consolidates dual override blocks by removing the duplicate entries
from devDependencies. These packages are already pinned via pnpm.overrides
and should not appear in devDependencies.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-05-04 02:21:10 +00:00