Skip to content

ci: release#9160

Merged
dyc3 merged 1 commit intomainfrom
changeset-release/main
Feb 20, 2026
Merged

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

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Feb 20, 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.4

Patch Changes

  • #9150 6946835 Thanks @dyc3! - Fixed #9138: Astro files containing --- in HTML content (e.g., <h1>---Hi</h1>) are now parsed correctly, both when a frontmatter block is present and when there is no frontmatter at all.

  • #9150 aa6f837 Thanks @dyc3! - Fixed #9138: The HTML parser incorrectly failing to parse bracket characters ([ and ]) in text content (e.g. <div>[Foo]</div>).

  • #9151 c0d4b0c Thanks @dyc3! - Fixed parsing of Svelte directive keywords (use, style) when used as plain text content in HTML/Svelte files. Previously, <p>use JavaScript</p> or <p>style it</p> would incorrectly produce a bogus element instead of proper text content.

  • #9162 7f1e060 Thanks @dyc3! - Fixed #9161: The Vue parser now correctly handles colon attributes like xlink:href and xmlns:xlink by parsing them as single attributes instead of splitting them into separate tokens.

  • #9164 458211b Thanks @dyc3! - Fixed #9161: The noAssignInExpressions rule no longer flags assignments in Vue v-on directives (e.g., @click="counter += 1"). Assignments in event handlers are idiomatic Vue patterns and are now skipped by the rule.

@biomejs/backend-jsonrpc@2.0.41

@biomejs/cli-darwin-arm64@2.4.4

@biomejs/cli-darwin-x64@2.4.4

@biomejs/cli-linux-arm64@2.4.4

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

@biomejs/cli-linux-x64@2.4.4

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

@biomejs/cli-win32-arm64@2.4.4

@biomejs/cli-win32-x64@2.4.4

@biomejs/wasm-bundler@2.4.4

@biomejs/wasm-nodejs@2.4.4

@biomejs/wasm-web@2.4.4

@github-actions github-actions bot force-pushed the changeset-release/main branch 5 times, most recently from 56e77bf to 0327abe Compare February 20, 2026 20:06
@github-actions github-actions bot force-pushed the changeset-release/main branch from 0327abe to c170281 Compare February 20, 2026 20:46
@dyc3 dyc3 merged commit 6c296ea into main Feb 20, 2026
@dyc3 dyc3 deleted the changeset-release/main branch February 20, 2026 20:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

🐛 Vue: False positive parse and noAssignInExpressions errors in <template> starting from 2.4.0 📝 Error while parsing brackets in HTML

1 participant