Skip to content

chore(deps): update dependency cac to v7 - #146

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

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

Conversation

@renovate

@renovaterenovateBot commented Feb 27, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

PackageChangeAgeConfidence
cac^6.7.14^7.0.0ageconfidence

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

importcacfrom'jsr:@cac/cac'
🚀 Features
🐞 Bug Fixes
View changes on GitHub

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • 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.

@renovate
renovateBotforce-pushed the renovate/cac-7.x branch from 94f390b to 48ee4c9CompareMarch 5, 2026 17:54
@renovate
renovateBotforce-pushed the renovate/cac-7.x branch from 48ee4c9 to 981c2dcCompareMarch 13, 2026 14:57
@renovate
renovateBotforce-pushed the renovate/cac-7.x branch from 981c2dc to 125b9a2CompareApril 1, 2026 18:48
@renovate
renovateBotforce-pushed the renovate/cac-7.x branch 2 times, most recently from 31e62e0 to 1429d78CompareApril 30, 2026 03:44
@renovate
renovateBotforce-pushed the renovate/cac-7.x branch from 1429d78 to 2f525acCompareMay 14, 2026 01:48
@renovate
renovateBotforce-pushed the renovate/cac-7.x branch 3 times, most recently from 5b05b0d to 1151789CompareJune 4, 2026 01:12
@renovate
renovateBotforce-pushed the renovate/cac-7.x branch from 1151789 to 0da64f3CompareJune 11, 2026 14:09
@renovate
renovateBotforce-pushed the renovate/cac-7.x branch from 0da64f3 to a05f175CompareJune 21, 2026 01:56
@renovate
renovateBotforce-pushed the renovate/cac-7.x branch 2 times, most recently from ba8a372 to 3958395CompareJuly 17, 2026 10:57
Sign up for freeto 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.

0 participants