Skip to content

Conversation

@chrisbbreuer
Copy link
Member

@chrisbbreuer chrisbbreuer commented Oct 24, 2025

This PR contains the following updates:

npm

Package Change Age Adoption Passing Confidence
@biomejs/biome (source) 1.9.4 -> 2.3.5 age adoption passing confidence

Release Notes

biomejs/biome (@biomejs/biome)

1.9.4 -> 2.3.5

@biomejs/[email protected]

Compare Source

2.3.5

Patch Changes

  • #8023 96f3e77 Thanks [ematipico](https://github.com/ematipico)! - Added support Svelte syntax {@html}. Biome now is able to parse and format the Svelte syntax {@html}:

    -{@html   'div'}
    +{@html 'div'}

    The contents of the expressions inside the {@html <expression>} aren't formatted yet.

  • #8058 5f68bcc Thanks [ematipico](https://github.com/ematipico)! - Fixed a bug where the Biome Language Server would enable its project file watcher even when no project rules were enabled.

    Now the watching of nested configuration files and nested ignore files is delegated to the...

[View full release notes]

Released by github-actions[bot] on 11/11/2025

@biomejs/[email protected]

Compare Source

2.3.4

Patch Changes

  • #7989 4855c4a Thanks [alissonlauffer](https://github.com/alissonlauffer)! - Fixed a regression in Astro frontmatter parsing where comments inside quoted strings were incorrectly detected as actual comments. This caused the parser to prematurely terminate frontmatter parsing when encountering strings like const test = "//";.
    For example, the following Astro frontmatter now parses correctly:

    ---
    const test = "// not a real comment";
    ---
  • #7968 0b28f5f Thanks [denbezrukov](https://github.com/denbezrukov)! - Refactored formatter to use strict Token element for better performance. The new Token var...

[View full release notes]

Released by github-actions[bot] on 11/5/2025

@biomejs/[email protected]

Compare Source

2.3.3

Patch Changes

[View full release notes]

Released by github-actions[bot] on 11/3/2025


📊 Package Statistics

  • @biomejs/biome: 3,496,736 weekly downloads

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Buddy 🤖

@netlify
Copy link

netlify bot commented Oct 24, 2025

Deploy Preview for pickier failed. Why did it fail? →

Name Link
🔨 Latest commit 166092f
🔍 Latest deploy log https://app.netlify.com/projects/pickier/deploys/6913433093905e0007ce2d20

@pkg-pr-new
Copy link

pkg-pr-new bot commented Oct 24, 2025

Open in StackBlitz

npm i https://pkg.pr.new/stacksjs/pickier@519

commit: 166092f

@chrisbbreuer chrisbbreuer changed the title chore(deps): update dependency @biomejs/biome to 2.3.0 chore(deps): update dependency @biomejs/biome to 2.3.1 Oct 26, 2025
@chrisbbreuer chrisbbreuer changed the title chore(deps): update dependency @biomejs/biome to 2.3.1 chore(deps): update dependency @biomejs/biome to 2.3.2 Oct 28, 2025
@chrisbbreuer chrisbbreuer changed the title chore(deps): update dependency @biomejs/biome to 2.3.2 chore(deps): update dependency @biomejs/biome to 2.3.3 Nov 3, 2025
@chrisbbreuer chrisbbreuer changed the title chore(deps): update dependency @biomejs/biome to 2.3.3 chore(deps): update dependency @biomejs/biome to 2.3.4 Nov 5, 2025
@chrisbbreuer chrisbbreuer changed the title chore(deps): update dependency @biomejs/biome to 2.3.4 chore(deps): update dependency @biomejs/biome to 2.3.5 Nov 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

📝 HTML file with <!doctype html> breaks parser in Biome 2.3.2 (works in 2.2.6) 📝 Horizontal rule in template literal breaks Astro formatter

2 participants