Commit ccdda97
committed
fix(migration): pin @oxlint/migrate to bundled oxlint version
Prevent version drift between @oxlint/migrate and the oxlint binary
shipped with vite-plus. Without this, `vp migrate` fetches the latest
@oxlint/migrate from npm, which may reference rules not yet supported
by the bundled oxlint, causing `vp lint` errors after migration.1 parent d81a033 commit ccdda97
1 file changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
233 | 234 | | |
234 | 235 | | |
235 | 236 | | |
236 | | - | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
237 | 243 | | |
238 | 244 | | |
239 | 245 | | |
| |||
0 commit comments