Commit b695f3c
committed
fix(migration): re-pin vite-plus in force-override mode, fix lint/format/typo
PR #1588 CI failures:
- Force-override mode (VP_FORCE_MIGRATE=1, set by test-vp-create.yml and
ecosystem-ci) now re-pins any pre-existing vite-plus range to the local
tgz path in monorepo workspace packages. Without this, pnpm reads the
published vite-plus@0.1.21 metadata to resolve transitive deps including
@voidzero-dev/vite-plus-test@0.1.21, which shadowed upstream vitest@4.1.5
at runtime and broke vp create monorepo tests.
- typos CI: rename yarn-PnP to yarn Plug'n'Play (Pn→On false positive).
- vp check: format packages/cli/build.ts shim-generation block.
- Rename __dirname in install-failure-guard.spec.ts to satisfy
eslint(no-underscore-dangle).1 parent d4ba570 commit b695f3c
3 files changed
Lines changed: 26 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
367 | 367 | | |
368 | 368 | | |
369 | 369 | | |
370 | | - | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
371 | 374 | | |
372 | 375 | | |
373 | 376 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
| 7 | + | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
128 | | - | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
129 | 131 | | |
130 | 132 | | |
131 | 133 | | |
| |||
1477 | 1479 | | |
1478 | 1480 | | |
1479 | 1481 | | |
1480 | | - | |
| 1482 | + | |
| 1483 | + | |
| 1484 | + | |
1481 | 1485 | | |
1482 | 1486 | | |
1483 | 1487 | | |
| |||
1835 | 1839 | | |
1836 | 1840 | | |
1837 | 1841 | | |
| 1842 | + | |
| 1843 | + | |
| 1844 | + | |
| 1845 | + | |
| 1846 | + | |
| 1847 | + | |
| 1848 | + | |
| 1849 | + | |
| 1850 | + | |
| 1851 | + | |
| 1852 | + | |
| 1853 | + | |
| 1854 | + | |
1838 | 1855 | | |
1839 | 1856 | | |
1840 | 1857 | | |
| |||
1889 | 1906 | | |
1890 | 1907 | | |
1891 | 1908 | | |
1892 | | - | |
| 1909 | + | |
1893 | 1910 | | |
1894 | 1911 | | |
1895 | 1912 | | |
| |||
0 commit comments