Skip to content

chore(deps): bump cac from 6.7.14 to 7.0.0 in /packages/dev#229

Merged
Cleboost merged 1 commit intomasterfrom
dependabot/bun/packages/dev/cac-7.0.0
Mar 8, 2026
Merged

chore(deps): bump cac from 6.7.14 to 7.0.0 in /packages/dev#229
Cleboost merged 1 commit intomasterfrom
dependabot/bun/packages/dev/cac-7.0.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 2, 2026

Bumps cac from 6.7.14 to 7.0.0.

Release notes

Sourced from cac's releases.

v7.0.0

🚨 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

   🐞 Bug Fixes

    View changes on GitHub

v7.0.0-beta.1

   ⚠️ 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

    View changes on GitHub
Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for cac since your current version.


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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 2, 2026
@Cleboost
Copy link
Owner

Cleboost commented Mar 8, 2026

@dependabot rebase

Bumps [cac](https://github.com/cacjs/cac) from 6.7.14 to 7.0.0.
- [Release notes](https://github.com/cacjs/cac/releases)
- [Commits](cacjs/cac@v6.7.14...v7.0.0)

---
updated-dependencies:
- dependency-name: cac
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/bun/packages/dev/cac-7.0.0 branch from 46ff4ff to 1182fde Compare March 8, 2026 15:34
@Cleboost Cleboost merged commit d9cd4d1 into master Mar 8, 2026
4 checks passed
@Cleboost Cleboost deleted the dependabot/bun/packages/dev/cac-7.0.0 branch March 8, 2026 15:41
Cleboost pushed a commit that referenced this pull request Mar 8, 2026
Bumps [cac](https://github.com/cacjs/cac) from 6.7.14 to 7.0.0.
- [Release notes](https://github.com/cacjs/cac/releases)
- [Commits](cacjs/cac@v6.7.14...v7.0.0)

---
updated-dependencies:
- dependency-name: cac
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant