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 Loading
base: v8.56.0
Choose a base ref
...
head repository: eslint/eslint Loading
compare: v8.57.0
Choose a head ref
  • 15 commits
  • 51 files changed
  • 6 contributors

Commits on Jan 29, 2024

  1. ci: Enable CI for v8.x branch (#18047)

    * ci: Enable CI for `v8.x` branch
    
    * upgrade eslint-plugin-n, fix lint problem
    mdjermanovic committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    42c0aef View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. docs: show NEXT in version selectors (#18052)

    * docs: show NEXT in version selectors
    
    (cherry picked from commit 497ae91)
    
    * skip `docs/next` when validating links
    mdjermanovic committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    77dbfd9 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. fix: allow circular references in config (#18056)

    (cherry picked from commit b577e8a)
    
    Co-authored-by: Francesco Trotta <[email protected]>
    mdjermanovic and fasttime committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    4c7e9b0 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. feat: Enable eslint.config.mjs and eslint.config.cjs (#18066)

    * feat: Enable eslint.config.mjs and eslint.config.cjs
    
    * Update CLI description
    
    (cherry picked from commit 8792464)
    
    * docs: update documentation for eslint.config.mjs & eslint.config.cjs support
    
    ---------
    
    Co-authored-by: Nicholas C. Zakas <[email protected]>
    snitin315 and nzakas committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    dca7d0f View commit details
    Browse the repository at this point in the history
  2. fix: deep merge behavior in flat config (#18065)

    * fix: replicate eslintrc merge behavior in flat config
    
    * do not merge arrays
    
    * Remove unused code
    
    * test for undefined properties
    
    * fix an edge case with non-enumerable properties
    
    (cherry picked from commit f182114)
    
    Co-authored-by: Francesco Trotta <[email protected]>
    snitin315 and fasttime committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    9852a31 View commit details
    Browse the repository at this point in the history
  3. fix: Ensure config keys are printed for config errors (#18067)

    * fix: Ensure config keys are printed for config errors
    
    * Remove unnecessary test
    
    Co-authored-by: Nicholas C. Zakas <[email protected]>
    snitin315 and nzakas committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    69dd1d1 View commit details
    Browse the repository at this point in the history
  4. test: add more tests for ignoring files and directories (#18068)

    * test: add more tests for ignoring files and directories
    
    * add one more test
    
    (cherry picked from commit 8c1b8dd)
    
    Co-authored-by: Milos Djermanovic <[email protected]>
    snitin315 and mdjermanovic committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    f4a1fe2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2196d97 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. docs: Switch to Ethical Ads (#18117)

    (cherry picked from commit f1c7e6f)
    
    Co-authored-by: Strek <[email protected]>
    mdjermanovic and harish-sethuraman committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    5b8c363 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. feat: Add loadESLint() API method for v8 (#18098)

    * feat: Add loadESLint() API method for v8
    
    refs #18075
    
    * Update docs
    
    * Add tests for loadESLint() to return ESLint
    
    * Move static property out of constructor for older Node.js versions
    
    * Add more tests
    
    * Update tests/lib/api.js
    
    Co-authored-by: Milos Djermanovic <[email protected]>
    
    * Update tests/lib/api.js
    
    Co-authored-by: Milos Djermanovic <[email protected]>
    
    ---------
    
    Co-authored-by: Milos Djermanovic <[email protected]>
    nzakas and mdjermanovic committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    1120b9b View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. docs: Show prerelease version in dropdown (#18139)

    docs: Show prerelease version in dropdown
    
    * docs: Show prerelease version in dropdown
    
    
    * Update docs/src/_data/eslintNextVersion.js
    
    
    
    * Update docs/src/_includes/components/nav-version-switcher.html
    
    
    
    * Update versions-list.html
    
    ---------
    
    Co-authored-by: Milos Djermanovic <[email protected]>
    nzakas and mdjermanovic committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    84922d0 View commit details
    Browse the repository at this point in the history
  2. chore: package.json update for @eslint/js release

    Jenkins committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    5c356bb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1813aec View commit details
    Browse the repository at this point in the history
  4. Build: changelog update for 8.57.0

    Jenkins committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    1cd3f8c View commit details
    Browse the repository at this point in the history
  5. 8.57.0

    Jenkins committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    abea3b6 View commit details
    Browse the repository at this point in the history
Loading