Skip to content

Commit

Permalink
⬆️ chore(deps-dev): bump @biomejs/biome from 1.8.3 to 1.9.0 (#914)
Browse files Browse the repository at this point in the history
* ⬆️ chore(deps-dev): bump @biomejs/biome from 1.8.3 to 1.9.0

Bumps [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) from 1.8.3 to 1.9.0.
- [Release notes](https://github.com/biomejs/biome/releases)
- [Changelog](https://github.com/biomejs/biome/blob/main/CHANGELOG.md)
- [Commits](https://github.com/biomejs/biome/commits/cli/v1.9.0/packages/@biomejs/biome)

---
updated-dependencies:
- dependency-name: "@biomejs/biome"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore: format

* chore: merge schema false

* chore: remove remnants of use strict

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lars Waage <[email protected]>
  • Loading branch information
dependabot[bot] and larwaa authored Sep 13, 2024
1 parent 6470923 commit ac9ac9c
Show file tree
Hide file tree
Showing 15 changed files with 2,707 additions and 2,403 deletions.
11 changes: 8 additions & 3 deletions biome.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://biomejs.dev/schemas/1.6.1/schema.json",
"$schema": "https://biomejs.dev/schemas/1.9.0/schema.json",
"vcs": {
"enabled": true,
"useIgnoreFile": true,
Expand All @@ -13,15 +13,20 @@
"rules": {
"recommended": true,
"suspicious": {
"useAwait": "warn"
"useAwait": "warn",
"noRedundantUseStrict": "off"
},
"correctness": {
"noUnusedImports": "warn",
"noUnusedVariables": "warn",
"noUnusedPrivateClassMembers": "warn"
},
"nursery": {
"recommended": true
"recommended": true,
"useStrictMode": "off",
"useConsistentMemberAccessibility": {
"level": "off"
}
}
}
},
Expand Down
1 change: 1 addition & 0 deletions codegen.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ const config: CodegenConfig = {
mode: "modules",
emitLegacyCommonJSImports: false,
typeDefsFilePath: "./type-defs.generated.ts",
mergeSchema: false,
add: {
"./types.generated.ts": { content: generatedPrefix },
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"@swc/core-darwin-x64": "^1.7.26"
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@biomejs/biome": "1.9.0",
"@eddeee888/gcg-typescript-resolver-files": "^0.10.4",
"@faker-js/faker": "^8.4.1",
"@graphql-codegen/add": "^5.0.3",
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.

Loading

0 comments on commit ac9ac9c

Please sign in to comment.