chore(www): drop 4 unused dependencies and a dead tsconfig, align @types/node with Node 22 - #1009
Merged
Yeom-JinHo merged 6 commits intoSep 5, 2026
Conversation
Git hooks are managed by lefthook (lefthook.yml); there is no lint-staged config and nothing imports it. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_018vLm4CqtxKWGZZMsax2pZh
No script references run-s/run-p/npm-run-all. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_018vLm4CqtxKWGZZMsax2pZh
styles/globals.css imports tw-animate-css (Tailwind v4); the v3 plugin is no longer referenced. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_018vLm4CqtxKWGZZMsax2pZh
Toasts are rendered with sonner (components/ui/sonner.tsx); nothing imports the Radix toast primitive. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_018vLm4CqtxKWGZZMsax2pZh
engines.node is >=22.14.0 and .nvmrc is 22, but the type definitions were still on 20.x. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_018vLm4CqtxKWGZZMsax2pZh
Nothing references this file (package.json scripts, turbo.json, lefthook.yml, CI workflows). Its `include` was `scripts/**/*.ts`, but both scripts are `.mts` and run via tsx, so it never compiled a single file even if invoked. 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
lint-staged: git hooks are managed by lefthook; no config or import references itnpm-run-all: norun-s/run-pusage in any scripttailwindcss-animate: Tailwind v4 setup importstw-animate-cssinstyles/globals.css@radix-ui/react-toast: toasts are rendered withsonner@types/node^20 → ^22 to matchengines.node >=22.14.0and.nvmrctsconfig.scripts.json: unreferenced, and itsscripts/**/*.tsinclude never matched the.mtsscriptsSide effect: dropping
npm-run-allalso pruneshosted-git-info@2.8.9(GHSA-43f8-2h32-f4cj),cross-spawn@6,semver@5.Lockfile churn is removals plus peer-suffix rewrites only; first commit also adds the missing trailing newline in
package.json.Test plan
pnpm install --frozen-lockfilepnpm checkpnpm build🤖 Generated with Claude Code
https://claude.ai/code/session_018vLm4CqtxKWGZZMsax2pZh