seek-oss / vocab

Vocab is a strongly typed internationalization framework for React
MIT License
125 stars 7 forks source link

fix: chokidar ^4.0.0 #271

Open renovate[bot] opened 2 weeks ago

renovate[bot] commented 2 weeks ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
chokidar ^3.4.3 -> ^4.0.0 age adoption passing confidence

Release Notes

paulmillr/chokidar (chokidar) ### [`v4.0.1`](https://redirect.github.com/paulmillr/chokidar/releases/tag/4.0.1) [Compare Source](https://redirect.github.com/paulmillr/chokidar/compare/4.0.0...4.0.1) - Various fixes and improvements of typescript types #### New Contributors - [@​benmccann](https://redirect.github.com/benmccann) made their first contribution in [https://github.com/paulmillr/chokidar/pull/1349](https://redirect.github.com/paulmillr/chokidar/pull/1349) - [@​talentlessguy](https://redirect.github.com/talentlessguy) made their first contribution in [https://github.com/paulmillr/chokidar/pull/1356](https://redirect.github.com/paulmillr/chokidar/pull/1356) **Full Changelog**: https://github.com/paulmillr/chokidar/compare/4.0.0...4.0.1 ### [`v4.0.0`](https://redirect.github.com/paulmillr/chokidar/releases/tag/4.0.0) [Compare Source](https://redirect.github.com/paulmillr/chokidar/compare/3.6.0...4.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](https://redirect.github.com/43081j) for improvements and help. **Full Changelog**: https://github.com/paulmillr/chokidar/compare/3.6.0...4.0.0

Configuration

📅 Schedule: Branch creation - "after 3:00 am and before 6:00 am on Monday and Friday" in timezone Australia/Melbourne, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.

changeset-bot[bot] commented 2 weeks ago

⚠️ No Changeset found

Latest commit: 8135a0cef998d7194a1ed604d972754bb8a0bef5

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

askoufis commented 2 weeks ago

TODO: Glob support has been removed, so we need to filter files on our end, rather than passing globs to chokidar.