chore(deps): update dependency @biomejs/biome to 2.3.4 #519
+1
−1
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.9.4->2.3.4Release Notes
biomejs/biome (@biomejs/biome)
1.9.4 -> 2.3.4
@biomejs/[email protected]Compare Source
2.3.4
Patch Changes
#7989
4855c4aThanks [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 likeconst test = "//";.For example, the following Astro frontmatter now parses correctly:
#7968
0b28f5fThanks [denbezrukov](https://github.com/denbezrukov)! - Refactored formatter to use strictTokenelement for better performance. The newTokenvar...[View full release notes]
Released by github-actions[bot] on 11/5/2025
@biomejs/[email protected]Compare Source
2.3.3
Patch Changes
#7907
57bd662Thanks [ematipico](https://github.com/ematipico)! - Fixed #7839. Now the Biome parser correctly parses the Astro frontmatter even when a triple fence is inside quotes.#7934
a35c496Thanks [alissonlauffer](https://github.com/alissonlauffer)! - Fixed #7919: The HTML parser now correctly handles Unicode BOM (Byte Order Mark) characters at the beginning of HTML files, ensuring proper parsing and tokenization.#7869 [
c80361d](biomejs/biome@c80361...[View full release notes]
Released by github-actions[bot] on 11/3/2025
@biomejs/[email protected]Compare Source
2.3.2
Patch Changes
#7859
c600618Thanks [Netail](https://github.com/Netail)! - Added the nursery rulenoIncrementDecrement, disallows the usage of the unary operators ++ and --.#7901
0d17b05Thanks [ematipico](https://github.com/ematipico)! - Fixed #7837, where Biome couldn't properly parse text expressions that contained nested curly brackets. This was breaking parsing in Astro and Svelte files.#7874
e617d36...[View full release notes]
Released by github-actions[bot] on 10/28/2025
📊 Package Statistics
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.
This PR was generated by Buddy 🤖