Skip to content

fix: import/no-named-as-default warning#7721

Merged
martinjagodic merged 3 commits intomainfrom
fix/minimatch-import
Feb 23, 2026
Merged

fix: import/no-named-as-default warning#7721
martinjagodic merged 3 commits intomainfrom
fix/minimatch-import

Conversation

@yanthomasdev
Copy link
Contributor

Summary

This PR changes the minimatch imports from using a default import to using the named one, which won't trigger the import/no-named-as-default rule warning that was happening in CI.

Test plan

Run npm run test:ci locally and confirmed the warning doesn't appear anymore, as opposed to the current CI runs.

Checklist

Please add a x inside each checkbox:

A picture of a cute animal (not mandatory but encouraged)

@yanthomasdev yanthomasdev requested a review from a team as a code owner February 9, 2026 22:15
@github-actions github-actions bot added the type: bug code to address defects in shipped code label Feb 9, 2026
martinjagodic
martinjagodic previously approved these changes Feb 10, 2026
Copy link
Member

@martinjagodic martinjagodic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

finally :D

@martinjagodic martinjagodic enabled auto-merge (squash) February 23, 2026 08:27
@martinjagodic martinjagodic merged commit f7ef707 into main Feb 23, 2026
9 checks passed
@martinjagodic martinjagodic deleted the fix/minimatch-import branch February 23, 2026 08:38
martinjagodic added a commit to poslovnimediji/decap-cms that referenced this pull request Feb 25, 2026
* fix: `import/no-named-as-default` warning

* chore: format

---------

Co-authored-by: Martin Jagodic <jagodicmartin1@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: bug code to address defects in shipped code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants