Update dependency chokidar to v3.6.0
This PR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| chokidar | 3.5.2 → 3.6.0 |
Release Notes
paulmillr/chokidar (chokidar)
v3.6.0
What's Changed
- fix readyCount logic by @JLHwung in #1288
- handle MustScanSubDirs by @MarcCelani-at in #1197
- update fs.FSWatcher types to satisfy nodejs versions >= 16; fixes #1299 by @ben-polinsky in #1300
New Contributors
- @Mutahhar made their first contribution in #1226
- @zqianem made their first contribution in #1242
- @JLHwung made their first contribution in #1288
- @MarcCelani-at made their first contribution in #1197
- @ben-polinsky made their first contribution in #1300
Full Changelog: https://github.com/paulmillr/chokidar/compare/3.5.3...3.6.0
v3.5.3
What's Changed
- types: use correct type def for ignored option by @iheyunfei in #1140
- Update chokidar-cli link in README.md by @mcecode in #1142
- handle promise rejection when a symlink's target does not exist. Fixe… by @nicks in #1010
- fix: improve
addandunwatchTypeScript definitions by @alan-agius4 in #1157 - Enable dtslinting by @alan-agius4 in #1158
- style: delete yarn.lock by @alan-agius4 in #1159
New Contributors
- @iheyunfei made their first contribution in #1140
- @mcecode made their first contribution in #1142
- @nicks made their first contribution in #1010
- @alan-agius4 made their first contribution in #1157
Full Changelog: https://github.com/paulmillr/chokidar/compare/3.5.2...3.5.3
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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 was generated by Mend Renovate. View the repository job log.
⚠ Artifact update problem
Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.
♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
- any of the package files in this branch needs updating, or
- the branch becomes conflicted, or
- you click the rebase/retry checkbox if found above, or
- you rename this PR's title to start with "rebase!" to trigger it manually
The artifact failure details are included below:
File name: yarn.lock
[01:21:46.969] INFO (63): Installing tool [email protected]...
[01:21:55.796] WARN (63): Npm error:
npm ERR! weird error 1
[01:21:55.803] FATAL (63): node-gyp update command failed
err: {
"type": "Error",
"message": "node-gyp update command failed",
"stack":
Error: node-gyp update command failed
at InstallNodeService.updateNodeGyp (/snapshot/dist/containerbase-cli.js:51673:13)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async InstallNodeService.install (/snapshot/dist/containerbase-cli.js:51809:7)
at async InstallToolService.execute (/snapshot/dist/containerbase-cli.js:52338:11)
at async InstallToolShortCommand.execute (/snapshot/dist/containerbase-cli.js:52555:14)
at async InstallToolShortCommand.validateAndExecute (/snapshot/dist/containerbase-cli.js:2426:26)
at async _Cli.run (/snapshot/dist/containerbase-cli.js:3539:22)
at async _Cli.runExit (/snapshot/dist/containerbase-cli.js:3547:28)
at async main (/snapshot/dist/containerbase-cli.js:52749:3)
}
[01:21:56.165] INFO (63): Installed tool node with errors in 9.1s.