Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

vp migrate: follow-up UX & correctness issues from real-world e2e

Open
#2,037 3 comments 5 reactions 1 assignee View on GitHub

@fengmk2 is already working on this.

Since Jul 3, 2026.

Assessment

This issue has not been assessed yet.

Description

bug enhancement migration test: e2e

Follow-up tracker for the unresolved items surfaced during the real-world migration pass in https://github.com/voidzero-dev/vite-plus/pull/1891#issuecomment-4764461957.

Goal: keep improving the vp migrate experience by fixing the concrete failures below. Each item links back to the project PR / CI log where it reproduces. Grouped by theme, not by project.

1. Migrated config is wrong or lossy or not good

2. Lint migration

  • vp lint -c rejects duplicate flag — generated command runs vp lint -c .oxlintrc.json and fails with Error: argument '-c' cannot be used multiple times in this context.
    pdfme (log)
  • Unknown oxlint rule after migrateRule 'camelcase' not found in plugin 'eslint'.
    tech-interview-handbook (PR)

3. Post-migrate build / type resolution

  • Nuxt build: Cannot find package 'rolldown'@nuxt/vite-builder imports rolldown, which is not resolvable after migrate. Reproduces on multiple Nuxt projects.
    npmx (diff),
    unplugin-turbo-console (log)
  • vite-plus/client types not found — commit-hook tsc --noEmit fails: Cannot find type definition file for 'vite-plus/client' (from "types": ["vitest/globals", "vite-plus/client"]).
    gitify (log)
  • @voidzero-dev/vite-plus-test not found in testsCannot find package '@voidzero-dev/vite-plus-test' imported from a *.test.ts.
    react-doctor (PR)
  • postinstall failures — "postinstall hells" after migrate.
    odysee-frontend (PR)

4. pnpm trust policy (no-downgrade)

  • Trust-downgrade blocks a legit prerelease depERR_PNPM_TRUST_DOWNGRADE High-risk trust downgrade for "effect@4.0.0-beta.70" (possible package takeover).
    react-doctor (PR)

Won't-fix / out of scope (tracked for context)

  • matterviz: TS2783: 'staged' is specified more than once — caused by the user's shared dotfiles config, not migrate. (PR)
  • ohbug: install fails — user code issue, won't fix. (PR)

Pending e2e runs (no migrate bug identified yet, just not finished)

cs-demo-manager, museeks, bippy, rari, dify, BlockNote, vuestrata, anywidget, media-processors, sigle, mantine. These still need a completed migration run; open a dedicated issue only if a real bug surfaces. Status stays tracked in https://github.com/voidzero-dev/vite-plus/pull/1891#issuecomment-4764461957.

Dominant language
Rust
Stars
5.8k
Forks
263
Avg merge
1d 3h
Merged PRs (30d)
147

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from voidzero-dev/vite-plus

All issues in voidzero-dev/vite-plus

Similar issues

More Rust issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.