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: micromatch/picomatch
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.0.1
Choose a base ref
...
head repository: micromatch/picomatch
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.0.2
Choose a head ref
  • 4 commits
  • 7 files changed
  • 4 contributors

Commits on Mar 23, 2026

  1. Merge pull request #144 from Jason3S/jdent-object-properties

    fix: exception when glob pattern contains `constructor`
    jonschlinkert authored and danez committed Mar 23, 2026
    Configuration menu
    Copy the full SHA
    8c08b94 View commit details
    Browse the repository at this point in the history
  2. Merge commit from fork

    * fix: add option for maximum nested extglobs with default depth of 2
    
    Also find other risky globs and treat them as literals
    
    * Update test/options.maxExtglobRecursion.js
    
    Co-authored-by: Brian Woodward <brian.woodward@gmail.com>
    
    * Fix bug for single character nested star-only extglobs
    
    * Move constant to constants.js and set to 0 by default
    
    ---------
    
    Co-authored-by: Brian Woodward <brian.woodward@gmail.com>
    # Conflicts:
    #	.verb.md
    #	README.md
    danez and doowb committed Mar 23, 2026
    Configuration menu
    Copy the full SHA
    05c0743 View commit details
    Browse the repository at this point in the history
  3. Merge commit from fork

    danez committed Mar 23, 2026
    Configuration menu
    Copy the full SHA
    0bdde35 View commit details
    Browse the repository at this point in the history
  4. Publish 3.0.2

    danez committed Mar 23, 2026
    Configuration menu
    Copy the full SHA
    a2197c6 View commit details
    Browse the repository at this point in the history
Loading