Commit d833409
authored
chore(deps): update dependency @biomejs/biome to v2.4.4 (#492)
This PR contains the following updates:
| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Adoption](https://docs.renovatebot.com/merge-confidence/) |
[Passing](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|---|---|
| [@biomejs/biome](https://biomejs.dev)
([source](https://redirect.github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome))
| [`2.4.3` →
`2.4.4`](https://renovatebot.com/diffs/npm/@biomejs%2fbiome/2.4.3/2.4.4)
|

|

|

|

|
---
### Release Notes
<details>
<summary>biomejs/biome (@​biomejs/biome)</summary>
###
[`v2.4.4`](https://redirect.github.com/biomejs/biome/blob/HEAD/packages/@​biomejs/biome/CHANGELOG.md#244)
[Compare
Source](https://redirect.github.com/biomejs/biome/compare/@biomejs/biome@2.4.3...@biomejs/biome@2.4.4)
##### Patch Changes
- [#​9150](https://redirect.github.com/biomejs/biome/pull/9150)
[`6946835`](https://redirect.github.com/biomejs/biome/commit/6946835b2c12078b326da5b51e4e4c62fbba525c)
Thanks [@​dyc3](https://redirect.github.com/dyc3)! - Fixed
[#​9138](https://redirect.github.com/biomejs/biome/issues/9138):
Astro files containing `---` in HTML content (e.g., `<h1>---Hi</h1>`)
are now parsed correctly, both when a frontmatter block is present and
when there is no frontmatter at all.
- [#​9150](https://redirect.github.com/biomejs/biome/pull/9150)
[`aa6f837`](https://redirect.github.com/biomejs/biome/commit/aa6f8370ae7e4694901d04914689611c9f42ad1a)
Thanks [@​dyc3](https://redirect.github.com/dyc3)! - Fixed
[#​9138](https://redirect.github.com/biomejs/biome/issues/9138):
The HTML parser incorrectly failing to parse bracket characters (`[` and
`]`) in text content (e.g. `<div>[Foo]</div>`).
- [#​9151](https://redirect.github.com/biomejs/biome/pull/9151)
[`c0d4b0c`](https://redirect.github.com/biomejs/biome/commit/c0d4b0c06dac60ff2a7f52de38adad3ca37dffc4)
Thanks [@​dyc3](https://redirect.github.com/dyc3)! - Fixed parsing
of Svelte directive keywords (`use`, `style`) when used as plain text
content in HTML/Svelte files. Previously, `<p>use JavaScript</p>` or
`<p>style it</p>` would incorrectly produce a bogus element instead of
proper text content.
- [#​9162](https://redirect.github.com/biomejs/biome/pull/9162)
[`7f1e060`](https://redirect.github.com/biomejs/biome/commit/7f1e0608099cb1245a29e80eee671e181e9e470b)
Thanks [@​dyc3](https://redirect.github.com/dyc3)! - Fixed
[#​9161](https://redirect.github.com/biomejs/biome/issues/9161):
The Vue parser now correctly handles colon attributes like `xlink:href`
and `xmlns:xlink` by parsing them as single attributes instead of
splitting them into separate tokens.
- [#​9164](https://redirect.github.com/biomejs/biome/pull/9164)
[`458211b`](https://redirect.github.com/biomejs/biome/commit/458211bd5c9167c474f1411f48167999fb9f4b9f)
Thanks [@​dyc3](https://redirect.github.com/dyc3)! - Fixed
[#​9161](https://redirect.github.com/biomejs/biome/issues/9161):
The `noAssignInExpressions` rule no longer flags assignments in Vue v-on
directives (e.g., `@click="counter += 1"`). Assignments in event
handlers are idiomatic Vue patterns and are now skipped by the rule.
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - Only on Sunday and Saturday ( * * * * 0,6 ) in timezone
Europe/Dublin.
🚦 **Automerge**: Enabled.
♻ **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.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/BSStudio/bss-web-graphql-backend).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNi41IiwidXBkYXRlZEluVmVyIjoiNDMuMjYuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent bfa950f commit d833409
2 files changed
Lines changed: 38 additions & 38 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments