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.1.2
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: v11.2.6
Choose a head ref
  • 10 commits
  • 23 files changed
  • 9 contributors

Commits on Aug 26, 2021

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

Commits on Sep 8, 2021

  1. docs: simplify Ignoring Files From .eslintignore. (#1013)

    The README advised ESLint >= 7 users to install node-filter-async.
    Replace this suggestion with a simpler implementation requiring the same
    number of lines of code but no dependencies. Rename the variable
    eslintCli to eslint since it is an instance of the ESLint Node.js API as
    distinct from the ESLint CLI. Avoid instantiating the API when the files
    staged don't necessitate invocation of ESLint.
    Kurt-von-Laven authored Sep 8, 2021
    Configuration menu
    Copy the full SHA
    0ef25e8 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2021

  1. docs: Use /usr/bin/env sh instead of direct path (#1020)

    Co-authored-by: nathandao <[email protected]>
    nathandao and nathandao authored Sep 27, 2021
    Configuration menu
    Copy the full SHA
    3885af8 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2021

  1. feat(deps): update and slim down dependencies (#1003)

    * chore(deps): update dependencies
    
    * test: remove duplicates lines from snapshots
    
    * test: replace babel-eslint with @babel/eslint-parser
    
    * chore(deps): update dependencies
    
    * chore(deps): regenerate yarn.lock to reduce its size
    
    * perf: re-use figures from listr2 and remove `log-symbols`
    
    * perf: replace `chalk` with `colorette` and `supports-color`
    
    * build: use npm instead of yarn
    iiroj authored Oct 4, 2021
    Configuration menu
    Copy the full SHA
    32c08d3 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2021

  1. fix: detect git repo root correctly on cygwin (#1026)

    * Fix  #1025 using git rev-parse to get the relative path inside git repo
    
    Co-authored-by: Thomas Kalmar <[email protected]>
    tkalmar and Thomas Kalmar authored Oct 9, 2021
    Configuration menu
    Copy the full SHA
    f291824 View commit details
    Browse the repository at this point in the history
  2. fix: remove dangling chars from git dir (#1028)

    * Fix #1027 by removing dangling chars
    
    * Add tests
    
    Co-authored-by: Thomas Kalmár <[email protected]>
    tkalmar and Thomas Kalmár authored Oct 9, 2021
    Configuration menu
    Copy the full SHA
    11c004e View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2021

  1. fix: unbreak windows by correctly normalizing cwd (#1029)

    Co-authored-by: Thomas Kalmár <[email protected]>
    tkalmar and Thomas Kalmár authored Oct 10, 2021
    Configuration menu
    Copy the full SHA
    f861d8d View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2021

  1. perf: replace cosmiconfig with lilconfig (#981)

    Replace 'cosmiconfig' with 'lilconfig' due to the smaller size and
    dependency tree of the latter package. This also installs 'js-yaml',
    since 'lilconfig' doesn't provide YAML parsing.
    kytta authored Oct 23, 2021
    Configuration menu
    Copy the full SHA
    04529e2 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2021

  1. Configuration menu
    Copy the full SHA
    612d806 View commit details
    Browse the repository at this point in the history
  2. fix: revert back to cosmiconfig from lilconfig (#1035)

    * Revert "fix: correctly import `js-yaml` to fix yaml config loading (#1033)"
    
    This reverts commit 612d806.
    
    * Revert "perf: replace `cosmiconfig` with `lilconfig` (#981)"
    
    This reverts commit 04529e2.
    iiroj authored Oct 26, 2021
    Configuration menu
    Copy the full SHA
    e035b80 View commit details
    Browse the repository at this point in the history
Loading