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.13.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.14.0
Choose a head ref
  • 20 commits
  • 38 files changed
  • 9 contributors

Commits on Oct 20, 2024

  1. docs: Clarify global ignores in config migration guide (#19032)

    * docs: Clarify global ignores in config migration guide
    
    * better wording
    
    Co-authored-by: Amaresh  S M  <amareshsm13@gmail.com>
    
    ---------
    
    Co-authored-by: Amaresh  S M <amareshsm13@gmail.com>
    mdjermanovic and amareshsm authored Oct 20, 2024
    Configuration menu
    Copy the full SHA
    50f03a1 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. test: ensure tmp directory cleanup in check-emfile-handling.js (#19036

    )
    
    * test: ensure tmp directory cleanup in `check-emfile-handling.js`
    
    * increase `maxRetries`
    
    * increase `maxRetries` further
    
    * add delay
    
    * use `Promise.allSettled` to ensure all `readFile`s are settled
    LiviaMedeiros authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    7259627 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. fix: avoid call stack overflow while processing globs (#19035)

    * fix: avoid call stack overflow by processing file paths in chunks
    
    * use `flatMap()`
    
    * add comments
    LiviaMedeiros authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    d474443 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. docs: change link from @types/eslint to lib/types (#19049)

    * Change link from @types/eslint to lib/types
    
    * Update docs/src/use/configure/migration-guide.md
    
    Co-authored-by: Francesco Trotta <github@fasttime.org>
    
    ---------
    
    Co-authored-by: Francesco Trotta <github@fasttime.org>
    karlhorky and fasttime authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    ee0a77e View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. docs: Update README

    GitHub Actions Bot committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    f16e846 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d44b3c View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. perf: Fix caching in config loaders (#19042)

    * perf: Fix caching in `LegacyConfigLoader`
    
    * add comment
    
    * refactor
    
    * refactor
    
    * fix caching in `ConfigLoader`
    
    * add test
    
    * add test for `getCachedConfigArrayForPath`
    
    * add unit tests, remove eslint tests
    
    * update error messages for promises in sync methods
    mdjermanovic authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    425202e View commit details
    Browse the repository at this point in the history
  2. build: exclude flawed dendency versions (#19065)

    * build: exclude flawed dendency versions
    
    * pin `trunk-io/trunk-action` in more places
    fasttime authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    35a8858 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Configuration menu
    Copy the full SHA
    b442067 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    37c9177 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f48a2a0 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. docs: Update README

    GitHub Actions Bot committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    dc34f94 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    151c965 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. feat: add types for the @eslint/js package (#19010)

    * feat: add types for `@eslint/js` package
    
    * fix: add eslint as a dependency for types
    
    * chore: add test for types
    
    * chore: add test for types
    
    * ci: fix path
    
    * chore: remove eslint dependency
    
    * chore: update knip & trunk configs
    
    * chore: update eslint.config.js
    
    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    
    ---------
    
    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    snitin315 and mdjermanovic authored Nov 1, 2024
    Configuration menu
    Copy the full SHA
    b0faee3 View commit details
    Browse the repository at this point in the history
  2. feat: add support for Import Attributes and RegExp Modifiers (#19076)

    * add tests for `astUtils.needsPrecedingSemicolon`
    
    * add tests for `prefer-regex-literals`
    
    * add tests for `prefer-named-capture-group`
    
    * update `id-denylist`
    
    * update dependencies
    
    * update `id-length`
    
    * update `id-match`
    
    * update `camelcase`
    
    * add tests for `no-underscore-dangle`
    
    * refactor `isImportAttributeKey`
    mdjermanovic authored Nov 1, 2024
    Configuration menu
    Copy the full SHA
    3fa009f View commit details
    Browse the repository at this point in the history
  3. fix: enable retry concurrency limit for readFile() (#19077)

    * fix: enable retry concurrency limit for readFile()
    
    * Fix package.json
    
    * Update @humanwhocodes/retry
    
    * Move signal to correct location
    nzakas authored Nov 1, 2024
    Configuration menu
    Copy the full SHA
    24d0172 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    28be447 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f36cb16 View commit details
    Browse the repository at this point in the history
  6. Build: changelog update for 9.14.0

    Jenkins committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    20b0da1 View commit details
    Browse the repository at this point in the history
  7. 9.14.0

    Jenkins committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    db0b844 View commit details
    Browse the repository at this point in the history
Loading