Commit d776e56
committed
ci(test-vp-create): add remote vite@9.0.5 + react-ts migration matrix entry
The existing matrix only covers builtin templates (vite:monorepo,
vite:application, vite:library) — none of which ship ESLint or
Prettier, so the recent ESLint/Prettier auto-migration path in
`vp create` goes untested by this workflow.
Add `remote-vite-react-ts` that scaffolds with `vp create vite@9.0.5 --
test-project --template react-ts` (pinned so the snap is stable
against upstream template changes) and asserts the post-migration end
state:
- eslint.config.js deleted
- .oxlintrc.json merged into vite.config.ts (not left loose)
- vite.config.ts contains a `lint:` section
- package.json: eslint devDep removed, vite-plus devDep present,
`lint` script rewritten to `vp lint …`
The verification step is gated on a new matrix `verify-migration`
field so builtin entries skip it. All four package managers (pnpm,
npm, yarn, bun) exercise the path.1 parent f4f7e71 commit d776e56
1 file changed
Lines changed: 48 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
| 126 | + | |
126 | 127 | | |
127 | 128 | | |
128 | 129 | | |
129 | 130 | | |
| 131 | + | |
130 | 132 | | |
131 | 133 | | |
132 | 134 | | |
133 | 135 | | |
134 | 136 | | |
135 | 137 | | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
136 | 149 | | |
137 | 150 | | |
138 | 151 | | |
| |||
253 | 266 | | |
254 | 267 | | |
255 | 268 | | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
256 | 304 | | |
257 | 305 | | |
258 | 306 | | |
| |||
0 commit comments