Skip to content

Commit

Permalink
chore(deps): update dependency @biomejs/biome to v1.9.4 (#6404)
Browse files Browse the repository at this point in the history
Co-authored-by: caohuilin <[email protected]>
  • Loading branch information
renovate[bot] and caohuilin authored Oct 21, 2024
1 parent 701e26d commit 119c391
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 42 deletions.
3 changes: 2 additions & 1 deletion .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@
"styled-components",
"webpack",
// need node 18
"http-compression"
"http-compression",
@biomejs/biome
]
}
5 changes: 3 additions & 2 deletions biome.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://biomejs.dev/schemas/1.9.3/schema.json",
"$schema": "https://biomejs.dev/schemas/1.9.4/schema.json",
"vcs": {
"enabled": true,
"defaultBranch": "main",
Expand All @@ -15,7 +15,8 @@
"packages/runtime/plugin-runtime/tests/document/feature/document/_tempTsconfig.json",
"packages/generator/sandpack-react/src/templates/**",
"tests/integration/swc/fixtures/minify-css/src/bootstrap.css",
"tests/integration/swc/fixtures/config-function/src/bootstrap.css"
"tests/integration/swc/fixtures/config-function/src/bootstrap.css",
"packages/runtime/plugin-garfish/type.d.ts"
]
},
"css": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"devDependencies": {
"@babel/core": "^7.24.7",
"@babel/plugin-transform-modules-commonjs": "^7.22.15",
"@biomejs/biome": "1.9.3",
"@biomejs/biome": "1.9.4",
"@commitlint/cli": "^17.6.3",
"@commitlint/config-conventional": "^17.6.3",
"@modern-js/monorepo-tools": "workspace:*",
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 119c391

Please sign in to comment.