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.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: v9.22.0
Choose a head ref
  • 14 commits
  • 43 files changed
  • 8 contributors

Commits on Feb 25, 2025

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

Commits on Feb 28, 2025

  1. fix: improve error message for falsy parsed JS AST (#19458)

    * fix: improve error message for falsy parsed JS AST
    
    * Update lib/languages/js/source-code/source-code.js
    
    Co-authored-by: Nicholas C. Zakas <nicholas@humanwhocodes.com>
    
    * Update tests
    
    * use TypeError, not Error
    
    ---------
    
    Co-authored-by: Nicholas C. Zakas <nicholas@humanwhocodes.com>
    JoshuaKGoldberg and nzakas authored Feb 28, 2025
    Configuration menu
    Copy the full SHA
    49e624f View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2025

  1. docs: Update README

    GitHub Actions Bot committed Mar 1, 2025
    Configuration menu
    Copy the full SHA
    0e688e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f386ad View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2025

  1. docs: generate deprecation notice in TSDoc comments from rule metadata (

    #19461)
    
    * docs: generate deprecation notice in TSDoc comments from rule metadata
    
    * move all rule types to one file
    
    * rename to `rules.d.ts`
    
    * revert accidental change
    fasttime authored Mar 2, 2025
    Configuration menu
    Copy the full SHA
    c9e8510 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2025

  1. docs: Update README

    GitHub Actions Bot committed Mar 3, 2025
    Configuration menu
    Copy the full SHA
    fbdeff0 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2025

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

Commits on Mar 7, 2025

  1. docs: Update README

    GitHub Actions Bot committed Mar 7, 2025
    Configuration menu
    Copy the full SHA
    86c5f37 View commit details
    Browse the repository at this point in the history
  2. feat: Export defineConfig, globalIgnores (#19487)

    * feat: Export defineConfig, globalIgnores
    
    fixes #19116
    
    * Remove unneeded fixtures
    
    * Fix tyeps
    
    * Update docs/src/use/configure/combine-configs.md
    
    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    
    * Update docs/src/use/configure/configuration-files.md
    
    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    
    * Update docs/src/use/configure/ignore.md
    
    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    
    * cleanup docs
    
    ---------
    
    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    nzakas and mdjermanovic authored Mar 7, 2025
    Configuration menu
    Copy the full SHA
    7ddb095 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f9a56d3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eed409a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    97f788b View commit details
    Browse the repository at this point in the history
  6. Build: changelog update for 9.22.0

    Jenkins committed Mar 7, 2025
    Configuration menu
    Copy the full SHA
    d11fc14 View commit details
    Browse the repository at this point in the history
  7. 9.22.0

    Jenkins committed Mar 7, 2025
    Configuration menu
    Copy the full SHA
    60a78e7 View commit details
    Browse the repository at this point in the history
Loading