Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: isaacs/minimatch
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v9.0.5
Choose a base ref
...
head repository: isaacs/minimatch
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v9.0.9
Choose a head ref
  • 14 commits
  • 20 files changed
  • 2 contributors

Commits on Feb 19, 2026

  1. Configuration menu
    Copy the full SHA
    3515d1e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5012655 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2026

  1. Configuration menu
    Copy the full SHA
    f1aaffe View commit details
    Browse the repository at this point in the history
  2. update CI matrix and actions

    ljharb committed Feb 20, 2026
    Configuration menu
    Copy the full SHA
    03b1778 View commit details
    Browse the repository at this point in the history
  3. update deps

    ljharb committed Feb 20, 2026
    Configuration menu
    Copy the full SHA
    1d1f531 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2026

  1. Configuration menu
    Copy the full SHA
    2418458 View commit details
    Browse the repository at this point in the history
  2. 9.0.6

    isaacs committed Feb 22, 2026
    Configuration menu
    Copy the full SHA
    7117ef3 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2026

  1. limit nested extglob recursion, flatten extglobs

    Flattens nested extglobs where that can be done correctly
    (adoption/usurping). In other cases, recursion into nested
    extglobs is limited to prevent runaway ReDoS patterns.
    
    Also rewrites globstar matching to use index-based traversal
    with a configurable recursion limit (maxGlobstarRecursion).
    
    New options: maxExtglobRecursion (default 2),
    maxGlobstarRecursion (default 200).
    
    fix: GHSA-23c5-xmqv-rm74
    fix: GHSA-7r86-cg39-jmmj
    ljharb authored and isaacs committed Feb 23, 2026
    Configuration menu
    Copy the full SHA
    0d4616d View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2026

  1. 9.0.7

    isaacs committed Feb 25, 2026
    Configuration menu
    Copy the full SHA
    2de496f View commit details
    Browse the repository at this point in the history
  2. fix partial matching of globstar patterns

    Fix: #284
    
    Backport of 3a0d83b to v9
    isaacs committed Feb 25, 2026
    Configuration menu
    Copy the full SHA
    71b78a2 View commit details
    Browse the repository at this point in the history
  3. docs: add warning about ReDoS

    isaacs committed Feb 25, 2026
    Configuration menu
    Copy the full SHA
    8fa151a View commit details
    Browse the repository at this point in the history
  4. 9.0.8

    isaacs committed Feb 25, 2026
    Configuration menu
    Copy the full SHA
    446cfa3 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2026

  1. brace-expansion@2

    isaacs committed Feb 26, 2026
    Configuration menu
    Copy the full SHA
    c6f1806 View commit details
    Browse the repository at this point in the history
  2. 9.0.9

    isaacs committed Feb 26, 2026
    Configuration menu
    Copy the full SHA
    8a10e47 View commit details
    Browse the repository at this point in the history
Loading