Skip to content

ci: release#9301

Merged
dyc3 merged 1 commit intomainfrom
changeset-release/main
Mar 5, 2026
Merged

ci: release#9301
dyc3 merged 1 commit intomainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Mar 2, 2026

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@biomejs/biome@2.4.6

Patch Changes

  • #9305 40869b5 Thanks @ematipico! - Fixed #4946: noUnreachable no longer reports code inside finally blocks as unreachable when there is a break, continue, or return in the corresponding try body.

  • #9303 464910c Thanks @ematipico! - Fixed #2786: The formatter no longer produces different output on subsequent runs when a case clause has a trailing line comment followed by a single block statement.

  • #9324 6294aa2 Thanks @arendjr! - Fixed #7730: useAnchorContent now recognises SolidJS's innerHTML the same way as React's dangerouslySetInnerHTML.

  • #9298 1003229 Thanks @Netail! - Fixed #9296, so comments are moved along with the attributes in the useSortedAttributes assist rule code fix.

  • #9329 855b451 Thanks @dyc3! - Improved performance of noEmptyBlockStatements. The rule is now smarter about short-circuiting its logic.

  • #9326 85dfe9b Thanks @dyc3! - Improved performance for noImportCycles by explicitly excluding node_modules from the cycle detection. The performance improvement is directly proportional to how big your dependency tree is.

  • #9323 d5ee469 Thanks @ematipico! - Fixed #9217 and biomejs/biome-vscode#959, where the Biome language server didn't correctly resolve the editor setting configurationPath when the provided value is a relative path.

  • #9302 86fbc70 Thanks @sepagian! - Fixed #9300: Lowercase component member expressions like <form.Field> in Svelte and Astro files are now correctly formatted.

    -<form .Field></form.Field>
    +<form.Field></form.Field>
    

@biomejs/backend-jsonrpc@2.0.43

@biomejs/cli-darwin-arm64@2.4.6

@biomejs/cli-darwin-x64@2.4.6

@biomejs/cli-linux-arm64@2.4.6

@biomejs/cli-linux-arm64-musl@2.4.6

@biomejs/cli-linux-x64@2.4.6

@biomejs/cli-linux-x64-musl@2.4.6

@biomejs/cli-win32-arm64@2.4.6

@biomejs/cli-win32-x64@2.4.6

@biomejs/wasm-bundler@2.4.6

@biomejs/wasm-nodejs@2.4.6

@biomejs/wasm-web@2.4.6

@github-actions github-actions bot force-pushed the changeset-release/main branch 17 times, most recently from c634707 to 299ab9c Compare March 5, 2026 09:52
@github-actions github-actions bot force-pushed the changeset-release/main branch from 299ab9c to 3b45cfe Compare March 5, 2026 10:25
@dyc3 dyc3 merged commit cabc56c into main Mar 5, 2026
@dyc3 dyc3 deleted the changeset-release/main branch March 5, 2026 13:55
ematipico pushed a commit that referenced this pull request Mar 6, 2026
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment