Skip to content

Update dependency chokidar to v5 - #501

Merged
RyanZim merged 2 commits into
masterfrom
renovate/chokidar-5.x
Aug 27, 2026
Merged

Update dependency chokidar to v5#501
RyanZim merged 2 commits into
masterfrom
renovate/chokidar-5.x

Conversation

@renovate

@renovate renovate Bot commented Nov 26, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
chokidar ^3.3.0^5.0.0 age confidence

Release Notes

paulmillr/chokidar (chokidar)

v5.0.0

Compare Source

  • Make the package ESM-only. Reduces on-disk package size from ~150kb to ~80kb
  • Increase minimum node.js version to v20.19. The versions starting from it support loading esm files from cjs
  • fix: Make types more precise #​1424
  • perf: re-use double slash regex #​1435
  • Update readdirp to ESM-only v5
  • Lots of minor improvements in tests
  • Increase security of NPM releases. Switch to token-less Trusted Publishing, with help of jsbt
  • Switch compilation mode to isolatedDeclaration-based typescript for simplified auto-generated docs

New Contributors

Full Changelog: paulmillr/chokidar@4.0.3...5.0.0

v4.0.3

Compare Source

What's Changed

Full Changelog: paulmillr/chokidar@4.0.2...4.0.3

v4.0.2

Compare Source

What's Changed

New Contributors

Full Changelog: paulmillr/chokidar@4.0.1...4.0.2

v4.0.1

Compare Source

  • Various fixes and improvements of typescript types

New Contributors

Full Changelog: paulmillr/chokidar@4.0.0...4.0.1

v4.0.0

Compare Source

  • 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: paulmillr/chokidar@3.6.0...4.0.0


Configuration

📅 Schedule: (UTC)

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

@renovate renovate Bot added the deps label Nov 26, 2025
@renovate
renovate Bot force-pushed the renovate/chokidar-5.x branch from 2891354 to 1a375f4 Compare January 8, 2026 18:51
@renovate
renovate Bot force-pushed the renovate/chokidar-5.x branch from 1a375f4 to 5b93ab5 Compare January 19, 2026 16:01
@renovate
renovate Bot force-pushed the renovate/chokidar-5.x branch from 5b93ab5 to 80c201c Compare March 13, 2026 14:49
@renovate renovate Bot changed the title fix(deps): update dependency chokidar to v5 Update dependency chokidar to v5 Apr 8, 2026
@renovate
renovate Bot force-pushed the renovate/chokidar-5.x branch from 80c201c to 38310d3 Compare August 11, 2026 19:15
@RyanZim

RyanZim commented Aug 11, 2026

Copy link
Copy Markdown
Collaborator

v4 drops glob support (requiring changes on our end; see #503), v5 drops Node 18.

@RyanZim RyanZim added this to the v12 milestone Aug 11, 2026
@renovate
renovate Bot force-pushed the renovate/chokidar-5.x branch 3 times, most recently from 5fabab3 to 0a04c0d Compare August 20, 2026 17:12
@renovate
renovate Bot force-pushed the renovate/chokidar-5.x branch from 0a04c0d to 4d34bc3 Compare August 26, 2026 19:49
@RyanZim
RyanZim force-pushed the renovate/chokidar-5.x branch from 4d34bc3 to b9fdac5 Compare August 27, 2026 15:55
@renovate

renovate Bot commented Aug 27, 2026

Copy link
Copy Markdown
Contributor Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@RyanZim
RyanZim changed the base branch from master to ryan/refactor August 27, 2026 15:56
@RyanZim
RyanZim requested a balanced review from Copilot August 27, 2026 15:57

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates Chokidar from v3 to v5 and adapts directory dependency globs for removed glob support.

Changes:

  • Upgrades Chokidar to v5.
  • Adds asynchronous glob expansion for inputs and dependencies.
  • Updates watch dependency handling.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
package.json Upgrades Chokidar.
index.js Adapts watch paths and dependency glob handling.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread index.js
Base automatically changed from ryan/refactor to master August 27, 2026 15:59
@RyanZim
RyanZim force-pushed the renovate/chokidar-5.x branch from b9fdac5 to 36f1bbe Compare August 27, 2026 15:59
@RyanZim
RyanZim merged commit 193b161 into master Aug 27, 2026
6 checks passed
@RyanZim
RyanZim deleted the renovate/chokidar-5.x branch August 27, 2026 16:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants