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.1.1
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.2.0
Choose a head ref
  • 13 commits
  • 27 files changed
  • 7 contributors

Commits on Apr 23, 2024

  1. docs: update to eslint v9 in custom-rule-tutorial (#18383)

    * docs: update rule tester options in custom-rule-tutorial
    
    Fixes #18382
    
    * chore: update examples
    
    * chore: update more places to eslint v9
    aladdin-add authored Apr 23, 2024
    Configuration menu
    Copy the full SHA
    f12a02c View commit details
    Browse the repository at this point in the history
  2. fix: do not throw when defining a global named __defineSetter__ (#18364)

    It replaced {} with `Object.create(null)` to avoid accessing
    properties on the Object prototype.
    
    fixes #18363
    aladdin-add authored Apr 23, 2024
    Configuration menu
    Copy the full SHA
    eeec413 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Configuration menu
    Copy the full SHA
    f316e20 View commit details
    Browse the repository at this point in the history
  2. docs: update wording regarding indirect eval (#18394)

    update doc on indirect eval
    kirkwaiblinger authored Apr 25, 2024
    Configuration menu
    Copy the full SHA
    1579ce0 View commit details
    Browse the repository at this point in the history
  3. feat: update Unicode letter detection in capitalized-comments rule (#…

    …18375)
    
    * feat: simplify `LETTER_PATTERN` regexp
    
    * check characters beyond U+FFFF
    fasttime authored Apr 25, 2024
    Configuration menu
    Copy the full SHA
    a498f35 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. feat: no-case-declarations add suggestions (#18388)

    * feat: `no-case-declarations` add suggestions
    
    * Add extra test case for declared identifiers
    JoshuaKGoldberg authored Apr 26, 2024
    1 Configuration menu
    Copy the full SHA
    8485d76 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2024

  1. chore: remove eslintrc export from eslint-config-eslint (#18400)

    * chore: remove eslintrc export from eslint-config-eslint
    
    * updates to make the project lint-free when .eslintrc.js is used
    
    * try to fix knip error
    
    * ignore knip error
    
    * remove eslint plugins from knip ignore
    mdjermanovic authored Apr 27, 2024
    1 Configuration menu
    Copy the full SHA
    347d44f View commit details
    Browse the repository at this point in the history
  2. docs: Update README

    GitHub Actions Bot committed Apr 27, 2024
    1 Configuration menu
    Copy the full SHA
    0f5df50 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

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

Commits on May 3, 2024

  1. 1 Configuration menu
    Copy the full SHA
    c4c18e0 View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    b346605 View commit details
    Browse the repository at this point in the history
  3. Build: changelog update for 9.2.0

    Jenkins committed May 3, 2024
    1 Configuration menu
    Copy the full SHA
    989ac9d View commit details
    Browse the repository at this point in the history
  4. 9.2.0

    Jenkins committed May 3, 2024
    1 Configuration menu
    Copy the full SHA
    271e7ab View commit details
    Browse the repository at this point in the history
Loading