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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.21.0
Choose a base ref
...
head repository: eslint/eslint
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.22.0
Choose a head ref
  • 16 commits
  • 23 files changed
  • 9 contributors

Commits on Mar 1, 2021

  1. Docs: Clarify triage process (#14117)

    * Docs: Clarify triage process
    
    * Update docs/maintainer-guide/issues.md
    
    * Update docs/maintainer-guide/issues.md
    
    * Update docs/maintainer-guide/issues.md
    
    * Update docs/maintainer-guide/issues.md
    nzakas authored Mar 1, 2021
    Copy the full SHA
    a8df03e View commit details
  2. Sponsors: Sync README with website

    ESLint Jenkins committed Mar 1, 2021
    Copy the full SHA
    c0d2ac1 View commit details

Commits on Mar 2, 2021

  1. Docs: Fix Formatting (#14154)

    Add missing closing backtick.
    dhurlburtusa authored Mar 2, 2021
    Copy the full SHA
    ddf361c View commit details
  2. Sponsors: Sync README with website

    ESLint Jenkins committed Mar 2, 2021
    Copy the full SHA
    6f4540e View commit details

Commits on Mar 3, 2021

  1. Copy the full SHA
    3ba029f View commit details

Commits on Mar 4, 2021

  1. Sponsors: Sync README with website

    ESLint Jenkins committed Mar 4, 2021
    Copy the full SHA
    ebfb63a View commit details

Commits on Mar 5, 2021

  1. Chore: upgrade dependencies of browser test (#14127)

    * Chore: upgrade dependencies of browser test
    
    * Chore: simplify Node.js modules polyfill
    
    * Chore: remove unnecessary dependency
    
    * Chore: simplify webpack config in Karma
    
    * Chore: clean up entries in Karma config
    g-plane authored Mar 5, 2021
    Copy the full SHA
    459d821 View commit details
  2. Sponsors: Sync README with website

    ESLint Jenkins committed Mar 5, 2021
    Copy the full SHA
    27a67d7 View commit details

Commits on Mar 9, 2021

  1. Chore: Reduce lodash usage (#14178)

    * Chore: Replace lodash.find with Array.prototype.find
    
    * Chore: Replace lodash.forEach with Array.prototype.forEach
    
    * Chore: Replace lodash.map with Array.prototype.map
    
    * Chore: Replace lodash.isNil with Boolean negation
    
    * Chore: Replace lodash.endsWith with String.prototype.endsWith
    
    * Chore: Replace lodash.includes with Array.prototype.includes
    
    * Chore: Replace lodash.some(o, fn) with Object.values(o).some(fn)
    
    * Chore: Replace lodash.isEmpty(o) with Object.keys(o).length === 0
    stephenwade authored Mar 9, 2021
    Copy the full SHA
    0d541f9 View commit details
  2. Copy the full SHA
    c295581 View commit details
  3. Copy the full SHA
    5ad91aa View commit details
  4. Copy the full SHA
    0eecad2 View commit details

Commits on Mar 11, 2021

  1. Update: throw error when fix range is invalid (#14142)

    * Do nothing when fix range is invalid
    
    * Move validation to rule-fixer and add error logging
    
    * Move validation to report-translator
    
    * Update from review
    
    * Test ranges with undefined; test fix merging
    
    * Assert & test missing range
    jtbandes authored Mar 11, 2021
    Copy the full SHA
    f62ec8d View commit details
  2. Docs: Improve documentation for indent rule (#14168)

    * Docs: Improve documentation for indent regarding ignoredNodes
    
    * Docs: Add AST node description at the end of long description
    
    * add blank line
    
    * Add deleted sentence again to ignoredNodes
    
    * move long description of indent to match short description pos
    srknzl authored Mar 11, 2021
    Copy the full SHA
    3a432d8 View commit details

Commits on Mar 12, 2021

  1. Build: changelog update for 7.22.0

    ESLint Jenkins committed Mar 12, 2021
    Copy the full SHA
    a55e8a1 View commit details
  2. 7.22.0

    ESLint Jenkins committed Mar 12, 2021
    Copy the full SHA
    6ee8037 View commit details
Loading