Commit abde8ab
authored
test(ecosystem-ci): bump bun-vite-template to oxlint jsx-a11y fix (#1898)
Pin `bun-vite-template` to `c507fae` (master tip), which includes the
`eslint.config.js` fix from
[why-reproductions-are-required/bun-vite-template#2](why-reproductions-are-required/bun-vite-template#2).
That fix drops the jsx-a11y rule options oxlint 1.70.0 rejects
(`includeRoles` on `control-has-associated-label`, the element-map on
`no-noninteractive-element-to-interactive-role`), so after `vp migrate`
the project's `vp lint` no longer fails with "Failed to parse oxlint
configuration file".
Verified locally end-to-end with oxlint 1.70.0: `vp migrate` then `vp
run lint` passes.1 parent 111d743 commit abde8ab
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
| 109 | + | |
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
| |||
0 commit comments