Commit 69fb221
authored
chore(deps): update dependency @biomejs/biome to v2.3.2 (#283)
This PR contains the following updates:
| Package | Type | Update | Change | OpenSSF |
|---|---|---|---|---|
| [@biomejs/biome](https://biomejs.dev)
([source](https://redirect.github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome))
| devDependencies | patch | [`2.3.1` ->
`2.3.2`](https://renovatebot.com/diffs/npm/@biomejs%2fbiome/2.3.1/2.3.2)
| [](https://securityscorecards.dev/viewer/?uri=github.com/biomejs/biome)
|
---
> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.
---
### Release Notes
<details>
<summary>biomejs/biome (@​biomejs/biome)</summary>
###
[`v2.3.2`](https://redirect.github.com/biomejs/biome/blob/HEAD/packages/@​biomejs/biome/CHANGELOG.md#232)
[Compare
Source](https://redirect.github.com/biomejs/biome/compare/@biomejs/biome@2.3.1...@biomejs/biome@2.3.2)
##### Patch Changes
- [#​7859](https://redirect.github.com/biomejs/biome/pull/7859)
[`c600618`](https://redirect.github.com/biomejs/biome/commit/c6006184a860b42fea3f0ea5fe96c47087341a90)
Thanks [@​Netail](https://redirect.github.com/Netail)! - Added the
nursery rule
[`noIncrementDecrement`](https://biomejs.dev/linter/rules/no-increment-decrement/),
disallows the usage of the unary operators ++ and --.
- [#​7901](https://redirect.github.com/biomejs/biome/pull/7901)
[`0d17b05`](https://redirect.github.com/biomejs/biome/commit/0d17b05477a537b6d652a2e56c50bb1db013ef06)
Thanks [@​ematipico](https://redirect.github.com/ematipico)! -
Fixed
[#​7837](https://redirect.github.com/biomejs/biome/issues/7837),
where Biome couldn't properly parse text expressions that contained
nested curly brackets. This was breaking parsing in Astro and Svelte
files.
- [#​7874](https://redirect.github.com/biomejs/biome/pull/7874)
[`e617d36`](https://redirect.github.com/biomejs/biome/commit/e617d363b9356bef007192a7f508e15d63f56e9b)
Thanks [@​Bertie690](https://redirect.github.com/Bertie690)! -
Fixed
[#​7230](https://redirect.github.com/biomejs/biome/issues/7230):
[`noUselessStringConcat`](https://biomejs.dev/linter/rules/no-useless-string-concat/)
no longer emits false positives for multi-line strings with leading `+`
operators.
Previously, the rule did not check for leading newlines on the `+`
operator, emitting false positives if one occurred at the start of a
line. \
Notably, formatting with `operatorLinebreak="before"` would move the `+`
operators to the start of lines automatically, resulting in spurious
errors whenever a multi-line string was used.
Now, the rule correctly detects and ignores multi-line concatenations
with leading operators as well, working regardless of the setting of
`operatorLinebreak`.
**Example**
```ts
// The following code used to error if the `+` operators were at the
start of lines (as opposed to the end).
// Now, the rule correctly recognizes this as a stylistic concatenation
and ignores it.
const reallyLongStringThatShouldNotError =
"Lorem ipsum dolor sit amet consectetur adipiscing elit." +
"Quisque faucibus ex sapien vitae pellentesque sem placerat." +
"In id cursus mi pretium tellus duis convallis." +
"Tempus leo eu aenean sed diam urna tempor. Pulvinar vivamus fringilla";
```
- [#​7786](https://redirect.github.com/biomejs/biome/pull/7786)
[`33ffcd5`](https://redirect.github.com/biomejs/biome/commit/33ffcd50a749ca0e188796a10b4ffffb59ead4b3)
Thanks [@​daivinhtran](https://redirect.github.com/daivinhtran)! -
Fixed
[#​7601](https://redirect.github.com/biomejs/biome/issues/7601):
Properly match Grit plugin's code snippet with only one child.
- [#​7901](https://redirect.github.com/biomejs/biome/pull/7901)
[`0d17b05`](https://redirect.github.com/biomejs/biome/commit/0d17b05477a537b6d652a2e56c50bb1db013ef06)
Thanks [@​ematipico](https://redirect.github.com/ematipico)! -
Fixed
[#​7837](https://redirect.github.com/biomejs/biome/issues/7837),
where Biome Language Server panicked when opening HTML-ish files when
the experimental full support is enabled.
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At 12:00 AM through 04:59 AM and 10:00
PM through 11:59 PM, Monday through Friday ( * 0-4,22-23 * * 1-5 ), Only
on Sunday and Saturday ( * * * * 0,6 ) (UTC), Automerge - At any time
(no schedule defined).
🚦 **Automerge**: Enabled.
♻ **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/settlemint/settlemint-action).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTkuNCIsInVwZGF0ZWRJblZlciI6IjQxLjE1OS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
<!-- This is an auto-generated description by cubic. -->
---
## Summary by cubic
Update Biome to v2.3.2 to pick up parser and lint fixes and improve
stability. Dev-only change with no runtime impact.
- **Dependencies**
- Bump @biomejs/biome from 2.3.1 to 2.3.2 (and platform CLIs).
- Notable: fixes nested-curly parsing in Astro/Svelte, reduces false
positives in noUselessStringConcat, adds nursery rule
noIncrementDecrement, and improves language server stability.
<!-- End of auto-generated description by cubic. -->
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 4972c73 commit 69fb221
1 file changed
Lines changed: 35 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments