Skip to content

Commit e309b3e

Browse files
convex-renovate-runner[bot]Convex, Inc.
authored and
Convex, Inc.
committed
Update dependency chokidar to v3.6.0 (#33538)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [chokidar](https://redirect.github.com/paulmillr/chokidar) | devDependencies | minor | [`3.5.3` -> `3.6.0`](https://renovatebot.com/diffs/npm/chokidar/3.5.3/3.6.0) | --- ### Release Notes <details> <summary>paulmillr/chokidar (chokidar)</summary> ### [`v3.6.0`](https://redirect.github.com/paulmillr/chokidar/releases/tag/3.6.0) [Compare Source](https://redirect.github.com/paulmillr/chokidar/compare/3.5.3...3.6.0) #### What's Changed - fix readyCount logic by [@&#8203;JLHwung](https://redirect.github.com/JLHwung) in [https://github.com/paulmillr/chokidar/pull/1288](https://redirect.github.com/paulmillr/chokidar/pull/1288) - handle MustScanSubDirs by [@&#8203;MarcCelani-at](https://redirect.github.com/MarcCelani-at) in [https://github.com/paulmillr/chokidar/pull/1197](https://redirect.github.com/paulmillr/chokidar/pull/1197) - update fs.FSWatcher types to satisfy nodejs versions >= 16; fixes [#&#8203;1299](https://redirect.github.com/paulmillr/chokidar/issues/1299) by [@&#8203;ben-polinsky](https://redirect.github.com/ben-polinsky) in [https://github.com/paulmillr/chokidar/pull/1300](https://redirect.github.com/paulmillr/chokidar/pull/1300) #### New Contributors - [@&#8203;Mutahhar](https://redirect.github.com/Mutahhar) made their first contribution in [https://github.com/paulmillr/chokidar/pull/1226](https://redirect.github.com/paulmillr/chokidar/pull/1226) - [@&#8203;zqianem](https://redirect.github.com/zqianem) made their first contribution in [https://github.com/paulmillr/chokidar/pull/1242](https://redirect.github.com/paulmillr/chokidar/pull/1242) - [@&#8203;JLHwung](https://redirect.github.com/JLHwung) made their first contribution in [https://github.com/paulmillr/chokidar/pull/1288](https://redirect.github.com/paulmillr/chokidar/pull/1288) - [@&#8203;MarcCelani-at](https://redirect.github.com/MarcCelani-at) made their first contribution in [https://github.com/paulmillr/chokidar/pull/1197](https://redirect.github.com/paulmillr/chokidar/pull/1197) - [@&#8203;ben-polinsky](https://redirect.github.com/ben-polinsky) made their first contribution in [https://github.com/paulmillr/chokidar/pull/1300](https://redirect.github.com/paulmillr/chokidar/pull/1300) **Full Changelog**: paulmillr/chokidar@3.5.3...3.6.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "on the first day of the month" in timezone America/Los_Angeles, 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 has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). GitOrigin-RevId: 88d96eb12c2472f099525ca2dddf2688d1d5c161
1 parent b0435b1 commit e309b3e

File tree

3 files changed

+14
-30
lines changed

3 files changed

+14
-30
lines changed

npm-packages/common/config/rush/pnpm-lock.yaml

Lines changed: 12 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// DO NOT MODIFY THIS FILE MANUALLY BUT DO COMMIT IT. It is generated and used by Rush.
22
{
33
"preferredVersionsHash": "a61b386e423d46db4e8b0b295fc5800d5535160e",
4-
"packageJsonInjectedDependenciesHash": "1f86890b638f2495f882bcf1cac9b50be3e0d48a"
4+
"packageJsonInjectedDependenciesHash": "a0131984e3efb97774c4d3cadf75fe06d2d984b0"
55
}

npm-packages/convex/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@
291291
"adm-zip": "^0.5.10",
292292
"bufferutil": "^4.0.7",
293293
"chalk": "5",
294-
"chokidar": "3.5.3",
294+
"chokidar": "3.6.0",
295295
"commander": "^11.1.0",
296296
"deep-equal": "2.2.3",
297297
"depcheck": "~1.4.7",

0 commit comments

Comments
 (0)