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: sarbbottam/eslint-find-rules
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.6.1
Choose a base ref
...
head repository: sarbbottam/eslint-find-rules
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.0.0
Choose a head ref
  • 17 commits
  • 24 files changed
  • 3 contributors

Commits on Aug 8, 2021

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

Commits on Aug 29, 2021

  1. breaking: support ESLint 8.x

    Co-authored-by: Michaël De Boey <[email protected]>
    Co-authored-by: Jordan Harband <[email protected]>
    Co-authored-by: 华 <[email protected]>
    
    chore: simplify process.exit mock
    MichaelDeBoey authored and ljharb committed Aug 29, 2021
    Configuration menu
    Copy the full SHA
    617afcc View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2021

  1. Configuration menu
    Copy the full SHA
    4b6e9df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    563399d View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2021

  1. test: rely on codecov to check coverage

    100% is no longer possible in one run, since we have branching based on eslint version
    ljharb committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    2b65377 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2021

  1. Configuration menu
    Copy the full SHA
    595d319 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc91e07 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2021

  1. chore: update babel and eslint to support es2017

    * switch to use `babel-preset-env`, since `babel-preset-es2015` has been deprecated and the former supports es2017 and more configurations
    * exclude `transform-regenerator` in babel config since `transform-regenerator` requires a runtime polyfill and isn't actually needed if we don't use `Generator.prototype.return()`
    * update eslint target ecma version to 2017
    PaperStrike committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    6b4b5a0 View commit details
    Browse the repository at this point in the history
  2. meta: improve commit types

    ljharb committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    6ec8b07 View commit details
    Browse the repository at this point in the history
  3. breaking: drop eslint < 7

    ljharb committed Nov 7, 2021
    2 Configuration menu
    Copy the full SHA
    7fec811 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2021

  1. Configuration menu
    Copy the full SHA
    c3576b5 View commit details
    Browse the repository at this point in the history
  2. deps: update yargs

    ljharb committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    1e940a9 View commit details
    Browse the repository at this point in the history
  3. deps: update glob

    ljharb committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    e95f4ad View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    18248f6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0ed735f View commit details
    Browse the repository at this point in the history
  6. breaking: add "exports"

    Any missing entry points can be added in a semver-minor
    ljharb committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    33bf07a View commit details
    Browse the repository at this point in the history
  7. v4.0.0

    ljharb committed Nov 8, 2021
    2 Configuration menu
    Copy the full SHA
    bc5a855 View commit details
    Browse the repository at this point in the history
Loading