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.4.3
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: v13.0.0
Choose a head ref
  • 11 commits
  • 31 files changed
  • 1 contributor

Commits on May 31, 2022

  1. feat: add --diff option for overriding list of (staged) files

    The `--diff` option can be used to, for example, run _lint-staged_ against
    the list of files changed between two branches: `--diff branch1...branch2`.
    iiroj committed May 31, 2022
    Configuration menu
    Copy the full SHA
    35fcce9 View commit details
    Browse the repository at this point in the history
  2. feat: add --diff-filter option for overriding list of (staged) files

    The `--diff-filter` option can be used to, for example, include deleted
    files instead of only the defaults: `--diff-filter=ACMRD`.
    iiroj committed May 31, 2022
    Configuration menu
    Copy the full SHA
    753ef72 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    641d1c2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1f06dd0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d4da24d View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2022

  1. feat: remove support for Node.js 12

    BREAKING CHANGE: `lint-staged` will no longer support Node.js 12, which is EOL since 30 April 2022
    iiroj committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    5fb6df9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eae9622 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5f0a6a7 View commit details
    Browse the repository at this point in the history
  4. fix(deps): update yaml@^2.1.1

    iiroj committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    2750a3d View commit details
    Browse the repository at this point in the history
  5. fix(deps): update execa@^6.1.0

    iiroj committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    659c85c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    50f95b3 View commit details
    Browse the repository at this point in the history
Loading