Skip to content

chore(deps): update dependency cac to 7.0.0#516

Closed
chrisbbreuer wants to merge 1 commit intomainfrom
buddy-bot/update-major-update-cac
Closed

chore(deps): update dependency cac to 7.0.0#516
chrisbbreuer wants to merge 1 commit intomainfrom
buddy-bot/update-major-update-cac

Conversation

@chrisbbreuer
Copy link
Member

This PR contains the following updates:

npm

Package Change Age Adoption Passing Confidence
cac (source) 6.7.14 -> 7.0.0 age adoption passing confidence

Release Notes

cacjs/cac (cac)

6.7.14 -> 7.0.0

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:@cac/cac'

   🚀 Features

  • Drop support for Node.js < 20.19.0, remove CJS build, and update dependencies  -  by sxzz (bdbd7)
  • Release on JSR  -  by [sxzz...

[View full release notes]

Released by github-actions[bot] on 2/27/2026

v7.0.0-beta.1

Compare Source

   ⚠️ Breaking Changes

  • Drop support for Node.js < 20.19.0.
  • Remove CJS build. Please use ESM imports, or upgrade to Node.js > 20.19.0 to continue using require.
  • Rename cli.on() and related methods to cli.addEventListener() to follow the EventTarget API.

   🚀 Features

  • Drop support for Node.js < 20.19.0, remove CJS build, and update dependencies  -  by sxzz (bdbd7)
  • Release on JSR  -  by sxzz (21f55)
    View changes on GitHub

Released by github-actions[bot] on 2/20/2026

v6.7.9

Compare Source

6.7.9 (2021-10-12)

Bug Fixes

  • make sure --version appears in the help message of the default command (0815980)

Released by egoist on 10/12/2021


📊 Package Statistics

  • cac: 26,984,177 weekly downloads

Configuration

📅 Schedule: 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 is behind base branch, 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 Buddy 🤖

@netlify
Copy link

netlify bot commented Mar 9, 2026

Deploy Preview for dnsx failed. Why did it fail? →

Name Link
🔨 Latest commit 08d215a
🔍 Latest deploy log https://app.netlify.com/projects/dnsx/deploys/69ae9e0dd061d5000899625d

@chrisbbreuer chrisbbreuer deleted the buddy-bot/update-major-update-cac branch March 9, 2026 10:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant