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: v11.2.6
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.0.2
Choose a head ref
  • 9 commits
  • 55 files changed
  • 2 contributors

Commits on Nov 13, 2021

  1. Configuration menu
    Copy the full SHA
    4808e8b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    533c43c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3a35037 View commit details
    Browse the repository at this point in the history
  4. ci: add CodeQL action

    iiroj committed Nov 13, 2021
    Configuration menu
    Copy the full SHA
    36b2a53 View commit details
    Browse the repository at this point in the history
  5. ci: adjust workflow names

    iiroj committed Nov 13, 2021
    Configuration menu
    Copy the full SHA
    0729263 View commit details
    Browse the repository at this point in the history
  6. ci: add dependabot config

    iiroj committed Nov 13, 2021
    Configuration menu
    Copy the full SHA
    64e4364 View commit details
    Browse the repository at this point in the history
  7. feat: convert to native ESM module (#1038)

    BREAKING CHANGE: _lint-staged_ is now a pure ESM module, and thus
    requires Node.js version `^12.20.0 || ^14.13.1 || >=16.0.0`.
    
    To update your Node.js integration, please use:
    
    ```js
    // const lintStaged = require('lint-staged')
    import lintStaged from 'lint-staged'
    ```
    iiroj authored Nov 13, 2021
    Configuration menu
    Copy the full SHA
    7240f61 View commit details
    Browse the repository at this point in the history
  8. fix: read version number from lint-staged package.json instead of pac…

    …kage.json in cwd (#1043) (#1044)
    
    If the package.json did not have a version number, it would cause lint-staged to crash.
    coalman authored Nov 13, 2021
    Configuration menu
    Copy the full SHA
    9f9213d View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2021

  1. Configuration menu
    Copy the full SHA
    e50d6d4 View commit details
    Browse the repository at this point in the history
Loading