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.29.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.30.0
Choose a head ref
  • 16 commits
  • 116 files changed
  • 12 contributors

Commits on Jun 17, 2025

  1. docs: clarify that boolean is still allowed for rule meta.deprecated (

    #19866)
    
    docs: clarify that boolean is still allowed for rule meta.deprecated
    bmish authored Jun 17, 2025
    Configuration menu
    Copy the full SHA
    4112fd0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7dabc38 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7ef4cf7 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2025

  1. feat: throw error when column is negative in getIndexFromLoc (#19831)

    * fix: handle negative column index in `getIndexFromLoc` and add tests
    
    * wip: address comments
    
    * wip: add more test cases
    lumirlumir authored Jun 18, 2025
    Configuration menu
    Copy the full SHA
    b8a7e7a View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2025

  1. docs: Fixed Typo in configuration-files.md (#19873)

    Fixed Typo in configuration-files.md
    
    A single letter typo in one of the code excerpts.
    0-20 authored Jun 19, 2025
    Configuration menu
    Copy the full SHA
    ebfb5b4 View commit details
    Browse the repository at this point in the history
  2. docs: typo in comment for unused variables handling (#19870)

    * Update no-unused-vars.js
    
    * Update no-unused-vars.js
    leopardracer authored Jun 19, 2025
    Configuration menu
    Copy the full SHA
    20158b0 View commit details
    Browse the repository at this point in the history
  3. fix: update error message for no-restricted-properties (#19855)

    * feat: update error msg for no-restricted-properties
    
    * fix fmt
    
    * fix fmt
    
    * update
    
    * apply suggestions
    Tanujkanti4441 authored Jun 19, 2025
    Configuration menu
    Copy the full SHA
    3fbcd70 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2025

  1. feat: add allowSeparateTypeImports option to no-duplicate-imports (

    …#19872)
    
    * feat: add allowSeparateTypeImports option to no-duplicate-imports
    
    * fix CI
    
    * clarify docs
    sethamus authored Jun 20, 2025
    Configuration menu
    Copy the full SHA
    4ab4482 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2025

  1. chore: Correct typos in linter tests (#19878)

    Update linter.js
    kilavvy authored Jun 22, 2025
    Configuration menu
    Copy the full SHA
    eaf8a41 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2025

  1. Configuration menu
    Copy the full SHA
    8662ed1 View commit details
    Browse the repository at this point in the history
  2. fix: handle null type loc in getIndexFromLoc method (#19862)

    * fix: handle `null` `loc` in `getIndexFromLoc` method
    
    * wip: add test
    lumirlumir authored Jun 26, 2025
    Configuration menu
    Copy the full SHA
    6a0f164 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2025

  1. feat: Support basePath property in config objects (#19879)

    * use `config.basePath` for `ignorePatterns`
    
    * add tests for user-specified relative `basePath`
    
    * fix `--no-ignore`
    
    * update types
    
    * update docs
    
    * update dependencies
    
    * mention absolute paths in the docs
    
    * update flag to `v10_config_lookup_from_file`
    
    * Update tests/lib/eslint/eslint.js
    
    Co-authored-by: Francesco Trotta <github@fasttime.org>
    
    ---------
    
    Co-authored-by: Francesco Trotta <github@fasttime.org>
    mdjermanovic and fasttime authored Jun 27, 2025
    Configuration menu
    Copy the full SHA
    52a5fca View commit details
    Browse the repository at this point in the history
  2. chore: package.json update for @eslint/js release

    Jenkins committed Jun 27, 2025
    Configuration menu
    Copy the full SHA
    5a5d526 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2b6491c View commit details
    Browse the repository at this point in the history
  4. Build: changelog update for 9.30.0

    Jenkins committed Jun 27, 2025
    Configuration menu
    Copy the full SHA
    c02d70b View commit details
    Browse the repository at this point in the history
  5. 9.30.0

    Jenkins committed Jun 27, 2025
    Configuration menu
    Copy the full SHA
    ad1d639 View commit details
    Browse the repository at this point in the history
Loading