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

Commits on Apr 8, 2023

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

Commits on Apr 9, 2023

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

Commits on Apr 11, 2023

  1. docs: Update README

    GitHub Actions Bot committed Apr 11, 2023
    1 Configuration menu
    Copy the full SHA
    6d8bffd View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    eac4943 View commit details
    Browse the repository at this point in the history
  3. chore: Add request for minimal repro to bug report (#17081)

    * chore: Add request for minimal repro to bug report
    
    * Update .github/ISSUE_TEMPLATE/bug-report.yml
    
    * Update .github/ISSUE_TEMPLATE/bug-report.yml
    nzakas authored Apr 11, 2023
    1 Configuration menu
    Copy the full SHA
    07a4435 View commit details
    Browse the repository at this point in the history
  4. perf: Binary search in token store utils.search (#17066)

    * perf: Binary search in token store `utils.search`
    
    * Use `Math.trunc`
    
    * Switch back to `| 0`, inline `getStartLocation`
    fasttime authored Apr 11, 2023
    1 Configuration menu
    Copy the full SHA
    9d1b8fc View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. 1 Configuration menu
    Copy the full SHA
    970ef1c View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    1fea279 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. ci: run tests on Node.js v20 (#17093)

    * ci: run tests on Node.js v20
    
    * ci: add node v17 & v19
    snitin315 authored Apr 19, 2023
    Configuration menu
    Copy the full SHA
    f57eff2 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

  1. docs: Custom Rules cleanup/expansion (#16906)

    * Start copy edits
    
    * redo page IA
    
    * copy edits
    
    * copy edits
    
    * Apply suggestions from code review
    
    Co-authored-by: Nicholas C. Zakas <nicholas@humanwhocodes.com>
    Co-authored-by: Nitin Kumar <snitin315@gmail.com>
    
    * shebang guidance
    
    * reconcile changeS
    
    * Apply suggestions from code review
    
    Co-authored-by: Nitin Kumar <snitin315@gmail.com>
    
    * Apply suggestions from code review
    
    * fix broken inline links
    
    * highlighting for types
    
    * Apply suggestions from code review
    
    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    Co-authored-by: Nitin Kumar <snitin315@gmail.com>
    
    * implement MD feedback
    
    * Apply suggestions from code review
    
    Co-authored-by: Nicholas C. Zakas <nicholas@humanwhocodes.com>
    
    * implement MD feedback
    
    * Update docs/src/extend/custom-rules.md
    
    Co-authored-by: Nitin Kumar <snitin315@gmail.com>
    
    ---------
    
    Co-authored-by: Nicholas C. Zakas <nicholas@humanwhocodes.com>
    Co-authored-by: Nitin Kumar <snitin315@gmail.com>
    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    4 people authored Apr 20, 2023
    1 Configuration menu
    Copy the full SHA
    d8e9887 View commit details
    Browse the repository at this point in the history
  2. feat: Implement SourceCode#markVariableAsUsed() (#17086)

    * feat: Implement `SourceCode#markVariableAsUsed()`
    
    Implements `SourceCode#markVariableAsUsed()` while leaving
    `context.markVariableAsUsed()` alone.
    
    Refs #16999
    
    * Refactor markVariableAsUsed
    
    * Finish refactor
    
    * Update docs/src/extend/custom-rules.md
    
    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    
    * Update docs/src/extend/custom-rules.md
    
    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    
    * Update docs/src/extend/custom-rules.md
    
    * Update logic to eliminate scopeManager dependency
    
    * Update docs/src/extend/custom-rules.md
    
    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    
    * Fix lint errors
    
    ---------
    
    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    nzakas and mdjermanovic authored Apr 20, 2023
    1 Configuration menu
    Copy the full SHA
    3f7af9f View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2023

  1. docs: Update README

    GitHub Actions Bot committed Apr 21, 2023
    1 Configuration menu
    Copy the full SHA
    4ee92e5 View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    6987dc5 View commit details
    Browse the repository at this point in the history
  3. chore: package.json update for @eslint/js release

    ESLint Jenkins committed Apr 21, 2023
    1 Configuration menu
    Copy the full SHA
    d5ba5c0 View commit details
    Browse the repository at this point in the history
  4. 1 Configuration menu
    Copy the full SHA
    60a6f26 View commit details
    Browse the repository at this point in the history
  5. Build: changelog update for 8.39.0

    ESLint Jenkins committed Apr 21, 2023
    1 Configuration menu
    Copy the full SHA
    94ff9eb View commit details
    Browse the repository at this point in the history
  6. 8.39.0

    ESLint Jenkins committed Apr 21, 2023
    1 Configuration menu
    Copy the full SHA
    560e812 View commit details
    Browse the repository at this point in the history
Loading