Skip to content

Commit 79c379e

Browse files
authored
chore(deps-dev): bump @biomejs/biome from 2.4.16 to 2.5.0 (#11922)
Bumps [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) from 2.4.16 to 2.5.0. - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.5.0/packages/@biomejs/biome) Biome 2.5.0 added HTML/SVG parsing, which fails on the repo's SVG assets (unescaped '<' and a non-UTF-8 stream). Exclude *.svg from the Biome file set so 'biome check' passes with the bumped version. --- updated-dependencies: - dependency-name: "@biomejs/biome" dependency-version: 2.5.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 21f1c54 commit 79c379e

3 files changed

Lines changed: 40 additions & 39 deletions

File tree

biome.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"!public/api-schemas.json",
99
"!public/cli-schema.json",
1010
"!public/mergify-configuration-schema.json",
11-
"!dist/*"
11+
"!dist/*",
12+
"!**/*.svg"
1213
]
1314
},
1415
"formatter": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@astrojs/sitemap": "^3.7.3",
2323
"@astrojs/ts-plugin": "^1.10.9",
2424
"@babel/core": "^7.29.7",
25-
"@biomejs/biome": "^2.4.16",
25+
"@biomejs/biome": "^2.5.0",
2626
"@eslint/compat": "^2.1.0",
2727
"@eslint/js": "^10.0.0",
2828
"@iconify-json/lucide": "^1.2.112",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)