Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/2.4.15/schema.json",
"$schema": "https://biomejs.dev/schemas/2.5.0/schema.json",
"vcs": {
"enabled": true,
"clientKind": "git",
Expand Down Expand Up @@ -31,78 +31,78 @@
}
}
},
"linter": {
"enabled": true,
"rules": {
"recommended": true,
"a11y": {},
"correctness": {
"noUnusedVariables": "error",
"noUnusedImports": "error",
"noChildrenProp": "off",
"noInvalidDirectionInLinearGradient": "off",
"noInvalidGridAreas": "off",
"noInvalidPositionAtImportRule": "off",
"noRenderReturnValue": "off",
"noUnknownFunction": "off",
"noUnknownMediaFeatureName": "off",
"noUnknownProperty": "off",
"noUnknownUnit": "off",
"noUnmatchableAnbSelector": "off",
"useExhaustiveDependencies": "off",
"useJsxKeyInIterable": "off"
},
"performance": {
"noBarrelFile": "error",
"noReExportAll": "error",
"noDelete": "off"
},
"style": {
"noNonNullAssertion": "off",
"noParameterAssign": "error",
"useAsConstAssertion": "error",
"useDefaultParameterLast": "error",
"useEnumInitializers": "error",
"useSelfClosingElements": "error",
"useSingleVarDeclarator": "error",
"noUnusedTemplateLiteral": "error",
"useNumberNamespace": "error",
"noInferrableTypes": "error",
"noUselessElse": "error",
"useConsistentArrayType": {
"level": "error",
"options": {
"syntax": "shorthand"
}
}
},
"suspicious": {
"noArrayIndexKey": "off",
"noConfusingVoidType": "off",
"noExplicitAny": "off",
"noCommentText": "off",
"noDuplicateAtImportRules": "off",
"noDuplicateFontNames": "off",
"noDuplicateJsxProps": "off",
"noDuplicateSelectorsKeyframeBlock": "off",
"noEmptyBlock": "off",
"noImportantInKeyframe": "off",
"noShorthandPropertyOverrides": "off",
"noSuspiciousSemicolonInJsx": "off",
"useErrorMessage": "error",
"noConsole": {
"level": "error",
"options": {
"allow": ["log"]
}
}
},
"security": {
"noDangerouslySetInnerHtml": "off",
"noDangerouslySetInnerHtmlWithChildren": "off"
}
}
},

Check notice on line 105 in biome.json

View workflow job for this annotation

GitHub Actions / Run Checks

deserialize

The use of the recommended field has been deprecated, and will removed in the next major version of Biome. Use preset instead.
"javascript": {
"formatter": {
"quoteStyle": "single",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
"clean": "turbo run clean"
},
"devDependencies": {
"@biomejs/biome": "2.4.16",
"@types/node": "25.9.1",
"@biomejs/biome": "2.5.0",
"@types/node": "25.9.3",
"ts-node": "^10.9.2",
"turbo": "^2.9.14",
"turbo": "^2.9.18",
"typescript": "^6.0.3",
"vitest": "^4.1.6"
"vitest": "^4.1.9"
}
}
4 changes: 2 additions & 2 deletions packages/builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@
},
"devDependencies": {
"@tsconfig/node24": "^24.0.3",
"@types/node": "25.9.1",
"@types/node": "25.9.3",
"@types/shell-quote": "^1.7.5",
"typescript": "^6.0.3",
"vitest": "^4.0.15"
"vitest": "^4.1.9"
},
"dependencies": {
"chalk": "^5.6.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@
},
"devDependencies": {
"@tsconfig/node24": "^24.0.3",
"@types/node": "25.9.1",
"@types/node": "25.9.3",
"typescript": "^6.0.3",
"vitest": "^4.1.6"
"vitest": "^4.1.9"
},
"dependencies": {
"@openzeppelin/compact-builder": "workspace:^",
Expand Down
4 changes: 2 additions & 2 deletions packages/simulator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@
},
"devDependencies": {
"@tsconfig/node24": "^24.0.3",
"@types/node": "25.9.1",
"@types/node": "25.9.3",
"fast-check": "^4.5.2",
"typescript": "^6.0.3",
"vitest": "^4.1.6"
"vitest": "^4.1.9"
},
"dependencies": {
"@midnight-ntwrk/compact-runtime": "0.16.0",
Expand Down
Loading
Loading