cli/v1.5.3-nightly.24fcf19
版本发布时间: 2024-01-24 22:12:26
biomejs/biome最新发布版本:js-api/v0.7.1(2024-10-02 00:17:16)
CLI
Bug fixes
- Fix #1508 by excluding deleted files from being processed. Contributed by @ematipico
Formatter
Bug fixes
-
Fix #1039. Check unicode width instead of number of bytes when checking if regex expression is a simple argument. Contributed by @kalleep
This no longer breaks.
s(/🚀🚀/).s().s();
JavaScript APIs
Linter
New features
-
Add the rule noSkippedTests, to disallow skipped tests:
describe.skip("test", () => {}); it.skip("test", () => {});
Contributed by @ematipico
-
Add the rule noFocusedTests, to disallow skipped tests:
describe.only("test", () => {}); it.only("test", () => {});
Contributed by @ematipico
-
Add rule noSortedClasses, to sort CSS utility classes:
- <div class="px-2 foo p-4 bar" /> + <div class="foo·bar·p-4·px-2" />
Contributed by @DaniGuardiola
What's Changed
Other changes
- fix: remove unneeded semicolon in the autofix suggestion by @togami2864 in https://github.com/biomejs/biome/pull/1638
- Update language-support.mdx by @millette in https://github.com/biomejs/biome/pull/1639
New Contributors
- @millette made their first contribution in https://github.com/biomejs/biome/pull/1639
- @DaniGuardiola made their first contribution in https://github.com/biomejs/biome/pull/1362
Full Changelog: https://github.com/biomejs/biome/compare/cli/v1.5.3...cli/v1.5.3-nightly.24fcf19
1、 biome-darwin-arm64 15.83MB
2、 biome-darwin-x64 17.14MB
3、 biome-linux-arm64 16.98MB
4、 biome-linux-arm64-musl 15.26MB
5、 biome-linux-x64 19.02MB
6、 biome-linux-x64-musl 18.28MB
7、 biome-win32-arm64.exe 18.59MB
8、 biome-win32-x64.exe 21.81MB