TypeStrong / fork-ts-checker-webpack-plugin

Webpack plugin that runs typescript type checker on a separate process.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update `minimatch` to Latest and Update Import

donkeykong91 opened this issue · comments

Current behavior

✏️ An TypeError is happening when running npm run start with an override of webpack in version 5.79.0 and minimatch in version 9.0.0.

minimatch has updated their code from not using defaults anymore and importing minimatch is now done through destructuring from an exported object.

Expected behavior

Webpack to run successfully when running npm run start.

Steps to reproduce the issue

Use latest webpack version 5.79.0 and latest minimatch in version 9.0.0 in an override property in package.json.

Issue reproduction repository

Environment

  • fork-ts-checker-webpack-plugin: 8.0.0
  • typescript: 4.5.5
  • eslint: 8.8.0
  • webpack: 5.67.0
  • os: Windows 10