Skip to content

build(deps-dev): bump c8 from 10.1.3 to 11.0.0#2779

Merged
brendandburns merged 6 commits intomainfrom
dependabot/npm_and_yarn/main/c8-11.0.0
Mar 3, 2026
Merged

build(deps-dev): bump c8 from 10.1.3 to 11.0.0#2779
brendandburns merged 6 commits intomainfrom
dependabot/npm_and_yarn/main/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
@k8s-ci-robot k8s-ci-robot added size/L Denotes a PR that changes 100-499 lines, ignoring generated files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels Feb 26, 2026
@brendandburns
Copy link
Contributor

@copilot please fix tests

Copy link
Contributor

Copilot AI commented Feb 28, 2026

@brendandburns I've opened a new pull request, #2783, to work on those changes. Once the pull request is ready, I'll request review from you.

@cjihrig
Copy link
Contributor

cjihrig commented Feb 28, 2026

I don't think copilot can fix the tests. The CI error is:

ReferenceError: require is not defined in ES module scope, you can use import instead
    at file:///home/runner/work/javascript/javascript/node_modules/yargs/yargs:3:69

c8 depends on yargs, which is currently broken by nodejs/node#61971.

It seems like we either:

  1. Disable coverage
  2. Try pinning older versions.
  3. Wait for the underlying issue to be resolved upstream
  4. Try using the Node.js test runner's experimental code coverage.

Co-authored-by: brendandburns <5751682+brendandburns@users.noreply.github.com>
@brendandburns
Copy link
Contributor

@copilot please disable coverage testing just for the Node 25 version to work around this issue.

Copy link
Contributor

Copilot AI commented Mar 3, 2026

@brendandburns I've opened a new pull request, #2785, to work on those changes. Once the pull request is ready, I'll request review from you.

Copilot AI and others added 3 commits March 3, 2026 01:16
Co-authored-by: brendandburns <5751682+brendandburns@users.noreply.github.com>
Co-authored-by: brendandburns <5751682+brendandburns@users.noreply.github.com>
fix(ci): handle Node 25 incompatibility with c8 11.0.0 / yargs 17.x
@brendandburns
Copy link
Contributor

/lgtm
/approve

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Mar 3, 2026
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: brendandburns, dependabot[bot]

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Mar 3, 2026
@brendandburns brendandburns merged commit f77814b into main Mar 3, 2026
9 of 10 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/main/c8-11.0.0 branch March 3, 2026 04:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code lgtm "Looks good to me", indicates that a PR is ready to be merged. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants