Commit ac6f33b
authored
chore(deps): update dependency @biomejs/biome to v2.2.2 (#221)
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.2.0` ->
`2.2.2`](https://renovatebot.com/diffs/npm/@biomejs%2fbiome/2.2.0/2.2.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.2.2`](https://redirect.github.com/biomejs/biome/blob/HEAD/packages/@​biomejs/biome/CHANGELOG.md#222)
[Compare
Source](https://redirect.github.com/biomejs/biome/compare/@biomejs/biome@2.2.0...@biomejs/biome@2.2.2)
##### Patch Changes
- [#​7244](https://redirect.github.com/biomejs/biome/pull/7244)
[`660031b`](https://redirect.github.com/biomejs/biome/commit/660031b6707ddeae29388f1d0b4089b64c048e40)
Thanks [@​JeetuSuthar](https://redirect.github.com/JeetuSuthar)! -
Fixed
[#​7225](https://redirect.github.com/biomejs/biome/issues/7225):
The `noExtraBooleanCast` rule now preserves parentheses when removing
`Boolean` calls inside negations.
```js
// Before
!Boolean(b0 && b1);
// After
!(b0 && b1); // instead of !b0 && b1
```
- [#​7298](https://redirect.github.com/biomejs/biome/pull/7298)
[`46a8e93`](https://redirect.github.com/biomejs/biome/commit/46a8e93a65310df566526e6b3fb778455aee2d0b)
Thanks [@​unvalley](https://redirect.github.com/unvalley)! - Fixed
[#​6695](https://redirect.github.com/biomejs/biome/issues/6695):
[`useNamingConvention`](https://biomejs.dev/linter/rules/use-naming-convention/)
now correctly reports TypeScript parameter properties with modifiers.
Previously, constructor parameter properties with modifiers like
`private` or `readonly` were not checked against naming conventions.
These properties are now treated consistently with regular class
properties.
</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:eyJjcmVhdGVkSW5WZXIiOiI0MS44MS4yIiwidXBkYXRlZEluVmVyIjoiNDEuODEuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
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 5588977 commit ac6f33b
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