Skip to content

Bump c8 from 10.1.3 to 11.0.0#323

Merged
github-actions[bot] merged 1 commit intomasterfrom
dependabot/npm_and_yarn/c8-11.0.0
Feb 26, 2026
Merged

Bump c8 from 10.1.3 to 11.0.0#323
github-actions[bot] merged 1 commit intomasterfrom
dependabot/npm_and_yarn/c8-11.0.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 26, 2026

Bumps c8 from 10.1.3 to 11.0.0.

Release notes

Sourced from c8's releases.

v11.0.0

11.0.0 (2026-02-22)

⚠ BREAKING CHANGES

  • deps: transitive deps require 20 || >=22

Bug Fixes

Changelog

Sourced from c8's changelog.

11.0.0 (2026-02-22)

⚠ BREAKING CHANGES

  • deps: transitive deps require 20 || >=22

Bug Fixes

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [c8](https://github.com/bcoe/c8) from 10.1.3 to 11.0.0.
- [Release notes](https://github.com/bcoe/c8/releases)
- [Changelog](https://github.com/bcoe/c8/blob/main/CHANGELOG.md)
- [Commits](bcoe/c8@v10.1.3...v11.0.0)

---
updated-dependencies:
- dependency-name: c8
  dependency-version: 11.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 26, 2026
@github-actions github-actions bot merged commit 722ea43 into master Feb 26, 2026
4 checks passed
@github-actions github-actions bot deleted the dependabot/npm_and_yarn/c8-11.0.0 branch February 26, 2026 01:33
@augmentcode
Copy link

augmentcode bot commented Feb 26, 2026

🤖 Augment PR Summary

Summary: Updates the project’s coverage tooling dependency to the latest major release.

Changes:

  • Bumps c8 from 10.1.3 to 11.0.0 in devDependencies
  • Updates the lockfile accordingly (dependency resolution changes)

Technical Notes: c8 v11 includes updated transitive dependencies (including a newer minimatch for CVE-2026-26996) and introduces a breaking Node version requirement (20.x or >=22.x).

🤖 Was this summary useful? React with 👍 or 👎

Copy link

@augmentcode augmentcode bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review completed. 1 suggestions posted.

Fix All in Augment

Comment augment review to trigger a new review at any time.

"devDependencies": {
"auto-changelog": "^2.5.0",
"c8": "^10.1.3",
"c8": "^11.0.0",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

c8@^11 (per PR description) requires Node 20 || >=22, but this repo’s engines.node is >=17.0.0; contributors on Node 17–19 may now fail npm install/tests even though the package claims support. Consider aligning the declared engine range (or tooling expectations) with this new devDependency requirement.

Severity: medium

Fix This in Augment

🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants