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.6.0
Choose a base ref
...
head repository: eslint/eslint
compare: v5.6.1
Choose a head ref
  • 13 commits
  • 17 files changed
  • 8 contributors

Commits on Sep 16, 2018

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

Commits on Sep 17, 2018

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

Commits on Sep 18, 2018

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

Commits on Sep 19, 2018

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

Commits on Sep 20, 2018

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

Commits on Sep 21, 2018

  1. Docs: clarify defaultAssignment option, fix no-unneeded-ternary examp…

    …les (#10874)
    
    * Contradictions in no-unneeded-ternary documentation
    
    See #10872
    
    * Updated examples to more clearly reflect eslint behaviour.
    
    * Update no-unneeded-ternary.md
    CoffeeTableEspresso authored and platinumazure committed Sep 21, 2018
    Copy the full SHA
    a6ebfd3 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2018

  1. Build: fix failing tests on master (#10890)

    This updates some failing tests to account for an error message change in the `ajv` dependency.
    not-an-aardvark committed Sep 23, 2018
    Copy the full SHA
    cc458f4 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    d3f3994 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2018

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

Commits on Sep 28, 2018

  1. Copy the full SHA
    9432b10 View commit details
    Browse the repository at this point in the history
  2. Fix: avoid exponential require-atomic-updates traversal (fixes #10893) (

    #10894)
    
    Previously, the `require-atomic-updates` rule would traverse over every path in the control flow graph, resulting in a runtime that was exponential in the number of edges in the graph. This commit updates the rule to use a lattice-based [dataflow analysis](https://en.wikipedia.org/wiki/Data-flow_analysis) algorithm, similar to the algorithms used by optimizing compilers.
    not-an-aardvark committed Sep 28, 2018
    Copy the full SHA
    9b26bdb View commit details
    Browse the repository at this point in the history
  3. Build: changelog update for 5.6.1

    ESLint Jenkins committed Sep 28, 2018
    Copy the full SHA
    7e13c4c View commit details
    Browse the repository at this point in the history
  4. 5.6.1

    ESLint Jenkins committed Sep 28, 2018
    Copy the full SHA
    bf96e96 View commit details
    Browse the repository at this point in the history