Skip to content

Commit 32fca76

Browse files
Bump @biomejs/biome from 1.8.3 to 1.9.1 (#423)
* Bump @biomejs/biome from 1.8.3 to 1.9.1 Bumps [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) from 1.8.3 to 1.9.1. - [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.1/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]> * Update biome.json schema --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ranieri Althoff <[email protected]>
1 parent 9699085 commit 32fca76

File tree

3 files changed

+122
-20
lines changed

3 files changed

+122
-20
lines changed

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/1.8.3/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/1.9.1/schema.json",
33
"files": {
44
"include": ["*.cjs", "*.json"],
55
"ignore": [".vscode"]

package-lock.json

Lines changed: 120 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"node-gyp-build": "^4.8.1"
5353
},
5454
"devDependencies": {
55-
"@biomejs/biome": "1.8.3",
55+
"@biomejs/biome": "1.9.1",
5656
"@types/node": "20.16.1",
5757
"node-gyp": "10.2.0",
5858
"prebuildify": "6.0.1",

0 commit comments

Comments
 (0)