Skip to content

Commit f95db0f

Browse files
chore(deps): update dependency @biomejs/biome to v2.2.7 (#88)
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) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/biomejs/biome/badge)](https://securityscorecards.dev/viewer/?uri=github.com/biomejs/biome) | --- ### Release Notes <details> <summary>biomejs/biome (@&#8203;biomejs/biome)</summary> ### [`v2.2.7`](https://redirect.github.com/biomejs/biome/blob/HEAD/packages/@&#8203;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 - [#&#8203;7715](https://redirect.github.com/biomejs/biome/pull/7715) [`b622425`](https://redirect.github.com/biomejs/biome/commit/b6224257e43b1ffda9f4a80564d83616ecfb27c4) Thanks [@&#8203;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. - [#&#8203;7714](https://redirect.github.com/biomejs/biome/pull/7714) [`c7e5a14`](https://redirect.github.com/biomejs/biome/commit/c7e5a1424441b09cf505cff31b93fcd1bcc4fd3e) Thanks [@&#8203;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. - [#&#8203;5868](https://redirect.github.com/biomejs/biome/pull/5868) [`2db73ae`](https://redirect.github.com/biomejs/biome/commit/2db73aefb3d526041338d7174978524c4677b47e) Thanks [@&#8203;bushuai](https://redirect.github.com/bushuai)! - Fixed [#&#8203;5856](https://redirect.github.com/biomejs/biome/issues/5856), `noRedundantUseStrict` now keeps leading trivia - [#&#8203;7756](https://redirect.github.com/biomejs/biome/pull/7756) [`d665c97`](https://redirect.github.com/biomejs/biome/commit/d665c970338d8b334381e68eae4a26c5da0ac9a5) Thanks [@&#8203;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/network-bootstrapper). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTYuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE1Ni4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> 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 5c4eb9d commit f95db0f

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

bun.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"docs:cli": "./scripts/docs-cli.sh"
3131
},
3232
"devDependencies": {
33-
"@biomejs/biome": "2.2.6",
33+
"@biomejs/biome": "2.2.7",
3434
"@types/bun": "latest",
3535
"ultracite": "5.6.4"
3636
},

0 commit comments

Comments
 (0)