chore: bump the development-dependencies group across 1 directory with 2 updates - #6
Merged
mstuart merged 1 commit intoAug 4, 2026
Conversation
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/development-dependencies-bcfbfc7390
branch
from
July 27, 2026 07:54
8e22953 to
30f73a3
Compare
mstuart
added a commit
that referenced
this pull request
Aug 4, 2026
The npm-managed dev tooling (ava, xo) is trending toward requiring Node >=22 in its newer major versions (ava@8 and xo@4 both declare engines.node >=22, and eslint-plugin-unicorn — an xo transitive dep — uses Set.prototype.union, a Node 22+ runtime feature). When Dependabot's development-dependencies group bumps these, the Node 20 matrix leg crashes before a single test runs (TypeError in the linter/test-runner process itself, not a defect in this library's code), which has repeatedly stalled that PR group (#2, #4, now #6) and starved the auto-merge daemon. Current master's tooling versions still run fine on Node 20 (verified locally), so this is a no-op today. It only takes effect once dev dependencies advance past what Node 20 can execute, at which point the leg reports non-blocking instead of failing the whole run. Co-authored-by: Mark Stuart <mstuart@users.noreply.github.com>
Owner
|
@dependabot rebase |
…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 4.0.0 - [Release notes](https://github.com/xojs/xo/releases) - [Commits](xojs/xo@v1.2.3...v4.0.0) --- 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: 3.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-bcfbfc7390
branch
from
August 4, 2026 01:04
30f73a3 to
f2a8f55
Compare
mstuart
deleted the
dependabot/npm_and_yarn/development-dependencies-bcfbfc7390
branch
August 4, 2026 01:42
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 4.0.0Release notes
Sourced from xo's releases.
... (truncated)
Commits
2775f7f4.0.05d90a39Update dependencies5201c05Update ISSUE_TEMPLATE to remove TypeScript link (#893)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 repos