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: v8.46.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: v8.47.0
Choose a head ref
  • 17 commits
  • 20 files changed
  • 9 contributors

Commits on Jul 29, 2023

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

Commits on Aug 1, 2023

  1. docs: Update README

    GitHub Actions Bot committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    224376c View commit details
    Browse the repository at this point in the history
  2. docs: add metadata for parser/processor (#17438)

    * docs: add metadata for parser/processor
    
    * Update docs/src/extend/custom-parsers.md
    
    Co-authored-by: Nicholas C. Zakas <nicholas@humanwhocodes.com>
    
    * review comments
    
    * rearrange `meta` object after `postprocess`
    
    ---------
    
    Co-authored-by: Nicholas C. Zakas <nicholas@humanwhocodes.com>
    JLHwung and nzakas authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    d743ed3 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. docs: update with "Specifying Parser Options" (#17435)

    * docs: update with "Specifying Parser Options"
    
    * docs : reapply lint
    
    * Update docs/src/use/configure/language-options.md
    
    * docs : reapply lint
    
    ---------
    
    Co-authored-by: Francesco Trotta <github@fasttime.org>
    Ryan-Dia and fasttime authored Aug 2, 2023
    Configuration menu
    Copy the full SHA
    2a92b6c View commit details
    Browse the repository at this point in the history
  2. docs: Update README

    GitHub Actions Bot committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    fcdc85d View commit details
    Browse the repository at this point in the history
  3. feat: update regex for methods with thisArg (#17439)

    * feat: update regex for methods with `thisArg`
    
    * rename regex constant
    fasttime authored Aug 2, 2023
    Configuration menu
    Copy the full SHA
    53d7508 View commit details
    Browse the repository at this point in the history
  4. docs: update require-unicode-regexp.md as following up #17402 (#17441)

    * docs: add `further_reading` links
    
    * docs: mention about `v`
    
    * Update docs/src/rules/require-unicode-regexp.md
    
    ---------
    
    Co-authored-by: Nicholas C. Zakas <nicholas@humanwhocodes.com>
    sosukesuzuki and nzakas authored Aug 2, 2023
    Configuration menu
    Copy the full SHA
    47a0859 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6b2410f View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. docs: Update README

    GitHub Actions Bot committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    a1635d6 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. docs: document lack of config file names (#17442)

    * docs: document lack of config file names
    
    * Update configuration-files-new.md
    
    * Update docs/src/use/configure/configuration-files-new.md
    
    Co-authored-by: Nicholas C. Zakas <nicholas@humanwhocodes.com>
    
    ---------
    
    Co-authored-by: Nicholas C. Zakas <nicholas@humanwhocodes.com>
    Zamiell and nzakas authored Aug 4, 2023
    Configuration menu
    Copy the full SHA
    a766a48 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. chore: standardize npm script names (#17431)

    * chore: standardize npm script names
    
    * chore: use `build:minify-images` instead of `minify:images`
    snitin315 authored Aug 7, 2023
    Configuration menu
    Copy the full SHA
    b066640 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

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

Commits on Aug 9, 2023

  1. fix: do not report on shadowed constructors in no-new-wrappers (#17447

    )
    
    * fix: do not report on shadowed constructors in `no-new-wrappers`
    
    * unit tests for undefined constructors
    fasttime authored Aug 9, 2023
    Configuration menu
    Copy the full SHA
    631648e View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. chore: package.json update for @eslint/js release

    ESLint Jenkins committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    0e45760 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf69aa6 View commit details
    Browse the repository at this point in the history
  3. Build: changelog update for 8.47.0

    ESLint Jenkins committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    928cecc View commit details
    Browse the repository at this point in the history
  4. 8.47.0

    ESLint Jenkins committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    98b155f View commit details
    Browse the repository at this point in the history
Loading