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. `