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.32.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.33.0
Choose a head ref
  • 17 commits
  • 26 files changed
  • 13 contributors

Commits on Jul 28, 2025

  1. build: use ESLint class to generate formatter examples (#19972)

    * build: use `ESLint` class to generate formatter examples
    
    * ignore `tools/generate-formatter-examples.js` in knip config
    mdjermanovic authored Jul 28, 2025
    Configuration menu
    Copy the full SHA
    27fa865 View commit details
    Browse the repository at this point in the history
  2. feat: support explicit resource management in one-var (#19941)

    * feat: support explicit resource management in `one-var`
    
    * chore: reverted unwanted formatting
    
    * docs: apply suggestions from code review
    
    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    
    * fix: correct autofix
    
    * chore: apply suggestions from code review
    
    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    
    * fix: update one-var rule type
    
    ---------
    
    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    SwetaTanwar and mdjermanovic authored Jul 28, 2025
    Configuration menu
    Copy the full SHA
    90b050e View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2025

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

Commits on Jul 31, 2025

  1. Configuration menu
    Copy the full SHA
    54920ed View commit details
    Browse the repository at this point in the history
  2. docs: Clarify when to open an issue for a PR (#19974)

    * docs: Clarify when to open an issue for a PR
    
    fixes #19922
    
    * Apply feedback
    
    * Update docs/src/contribute/pull-requests.md
    
    Co-authored-by: Amaresh  S M  <amareshsm13@gmail.com>
    
    ---------
    
    Co-authored-by: Amaresh  S M <amareshsm13@gmail.com>
    nzakas and amareshsm authored Jul 31, 2025
    Configuration menu
    Copy the full SHA
    fa20b9d View commit details
    Browse the repository at this point in the history
  3. feat: add global object access detection to no-restricted-globals (#1…

    …9939)
    
    * feat: add global object access detection to no-restricted-globals
    
    * fix ci
    
    * add tests
    
    * add self to default global objects
    
    * refactor
    sethamus authored Jul 31, 2025
    Configuration menu
    Copy the full SHA
    e07820e View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2025

  1. docs: Update README

    GitHub Actions Bot committed Aug 1, 2025
    Configuration menu
    Copy the full SHA
    0d17242 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2025

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

Commits on Aug 4, 2025

  1. docs: Update no-multi-assign.md (#19979)

    Update no-multi-assign.md
    
    fix: typo
    Yukinosuke-Takada authored Aug 4, 2025
    Configuration menu
    Copy the full SHA
    5a4b6f7 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2025

  1. docs: Update README

    GitHub Actions Bot committed Aug 5, 2025
    Configuration menu
    Copy the full SHA
    dc942a4 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2025

  1. docs: playground button for TypeScript code example (#19671)

    * docs: add plyground button for ts code example
    
    * send languageOptions with ts code
    
    * fix lint error
    Tanujkanti4441 authored Aug 7, 2025
    Configuration menu
    Copy the full SHA
    34f0723 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2025

  1. Configuration menu
    Copy the full SHA
    732433c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06a22f1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ad28371 View commit details
    Browse the repository at this point in the history
  4. chore: update dependency @eslint/js to v9.33.0 (#19998)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Aug 8, 2025
    Configuration menu
    Copy the full SHA
    4258046 View commit details
    Browse the repository at this point in the history
  5. Build: changelog update for 9.33.0

    Jenkins committed Aug 8, 2025
    Configuration menu
    Copy the full SHA
    9534b55 View commit details
    Browse the repository at this point in the history
  6. 9.33.0

    Jenkins committed Aug 8, 2025
    Configuration menu
    Copy the full SHA
    a90d7c4 View commit details
    Browse the repository at this point in the history
Loading