@@ -12,9 +12,14 @@ Semantic Versioning.
1212
1313* ` await await f() ` now reports [ E0266] [ ] ("redundant await") (implemented by
1414 [ clegoz] [ ] ).
15+ * CLI: Misuse of ` --vim-file-bufnr ` now reports warnings (implemented by [ Roland
16+ Strasser] [ ] ).
1517
1618### Fixed
1719
20+ * LSP, VS Code: quick-lint-js now correctly handles merging lines containing
21+ non-ASCII with lines containing ASCII. This fixes spurious diagnostics. Thanks
22+ to T0x3139 and [ mirabellier] [ ] for reporting and helping fix this bug.
1823* quick-lint-js now recognizes [ Bun] [ ] 's global variables, including ` Bun ` and
1924 ` bunJSX ` . This suppresses undesired [ E0057] [ ] ("use of undeclared variable")
2025 warnings.
@@ -625,6 +630,7 @@ Beta release.
625630[ Nico Sonack ] : https://github.com/herrhotzenplotz
626631[ Piotr Dąbrowski ] : https://github.com/yhnavein
627632[ Rob Miner ] : https://github.com/robminer6
633+ [ Roland Strasser ] : https://github.com/rol1510
628634[ Sarah Schulte ] : https://github.com/cgsdev0
629635[ Shivam Mehta ] : https://github.com/maniac-en
630636[ Tony Sathre ] : https://github.com/tonysathre
@@ -633,6 +639,7 @@ Beta release.
633639[ config-global-groups ] : https://quick-lint-js.com/config/#global-groups
634640[ david doroz ] : https://github.com/DaviddHub
635641[ install-powershell-completions ] : https://github.com/quick-lint/quick-lint-js/blob/master/completions/README.md#powershell
642+ [ mirabellier ] : https://github.com/mirabellierr
636643[ ooblegork ] : https://github.com/ooblegork
637644[ tiagovla ] : https://github.com/tiagovla
638645[ wagner riffel ] : https://github.com/wgrr
0 commit comments