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: v9.31.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: v9.32.0
Choose a head ref
  • 20 commits
  • 50 files changed
  • 10 contributors

Commits on Jul 15, 2025

  1. Configuration menu
    Copy the full SHA
    3173305 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c565a53 View commit details
    Browse the repository at this point in the history
  3. fix: remove outdated types in ParserOptions.ecmaFeatures (#19944)

    fix: remove outdated types `ParserOptions.ecmaFeatures.experimentalObjectRestSpread`
    ntnyq authored Jul 15, 2025
    Configuration menu
    Copy the full SHA
    7863d26 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2025

  1. Configuration menu
    Copy the full SHA
    2f73a23 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e957a7 View commit details
    Browse the repository at this point in the history
  3. chore: switch performance tests to hyperfine (#19919)

    * chore: switch performance tests to hyperfine
    
    * run hyperfine with `execFileSync`
    
    * improve naming
    
    * update "Loading" test command
    fasttime authored Jul 17, 2025
    Configuration menu
    Copy the full SHA
    e855717 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1245000 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2025

  1. Configuration menu
    Copy the full SHA
    e22af8c View commit details
    Browse the repository at this point in the history
  2. docs: Update README

    GitHub Actions Bot committed Jul 18, 2025
    Configuration menu
    Copy the full SHA
    86e7426 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2025

  1. fix: report only global references in no-implied-eval (#19932)

    * fix: report only global references in no-implied-eval
    
    * chore: fix formatting
    
    * test: add more cases
    
    * docs: fix examples
    
    * chore: apply suggestions from code review
    
    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    
    ---------
    
    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    snitin315 and mdjermanovic authored Jul 19, 2025
    Configuration menu
    Copy the full SHA
    f46fc6c View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2025

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

Commits on Jul 24, 2025

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

Commits on Jul 25, 2025

  1. Configuration menu
    Copy the full SHA
    74f01a3 View commit details
    Browse the repository at this point in the history
  2. fix: Refactor reporting into FileReport (#19877)

    * refactor: Reporting into FileReport
    
    refs #18787
    
    * Remove unused file
    
    * Update tests
    
    * Update lib/linter/linter.js
    
    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    
    * Refactor runRules
    
    * Don't pass language
    
    * Update lib/linter/linter.js
    
    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    
    * Update lib/linter/linter.js
    
    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    
    * Update lib/linter/file-report.js
    
    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    
    * Update lib/linter/file-report.js
    
    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    
    * Update lib/linter/file-report.js
    
    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    
    * Update lib/linter/linter.js
    
    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    
    * Update tests/lib/linter/file-report.js
    
    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    
    * Update tests/lib/linter/file-report.js
    
    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    
    * Add back add* method tests
    
    * Fix tests
    
    * Update lib/linter/file-report.js
    
    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    
    * Update lib/linter/file-report.js
    
    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    
    * Update lib/linter/file-report.js
    
    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    
    * Update tests/lib/linter/file-report.js
    
    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    
    * Update tests/lib/linter/file-report.js
    
    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    
    * Update tests/lib/linter/file-report.js
    
    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    
    * Update tests/lib/linter/file-report.js
    
    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    
    * Update tests/lib/linter/file-report.js
    
    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    
    * Update tests/lib/linter/file-report.js
    
    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    
    * Update tests/lib/linter/file-report.js
    
    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    
    * Clean up tests
    
    * Update tests/lib/linter/file-report.js
    
    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    
    * Remove methods, return message from others
    
    * Fix file comments
    
    ---------
    
    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    nzakas and mdjermanovic authored Jul 25, 2025
    Configuration menu
    Copy the full SHA
    bbf23fa View commit details
    Browse the repository at this point in the history
  3. chore: package.json update for @eslint/js release

    Jenkins committed Jul 25, 2025
    Configuration menu
    Copy the full SHA
    50de1ce View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    960fd40 View commit details
    Browse the repository at this point in the history
  5. Build: changelog update for 9.32.0

    Jenkins committed Jul 25, 2025
    Configuration menu
    Copy the full SHA
    a0e62e2 View commit details
    Browse the repository at this point in the history
  6. 9.32.0

    Jenkins committed Jul 25, 2025
    Configuration menu
    Copy the full SHA
    2364031 View commit details
    Browse the repository at this point in the history
Loading