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
base: dcf178e3c41e7777ee76ae9582387be85118118b
Choose a base ref
...
head repository: eslint/eslint
compare: d75d3c68ad8c98828aaa522b87ec267ab2dcb002
Choose a head ref
  • 15 commits
  • 50 files changed
  • 13 contributors

Commits on Aug 30, 2022

  1. docs: Improve id-denylist documentation (#16223)

    * docs: Improve id-denylist documentation
    
    * docs: add configuring rules link to id-denylist
    
    * docs: review changes
    frankie303 committed Aug 30, 2022
    Copy the full SHA
    279f0af View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2022

  1. chore: fix npm run perf crashes (#16258)

    * chore: fix `npm run perf` crashes
    
    it was crashing as eslint treat the `.eslintrc.yml` to be js.
    this commit changes the generated configs to `eslint.config.js`.
    
    refs: #16255 (comment)
    
    * fix: windows compat
    
    * Update Makefile.js
    
    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    
    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    aladdin-add and mdjermanovic committed Aug 31, 2022
    Copy the full SHA
    42bfbd7 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2022

  1. docs: copy & use main package version in docs on release (#16252)

    * docs: update docs package ver from main on release
    
    fixes #16212
    
    * docs: read docs package ver instead of main
    
    fixes #16212
    
    * docs: add newline to updated docs package json
    
    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    
    * docs: update docs package json version
    
    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    jugalthakkar and mdjermanovic committed Sep 5, 2022
    Copy the full SHA
    1ae8236 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    67db10c View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2022

  1. chore: switch nyc to c8 (#16263)

    * chore: switch nyc to c8
    
    * chore: istanbul ignore => c8 ignore
    
    * Update lib/linter/code-path-analysis/code-path-segment.js
    
    Co-authored-by: Ari Perkkiö <ari.perkkio@gmail.com>
    
    * chore: c8 ignore if/else => c8 ignore start/end
    
    refs: #16263 (comment)
    
    * fix: c8 ignore end => stop
    
    * fix: rm an unused c8 ignore
    
    it does not have an `else`, so seems no longer needed.
    
    * fix: c8 disallows additional text
    
    Co-authored-by: Ari Perkkiö <ari.perkkio@gmail.com>
    aladdin-add and AriPerkkio committed Sep 9, 2022
    Copy the full SHA
    1c388fb View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    1b5b2a7 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    e098b5f View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2022

  1. fix: Ensure globbing doesn't include subdirectories (#16272)

    * fix: Ensure globbing doesn't include subdirectories
    
    Fixes #16260
    
    * docs: copy & use main package version in docs on release (#16252)
    
    * docs: update docs package ver from main on release
    
    fixes #16212
    
    * docs: read docs package ver instead of main
    
    fixes #16212
    
    * docs: add newline to updated docs package json
    
    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    
    * docs: update docs package json version
    
    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    
    * chore: enable linting `.eleventy.js` again (#16274)
    
    * Fix filtering of globs
    
    * Enable partial matching of globs
    
    Co-authored-by: Jugal Thakkar <2640821+jugalthakkar@users.noreply.github.com>
    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    3 people committed Sep 12, 2022
    Copy the full SHA
    c6900f8 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    16cba3f View commit details
    Browse the repository at this point in the history
  3. perf: migrate rbTree to js-sdsl (#16267)

    * perf: migrate rbTree to js-sdsl
    
    * fix: keep the old behaviour and change name to ordered map
    
    * feat: upgrade js-sdsl
    ZLY201 committed Sep 12, 2022
    Copy the full SHA
    38e8171 View commit details
    Browse the repository at this point in the history
  4. fix: Ensure that glob patterns are normalized (#16287)

    * fix: Ensure that glob patterns are normalized
    
    Glob patterns must be normalized to posix-style file paths before being
    passed in to globby.
    
    Fixes #16259
    
    * Remove .only; fix failing test
    
    * Fix Windows tests
    nzakas committed Sep 12, 2022
    Copy the full SHA
    6a923ff View commit details
    Browse the repository at this point in the history
  5. fix: improve autofix for the prefer-const rule (#16292)

    * fix: avoid incorrect autofix in the `prefer-const` rule
    
    * test: add more test cases
    
    * test: add more cases
    
    * fix: improve autofix and add more cases
    snitin315 committed Sep 12, 2022
    Copy the full SHA
    734b54e View commit details
    Browse the repository at this point in the history
  6. fix: Upgrade eslintrc to stop redefining plugins (#16297)

    `@eslint/eslintrc@1.3.2` [1] contains
    eslint/eslintrc#91, which together with this
    commit will fix #16277.
    
    [1]: https://github.com/eslint/eslintrc/releases/tag/v1.3.2
    btmills committed Sep 12, 2022
    Copy the full SHA
    b719893 View commit details
    Browse the repository at this point in the history
  7. Build: changelog update for 8.23.1

    ESLint Jenkins committed Sep 12, 2022
    Copy the full SHA
    c625f18 View commit details
    Browse the repository at this point in the history
  8. 8.23.1

    ESLint Jenkins committed Sep 12, 2022
    Copy the full SHA
    d75d3c6 View commit details
    Browse the repository at this point in the history