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: v8.0.1
Choose a base ref
...
head repository: eslint/eslint
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v8.1.0
Choose a head ref
  • 18 commits
  • 33 files changed
  • 10 contributors

Commits on Oct 14, 2021

  1. Docs: Update README team and sponsors

    ESLint Jenkins committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    2cfbd4b View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2021

  1. Configuration menu
    Copy the full SHA
    ec0f8e0 View commit details
    Browse the repository at this point in the history
  2. Chore: migrate master to main (#15062)

    * Chore: migrate master to main
    
    * fix: keep the branch name to master for website repo
    
    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    
    * Fix: replace main branch in URL with HEAD
    
    * Fix: add both master and main branch in Github workflow
    
    Co-authored-by: Jordan Harband <ljharb@gmail.com>
    
    * Fix: make the branch name to main for edit url
    
    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    Co-authored-by: Jordan Harband <ljharb@gmail.com>
    3 people authored Oct 15, 2021
    Configuration menu
    Copy the full SHA
    dd58cd4 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2021

  1. Configuration menu
    Copy the full SHA
    2b32f50 View commit details
    Browse the repository at this point in the history
  2. Chore: Update stale bot settings (#15173)

    Exempt issues and PRs with the accepted label
    nzakas authored Oct 16, 2021
    Configuration menu
    Copy the full SHA
    b5049c8 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2021

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

Commits on Oct 19, 2021

  1. Upgrade: eslint-plugin-eslint-plugin to v4 (#15169)

    Some rules have been added to the `recommended` config so we no longer have to manually enable them.
    
    https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin/releases/tag/v4.0.0
    bmish authored Oct 19, 2021
    Configuration menu
    Copy the full SHA
    249a040 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0fb3bb2 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2021

  1. Build: add node v17 (#15193)

    * Build: add node v17
    
    * fix: npm install --force when node v17
    aladdin-add authored Oct 21, 2021
    Configuration menu
    Copy the full SHA
    1b87fa8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    31af1c8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    90a5b6b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e926b17 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2021

  1. New: Add no-unused-private-class-members rule (fixes #14859) (#14895)

    * New: Report unused private class members (fixes #14859)
    
    For any private class property or method, report those that are
    unused. Since private class members can only be accessed in the
    same class body, we can safely assume that all usages are processed
    when we leave the ClassBody scope.
    
    * Handle all edge cases per feedback
    
    Also remove the rule from recommended for now, as that is a breaking
    change.
    
    * Remove duplication in assignment checking
    
    * Optimize check for property deletion
    
    This also removes the usage of optional chaining, which isn't
    supported yet on Node environments that ESLint supports.
    
    * Use more descriptive names
    
    * Handle more edge cases
    
    * Apply suggestions from code review
    
    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    
    * Update lib/rules/no-unused-private-class-members.js
    
    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    
    * Update no-unused-private-class-members.js
    
    * Fix accessor handling
    
    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    TimvdLippe and mdjermanovic authored Oct 22, 2021
    Configuration menu
    Copy the full SHA
    3d370fb View commit details
    Browse the repository at this point in the history
  2. Fix: allow baseConfig to extend preloaded plugin config (fixes #15079

    …) (#15187)
    
    * Fix: allow `baseConfig` to extend preloaded plugin config (fixes #15079)
    
    * Remove CLIEngine#addPlugin
    mdjermanovic authored Oct 22, 2021
    Configuration menu
    Copy the full SHA
    a1f7ad7 View commit details
    Browse the repository at this point in the history
  3. Fix: keyword-spacing conflict with space-infix-ops on > (fixes #14712

    …) (#15172)
    
    * Add regression tests
    
    * Add passing tests
    
    * Add more passing tests
    
    * Add failing tests
    
    * Fix the issue
    mdjermanovic authored Oct 22, 2021
    Configuration menu
    Copy the full SHA
    d9d84a0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    446b4b3 View commit details
    Browse the repository at this point in the history
  5. Build: changelog update for 8.1.0

    ESLint Jenkins committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    14b5ad8 View commit details
    Browse the repository at this point in the history
  6. 8.1.0

    ESLint Jenkins committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    2774043 View commit details
    Browse the repository at this point in the history
Loading