Skip to content

chore(deps): remove unused uuid direct dependency#3362

Merged
kennethkalmer merged 1 commit intomainfrom
chore/remove-unused-uuid
May 1, 2026
Merged

chore(deps): remove unused uuid direct dependency#3362
kennethkalmer merged 1 commit intomainfrom
chore/remove-unused-uuid

Conversation

@kennethkalmer
Copy link
Copy Markdown
Member

Summary

  • Remove uuid from dependencies — never imported in source (verified via grep across src/, data/, examples/, gatsby-*, plugins/).
  • Gatsby still pulls uuid@8.3.2 transitively, so behavior is unchanged.
  • Closes chore(deps): bump uuid from 8.3.2 to 14.0.0 #3357 — dependabot bump 8.3.2 → 14.0.0 would have been a no-op since the direct dep is unused. Removing the dep eliminates future dependabot noise on this package.

Test plan

  • yarn install clean
  • yarn build succeeds
  • yarn test passes
  • CI green

🤖 Generated with Claude Code

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 30, 2026

Important

Review skipped

Auto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: 05e1af64-cdd4-478c-972f-bb2f370da952

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/remove-unused-uuid

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@kennethkalmer kennethkalmer requested review from a team and AndyTWF and removed request for a team April 30, 2026 13:33
@kennethkalmer kennethkalmer self-assigned this Apr 30, 2026
@kennethkalmer kennethkalmer enabled auto-merge April 30, 2026 13:43
@kennethkalmer kennethkalmer requested a review from sacOO7 April 30, 2026 22:51
uuid was listed in package.json but never imported in source.
Gatsby still pulls uuid@8.3.2 transitively, unaffected by this change.

Surfaced by #3357 (dependabot bump 8.3.2 -> 14.0.0), which would
have been a no-op.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@kennethkalmer kennethkalmer force-pushed the chore/remove-unused-uuid branch from 1995d63 to 13d969f Compare May 1, 2026 11:25
@kennethkalmer kennethkalmer merged commit 71ae3c2 into main May 1, 2026
7 checks passed
@kennethkalmer kennethkalmer deleted the chore/remove-unused-uuid branch May 1, 2026 11:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants