Skip to content

chore: update chokidar (#890)#891

Closed
twinkelmann wants to merge 1 commit into
unplugin:mainfrom
twinkelmann:chore/chokidar
Closed

chore: update chokidar (#890)#891
twinkelmann wants to merge 1 commit into
unplugin:mainfrom
twinkelmann:chore/chokidar

Conversation

@twinkelmann
Copy link
Copy Markdown

Description

Removes old dependencies of chokidar version 3.6.0, (anymatch 3.1.3, which itself pulls a dependency for a very outdated version of picomatch, version 2.3.1), which prevents using this project with Nuxt 4's stricter requirements for ES module (ESM) compatibility.

Linked Issues

fix #890

Additional context

N/A

@twinkelmann twinkelmann requested a review from antfu as a code owner October 15, 2025 16:47
@bolt-new-by-stackblitz
Copy link
Copy Markdown

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new Bot commented Oct 16, 2025

Open in StackBlitz

npm i https://pkg.pr.new/unplugin-vue-components@891

commit: 20065a6

@antfu
Copy link
Copy Markdown
Member

antfu commented Oct 16, 2025

The reason we are still on v3 is that v4 dropped the glob support, which might break the existing code base, if we want to upgrade, we need to handle the breaking changes properly

@antfu
Copy link
Copy Markdown
Member

antfu commented Oct 19, 2025

@antfu antfu closed this in ca69794 Oct 19, 2025
@Airkro
Copy link
Copy Markdown

Airkro commented Jan 23, 2026

实测从这一版本开始,会阻塞 webpack-dev-server 正常工作,永远处在加载中

This was referenced Feb 27, 2026
This was referenced Mar 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Upgrade chokidar to fix Nuxt 4 Nitro build

3 participants