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: lint-staged/lint-staged
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v12.3.8
Choose a base ref
...
head repository: lint-staged/lint-staged
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v12.4.0
Choose a head ref
  • 7 commits
  • 19 files changed
  • 1 contributor

Commits on Apr 20, 2022

  1. Configuration menu
    Copy the full SHA
    d8fdf1d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e8291b0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a118817 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e01c4c5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7d36ef7 View commit details
    Browse the repository at this point in the history
  6. fix: restore functionality of parent globs for a single configuration…

    … file
    
    Parent globs like `../*.js` were broken when introducing support
    for multiple configuration files in version 12.2.0. This is because
    lint-staged incorrectly grouped all files inside a single
    configuration's base directory to belong to that config, meaning
    files can only match a single configuration.
    
    This has now been fixed so that when a configuration has a
    parent glob, it will receive all staged files. Currently this means
    there can only be a single configuration file containing a parent
    glob, because all files will belong to that config.
    
    This aims to restore the previous behaviour, where only a
    single configuration file was supported. It shouldn't be necessary
    to use parent globs anymore, because they can be replaced by
    using multiple configuration files instead.
    iiroj committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    877ab4c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8be800f View commit details
    Browse the repository at this point in the history
Loading