Skip to content

Commit

Permalink
Update dependency chokidar to v3.6.0 (#3450)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [chokidar](https://togithub.com/paulmillr/chokidar) | [`3.5.3` ->
`3.6.0`](https://renovatebot.com/diffs/npm/chokidar/3.5.3/3.6.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/chokidar/3.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/chokidar/3.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/chokidar/3.5.3/3.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/chokidar/3.5.3/3.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>paulmillr/chokidar (chokidar)</summary>

###
[`v3.6.0`](https://togithub.com/paulmillr/chokidar/releases/tag/3.6.0)

[Compare
Source](https://togithub.com/paulmillr/chokidar/compare/3.5.3...3.6.0)

#### What's Changed

- fix readyCount logic by
[@&#8203;JLHwung](https://togithub.com/JLHwung) in
[paulmillr/chokidar#1288
- handle MustScanSubDirs by
[@&#8203;MarcCelani-at](https://togithub.com/MarcCelani-at) in
[paulmillr/chokidar#1197
- update fs.FSWatcher types to satisfy nodejs versions >= 16; fixes
[#&#8203;1299](https://togithub.com/paulmillr/chokidar/issues/1299) by
[@&#8203;ben-polinsky](https://togithub.com/ben-polinsky) in
[paulmillr/chokidar#1300

#### New Contributors

- [@&#8203;Mutahhar](https://togithub.com/Mutahhar) made their first
contribution in
[paulmillr/chokidar#1226
- [@&#8203;zqianem](https://togithub.com/zqianem) made their first
contribution in
[paulmillr/chokidar#1242
- [@&#8203;JLHwung](https://togithub.com/JLHwung) made their first
contribution in
[paulmillr/chokidar#1288
- [@&#8203;MarcCelani-at](https://togithub.com/MarcCelani-at) made their
first contribution in
[paulmillr/chokidar#1197
- [@&#8203;ben-polinsky](https://togithub.com/ben-polinsky) made their
first contribution in
[paulmillr/chokidar#1300

**Full Changelog**:
paulmillr/chokidar@3.5.3...3.6.0

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/ariakit/ariakit).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE3My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Feb 9, 2024
1 parent a0cbf2b commit b6eeed6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
16 changes: 7 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
"autoprefixer": "10.4.17",
"babylon": "6.18.0",
"chalk": "5.3.0",
"chokidar": "3.5.3",
"chokidar": "3.6.0",
"clsx": "2.1.0",
"concurrently": "8.2.2",
"cross-env": "7.0.3",
Expand Down

0 comments on commit b6eeed6

Please sign in to comment.