Skip to content

chore(deps): bump cac from 6.7.14 to 7.0.0#2168

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/cac-7.0.0
Closed

chore(deps): bump cac from 6.7.14 to 7.0.0#2168
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/cac-7.0.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 1, 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)

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 added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 1, 2026
@dependabot dependabot bot requested a review from aklinker1 as a code owner March 1, 2026 19:33
@dependabot dependabot bot added the javascript Pull requests that update Javascript code label Mar 1, 2026
@netlify
Copy link

netlify bot commented Mar 1, 2026

Deploy Preview for creative-fairy-df92c4 ready!

Name Link
🔨 Latest commit 1575221
🔍 Latest deploy log https://app.netlify.com/projects/creative-fairy-df92c4/deploys/69a494a87818620008f6a4db
😎 Deploy Preview https://deploy-preview-2168--creative-fairy-df92c4.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@github-actions github-actions bot added the pkg/wxt Includes changes to the `packages/wxt` directory label Mar 1, 2026
@pkg-pr-new
Copy link

pkg-pr-new bot commented Mar 1, 2026

Open in StackBlitz

@wxt-dev/analytics

npm i https://pkg.pr.new/@wxt-dev/analytics@2168

@wxt-dev/auto-icons

npm i https://pkg.pr.new/@wxt-dev/auto-icons@2168

@wxt-dev/browser

npm i https://pkg.pr.new/@wxt-dev/browser@2168

@wxt-dev/i18n

npm i https://pkg.pr.new/@wxt-dev/i18n@2168

@wxt-dev/is-background

npm i https://pkg.pr.new/@wxt-dev/is-background@2168

@wxt-dev/module-react

npm i https://pkg.pr.new/@wxt-dev/module-react@2168

@wxt-dev/module-solid

npm i https://pkg.pr.new/@wxt-dev/module-solid@2168

@wxt-dev/module-svelte

npm i https://pkg.pr.new/@wxt-dev/module-svelte@2168

@wxt-dev/module-vue

npm i https://pkg.pr.new/@wxt-dev/module-vue@2168

@wxt-dev/runner

npm i https://pkg.pr.new/@wxt-dev/runner@2168

@wxt-dev/storage

npm i https://pkg.pr.new/@wxt-dev/storage@2168

@wxt-dev/unocss

npm i https://pkg.pr.new/@wxt-dev/unocss@2168

@wxt-dev/webextension-polyfill

npm i https://pkg.pr.new/@wxt-dev/webextension-polyfill@2168

wxt

npm i https://pkg.pr.new/wxt@2168

commit: c7fc277

@aklinker1 aklinker1 closed this Mar 5, 2026
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 5, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/cac-7.0.0 branch March 5, 2026 15:12
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 pkg/wxt Includes changes to the `packages/wxt` directory

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant