Skip to content

fix: update vite-plus to 0.3.0 - #3208

Closed
BittuBarnwal7479 wants to merge 2 commits into
npmx-dev:mainfrom
BittuBarnwal7479:fix/update-vite-plus-windows
Closed

fix: update vite-plus to 0.3.0#3208
BittuBarnwal7479 wants to merge 2 commits into
npmx-dev:mainfrom
BittuBarnwal7479:fix/update-vite-plus-windows

Conversation

@BittuBarnwal7479

Copy link
Copy Markdown
Contributor

🔗 Linked issue

Resolves #

🧭 Context

The Nuxt browser tests fail on Windows when loading a route under ~[username].

The issue comes from the version of Vite used by the current vite-plus release. vite-plus@0.2.9 uses Vite 8.2.1, which has the old Windows path handling.

📚 Description

This PR updates vite-plus from 0.2.9 to 0.3.0.

The newer version includes Vite 8.2.2, which fixes the Windows path issue with ~ in paths.

The affected test was:

test/nuxt/composables/use-command-palette-commands.spec.ts

Specifically:

adds npm account commands and disconnect support when npm is connected

Before this update, the test failed while loading:

app/pages/~[username]/orgs.vue

After updating vite-plus, the test passes without needing the server.fs.strict: false workaround.

Testing

  • Reproduced the failure on Windows with vite-plus@0.2.9
  • Updated to vite-plus@0.3.0
  • Verified the affected test passes
  • Verified the Nuxt test suite passes

@agentscanapp

agentscanapp Bot commented Aug 26, 2026

Copy link
Copy Markdown

Thanks for opening this pull request! 🎉

We really appreciate you taking the time to contribute, @BittuBarnwal7479.

A maintainer will take a look as soon as they can. In the meantime, please make sure that:

  • the description explains what changed and why
  • any related issues are linked
  • existing tests still pass

If anything needs adjusting we'll leave comments here. Thanks again!

@vercel

vercel Bot commented Aug 26, 2026

Copy link
Copy Markdown
Contributor

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

Project Deployment Actions Updated (UTC)
npmx.dev Ready Ready Preview Aug 26, 2026 9:58am
2 Skipped Deployments
Project Deployment Actions Updated (UTC)
docs.npmx.dev Ignored Ignored Preview Aug 26, 2026 9:58am
npmx-lunaria Ignored Ignored Aug 26, 2026 9:58am

Request Review

@github-actions

Copy link
Copy Markdown

e18e dependency analysis

No dependency warnings found.

@coderabbitai

coderabbitai Bot commented Aug 26, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

Caution

Review failed

The head commit changed during the review from a59d8f8 to 431da10.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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.

@codecov

codecov Bot commented Aug 26, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ All tests successful. No failed tests found.

📢 Thoughts on this report? Let us know!

@BittuBarnwal7479

Copy link
Copy Markdown
Contributor Author

Duplicate : 3205

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant