Skip to content

Commit 7bae2ef

Browse files
chore(deps): update dependency @biomejs/biome to v1.7.0 (#42)
* chore(deps): update dependency @biomejs/biome to v1.7.0 * chore(biome.jsonc): move the promoted rule --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: risu729 <[email protected]>
1 parent 05c3576 commit 7bae2ef

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

biome.jsonc

+4-2
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,14 @@
2424
// ref: https://github.com/biomejs/biome/issues/463
2525
"useLiteralKeys": "off"
2626
},
27+
"performance": {
28+
// collides with the lint/nursery/useImportRestrictions rule
29+
"noBarrelFile": "off"
30+
},
2731
"nursery": {
2832
"all": true,
2933
// this package runs on Node.js
3034
"noNodejsModules": "off",
31-
// collides with the lint/nursery/useImportRestrictions rule
32-
"noBarrelFile": "off",
3335
// handled by Knip
3436
"noUndeclaredDependencies": "off"
3537
}

bun.lockb

-32 Bytes
Binary file not shown.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"svgo": "3.2.0"
4242
},
4343
"devDependencies": {
44-
"@biomejs/biome": "1.6.4",
44+
"@biomejs/biome": "1.7.0",
4545
"@commitlint/cli": "19.2.2",
4646
"@commitlint/config-conventional": "19.2.2",
4747
"@commitlint/cz-commitlint": "19.2.0",

0 commit comments

Comments
 (0)