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.60.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.61.0
Choose a head ref
  • 5 commits
  • 71 files changed
  • 6 contributors

Commits on Jun 28, 2023

  1. Configuration menu
    Copy the full SHA
    faea3ff View commit details
    Browse the repository at this point in the history
  2. feat(eslint-plugin): [ban-types] ban types in extends and implements (#…

    …7129)
    
    * test(eslint-plugin): add test for banning types when using intersections
    
    * feat(eslint-plugin): ban certain types to be extended from
    Haberkamp authored Jun 28, 2023
    Configuration menu
    Copy the full SHA
    997783f View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. chore: update sponsors (#7132)

    Co-authored-by: typescript-eslint[bot] <typescript-eslint[bot]@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    97abdbc View commit details
    Browse the repository at this point in the history
  2. feat: support TypeScript 5.1 (#7088)

    * feat: support TypeScript 5.1
    
    * Re-apply patch-package typescript
    
    * jsx: preserve in ast-spec
    
    * Added component-dashed fixture
    
    * Rename to avoid global naming conflict
    
    * chore: only run website tests on non-forks
    
    * chore: only run website tests on non-forks
    
    * Updated ast-spec snapshots
    
    * Let's try --runInBand
    
    * How about some logging
    
    * --verbose
    
    * Skip parse.moduleResolver.+ tests in Node 14
    
    * map of undefined
    
    * more logging on process version
    
    * Remove jest.config.js shenanigans
    
    * Remove --frozen-lockfile for now
    
    * Mention ts version in jest.config.js
    
    * Split placeholder-error in twain
    
    * Try a .skip
    
    * Revert "Try a .skip"
    
    This reverts commit 0b4eb19.
    
    * Heck, let's try Node 20
    
    * Revert "Heck, let's try Node 20"
    
    This reverts commit c6f949b.
    
    * skipLibCheck and strict
    
    * Undid some changes, for 5.1.3 again
    
    * Used new resolution courtesy of Jake
    
    * Corrected TypeScript patching and resolution
    
    * Fix packages/website/tsconfig.json module
    
    * 5.1.6
    
    * Recreated patch-package typescript
    
    ---------
    
    Co-authored-by: “JamesHenry” <james@henry.sc>
    JoshuaKGoldberg and JamesHenry authored Jun 30, 2023
    Configuration menu
    Copy the full SHA
    4bf2d73 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

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