Skip to content

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

Merged
Timeless0911 merged 1 commit intomainfrom
renovate/cac-7.x
Mar 4, 2026
Merged

chore(deps): update dependency cac to v7#1502
Timeless0911 merged 1 commit intomainfrom
renovate/cac-7.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Mar 2, 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: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR becomes conflicted, 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.

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: a2003294ca

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

@renovate renovate bot force-pushed the renovate/cac-7.x branch from a200329 to 8de542f Compare March 3, 2026 09:16
@Timeless0911 Timeless0911 merged commit ea6d911 into main Mar 4, 2026
10 checks passed
@Timeless0911 Timeless0911 deleted the renovate/cac-7.x branch March 4, 2026 06:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant