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: mochajs/mocha
base: v5.1.0
Choose a base ref
...
head repository: mochajs/mocha
compare: v5.1.1
Choose a head ref
  • 6 commits
  • 13 files changed
  • 1 contributor

Commits on Apr 18, 2018

  1. fix ESLint problems and consolidate configuration

    - we weren't being strict enough about disallowing ES6.  even though we
      had `es6: false` in the config, the `parserOptions` were set to use
      `ecmaVersion: 8`.  oops
    - linted a couple files
    - deleted all `.eslintrc.yml` files except for the root one; use `overrides`
      instead
    
    Signed-off-by: Christopher Hiller <boneskull@boneskull.com>
    boneskull committed Apr 18, 2018
    Copy the full SHA
    5212718 View commit details
    Browse the repository at this point in the history
  2. update outdated info in docs/README.md [ci skip]

    Signed-off-by: Christopher Hiller <boneskull@boneskull.com>
    boneskull committed Apr 18, 2018
    Copy the full SHA
    7057638 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    a5fd5e6 View commit details
    Browse the repository at this point in the history
  4. update CHANGELOG.md for v5.1.1 [ci skip]

    Signed-off-by: Christopher Hiller <boneskull@boneskull.com>
    boneskull committed Apr 18, 2018
    Copy the full SHA
    fde558d View commit details
    Browse the repository at this point in the history
  5. update package-lock.json [ci skip]

    Signed-off-by: Christopher Hiller <boneskull@boneskull.com>
    boneskull committed Apr 18, 2018
    Copy the full SHA
    eac31fe View commit details
    Browse the repository at this point in the history
  6. Release v5.1.1

    Signed-off-by: Christopher Hiller <boneskull@boneskull.com>
    boneskull committed Apr 18, 2018
    Copy the full SHA
    e0bc1c1 View commit details
    Browse the repository at this point in the history