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.37.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: main
Choose a head ref
  • 14 commits
  • 40 files changed
  • 10 contributors

Commits on Oct 4, 2025

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

Commits on Oct 6, 2025

  1. docs: move custom-formatters type descriptions to nodejs-api (#20190

    )
    
    * docs: link the types from the `custom-formatters` page to the `nodejs-api` page
    
    * update
    kecrily authored Oct 6, 2025
    Configuration menu
    Copy the full SHA
    cd39983 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2025

  1. Configuration menu
    Copy the full SHA
    dbb200e View commit details
    Browse the repository at this point in the history
  2. fix: correct SourceCode typings (#20114)

    * fix: correct SourceCode typings
    
    * add tests
    
    * revert `ParserServices` type change
    Pixel998 authored Oct 7, 2025
    Configuration menu
    Copy the full SHA
    a1f06a3 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2025

  1. chore: fix typos (#20200)

    ntnyq authored Oct 9, 2025
    Configuration menu
    Copy the full SHA
    205dbd2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4168a18 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2025

  1. docs: Update README

    GitHub Actions Bot committed Oct 10, 2025
    Configuration menu
    Copy the full SHA
    b39e71a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c070e65 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2025

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

Commits on Oct 13, 2025

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

Commits on Oct 14, 2025

  1. ci: bump github/codeql-action from 3 to 4 (#20211)

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3 to 4.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-version: '4'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 14, 2025
    Configuration menu
    Copy the full SHA
    004577e View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2025

  1. feat: correct no-loss-of-precision false positives with e notation (

    #20187)
    
    * fix: correct `no-loss-of-precision` false positives with `e` notation
    
    * add decimal point if missing
    
    * use option to always parse input as a float
    
    * add invalid test case
    fasttime authored Oct 16, 2025
    Configuration menu
    Copy the full SHA
    e37e590 View commit details
    Browse the repository at this point in the history
  2. feat: update complexity rule to only highlight function header (#20048

    )
    
    * feat: adjust highlighting to minimize visual noise for the 'complexity' rule
    
    Fixes #19984
    
    * Add new test
    Un5had0wed authored Oct 16, 2025
    Configuration menu
    Copy the full SHA
    ce40f74 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2025

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