summaryrefslogtreecommitdiff
path: root/client/simple/biome.json
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2026-02-20 11:08:32 +0100
committerGitHub <noreply@github.com>2026-02-20 11:08:32 +0100
commit062b1320a2a8574ebf852e36f95cc2922968ec9f (patch)
tree29d008685fc61fc00203a10409502d302b2aacb5 /client/simple/biome.json
parent95f95e96c4354824744373bbb0a03155b56fc402 (diff)
[upd] web-client (simple): Bump the minor group (#5749)
Bumps the minor group in /client/simple with 2 updates: [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) and [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node). Updates `@biomejs/biome` from 2.3.15 to 2.4.3 - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.4.3/packages/@biomejs/biome) Updates `@types/node` from 25.2.3 to 25.3.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@biomejs/biome" dependency-version: 2.4.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: "@types/node" dependency-version: 25.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'client/simple/biome.json')
-rw-r--r--client/simple/biome.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/client/simple/biome.json b/client/simple/biome.json
index c181221b5..18a988e27 100644
--- a/client/simple/biome.json
+++ b/client/simple/biome.json
@@ -1,5 +1,5 @@
{
- "$schema": "https://biomejs.dev/schemas/2.3.15/schema.json",
+ "$schema": "https://biomejs.dev/schemas/2.4.3/schema.json",
"files": {
"ignoreUnknown": true,
"includes": ["**", "!node_modules"]
@@ -31,6 +31,8 @@
"complexity": {
"noForEach": "error",
"noImplicitCoercions": "error",
+ "noUselessCatchBinding": "error",
+ "noUselessUndefined": "error",
"useSimplifiedLogicExpression": "error"
},
"correctness": {
@@ -41,11 +43,9 @@
},
"nursery": {
"noContinue": "warn",
- "noDeprecatedImports": "warn",
"noEqualsToNull": "warn",
"noFloatingPromises": "warn",
"noForIn": "warn",
- "noImportCycles": "warn",
"noIncrementDecrement": "warn",
"noMisusedPromises": "warn",
"noMultiAssign": "warn",
@@ -54,9 +54,7 @@
"noParametersOnlyUsedInRecursion": "warn",
"noRedundantDefaultExport": "warn",
"noReturnAssign": "warn",
- "noUselessCatchBinding": "warn",
"noUselessReturn": "off",
- "noUselessUndefined": "warn",
"useAwaitThenable": "off",
"useConsistentEnumValueType": "warn",
"useDestructuring": "warn",
@@ -147,8 +145,10 @@
"noAlert": "error",
"noBitwiseOperators": "error",
"noConstantBinaryExpressions": "error",
+ "noDeprecatedImports": "error",
"noEmptyBlockStatements": "error",
"noEvolvingTypes": "error",
+ "noImportCycles": "error",
"noUnassignedVariables": "error",
"noVar": "error",
"useNumberToFixedDigitsArgument": "error",