Commit 6be5e86
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 ff44fc1 commit 6be5e86
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 | |
|---|---|---|---|
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
133 | | - | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
134 | 136 | | |
135 | 137 | | |
136 | 138 | | |
| |||
1482 | 1484 | | |
1483 | 1485 | | |
1484 | 1486 | | |
1485 | | - | |
| 1487 | + | |
| 1488 | + | |
| 1489 | + | |
1486 | 1490 | | |
1487 | 1491 | | |
1488 | 1492 | | |
| |||
1840 | 1844 | | |
1841 | 1845 | | |
1842 | 1846 | | |
| 1847 | + | |
| 1848 | + | |
| 1849 | + | |
| 1850 | + | |
| 1851 | + | |
| 1852 | + | |
| 1853 | + | |
| 1854 | + | |
| 1855 | + | |
| 1856 | + | |
| 1857 | + | |
| 1858 | + | |
| 1859 | + | |
1843 | 1860 | | |
1844 | 1861 | | |
1845 | 1862 | | |
| |||
1894 | 1911 | | |
1895 | 1912 | | |
1896 | 1913 | | |
1897 | | - | |
| 1914 | + | |
1898 | 1915 | | |
1899 | 1916 | | |
1900 | 1917 | | |
| |||
0 commit comments