Skip to content

Conversation

twinkelmann
Copy link

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
Copy link

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

Copy link

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
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
Member

antfu commented Oct 19, 2025

@antfu antfu closed this in ca69794 Oct 19, 2025
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

2 participants