Commit 49c0cd6
authored
chore(deps): update dependency @biomejs/biome to v2.4.4 (#482)
This PR contains the following updates:
| Package | Change |
[Age](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.2` →
`2.4.4`](https://renovatebot.com/diffs/npm/@biomejs%2fbiome/2.4.2/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.
###
[`v2.4.3`](https://redirect.github.com/biomejs/biome/blob/HEAD/packages/@​biomejs/biome/CHANGELOG.md#243)
[Compare
Source](https://redirect.github.com/biomejs/biome/compare/@biomejs/biome@2.4.2...@biomejs/biome@2.4.3)
##### Patch Changes
- [#​9120](https://redirect.github.com/biomejs/biome/pull/9120)
[`aa40fc2`](https://redirect.github.com/biomejs/biome/commit/aa40fc237a1379188edcbbbf4dc37fd7de7c58f5)
Thanks [@​ematipico](https://redirect.github.com/ematipico)! -
Fixed
[#​9109](https://redirect.github.com/biomejs/biome/issues/9109),
where the GitHub reporter wasn't correctly enabled when `biome ci` runs
on GitHub Actions.
- [#​9128](https://redirect.github.com/biomejs/biome/pull/9128)
[`8ca3f7f`](https://redirect.github.com/biomejs/biome/commit/8ca3f7fcd1b0041fd7ade381032dfbb0f9693a41)
Thanks [@​dyc3](https://redirect.github.com/dyc3)! - Fixed
[#​9107](https://redirect.github.com/biomejs/biome/issues/9107):
The HTML parser can now correctly parse Astro directives
(client/set/class/is/server), which fixes the formatting for Astro
directives.
- [#​9124](https://redirect.github.com/biomejs/biome/pull/9124)
[`f5b0e8d`](https://redirect.github.com/biomejs/biome/commit/f5b0e8d0761c08d79d6cb1ad8df33da8605f20a9)
Thanks [@​ematipico](https://redirect.github.com/ematipico)! -
Fixed
[#​8882](https://redirect.github.com/biomejs/biome/issues/8882)
and
[#​9108](https://redirect.github.com/biomejs/biome/issues/9108):
The Astro frontmatter lexer now correctly identifies the closing `---`
fence when the frontmatter contains multi-line block comments with quote
characters, strings that mix quote types (e.g. `"it's"`), or escaped
quote characters (e.g. `"\"`).
- [#​9142](https://redirect.github.com/biomejs/biome/pull/9142)
[`3ca066b`](https://redirect.github.com/biomejs/biome/commit/3ca066bbb73cfbe1a1bcb1c9fc76f4a79966efc0)
Thanks [@​THernandez03](https://redirect.github.com/THernandez03)!
- Fixed
[#​9141](https://redirect.github.com/biomejs/biome/issues/9141):
The `noUnknownAttribute` rule no longer reports `closedby` as an unknown
attribute on `<dialog>` elements.
- [#​9126](https://redirect.github.com/biomejs/biome/pull/9126)
[`792013e`](https://redirect.github.com/biomejs/biome/commit/792013eb767188608d0b6dd4dfa24413832dcb93)
Thanks [@​ematipico](https://redirect.github.com/ematipico)! -
Added missing Mocha globals to the `Test` domain: `context`, `run`,
`setup`, `specify`, `suite`, `suiteSetup`, `suiteTeardown`, `teardown`,
`xcontext`, `xdescribe`, `xit`, and `xspecify`. These are injected by
Mocha's BDD and TDD interfaces and were previously flagged as undeclared
variables in projects using Mocha.
- [#​8855](https://redirect.github.com/biomejs/biome/pull/8855)
[`6918c9e`](https://redirect.github.com/biomejs/biome/commit/6918c9e2bf4da19b3ac9f772272bc1a28f454fc1)
Thanks [@​ruidosujeira](https://redirect.github.com/ruidosujeira)!
- Fixed
[#​8840](https://redirect.github.com/biomejs/biome/issues/8840).
Now the Biome CSS parser correctly parses `not + scroll-state` inside
`@container` queries.
- [#​9111](https://redirect.github.com/biomejs/biome/pull/9111)
[`4fb55cf`](https://redirect.github.com/biomejs/biome/commit/4fb55cf998a3d41c4451679fe359ebec47692f5d)
Thanks [@​Jayllyz](https://redirect.github.com/Jayllyz)! -
Slightly improved performance of
[`noIrregularWhitespace`](https://biomejs.dev/linter/rules/no-irregular-whitespace/)
by adding early return optimization and simplifying character detection
logic.
- [#​8975](https://redirect.github.com/biomejs/biome/pull/8975)
[`086a0c5`](https://redirect.github.com/biomejs/biome/commit/086a0c5c35a147df13197642bead23aa7df18a84)
Thanks [@​FrankFMY](https://redirect.github.com/FrankFMY)! - Fixed
[#​8478](https://redirect.github.com/biomejs/biome/issues/8478):
[`useDestructuring`](https://biomejs.dev/linter/rules/use-destructuring/)
no longer suggests destructuring when the variable has a type
annotation, like `const foo: string = object.foo`.
</details>
---
### 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 becomes conflicted, 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/proto-graphql/proto-graphql-js).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNS4xMSIsInVwZGF0ZWRJblZlciI6IjQzLjM2LjIiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImRldkRlcGVuZGVuY2llcyJdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 57759ee commit 49c0cd6
2 files changed
+38
-38
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments