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.15.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: v8.16.0
Choose a head ref
  • 20 commits
  • 245 files changed
  • 11 contributors

Commits on May 9, 2022

  1. Sponsors: Sync README with website

    ESLint Jenkins committed May 9, 2022
    Configuration menu
    Copy the full SHA
    2b83376 View commit details
    Browse the repository at this point in the history
  2. fix: function-paren-newline crash on "new new Foo();" (#15850)

    * fix: function-paren-newline: crash on "new new Foo();"
    
    * fix: function-paren-newline: false negative case support
    coderaiser authored May 9, 2022
    Configuration menu
    Copy the full SHA
    3f09aab View commit details
    Browse the repository at this point in the history

Commits on May 12, 2022

  1. docs: Fix some grammar issues (#15837)

    * Change 'an `.eslintrc.js`' to 'a `.eslintrc.js`'
    byodian authored May 12, 2022
    Configuration menu
    Copy the full SHA
    3071d76 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2022

  1. Configuration menu
    Copy the full SHA
    1d39f69 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee69cd3 View commit details
    Browse the repository at this point in the history
  3. chore: Refactor rule docs format (#15869)

    * chore: Refactor rule docs format
    
    * Fix HTTP -> HTTPS
    nzakas authored May 13, 2022
    Configuration menu
    Copy the full SHA
    5891c75 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2022

  1. Configuration menu
    Copy the full SHA
    cc29c69 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea65cb5 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2022

  1. chore: enable some rules from eslint-plugin-unicorn internally (#15878)

    * chore: add eslint-plugin-unicorn internally
    
    * Update tests/lib/rules/no-invalid-this.js
    
    Co-authored-by: Brett Zamir <brettz9@yahoo.com>
    
    Co-authored-by: Brett Zamir <brettz9@yahoo.com>
    bmish and brettz9 authored May 17, 2022
    Configuration menu
    Copy the full SHA
    c7894cd View commit details
    Browse the repository at this point in the history

Commits on May 18, 2022

  1. docs: update 'Related Rules' and 'Further Reading' in remaining rules (

    …#15884)
    
    * chore: update 'Related Rules' and 'Further Reading' in remaining rules
    
    * remove extra backticks
    
    * remove broken links
    
    * update http -> https where possible
    
    * restore dead links as webarchive links
    
    * restore eslintVersion.js
    mdjermanovic authored May 18, 2022
    Configuration menu
    Copy the full SHA
    6e16025 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f437249 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2022

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

Commits on May 20, 2022

  1. Configuration menu
    Copy the full SHA
    36287c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38ae956 View commit details
    Browse the repository at this point in the history
  3. chore: Add deploy workflow for docs site (#15894)

    * chore: Add deploy workflow for docs site
    
    * Fix workflow issues
    
    * Fix workflow file
    nzakas authored May 20, 2022
    Configuration menu
    Copy the full SHA
    c686e4c View commit details
    Browse the repository at this point in the history
  4. feat: add Unicode flag suggestion in no-misleading-character-class (#…

    …15867)
    
    * refactor: Simplify kinds tracking with a Set
    
    * feat: Add fixer for missing regex unicode flag
    
    * test: Update tests
    
    * refactor: Change fix to suggestion
    
    * Revert "test: Update tests"
    
    * Address review comments
    
    * Add tests
    
    * Update lib/rules/no-misleading-character-class.js
    
    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    
    * add suggestions:null assertions
    
    * update docs
    
    * add more tests
    
    * fix edge cases when inserting flags argument
    
    * validate pattern for regex literals
    
    * validate pattern for regex constructor calls
    
    Co-authored-by: Mathias Rasmussen <mathiasvr@gmail.com>
    mdjermanovic and mathiasvr authored May 20, 2022
    Configuration menu
    Copy the full SHA
    cab0c22 View commit details
    Browse the repository at this point in the history
  5. docs: Static further reading links (#15890)

    * docs: Static further reading links
    
    * Move script to top level
    
    * Address feedback
    
    * Update docs readme
    
    * Update docs/README.md
    
    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    
    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    nzakas and mdjermanovic authored May 20, 2022
    Configuration menu
    Copy the full SHA
    050d5f4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1768d0d View commit details
    Browse the repository at this point in the history
  7. Build: changelog update for 8.16.0

    ESLint Jenkins committed May 20, 2022
    Configuration menu
    Copy the full SHA
    5df50d1 View commit details
    Browse the repository at this point in the history
  8. 8.16.0

    ESLint Jenkins committed May 20, 2022
    Configuration menu
    Copy the full SHA
    901ce0f View commit details
    Browse the repository at this point in the history
Loading