Skip to content

ci: release#9116

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

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

Conversation

@github-actions
Copy link
Contributor

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

Patch Changes

  • #9120 aa40fc2 Thanks @ematipico! - Fixed #9109, where the GitHub reporter wasn't correctly enabled when biome ci runs on GitHub Actions.

  • #9128 8ca3f7f Thanks @dyc3! - Fixed #9107: The HTML parser can now correctly parse Astro directives (client/set/class/is/server), which fixes the formatting for Astro directives.

  • #9124 f5b0e8d Thanks @ematipico! - Fixed #8882 and #9108: The Astro frontmatter lexer now correctly identifies the closing --- fence when the frontmatter contains multi-line block comments with quote characters, strings that mix quote types (e.g. "it's"), or escaped quote characters (e.g. "\").

  • #9142 3ca066b Thanks @THernandez03! - Fixed #9141: The noUnknownAttribute rule no longer reports closedby as an unknown attribute on <dialog> elements.

  • #9126 792013e Thanks @ematipico! - Added missing Mocha globals to the Test domain: context, run, setup, specify, suite, suiteSetup, suiteTeardown, teardown, xcontext, xdescribe, xit, and xspecify. These are injected by Mocha's BDD and TDD interfaces and were previously flagged as undeclared variables in projects using Mocha.

  • #8855 6918c9e Thanks @ruidosujeira! - Fixed #8840. Now the Biome CSS parser correctly parses not + scroll-state inside @container queries.

  • #9111 4fb55cf Thanks @Jayllyz! - Slightly improved performance of noIrregularWhitespace by adding early return optimization and simplifying character detection logic.

  • #8975 086a0c5 Thanks @FrankFMY! - Fixed #8478: useDestructuring no longer suggests destructuring when the variable has a type annotation, like const foo: string = object.foo.

@biomejs/backend-jsonrpc@2.0.40

@biomejs/cli-darwin-arm64@2.4.3

@biomejs/cli-darwin-x64@2.4.3

@biomejs/cli-linux-arm64@2.4.3

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

@biomejs/cli-linux-x64@2.4.3

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

@biomejs/cli-win32-arm64@2.4.3

@biomejs/cli-win32-x64@2.4.3

@biomejs/wasm-bundler@2.4.3

@biomejs/wasm-nodejs@2.4.3

@biomejs/wasm-web@2.4.3

@github-actions github-actions bot force-pushed the changeset-release/main branch 6 times, most recently from 2b778a8 to d794acd Compare February 19, 2026 07:22
@github-actions github-actions bot force-pushed the changeset-release/main branch from d794acd to 6770e47 Compare February 19, 2026 18:48
@dyc3 dyc3 merged commit 312b6db into main Feb 19, 2026
@dyc3 dyc3 deleted the changeset-release/main branch February 19, 2026 18:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment