chore(deps): refresh lockfile to clear Dependabot alerts (69 → 7) - #1011
Merged
Yeom-JinHo merged 2 commits intoSep 8, 2026
Merged
Conversation
`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
|
@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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
pnpm auditon main reports 69 advisories (27 high), all transitive. This refreshes the lockfile withpnpm update -r: no range changes, no major bumps on direct deps (46 minor/patch), 0.x packages untouched.postcsspin 8.5.6 → 8.5.28 so it clears 4 advisories; kept exact to match the existing convention.postcss×4 live insidenext@15(pinned 8.4.31; fixed in next ≥ 16.3.0),yaml×1 is vite's optional peer viaultracite,image-size×2 has no patched version.file-tree.tsxis embedded inpublic/r/file-tree.jsonandllms-full.txt, so those are regenerated in a separate commit.Test plan
pnpm install --frozen-lockfilepnpm checkpnpm buildpnpm audit69 → 7next startvisual comparison vs production🤖 Generated with Claude Code
https://claude.ai/code/session_018vLm4CqtxKWGZZMsax2pZh