Bump @biomejs/biome from 2.4.16 to 2.5.6 - #387
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/biomejs/biome-2.5.6
branch
from
August 3, 2026 13:16
e8c7cdf to
a27c729
Compare
Bumps [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) from 2.4.16 to 2.5.6. - [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.6/packages/@biomejs/biome) --- updated-dependencies: - dependency-name: "@biomejs/biome" dependency-version: 2.5.6 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
jhump
force-pushed
the
dependabot/npm_and_yarn/biomejs/biome-2.5.6
branch
from
August 3, 2026 16:44
a27c729 to
cd5f3a8
Compare
Biome 2.5 began linting standalone .svg files: on the same tree, 2.4.16 checked 20 files and reported nothing, while 2.5.6 checks 35 and reports 15 errors. The 15-file delta is exactly the SVG assets. Two of those were real. The "Created by <logo>" links to buf.build, in both the desktop and mobile menus, inlined a logo carrying no accessible name, so the links announced as just "Created by"; they now label the anchor and hide the decorative graphic. The CNCF logo in the footer sat unnamed beside text that already says we are a sandbox project, so it is now hidden the same way SiteTitle.astro already hides its logo. The other 13 are false positives. noSvgWithoutTitle judges SVG inlined into markup, where the usage site decides whether a graphic is decorative; an asset file by itself has no usage site to judge. The logos under public/img are embedded through <img alt>, which ignores any <title> inside the file, and simple-connect.svg was flagged even though its usage site already sets aria-hidden. Adding <title> to a dozen vendored brand assets would be both wrong and undone by the next asset refresh, so scope the rule off for .svg instead. Same for the lone noUnknownProperty hit, which is dead Illustrator output. Both rules stay active for inline SVG in .ts and .tsx. Also run `biome migrate`: 2.5 deprecates linter.rules.recommended in favor of preset. It only warned, but it breaks at the next major. Signed-off-by: Josh Humphries <2035234+jhump@users.noreply.github.com>
lint:md makes rumdl write a .rumdl_cache directory. It stays out of git via its own .gitignore, but biome.jsonc sets vcs.useIgnoreFile to false, so a later `biome check` walked into it and demanded that rumdl's cache files be reformatted. That made `npm run ci` fail on a second run: the first run passes only because check:fix is ordered ahead of lint:md, and a fresh CI checkout never runs it twice. Exclude the directory alongside the other caches we already skip. The new clean script removes the artifacts the current toolchain generates, so a stale tree can be reset without hand-deleting paths. Signed-off-by: Josh Humphries <2035234+jhump@users.noreply.github.com>
jhump
force-pushed
the
dependabot/npm_and_yarn/biomejs/biome-2.5.6
branch
from
August 3, 2026 16:45
cd5f3a8 to
f6d4f2a
Compare
jhump
approved these changes
Aug 3, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps @biomejs/biome from 2.4.16 to 2.5.6.
Release notes
Sourced from @biomejs/biome's releases.
... (truncated)
Changelog
Sourced from @biomejs/biome's changelog.
... (truncated)
Commits
1139f1cci: release (#11022)781d68dfeat(lint/js): addnoRestrictedProperties(#9806)412a0e9ci: release (#10948)b3b12b3feat(lint): add noNegationInEqualityCheck rule (#10915)9a66bc7chore: add latitude to sponsors (#10947)bfc3f3dci: release (#10887)9e1999fchore: revert the revert0b0fd8dchore: revert0afa35aci: release (#10817)3447b2ffeat(useDomQuerySelector): add ignore option (#10835)