diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-11-28 07:04:59 +0000 |
|---|---|---|
| committer | Ivan Gabaldon <igabaldon@inetol.net> | 2025-11-28 10:13:02 +0000 |
| commit | c4abf40e6e5bd9fbc50be695993f628319b76680 (patch) | |
| tree | 5f64cef87f26cfe6b08f74c82e7b6faa1dcbeb34 /client/simple/biome.json | |
| parent | 39b9922609db8b0556effeac70eae25b556c7d68 (diff) | |
[upd] web-client (simple): Bump the minor group
Bumps the minor group in /client/simple with 3 updates: [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome), [sort-package-json](https://github.com/keithamus/sort-package-json) and [stylelint](https://github.com/stylelint/stylelint).
Updates `@biomejs/biome` from 2.3.7 to 2.3.8
- [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.3.8/packages/@biomejs/biome)
Updates `sort-package-json` from 3.4.0 to 3.5.0
- [Release notes](https://github.com/keithamus/sort-package-json/releases)
- [Commits](https://github.com/keithamus/sort-package-json/compare/v3.4.0...v3.5.0)
Updates `stylelint` from 16.25.0 to 16.26.0
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint/compare/16.25.0...16.26.0)
---
updated-dependencies:
- dependency-name: "@biomejs/biome"
dependency-version: 2.3.8
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: minor
- dependency-name: sort-package-json
dependency-version: 3.5.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: minor
- dependency-name: stylelint
dependency-version: 16.26.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'client/simple/biome.json')
| -rw-r--r-- | client/simple/biome.json | 20 |
1 files changed, 3 insertions, 17 deletions
diff --git a/client/simple/biome.json b/client/simple/biome.json index 828da30a4..1e9b885d7 100644 --- a/client/simple/biome.json +++ b/client/simple/biome.json @@ -1,5 +1,5 @@ { - "$schema": "https://biomejs.dev/schemas/2.3.7/schema.json", + "$schema": "https://biomejs.dev/schemas/2.3.8/schema.json", "files": { "ignoreUnknown": true, "includes": ["**", "!node_modules"] @@ -35,12 +35,6 @@ }, "correctness": { "noGlobalDirnameFilename": "error", - "noUndeclaredVariables": { - "level": "error", - "options": { - "checkTypes": true - } - }, "useImportExtensions": "error", "useJsonImportAttributes": "error", "useSingleJsDocAsterisk": "error" @@ -48,11 +42,13 @@ "nursery": { "noContinue": "warn", "noDeprecatedImports": "warn", + "noEqualsToNull": "warn", "noFloatingPromises": "warn", "noForIn": "warn", "noImportCycles": "warn", "noIncrementDecrement": "warn", "noMisusedPromises": "warn", + "noMultiStr": "warn", "noParametersOnlyUsedInRecursion": "warn", "noUselessCatchBinding": "warn", "noUselessUndefined": "warn", @@ -160,15 +156,5 @@ "semicolons": "always", "trailingCommas": "none" } - }, - "html": { - "experimentalFullSupportEnabled": true, - "formatter": { - "attributePosition": "auto", - "bracketSameLine": false, - "indentScriptAndStyle": true, - "selfCloseVoidElements": "always", - "whitespaceSensitivity": "ignore" - } } } |