Skip to content

chore(deps): refresh lockfile to clear Dependabot alerts (69 → 7) - #1011

Merged
Yeom-JinHo merged 2 commits into
magicuidesign:mainfrom
Yeom-JinHo:chore/refresh-lockfile-dependabot
Sep 8, 2026
Merged

Yeom-JinHo merged 2 commits into
magicuidesign:mainfrom
Yeom-JinHo:chore/refresh-lockfile-dependabot

Conversation

@Yeom-JinHo

@Yeom-JinHo Yeom-JinHo commented Sep 8, 2026

Copy link
Copy Markdown
Member

Summary

  • pnpm audit on main reports 69 advisories (27 high), all transitive. This refreshes the lockfile with pnpm update -r: no range changes, no major bumps on direct deps (46 minor/patch), 0.x packages untouched.
  • The one package.json change moves the exact postcss pin 8.5.6 → 8.5.28 so it clears 4 advisories; kept exact to match the existing convention.
  • Remaining 7 advisories cannot be fixed without majors: postcss×4 live inside next@15 (pinned 8.4.31; fixed in next ≥ 16.3.0), yaml×1 is vite's optional peer via ultracite, image-size×2 has no patched version.
  • prettier 3.7 → 3.9 reformats 3 files (formatting-only); file-tree.tsx is embedded in public/r/file-tree.json and llms-full.txt, so those are regenerated in a separate commit.

Test plan

  • pnpm install --frozen-lockfile
  • pnpm check
  • pnpm build
  • pnpm audit 69 → 7
  • Local next start visual comparison vs production

🤖 Generated with Claude Code

https://claude.ai/code/session_018vLm4CqtxKWGZZMsax2pZh

Yeom-JinHo and others added 2 commits September 8, 2026 20:34
`pnpm audit` on main reports 69 advisories (27 high), all in transitive
dependencies. Refresh the lockfile with `pnpm update -r` (no range changes,
no major bumps) and move the exact `postcss` pin in apps/www from 8.5.6 to
8.5.28 so it picks up the patched 8.5.x line (kept as an exact pin, matching
the existing convention for that dependency).

Result: 69 -> 7 advisories. The remaining 7 are:
- postcss x4: next@15 pins postcss 8.4.31 internally; resolved in
  next >= 16.3.0, which depends on 8.5.23
- yaml x1: optional peer of vite, pulled in only via ultracite
- image-size x2: no patched version exists

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_018vLm4CqtxKWGZZMsax2pZh
…y artifacts

Follow-up to the lockfile refresh: prettier 3.7 -> 3.9 changes how it
handles trailing blank lines in MDX and short union types (drops the
leading `|`). Formatting-only, semantically identical. file-tree.tsx is
embedded in public/r/file-tree.json and llms-full.txt, so those are
regenerated with `pnpm --filter=www build:registry`.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_018vLm4CqtxKWGZZMsax2pZh
@vercel

vercel Bot commented Sep 8, 2026

Copy link
Copy Markdown

@Yeom-JinHo is attempting to deploy a commit to the product-studio Team on Vercel.

A member of the Team first needs to authorize it.

@Yeom-JinHo
Yeom-JinHo merged commit ec1cce6 into magicuidesign:main Sep 8, 2026
6 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant