chore(deps-dev): bump @biomejs/biome from 2.3.2 to 2.3.3
Type: Pull Request
State: Open
Association: Unknown
Comments: 1
(29 days ago)
(29 days ago)
dependencies size/XS javascript
Bumps @biomejs/biome from 2.3.2 to 2.3.3.
Release notes
Sourced from @biomejs/biome's releases.
Biome CLI v2.3.3
2.3.3
Patch Changes
#7907
57bd662Thanks@ematipico! - Fixed #7839. Now the Biome parser correctly parses the Astro frontmatter even when a triple fence is inside quotes.#7934
a35c496Thanks@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
c80361dThanks@matanshavit! - Fixed #7864: Biome now preserves component tag name casing in Svelte, Astro, and Vue files.#7926
69cececThanks@matanshavit! - Added the rulenoParametersOnlyUsedInRecursion.This rule detects function parameters that are exclusively used in recursive calls and can be removed to simplify the function signature since they are effectively unused.
function factorial(n, acc) { if (n === 0) return 1; return factorial(n - 1, acc); // acc is only used here }Fixes #6484.
#7774
2509b91Thanks@dibashthapa! - Fixed #7657: Added the new ruleno-unknown-propertyfrom ESLint#7918
7165d06Thanks@dyc3! - Fixed #7913: The CSS parser, withtailwindDirectivesenabled, will now correctly handle@slot.#7959
ffae203Thanks@siketyan! - Fixed the Biome Language Server so it no longer returns an internal error when the formatter is disabled in the configuration.What's Changed
- fix(html): parse frontmatter inside quotes by
@ematipicoin biomejs/biome#7907- fix(parse/css): add
@slottailwind at rule by@dyc3in biomejs/biome#7918- fix(formatter): preserve component tag casing in Svelte/Astro/Vue files by
@matanshavitin biomejs/biome#7869- feat(lint): new rule: no parameters only used in recursion by
@matanshavitin biomejs/biome#7926- fix(html): correctly handle BOM in HTML-ish languages by
@alissonlaufferin biomejs/biome#7934- feat(yaml_parser): parse document end token by
@l0ngvhin biomejs/biome#7936- feat(parse/tailwind): parse negative candidates, other misc cleanup/refactors by
@dyc3in biomejs/biome#7937- feat(lint): implement
no-unknown-propertyfrom eslint react by@dibashthapain biomejs/biome#7774- chore: update Rust to v1.91.0 by
@Gumichocopengin8in biomejs/biome#7947- chore(deps): update github-actions by
@renovate[bot] in biomejs/biome#7952- chore(deps): update dependency
@types/nodeto v22.19.0 by@renovate[bot] in biomejs/biome#7953- chore(deps): update rust crate ignore to 0.4.25 by
@renovate[bot] in biomejs/biome#7954- chore(deps): update dependency eslint to v9.39.0 - autoclosed by
@renovate[bot] in biomejs/biome#7955- fix(console): escape backquotes in MDX context by
@siketyanin biomejs/biome#7956- fix(lsp): do not return error if the formatter is disabled by
@siketyanin biomejs/biome#7959- ci: release by
@github-actions[bot] in biomejs/biome#7916
... (truncated)
Changelog
Sourced from @biomejs/biome's changelog.
2.3.3
Patch Changes
#7907
57bd662Thanks@ematipico! - Fixed #7839. Now the Biome parser correctly parses the Astro frontmatter even when a triple fence is inside quotes.#7934
a35c496Thanks@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
c80361dThanks@matanshavit! - Fixed #7864: Biome now preserves component tag name casing in Svelte, Astro, and Vue files.#7926
69cececThanks@matanshavit! - Added the rulenoParametersOnlyUsedInRecursion.This rule detects function parameters that are exclusively used in recursive calls and can be removed to simplify the function signature since they are effectively unused.
function factorial(n, acc) { if (n === 0) return 1; return factorial(n - 1, acc); // acc is only used here }Fixes #6484.
#7774
2509b91Thanks@dibashthapa! - Fixed #7657: Added the new ruleno-unknown-propertyfrom ESLint#7918
7165d06Thanks@dyc3! - Fixed #7913: The CSS parser, withtailwindDirectivesenabled, will now correctly handle@slot.#7959
ffae203Thanks@siketyan! - Fixed the Biome Language Server so it no longer returns an internal error when the formatter is disabled in the configuration.
Commits
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Package Dependencies
Technical Details
| ID: | 10799790 |
| UUID: | 3582127637 |
| Node ID: | PR_kwDOEjWUk86xMQ8Y |
| Host: | GitHub |
| Repository: | aws-powertools/powertools-lambda-typescript |