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: typescript-eslint/typescript-eslint
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.38.1
Choose a base ref
...
head repository: typescript-eslint/typescript-eslint
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.39.0
Choose a head ref
  • 7 commits
  • 55 files changed
  • 8 contributors

Commits on Sep 28, 2022

  1. chore(website): Enable react-hooks exhaustive deps rules (#5663)

    * enable rules
    
    * fix warnings
    
    * add missing dependencies
    
    * fix infinite rerenders
    
    * fix expansion of tree items
    amorimr authored Sep 28, 2022
    Configuration menu
    Copy the full SHA
    fab9974 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2022

  1. chore: update contributors (#5700)

    Co-authored-by: typescript-eslint[bot] <typescript-eslint[bot]@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    c8d5cd2 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2022

  1. Configuration menu
    Copy the full SHA
    5adf7bd View commit details
    Browse the repository at this point in the history
  2. feat(eslint-plugin): allow using void as a default type for a generic…

    … argument if allowInGenericTypeArguments is specified (#5671)
    
    * feat: allow using void as a default type for a generic argument
    
    * test: allow using void as a default type for a generic argument
    
    * fix: build error
    
    * fix: replace any
    
    * test: remove duplicate error
    
    * fix: report invalidVoidNotReturnOrGeneric only one time
    
    * Update packages/eslint-plugin/src/rules/no-invalid-void-type.ts
    
    Co-authored-by: Josh Goldberg <git@joshuakgoldberg.com>
    
    * Update packages/eslint-plugin/src/rules/no-invalid-void-type.ts
    
    Co-authored-by: Josh Goldberg <git@joshuakgoldberg.com>
    
    * fix: rename function name
    
    * refactor: delete isTSTypeParameter and inline
    
    * refactor: checkDefaultVoid
    
    Co-authored-by: Josh Goldberg <git@joshuakgoldberg.com>
    kazizi55 and JoshuaKGoldberg authored Oct 2, 2022
    Configuration menu
    Copy the full SHA
    bb46ef0 View commit details
    Browse the repository at this point in the history
  3. docs: Audit and streamline CONTRIBUTING.md (#5595)

    * docs: Audit and streamline CONTRIBUTING.md
    
    * Update CONTRIBUTING.md
    
    Co-authored-by: Josh Goldberg <git@joshuakgoldberg.com>
    Co-authored-by: Josh Goldberg <me@joshuakgoldberg.com>
    3 people authored Oct 2, 2022
    Configuration menu
    Copy the full SHA
    3b8bca6 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2022

  1. chore: update sponsors (#5721)

    Co-authored-by: typescript-eslint[bot] <typescript-eslint[bot]@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    673f44f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    556b71f View commit details
    Browse the repository at this point in the history
Loading