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.47.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.48.0
Choose a head ref
  • 14 commits
  • 28 files changed
  • 10 contributors

Commits on Aug 14, 2023

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

Commits on Aug 20, 2023

  1. feat: Allow void in rule no-promise-executor-return (#17282)

    * feat: Allow `void` in `no-promise-executor-return` (#17278)
    
    * feat: Autofix and suggestions for `no-promise-executor-return`
    
    * fix: update behavior for `no-promise-executor-return`
    
    * fix: update suggestion behavior
    
    * docs: update to match code
    
    * docs: misc fixes
    
    * fix: refactors
    
    * fix: parentheses issues
    
    * Update docs/src/rules/no-promise-executor-return.md
    
    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    
    * Update docs/src/rules/no-promise-executor-return.md
    
    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    
    * Update lib/rules/no-promise-executor-return.js
    
    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    
    * fix: adjacent token issue
    
    * fix comments
    
    ---------
    
    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    nopeless and mdjermanovic authored Aug 20, 2023
    Configuration menu
    Copy the full SHA
    ee2f718 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. feat: rule tester do not create empty valid or invalid test suites (#…

    …17475)
    
    * feat: rule-tester do not create empty valid or invalid test suites
    
    * chore: fix grammatical errors in test case descriptions
    
    * fix: pass an invalid test case when checking for missing valid test cases
    
    * chore: make test cases more consistent
    
    * chore: actually make tests consistent
    DMartens authored Aug 21, 2023
    Configuration menu
    Copy the full SHA
    d73fbf2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    056499d View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. docs: advice for inline disabling of rules (#17458)

    * docs: advice for dev while disabling rules
    
    * docs: advice for dev while disabling rules
    
    * docs: advice for dev while disabling rules
    
    * Update docs/src/use/configure/rules.md
    
    ---------
    
    Co-authored-by: Nicholas C. Zakas <nicholas@humanwhocodes.com>
    criticalAY and nzakas authored Aug 22, 2023
    Configuration menu
    Copy the full SHA
    cab21e6 View commit details
    Browse the repository at this point in the history
  2. chore: Refactor and document CodePathSegment (#17474)

    * chore: Refactor and document CodePathSegment
    
    * Update lib/linter/code-path-analysis/code-path-segment.js
    
    Co-authored-by: Francesco Trotta <github@fasttime.org>
    
    * Remove unneeded array
    
    ---------
    
    Co-authored-by: Francesco Trotta <github@fasttime.org>
    nzakas and fasttime authored Aug 22, 2023
    Configuration menu
    Copy the full SHA
    9d4216d View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. feat: correct update direction in for-direction (#17483)

    * feat: correct update direction in `for-direction`
    
    * Improve documentation
    
    * Update rule overview
    
    Co-authored-by: Nicholas C. Zakas <nicholas@humanwhocodes.com>
    
    * Improve formatting
    
    ---------
    
    Co-authored-by: Nicholas C. Zakas <nicholas@humanwhocodes.com>
    fasttime and nzakas authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    1fbb3b0 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. fix: update RuleTester JSDoc and deprecations (#17496)

    * RuleTester: Allow new-style rule definitions
    
    * RuleTester: Add check for legacy rule API usage warning for defineRule()
    
    * RuleTester: Move typedef import to correct location
    
    * FlatRuleTester: Allow new-style rule definitions
    
    * FlatRuleTester: Fix copypaste bug
    xkr47 authored Aug 25, 2023
    1 Configuration menu
    Copy the full SHA
    7234f6a View commit details
    Browse the repository at this point in the history
  2. docs: add fetch script to package.json conventions (#17459)

    * docs: add `fetch` script to package.json conventions
    
    * docs: revert formatting changes
    
    * docs: apply suggestions from code review
    
    Co-authored-by: Nicholas C. Zakas <nicholas@humanwhocodes.com>
    
    * docs: update docs/src/contribute/package-json-conventions.md
    
    * docs: add "fetch" script
    
    ---------
    
    Co-authored-by: Nicholas C. Zakas <nicholas@humanwhocodes.com>
    snitin315 and nzakas authored Aug 25, 2023
    1 Configuration menu
    Copy the full SHA
    9cd7ac2 View commit details
    Browse the repository at this point in the history
  3. docs: no-param-reassign mention strict mode (#17494)

    * no-param-reassign strict mode mention
    
    * Update docs/src/rules/no-param-reassign.md
    
    Fixes #17484 
    
    Co-authored-by: Nitin Kumar <snitin315@gmail.com>
    
    ---------
    
    Co-authored-by: Nicholas C. Zakas <nicholas@humanwhocodes.com>
    Co-authored-by: Nitin Kumar <snitin315@gmail.com>
    3 people authored Aug 25, 2023
    1 Configuration menu
    Copy the full SHA
    7a51d77 View commit details
    Browse the repository at this point in the history
  4. chore: package.json update for @eslint/js release

    ESLint Jenkins committed Aug 25, 2023
    1 Configuration menu
    Copy the full SHA
    6d0496e View commit details
    Browse the repository at this point in the history
  5. 1 Configuration menu
    Copy the full SHA
    8dd3cec View commit details
    Browse the repository at this point in the history
  6. Build: changelog update for 8.48.0

    ESLint Jenkins committed Aug 25, 2023
    1 Configuration menu
    Copy the full SHA
    5013ad7 View commit details
    Browse the repository at this point in the history
  7. 8.48.0

    ESLint Jenkins committed Aug 25, 2023
    1 Configuration menu
    Copy the full SHA
    10c4f85 View commit details
    Browse the repository at this point in the history
Loading