chore: bump the development-dependencies group across 1 directory with 2 updates#4
Closed
dependabot[bot] wants to merge 7 commits into
Closed
Conversation
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…h 3 updates (#3) Bumps the development-dependencies group with 3 updates in the / directory: [ava](https://github.com/avajs/ava), [tsd](https://github.com/tsdjs/tsd) and [xo](https://github.com/xojs/xo). Updates `ava` from 6.4.1 to 7.0.0 - [Release notes](https://github.com/avajs/ava/releases) - [Commits](avajs/ava@v6.4.1...v7.0.0) Updates `tsd` from 0.31.2 to 0.33.0 - [Release notes](https://github.com/tsdjs/tsd/releases) - [Commits](tsdjs/tsd@v0.31.2...v0.33.0) Updates `xo` from 0.60.0 to 1.2.3 - [Release notes](https://github.com/xojs/xo/releases) - [Commits](xojs/xo@v0.60.0...v1.2.3) --- updated-dependencies: - dependency-name: ava dependency-version: 7.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: development-dependencies - dependency-name: tsd dependency-version: 0.33.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: xo dependency-version: 1.2.3 dependency-type: direct:development update-type: version-update:semver-major dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps the github-actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [actions/setup-node](https://github.com/actions/setup-node). Updates `actions/checkout` from 4 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v6) Updates `actions/setup-node` from 4 to 6 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/setup-node dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
) Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 6 to 7 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…h 2 updates Bumps the development-dependencies group with 2 updates in the / directory: [ava](https://github.com/avajs/ava) and [xo](https://github.com/xojs/xo). Updates `ava` from 7.0.0 to 8.0.1 - [Release notes](https://github.com/avajs/ava/releases) - [Commits](avajs/ava@v7.0.0...v8.0.1) Updates `xo` from 1.2.3 to 3.0.2 - [Release notes](https://github.com/xojs/xo/releases) - [Commits](xojs/xo@v1.2.3...v3.0.2) --- updated-dependencies: - dependency-name: ava dependency-version: 8.0.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: development-dependencies - dependency-name: xo dependency-version: 2.0.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/development-dependencies-c9adfe4b7b
branch
from
June 29, 2026 14:25
b8ce700 to
de9f19f
Compare
Contributor
Author
|
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
dependabot
Bot
deleted the
dependabot/npm_and_yarn/development-dependencies-c9adfe4b7b
branch
July 2, 2026 00:58
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 development-dependencies group with 2 updates in the / directory: ava and xo.
Updates
avafrom 7.0.0 to 8.0.1Release notes
Sourced from ava's releases.
... (truncated)
Commits
bbfd946v8.0.1332fcd7Pre-release updates (#3451)fcaaf43Add Node.js 26 support; drop 25 (#3450)a913804Test using AVA 8 (#3440)fe31286v8.0.07bdbabbImprove error whenthrowsAsync/notThrowsAsyncis not awaited (#3436)a304990Full ESM internals; bias away from CJS; require@ava/typescript@7d012c64Update release process documentation (#3435)2cea71eCI tweaks (#3438)27e9c84Remove Node.js 20 support; update dependencies prior to release (#3432)Updates
xofrom 1.2.3 to 3.0.2Release notes
Sourced from xo's releases.
... (truncated)
Commits
41b9bb93.0.27baa7f2Fix--fixcorrupting TypeScript files outside the tsconfig561be4e3.0.191d3e6dFix type resolution for TypeScript files outside the tsconfig698a9033.0.0a728ac5ReplacexoToEslintConfigwithxo/eslint-adapterand delegate Prettier to ...9fbffd0Add issue template config to route rule issues to config repos945fd51Warn when the project's TypeScript is older than the bundled version797693aFix crash when linting JSON files with Prettier enabled4fddd6fRemove built-in React support