Commit 11b58ed
authored
chore(deps): update dependency @biomejs/biome to v2.2.7 (#277)
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.6` ->
`2.2.7`](https://renovatebot.com/diffs/npm/@biomejs%2fbiome/2.2.6/2.2.7)
| [](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.7`](https://redirect.github.com/biomejs/biome/blob/HEAD/packages/@​biomejs/biome/CHANGELOG.md#227)
[Compare
Source](https://redirect.github.com/biomejs/biome/compare/@biomejs/biome@2.2.6...@biomejs/biome@2.2.7)
##### Patch Changes
- [#​7715](https://redirect.github.com/biomejs/biome/pull/7715)
[`b622425`](https://redirect.github.com/biomejs/biome/commit/b6224257e43b1ffda9f4a80564d83616ecfb27c4)
Thanks [@​Netail](https://redirect.github.com/Netail)! - Added the
nursery rule
[`noEmptySource`](https://biomejs.dev/linter/rules/no-empty-source/),
disallowing meaningless js, css, json & graphql files to prevent
codebase clutter.
- [#​7714](https://redirect.github.com/biomejs/biome/pull/7714)
[`c7e5a14`](https://redirect.github.com/biomejs/biome/commit/c7e5a1424441b09cf505cff31b93fcd1bcc4fd3e)
Thanks [@​MeGaNeKoS](https://redirect.github.com/MeGaNeKoS)! -
Increased the maximum line limit for
[noExcessiveLinesPerFunction](https://biomejs.dev/linter/rules/no-excessive-lines-per-function/)
from 255 to 65,535 to better support large JSX/front-end components.
- [#​5868](https://redirect.github.com/biomejs/biome/pull/5868)
[`2db73ae`](https://redirect.github.com/biomejs/biome/commit/2db73aefb3d526041338d7174978524c4677b47e)
Thanks [@​bushuai](https://redirect.github.com/bushuai)! - Fixed
[#​5856](https://redirect.github.com/biomejs/biome/issues/5856),
`noRedundantUseStrict` now keeps leading trivia
- [#​7756](https://redirect.github.com/biomejs/biome/pull/7756)
[`d665c97`](https://redirect.github.com/biomejs/biome/commit/d665c970338d8b334381e68eae4a26c5da0ac9a5)
Thanks [@​ematipico](https://redirect.github.com/ematipico)! -
Improved the diagnostic message of the rule
[`noDuplicateTestHooks`](https://biomejs.dev/linter/rules/no-duplicate-test-hooks/).
</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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTYuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE1Ni4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
<!-- This is an auto-generated description by cubic. -->
---
## Summary by cubic
Updated @biomejs/biome to 2.2.7 to bring in linter improvements. Adds
noEmptySource, raises the function line limit to 65,535, and improves a
few diagnostics.
- **Migration**
- Empty js/css/json/graphql files will now fail on noEmptySource. Delete
them, add content, or disable the rule in the Biome config.
<!-- 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 7eb2e60 commit 11b58ed
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