Skip to content

chore(deps): update dependency cac to v7#56

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/cac-7-x
Open

chore(deps): update dependency cac to v7#56
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/cac-7-x

Conversation

@renovate
Copy link
Copy Markdown

@renovate renovate Bot commented May 16, 2026

This PR contains the following updates:

Package Change Age Confidence
cac ^6.7.14^7.0.0 age confidence

Release Notes

cacjs/cac (cac)

v7.0.0

Compare Source

🚨 Breaking Changes
  • Drop Node.js < 20.19.0 support. Node.js 20.19.0 is now the minimum required version.
  • Remove CJS build. CAC is now ESM-only. If you rely on require(), either migrate to ESM imports or upgrade to Node.js ≥ 20.19.0, which supports require() for ES modules natively.
  • Rename event listener methods to follow the EventTarget API. cli.on() and related methods have been renamed to cli.addEventListener(). Update your code accordingly:
--- cli.on('command:*', () => { ... })
+++ cli.addEventListener('command:*', () => { ... })
Notes for Deno Users

Please use the JSR package instead: @cac/cac

import cac from 'jsr:@&#8203;cac/cac'
   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

Configuration

📅 Schedule: (in timezone America/New_York)

  • Branch creation
    • "after 1am,before 8am"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Never, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added dependencies Pull requests that update a dependency file js labels May 16, 2026
@sonarqubecloud
Copy link
Copy Markdown

@codecov
Copy link
Copy Markdown

codecov Bot commented May 16, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 0.00%. Comparing base (24f7ac6) to head (09b10d1).
✅ All tests successful. No failed tests found.

Additional details and impacted files

Impacted file tree graph

@@     Coverage Diff      @@
##   master   #56   +/-   ##
============================
============================

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 24f7ac6...09b10d1. Read the comment docs.

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 js

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants