Skip to content

Commit

Permalink
chore(deps): update dependency @biomejs/biome to v1.9.0 (#1525)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency @biomejs/biome to v1.9.0

* fix: update biome config

* chore: disable useSemanticElements rule

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Afonso Jorge Ramos <[email protected]>
  • Loading branch information
renovate[bot] and afonsojramos authored Sep 13, 2024
1 parent d9d43ef commit 7d4c723
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 43 deletions.
9 changes: 5 additions & 4 deletions 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.0/schema.json",
"organizeImports": {
"enabled": true
},
Expand All @@ -10,14 +10,15 @@
"suspicious": {
"noConsoleLog": "error"
},
"nursery": {
"noUnusedFunctionParameters": "error",
"style": {
"useDefaultSwitchClause": "error"
},
"a11y": {
"useKeyWithClickEvents": "off"
"useKeyWithClickEvents": "off",
"useSemanticElements": "off"
},
"correctness": {
"noUnusedFunctionParameters": "error",
"useExhaustiveDependencies": {
"level": "warn",
"options": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
"update-electron-app": "3.0.0"
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@biomejs/biome": "1.9.0",
"@electron/notarize": "2.4.0",
"@testing-library/react": "16.0.1",
"@types/jest": "29.5.13",
Expand Down
76 changes: 38 additions & 38 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7d4c723

Please sign in to comment.