Skip to content

chore(deps): add @vitejs/devtools oxc, rolldown, and vite plugins - #1819

Merged
stipsan merged 2 commits into
mainfrom
cursor/add-vitejs-devtools-plugins-251d
Aug 4, 2026
Merged

chore(deps): add @vitejs/devtools oxc, rolldown, and vite plugins#1819
stipsan merged 2 commits into
mainfrom
cursor/add-vitejs-devtools-plugins-251d

Conversation

@stipsan

@stipsan stipsan commented Aug 3, 2026

Copy link
Copy Markdown
Member

Summary

Adds the optional peer plugins that @vitejs/devtools expects so Vite DevTools can load oxc, rolldown, and vite panels in the test studio.

  • Add @vitejs/devtools-oxc, @vitejs/devtools-rolldown, and @vitejs/devtools-vite (^0.4.10) to dev/test-studio (the only package that already depends on @vitejs/devtools)
  • Exclude the new packages from pnpm’s minimumReleaseAge window alongside the existing @vitejs/devtools* entries

No changeset — this only affects the internal test studio.

Open in Web Open in Cursor 

Declare the optional peer plugins that @vitejs/devtools expects so the
test studio can load oxc, rolldown, and vite DevTools panels.
@stipsan stipsan added the 🤖 bot label Aug 3, 2026 — with Cursor
@vercel

vercel Bot commented Aug 3, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
plugins-studio Ready Ready Preview Aug 3, 2026 3:37pm
1 Skipped Deployment
Project Deployment Actions Updated (UTC)
plugins-e2e-test-studio Ignored Ignored Aug 3, 2026 3:37pm

Request Review

@changeset-bot

changeset-bot Bot commented Aug 3, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 573f399

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@github-actions

github-actions Bot commented Aug 3, 2026

Copy link
Copy Markdown

✅ E2E Tests

🟢 24 passedview full reportview run

Studio: https://plugins-e2e-test-studio-20nf1cm25.sanity.dev

Datasets: pr-1819-chromium-30828309272, pr-1819-firefox-30828309272

@socket-security

socket-security Bot commented Aug 3, 2026

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Addednpm/​@​vitejs/​devtools-vite@​0.4.10781007397100
Addednpm/​@​vitejs/​devtools-rolldown@​0.4.10771007497100
Addednpm/​@​vitejs/​devtools-oxc@​0.4.10771007695100

View full report

@github-actions

github-actions Bot commented Aug 3, 2026

Copy link
Copy Markdown

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 32% 5507 / 17208
🔵 Statements 31.77% 5811 / 18287
🔵 Functions 27.79% 1428 / 5137
🔵 Branches 23.34% 2828 / 12116
File CoverageNo changed files found.
Generated in workflow #8607 for commit 573f399 by the Vitest Coverage Report Action

@stipsan
stipsan marked this pull request as ready for review August 3, 2026 15:35
@stipsan
stipsan requested a review from a team as a code owner August 3, 2026 15:35
@stipsan
stipsan requested review from Copilot and pedrobonamin and removed request for a team August 3, 2026 15:35
Resolve lockfile conflict from main by regenerating with the
@vitejs/devtools companion plugins still declared.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the internal dev/test-studio workspace to install the optional companion packages that @vitejs/devtools can use to enable additional DevTools panels (oxc, rolldown, and vite) when running the test studio.

Changes:

  • Add @vitejs/devtools-oxc, @vitejs/devtools-rolldown, and @vitejs/devtools-vite (^0.4.10) to dev/test-studio devDependencies.
  • Extend pnpm-workspace.yaml minimumReleaseAgeExclude to include the newly added @vitejs/devtools-* packages.
  • Refresh pnpm-lock.yaml to reflect the new dependency graph and related transitive resolution changes.

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.

File Description
pnpm-workspace.yaml Adds the new @vitejs/devtools-* packages to minimumReleaseAgeExclude to avoid pnpm maturity-window install failures.
pnpm-lock.yaml Updates the lockfile to include the new DevTools plugin packages and their transitive dependencies.
dev/test-studio/package.json Adds the three optional @vitejs/devtools companion packages needed to load the oxc/rolldown/vite panels in the test studio.
Files not reviewed (1)
  • pnpm-lock.yaml: Generated file

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 2 out of 3 changed files in this pull request and generated no new comments.

Files not reviewed (1)
  • pnpm-lock.yaml: Generated file

@stipsan
stipsan merged commit 0f39261 into main Aug 4, 2026
26 checks passed
@stipsan
stipsan deleted the cursor/add-vitejs-devtools-plugins-251d branch August 4, 2026 07:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants