Skip to content

Bump c8 from 10.1.3 to 11.0.0#241

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

Bump c8 from 10.1.3 to 11.0.0#241
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 25, 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 25, 2026
@github-actions github-actions bot merged commit 49983d9 into master Feb 25, 2026
2 checks passed
@github-actions github-actions bot deleted the dependabot/npm_and_yarn/c8-11.0.0 branch February 25, 2026 05:26
@augmentcode
Copy link

augmentcode bot commented Feb 25, 2026

🤖 Augment PR Summary

Summary: This PR updates the test coverage tooling dependency c8 from 10.1.3 to 11.0.0.

Changes:

  • Bumped c8 in devDependencies to the latest major version

Technical Notes: c8 v11 includes a security-related transitive dependency update (newer minimatch) and introduces a breaking Node engine requirement (transitive deps require Node 20 || >=22), which can affect local test runs/CI if older Node versions are used.

🤖 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.

"@rollup/plugin-terser": "^0.4.4",
"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 has a breaking change where transitive deps require Node 20 || >=22, but this repo’s engines.node is still >= 10.8.0. This may surprise contributors/users running npm test on older Node versions even if runtime support remains broader.

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