@biomejs/biome 2.1.1
2.1.1
Patch Changes
-
#6781
9bbd34fThanks @siketyan! - Fixed theFileFeaturesResultinterface in the WASM API was defined as a mapped object but the actual value was aMapobject. -
#6761
cf3c2ceThanks @dyc3! - Fixed #6759, a false positive fornoFocusedTeststhat was triggered by calling any function with the namefiton any object.The following code will now pass the
noFocusedTestsrule:import foo from "foo"; foo.fit();
What's Changed
- ci: correct restore path of the artifact by @siketyan in https://github.com/biomejs/biome/pull/6780
- fix(wasm): serialize map as a plain object by @siketyan in https://github.com/biomejs/biome/pull/6781
- ci: release by @github-actions in https://github.com/biomejs/biome/pull/6779
- docs: update contribution guide and pull request template by @ematipico in https://github.com/biomejs/biome/pull/6664
Full Changelog: https://github.com/biomejs/biome/compare/@biomejs/js-api@2.0.1...@biomejs/biome@2.1.1