-
Notifications
You must be signed in to change notification settings - Fork 31
build(deps-dev): bump chokidar from 4.0.3 to 5.0.0 #2070
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build(deps-dev): bump chokidar from 4.0.3 to 5.0.0 #2070
Conversation
Bumps [chokidar](https://github.com/paulmillr/chokidar) from 4.0.3 to 5.0.0. - [Release notes](https://github.com/paulmillr/chokidar/releases) - [Commits](paulmillr/chokidar@4.0.3...5.0.0) --- updated-dependencies: - dependency-name: chokidar dependency-version: 5.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
✅ Deploy Preview for content-scope-scripts canceled.
|
Temporary Branch UpdateThe temporary branch has been updated with the latest changes. Below are the details:
Please use the above install command to update to the latest version. |
|
@cursoragent can you review against our current code and outline potential impacts based on the changelogs of the update? Can you check if this dep is still widely used? |
Chokidar 5.0.0 Impact ReviewUsage in CodebaseChokidar is only used in function watchNode(named, pathToWatch, predicate) {
console.log(`will run ${named} following changes in ${pathToWatch}`);
watch(pathToWatch, { ignoreInitial: true }).on('all', (event, path) => {
if (!predicate(event, path)) return;
// ... debounced job execution
});
}Changelog Impact Analysis
Popularity CheckStill extremely widely used:
RecommendationSafe to merge. This is a low-risk upgrade:
Learn more about Cursor Agents |
|
Cursor Agent can help with this pull request. Just |
[Beta] Generated file diffTime updated: Mon, 08 Dec 2025 10:25:34 GMT |
Bumps chokidar from 4.0.3 to 5.0.0.
Release notes
Sourced from chokidar's releases.
Commits
c0c8d20Release 5.0.0.b211cecRemove src from npm8742246Upgrade dev deps, jsbt, ci files. Upgrade readdirp to v5.de5a34cMerge pull request #1442 from paulmillr/flaky-bunsc08a6c4fix: throttle based on dir + target0c55ab3test: wait for explicit calls in directory testce81be5perf: re-use double slash regex (#1435)7d9c1edMerge pull request #1433 from paulmillr/super-matrices3915541Merge pull request #1430 from paulmillr/esm-only9308bedchore: use Nodejs 24 in CI (#1432)Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for chokidar since your current version.
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Note
Upgrade dev dependency
chokidarto v5, updatingspecial-pages/package.jsonand lockfile (including transitivereaddirpand Node engine constraints).chokidarfrom^4.0.3to^5.0.0inspecial-pages/package.json.chokidar→5.0.0(ESM-only; Node>=20.19.0).readdirp→5.0.0(Node>=20.19.0).Written by Cursor Bugbot for commit c8692bc. This will update automatically on new commits. Configure here.