Skip to content

Commit 4031e98

Browse files
chore(deps): update dependency @biomejs/biome to v2.0.0-beta.2 (#86)
* chore(deps): update dependency @biomejs/biome to v2.0.0-beta.2 * chore: Add !node_modules to includes * chore: Add explanation --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: koki-develop <kou.pg.0131@gmail.com>
1 parent 470c0d4 commit 4031e98

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

biome.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.0.0-beta.1/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.0.0-beta.2/schema.json",
33
"vcs": {
44
"enabled": false,
55
"clientKind": "git",
66
"useIgnoreFile": false
77
},
88
"files": {
99
"ignoreUnknown": false,
10-
"includes": ["**", "!dist/**"]
10+
"includes": ["**", "!dist/**", "!node_modules/**"]
1111
},
1212
"formatter": {
1313
"enabled": true,

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.

lib/package/on.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/** biome-ignore-all lint/complexity/noBannedTypes: */
1+
/** biome-ignore-all lint/complexity/noBannedTypes: ok */
22

33
export type Events = {
44
/**

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"yaml": "2.7.1"
3838
},
3939
"devDependencies": {
40-
"@biomejs/biome": "2.0.0-beta.1",
40+
"@biomejs/biome": "2.0.0-beta.2",
4141
"@types/bun": "1.2.12",
4242
"@types/react": "18.3.20",
4343
"ghats": "0.9.3",

0 commit comments

Comments
 (0)