diff --git a/.changeset/brave-eagles-swim.md b/.changeset/brave-eagles-swim.md deleted file mode 100644 index 64d530cbd97b..000000000000 --- a/.changeset/brave-eagles-swim.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@biomejs/biome": patch ---- - -Fixed [#9463](https://github.com/biomejs/biome/issues/9463): the "Biome found a configuration file outside of the current working directory" diagnostic now includes the configuration file path and the working directory, giving users actionable information to debug the issue. diff --git a/.changeset/cuddly-dogs-hide.md b/.changeset/cuddly-dogs-hide.md deleted file mode 100644 index 037af7079316..000000000000 --- a/.changeset/cuddly-dogs-hide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@biomejs/biome": patch ---- - -Fixed [#8959](https://github.com/biomejs/biome/issues/8959): Fixed TypeScript arrow function formatting when a comment appears after `=>`. diff --git a/.changeset/drizzle-update-rule.md b/.changeset/drizzle-update-rule.md deleted file mode 100644 index e25da2deaa22..000000000000 --- a/.changeset/drizzle-update-rule.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@biomejs/biome": patch ---- - -Added the rule [`noDrizzleUpdateWithoutWhere`](https://biomejs.dev/linter/rules/no-drizzle-update-without-where/) to prevent accidental full-table updates when using Drizzle ORM without a `.where()` clause. diff --git a/.changeset/fix-astro-regex-frontmatter.md b/.changeset/fix-astro-regex-frontmatter.md deleted file mode 100644 index eed0916adeb7..000000000000 --- a/.changeset/fix-astro-regex-frontmatter.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@biomejs/biome": patch ---- - -Fixed [#9187](https://github.com/biomejs/biome/issues/9187): Astro frontmatter containing regex literals with quotes (`/'/`, `/"/`) or dashes (`/---/`) no longer causes parse errors. diff --git a/.changeset/fix-html-bracket-same-line-spacing.md b/.changeset/fix-html-bracket-same-line-spacing.md deleted file mode 100644 index 68a8e45da76f..000000000000 --- a/.changeset/fix-html-bracket-same-line-spacing.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@biomejs/biome": patch ---- - -Fixed [#9524](https://github.com/biomejs/biome/issues/9524): remove extra space before `>` when `bracketSameLine` is true and the self-closing slash is absent in HTML formatter. diff --git a/.changeset/fix-html-dashes-in-element-content.md b/.changeset/fix-html-dashes-in-element-content.md deleted file mode 100644 index b22ae1bbb9e7..000000000000 --- a/.changeset/fix-html-dashes-in-element-content.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@biomejs/biome": patch ---- - -Fixed [#9238](https://github.com/biomejs/biome/issues/9238): The HTML parser no longer incorrectly reports `---` inside element content (e.g. `---`) as an "Unexpected value or character" error. diff --git a/.changeset/fix-indent-script-idempotent.md b/.changeset/fix-indent-script-idempotent.md deleted file mode 100644 index 177a9e8e0f55..000000000000 --- a/.changeset/fix-indent-script-idempotent.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@biomejs/biome": patch ---- - -Fixed [#9117](https://github.com/biomejs/biome/issues/9117): `biome check --write` no longer falsely reports Svelte and Vue files as changed when `html.formatter.indentScriptAndStyle` is enabled and the files are already correctly formatted. diff --git a/.changeset/fix-lsp-char-boundary-crash.md b/.changeset/fix-lsp-char-boundary-crash.md deleted file mode 100644 index 5d477d5327b6..000000000000 --- a/.changeset/fix-lsp-char-boundary-crash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@biomejs/biome": patch ---- - -Fixed [#9341](https://github.com/biomejs/biome/issues/9341): Fixed an LSP crash that could corrupt file content when saving with format-on-save enabled. diff --git a/.changeset/fix-no-substr-variable-usage.md b/.changeset/fix-no-substr-variable-usage.md deleted file mode 100644 index 5b41759aa7a4..000000000000 --- a/.changeset/fix-no-substr-variable-usage.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@biomejs/biome": patch ---- - -Fixed [#9279](https://github.com/biomejs/biome/issues/9279): The rule [`noSubstr`](https://biomejs.dev/linter/rules/no-substr/) now detects `.substr()` and `.substring()` calls in all expression contexts, including variable declarations, function arguments, return statements, and arrow function bodies. diff --git a/.changeset/fix-resolver-exports-pattern-specificity.md b/.changeset/fix-resolver-exports-pattern-specificity.md deleted file mode 100644 index 7bb47f083dd3..000000000000 --- a/.changeset/fix-resolver-exports-pattern-specificity.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@biomejs/biome": patch ---- - -Fixed [#9370](https://github.com/biomejs/biome/issues/9370): The resolver now correctly prioritizes more specific `exports` patterns over less specific ones. Previously, a pattern like `"./*"` could match before `"./features/*"`, causing resolution failures for packages with overlapping subpath patterns. diff --git a/.changeset/fix-unsupported-script-types.md b/.changeset/fix-unsupported-script-types.md deleted file mode 100644 index 9d412fe1cd55..000000000000 --- a/.changeset/fix-unsupported-script-types.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@biomejs/biome": patch ---- - -Fixed [#9506](https://github.com/biomejs/biome/issues/9506) and [#9479](https://github.com/biomejs/biome/issues/9479): Biome no longer reports false parse errors on `