Skip to content

[WIP] MAINT Bump npm deps: minimatch >=9.0.7 (via eslint 10, jest 30)#1443

Draft
spencrr wants to merge 1 commit intoAzure:mainfrom
spencrr:spencrr/bump-deps-npm
Draft

[WIP] MAINT Bump npm deps: minimatch >=9.0.7 (via eslint 10, jest 30)#1443
spencrr wants to merge 1 commit intoAzure:mainfrom
spencrr:spencrr/bump-deps-npm

Conversation

@spencrr
Copy link
Contributor

@spencrr spencrr commented Mar 5, 2026

Description

Bump minimatch to >=9.0.7 across the entire frontend dependency tree. This required major version bumps to parent packages since minimatch is entirely transitive.

Direct dep changes (package.json)

Package Old New Reason
eslint ^9.15.0 ^10.0.0 eslint 10 uses minimatch ^10.2.1
@eslint/js ^9.15.0 ^10.0.0 Paired with eslint 10
@typescript-eslint/eslint-plugin ^8.15.0 ^8.56.1 First version declaring eslint 10 peer dep
@typescript-eslint/parser ^8.15.0 ^8.56.1 Same as above
eslint-plugin-react-hooks ^5.0.0 ^7.0.1 Latest stable (eslint 10 peer override needed)
jest ^29.7.0 ^30.2.0 jest 30 uses glob 10 → minimatch ^9.0.4
jest-environment-jsdom ^29.7.0 ^30.2.0 Paired with jest 30
@types/jest ^29.5.14 ^30.0.0 Paired with jest 30

Other changes

  • lint script: Removed deprecated --ext ts,tsx flag (not valid in eslint flat config)
  • overrides added:
    • "minimatch": ">=9.0.7" — forces babel-plugin-istanbultest-exclude@6 chain off minimatch 3.x (upstream hasn't updated yet)
    • "eslint-plugin-react-hooks": { "eslint": "$eslint" } — stable 7.0.1 hasn't declared eslint 10 peer dep yet (canary has)

Result

All minimatch copies collapsed to a single 10.2.4 instance. 0 npm vulnerabilities.

Tests and Documentation

  • Lint: eslint . passes clean (0 warnings, 0 errors)
  • Unit tests: All 55 tests pass across 7 suites with jest 30
  • No doc changes needed — dependency bump only

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