fix(deps): update dependency chokidar to v4
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| chokidar | ^3.3.0 -> ^4.0.0 |
Release Notes
paulmillr/chokidar (chokidar)
v4.0.3
What's Changed
- Fix typescript type of emitted args by @43081j in https://github.com/paulmillr/chokidar/pull/1397
Full Changelog: https://github.com/paulmillr/chokidar/compare/4.0.2...4.0.3
v4.0.2
What's Changed
- Fix test "should detect safe-edit" on FreeBSD by @tagattie in https://github.com/paulmillr/chokidar/pull/1375
- Remove references to .map files by @bluwy in https://github.com/paulmillr/chokidar/pull/1383
- feat: strongly type event emitter methods by @43081j in https://github.com/paulmillr/chokidar/pull/1381
New Contributors
- @bxt made their first contribution in https://github.com/paulmillr/chokidar/pull/1365
- @tagattie made their first contribution in https://github.com/paulmillr/chokidar/pull/1375
- @bluwy made their first contribution in https://github.com/paulmillr/chokidar/pull/1383
Full Changelog: https://github.com/paulmillr/chokidar/compare/4.0.1...4.0.2
v4.0.1
- Various fixes and improvements of typescript types
New Contributors
- @benmccann made their first contribution in https://github.com/paulmillr/chokidar/pull/1349
- @talentlessguy made their first contribution in https://github.com/paulmillr/chokidar/pull/1356
Full Changelog: https://github.com/paulmillr/chokidar/compare/4.0.0...4.0.1
v4.0.0
- Remove glob support
- Remove bundled fsevents
- Decrease dependency count from 13 to 1
- Rewrite in typescript. Makes emitted types more precise
- The package became hybrid common.js / ESM
- Bump minimum node.js requirement to v14+
Special thanks to @43081j for improvements and help.
Full Changelog: https://github.com/paulmillr/chokidar/compare/3.6.0...4.0.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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 was generated by Mend Renovate. View the repository job log.
Removes glob support, which we need. Will need to reconstruct this.