chore(deps): bump the patch group across 1 directory with 4 updates#668
Merged
chore(deps): bump the patch group across 1 directory with 4 updates#668
Conversation
Bumps the patch group with 4 updates: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite), [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome), [textlint](https://github.com/textlint/textlint) and [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest). Updates `vite` from 8.0.7 to 8.0.8 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v8.0.8/packages/vite) Updates `@biomejs/biome` from 2.4.10 to 2.4.11 - [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.4.11/packages/@biomejs/biome) Updates `textlint` from 15.5.2 to 15.5.4 - [Release notes](https://github.com/textlint/textlint/releases) - [Commits](textlint/textlint@v15.5.2...v15.5.4) Updates `vitest` from 4.1.3 to 4.1.4 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.4/packages/vitest) --- updated-dependencies: - dependency-name: vite dependency-version: 8.0.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: "@biomejs/biome" dependency-version: 2.4.11 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch - dependency-name: textlint dependency-version: 15.5.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch - dependency-name: vitest dependency-version: 4.1.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] <support@github.com>
d1061e7 to
5cd8606
Compare
nahcnuj
approved these changes
Apr 14, 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 the patch group with 4 updates in the / directory: vite, @biomejs/biome, textlint and vitest.
Updates
vitefrom 8.0.7 to 8.0.8Release notes
Sourced from vite's releases.
Changelog
Sourced from vite's changelog.
Commits
6e585dcrelease: v8.0.8e137601fix(ssr): class property keys hoisting matching imports (#22199)15f1c15fix: avoiddns.getDefaultResultOrdertemporary (#22202)6baf587feat: update rolldown to 1.0.0-rc.15 (#22201)Updates
@biomejs/biomefrom 2.4.10 to 2.4.11Release notes
Sourced from
@biomejs/biome's releases.... (truncated)
Changelog
Sourced from
@biomejs/biome's changelog.... (truncated)
Commits
a2933bfci: release (#9733)e8cad58feat(js_analyze): implement useQwikLoaderLocation (#9809)2af8efdfeat(lint): add nursery rulenoMisleadingReturnType(#9799)a2f3f7efeat(lint): ruleuseExplicitReturnType(#9429)aafca2dfeat(js/lint): implement ruleuseDisposables(#8651)49f00a3feat(lint): add ternary expression detection to useNullishCoalescing (#9248)4af4a3afeat(lint/js): adduseConsistentTestIt(#9350)1417c3bfeat(lint/js): addnoUselessTypeConversion(#9701)Updates
textlintfrom 15.5.2 to 15.5.4Commits
728f427v15.5.4 (#1997)212b941fix: add packages config to lerna.json (#1996)a3f50farefactor: drop unused/replaceable deps (clone, mkdirp, shelljs) (#1994)bd5236dv15.5.3 (#1993)ecb09edchore(deps): update node.js to v22.22.2 (#1898)08a9cdcchore: migrate from eslint to oxlint (#1992)a8d178achore: migrate to pnpm catalog for external dependencies (#1991)34148ecchore(deps): update benchmark-action/github-action-benchmark action to v1.22....d2adcf5fix(ci): remove leftover lerna --scope flag from website build (#1989)5c0b9bdchore: migrate from lerna to lerna-lite and remove nx (#1988)Updates
vitestfrom 4.1.3 to 4.1.4Release notes
Sourced from vitest's releases.
Commits
ac04bacchore: release v4.1.482c858dchore: Remove no-op function in plugin config logic (#8501)d4fbb5cfeat(experimental): support aria snapshot (#9668)b77de96feat(reporter): add filterMeta option to json reporter (#10078)a120e3afeat(experimental): exposeassertionas a public field (#10095)5375780feat(coverage): default to text reporterskipFullif agent detected (#10018)a1b5f0ffix: makeexpect(..., message)consistent as error message prefix (#10068)203f07afix: use "black" foreground for labeled terminal message to ensure contrast (...