Skip to content

Update minimatch to Latest and Update Import #809

Open
@donkeykong91

Description

@donkeykong91

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions