Changelog

vitejs/vite · · 3 commits

Srcset parsing fix lands in Vite

Vite fixes newline-separated srcset handling and tidies bot comment formatting; a blame-ignore entry was also added.

Preserve newline-separated srcset candidates (vjymisal04f9d2f4)

Vite’s parseSrcset no longer strips the first newline it encounters, which fixes cases where srcset candidates are split across lines. The added tests cover both LF and CRLF input, so newline-delimited candidates are normalized into valid space-separated output.

Other misc changes

  • CI bot comment formatting cleaned up in .github/workflows/bot.yml (bluwyea5ac7c)
  • Added 97ad042 to .git-blame-ignore-revs for a formatting-only commit (ulrichstark7bdad37)