chore(deps)(deps-dev): bump the dev-dependencies group across 1 directory with 3 updates - #65
Merged
Conversation
Contributor
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
…tory with 3 updates Bumps the dev-dependencies group with 3 updates in the / directory: [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome), [@changesets/cli](https://github.com/changesets/changesets/tree/HEAD/packages/cli) and [turbo](https://github.com/vercel/turborepo). Updates `@biomejs/biome` from 2.4.16 to 2.5.7 - [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.7/packages/@biomejs/biome) Updates `@changesets/cli` from 2.31.0 to 2.31.1 - [Release notes](https://github.com/changesets/changesets/releases) - [Changelog](https://github.com/changesets/changesets/blob/@changesets/cli@2.31.1/packages/cli/CHANGELOG.md) - [Commits](https://github.com/changesets/changesets/commits/@changesets/cli@2.31.1/packages/cli) Updates `turbo` from 2.9.16 to 2.10.9 - [Release notes](https://github.com/vercel/turborepo/releases) - [Changelog](https://github.com/vercel/turborepo/blob/main/RELEASE.md) - [Commits](vercel/turborepo@v2.9.16...v2.10.9) --- updated-dependencies: - dependency-name: "@biomejs/biome" dependency-version: 2.5.7 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: "@changesets/cli" dependency-version: 2.31.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: turbo dependency-version: 2.10.8 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/bun/dev-dependencies-6d0a1e1c3b
branch
from
August 12, 2026 23:20
4d4390a to
b3e9388
Compare
The dev-dependencies bump takes Biome from 2.4.16 to 2.5.7, which fails `bun run lint` on four counts: - `biome migrate`: the config's `$schema` pin and the now-deprecated `linter.rules.recommended` boolean, replaced by `linter.rules.preset`. - SVG is linted as of 2.5, and `noSvgWithoutTitle` rejects the three copies of the demo apps' PIE logo: Inkscape left an empty `dc:title` behind. Each gets a real `<title>PIE logo</title>` on the root plus a filled-in `dc:title`, so the asset is labelled rather than exempted. - A reformat of `computeLayoutStyle.test.ts`, where 2.5 collapses the `it.each` array onto one line and pulls the callback out. The two demo apps' `cloneValue` becomes a function declaration. As a generic arrow it needed the TSX-style dangling comma, `<T,>`, and 2.5's formatter and fixer disagree about it: `check` demands the comma while `check --write` strips it, so the pre-commit hook and CI fought each other on every commit. A declaration sidesteps the syntax.
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 the dev-dependencies group with 3 updates in the / directory: @biomejs/biome, @changesets/cli and turbo.
Updates
@biomejs/biomefrom 2.4.16 to 2.5.7Release notes
Sourced from @biomejs/biome's releases.
... (truncated)
Changelog
Sourced from @biomejs/biome's changelog.
... (truncated)
Commits
191d051ci: release (#11119)9847e68feat(lint): add noNonScalableViewport rule (#11168)e63354cfeat(lint): add noExtendNative nursery rule (#11136)2fa0a62docs: rework CLI (#11134)e007143feat(lint): add nursery rule noTailwindArbitraryValue (#10094)c171b3bfeat(lint): add ignoreIfStatements option to useNullishCoalescing (#10822)1139f1cci: release (#11022)781d68dfeat(lint/js): addnoRestrictedProperties(#9806)412a0e9ci: release (#10948)b3b12b3feat(lint): add noNegationInEqualityCheck rule (#10915)Updates
@changesets/clifrom 2.31.0 to 2.31.1Release notes
Sourced from @changesets/cli's releases.
Changelog
Sourced from @changesets/cli's changelog.
Commits
e8650b9Version Packages (#2161)15cf592Fixed handling of the npm 12 info output (#2159)Updates
turbofrom 2.9.16 to 2.10.9Release notes
Sourced from turbo's releases.
... (truncated)
Commits
33237d4publish 2.10.9 to registry3b0e57ffix: Prevent Windows process cleanup PID reuse (#13695)efe4e1bfix: Prune Bun wildcard workspace dev dependencies (#13694)a98e5cddocs: Document dependency-driven Python tasks (#13676)c09a92fchore: Release Turborepo 2.10.9-canary.1 (#13687)09bd548test: Cover Python quality task graph (#13675)3584a5ffeat: Hash Python quality task inputs (#13674)0d43ff3test: Cover Python quality task commands (#13673)94708adfeat: Synthesize Python quality tasks (#13672)e14f04erefactor: Extract uv native task specs (#13671)