Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
72 changes: 36 additions & 36 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
},
"devDependencies": {
"rimraf": "6.1.3",
"@biomejs/biome": "2.4.14",
"@biomejs/biome": "2.4.15",
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[P3] This updates the installed Biome CLI without updating biome.json’s $schema, which is still pinned to 2.4.8. That leaves editor validation/completion out of sync with the actual linter and can make newer 2.4.15 options or rule names look invalid locally. Please bump the schema URL in biome.json alongside this version change.

"@doist/tsconfig": "2.0.1",
"@types/babel__core": "7.20.5",
"@types/node": "25.6.2",
Expand Down
Loading