Skip to content

Commit

Permalink
updte biome
Browse files Browse the repository at this point in the history
  • Loading branch information
timbrinded committed Sep 26, 2024
1 parent 80eec1b commit 3d00004
Show file tree
Hide file tree
Showing 12 changed files with 1,024 additions and 811 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ jobs:
needs: ["build"]
env:
NODE_OPTIONS: "--no-deprecation"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion biome.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://biomejs.dev/schemas/1.8.3/schema.json",
"$schema": "https://biomejs.dev/schemas/1.9.2/schema.json",
"files": {
"include": ["*.js", "*.ts", "*.json", "*.yml", "*.md"],
"ignore": ["./dist/*", "./node_modules/*", "package.json"]
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"typecheck": "pnpm -r --filter='./packages/**' run typecheck"
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@changesets/cli": "2.27.7",
"@biomejs/biome": "1.9.2",
"@changesets/cli": "2.27.8",
"@types/node": "20.14.10",
"typescript": "5.5.3"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/biome.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"$schema": "https://biomejs.dev/schemas/1.8.3/schema.json",
"$schema": "https://biomejs.dev/schemas/1.9.2/schema.json",
"extends": ["../../biome.json"]
}
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"vitest": "^1.2.2"
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@biomejs/biome": "1.9.2",
"@types/clear": "^0.1.4",
"@types/cli-progress": "3.11.6",
"@types/debug": "4.1.12",
Expand Down
2 changes: 1 addition & 1 deletion packages/types/biome.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"$schema": "https://biomejs.dev/schemas/1.8.3/schema.json",
"$schema": "https://biomejs.dev/schemas/1.9.2/schema.json",
"extends": ["../../biome.json"]
}
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"access": "public"
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@biomejs/biome": "1.9.2",
"@types/debug": "4.1.12",
"tsup": "8.1.0",
"typescript": "5.5.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/util/biome.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"$schema": "https://biomejs.dev/schemas/1.8.3/schema.json",
"$schema": "https://biomejs.dev/schemas/1.9.2/schema.json",
"extends": ["../../biome.json"]
}
2 changes: 1 addition & 1 deletion packages/util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"vitest": "^1.2.2"
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@biomejs/biome": "1.9.2",
"@types/debug": "4.1.12",
"@types/node": "20.14.10",
"@types/ws": "^8.5.10",
Expand Down
Loading

0 comments on commit 3d00004

Please sign in to comment.