Skip to content

Update minimatch to latest version#1536

Merged
kmcginnes merged 1 commit intoaws:mainfrom
kmcginnes:fix/minimatch-dep
Feb 23, 2026
Merged

Update minimatch to latest version#1536
kmcginnes merged 1 commit intoaws:mainfrom
kmcginnes:fix/minimatch-dep

Conversation

@kmcginnes
Copy link
Collaborator

Description

  • Update eslint and @eslint/js to pick up their latest dependency on minimatch@^10.2.1
  • Update the pnpm override from minimatch@<3.0.5 to minimatch@<10.2.1 so that all transitive copies (including the one from eslint-plugin-react) resolve to the latest release
  • The entire dependency tree now resolves a single minimatch version (10.2.2)

Validation

  • pnpm check:lint passes
  • pnpm check:types passes
  • pnpm test passes (1192 tests)

Check List

  • I confirm that my contribution is made under the terms of the Apache 2.0
    license.
  • I have run pnpm checks to ensure code compiles and meets standards.
  • I have run pnpm test to check if all tests are passing.
  • I have covered new added functionality with unit tests if necessary.
  • I have added an entry in the Changelog.md.

@kmcginnes kmcginnes marked this pull request as ready for review February 23, 2026 22:24
@kmcginnes
Copy link
Collaborator Author

Merging without review as it is a small dependency update.

@kmcginnes kmcginnes merged commit dad9638 into aws:main Feb 23, 2026
2 checks passed
@kmcginnes kmcginnes deleted the fix/minimatch-dep branch February 23, 2026 22:28
@codecov
Copy link

codecov bot commented Feb 23, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 65.23%. Comparing base (c5affc5) to head (1d585c6).
⚠️ Report is 73 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff             @@
##             main    #1536       +/-   ##
===========================================
+ Coverage   47.81%   65.23%   +17.42%     
===========================================
  Files         382      355       -27     
  Lines        8525     7930      -595     
  Branches     3159     2901      -258     
===========================================
+ Hits         4076     5173     +1097     
+ Misses       3070     1990     -1080     
+ Partials     1379      767      -612     
Flag Coverage Δ
unittests 65.23% <ø> (+17.42%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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.

1 participant