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: eslint/eslint
base: v5.7.0
Choose a base ref
...
head repository: eslint/eslint
compare: v5.8.0
Choose a head ref
  • 14 commits
  • 23 files changed
  • 5 contributors

Commits on Oct 13, 2018

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

Commits on Oct 16, 2018

  1. Copy the full SHA
    577cbf1 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2018

  1. Fix: prefer-const when using destructuring assign (fixes #8308) (#10924)

    * Fix: prefer-const when using destructuring assign (fixes #8308)
    
    * Update prefer-const docs
    
    * Fix documentation linting errors
    
    * Implement recursive checking for MemberExpressions
    
    * Fix test typos
    
    * Fix lint issue
    
    * Include test for object rest element
    
    * Use null check for spread elements
    nzakas authored and kaicataldo committed Oct 19, 2018
    Copy the full SHA
    57ef0fd View commit details
    Browse the repository at this point in the history
  2. Upgrade: eslint-release@1.0.0 (refs #10631) (#10991)

    This upgrades `eslint-release` to 1.0.0. The new version of `eslint-release` has a separate "generate" and "publish" phase, to allow for a 2FA code to be supplied in between. As a side-effect, it's now possible to manually test most aspects of the release process (by running `npm run generate-release`) without actually publishing a release somewhere. In lieu of unit tests, this should make it easier to test changes to the release process, like this one.
    not-an-aardvark authored and kaicataldo committed Oct 19, 2018
    Copy the full SHA
    2f87bb3 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    58ff359 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2018

  1. Build: run tests on Node 11 (#11008)

    Node 11 came out today. This adds it to the Travis build config.
    not-an-aardvark committed Oct 23, 2018
    Copy the full SHA
    6e1c530 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    a940cf4 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2018

  1. Copy the full SHA
    3943635 View commit details
    Browse the repository at this point in the history
  2. Build: compile espree's deps to ES5 when generating site (fixes #11014)…

    … (#11015)
    
    Previously, the build process would compile ESLint's dependencies to ES5 when generating a website bundle, but not espree's dependencies. Now that espree has dependencies with ES6 code, it's necessary to also compile espree's dependencies.
    not-an-aardvark committed Oct 24, 2018
    Copy the full SHA
    5a31a92 View commit details
    Browse the repository at this point in the history
  3. Chore: avoid using legacy report API in no-irregular-whitespace (#11013)

    This updates the no-irregular-whitespace rule to avoid using the legacy multi-argument `context.report` API. We have a linting rule to enforce against using the API, but the rule wasn't enforcing it in this case.
    
    This was originally found by Aladdin-ADD in eslint-community/eslint-plugin-eslint-plugin#64.
    not-an-aardvark committed Oct 24, 2018
    Copy the full SHA
    3d88b38 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2018

  1. Docs: Update issue templates to ask for PRs (#11012)

    * Docs: Update issue templates to ask for PRs
    
    * Update wording of PR request
    nzakas committed Oct 25, 2018
    Copy the full SHA
    e349a03 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    9152417 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2018

  1. Build: changelog update for 5.8.0

    ESLint Jenkins committed Oct 26, 2018
    Copy the full SHA
    cef05cc View commit details
    Browse the repository at this point in the history
  2. 5.8.0

    ESLint Jenkins committed Oct 26, 2018
    Copy the full SHA
    9771442 View commit details
    Browse the repository at this point in the history