You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UID2-6617: Fix lint breakage from minimatch v10 API incompatibility
Scope the minimatch resolution so eslint-plugin-import keeps using v3.1.2,
which requires minimatch to be callable as a function (default export). The
global v10.2.1 override broke lint with 'TypeError: minimatch is not a function'.
All other packages continue to use minimatch ^10.2.1 via the global resolution.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments