chore(deps): add @vitejs/devtools oxc, rolldown, and vite plugins - #1819
Conversation
Declare the optional peer plugins that @vitejs/devtools expects so the test studio can load oxc, rolldown, and vite DevTools panels.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
|
✅ E2E Tests🟢 24 passed • view full report • view run Studio: https://plugins-e2e-test-studio-20nf1cm25.sanity.dev Datasets: |
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
Coverage Report
File CoverageNo changed files found. |
Resolve lockfile conflict from main by regenerating with the @vitejs/devtools companion plugins still declared.
There was a problem hiding this comment.
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) todev/test-studiodevDependencies. - Extend
pnpm-workspace.yamlminimumReleaseAgeExcludeto include the newly added@vitejs/devtools-*packages. - Refresh
pnpm-lock.yamlto 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.
Summary
Adds the optional peer plugins that
@vitejs/devtoolsexpects so Vite DevTools can load oxc, rolldown, and vite panels in the test studio.@vitejs/devtools-oxc,@vitejs/devtools-rolldown, and@vitejs/devtools-vite(^0.4.10) todev/test-studio(the only package that already depends on@vitejs/devtools)minimumReleaseAgewindow alongside the existing@vitejs/devtools*entriesNo changeset — this only affects the internal test studio.