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.40.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.41.0
Choose a head ref
  • 8 commits
  • 47 files changed
  • 7 contributors

Commits on Oct 19, 2022

  1. feat(eslint-plugin): add no-unsafe-declaration-merging (#5840)

    * feat(eslint-plugin): add no-unsafe-declaration-merging
    
    * Apply reviews
    
    * fix
    
    * Apply suggestions from code review
    
    Co-authored-by: Josh Goldberg <git@joshuakgoldberg.com>
    yeonjuan and JoshuaKGoldberg authored Oct 19, 2022
    Configuration menu
    Copy the full SHA
    3728031 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    733b359 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2022

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

Commits on Oct 24, 2022

  1. Configuration menu
    Copy the full SHA
    fe80a43 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    96e1c6c View commit details
    Browse the repository at this point in the history
  3. feat(eslint-plugin): [no-unsafe-declaration-merging] switch to use sc…

    …ope analysis instead of type information (#5865)
    bradzacher authored Oct 24, 2022
    Configuration menu
    Copy the full SHA
    e70a10a View commit details
    Browse the repository at this point in the history
  4. fix(type-utils): prevent stack overflow in isTypeReadonly (#5860)

    fix(eslint-plugin): isTypeReadonly stack overflow (#4476)
    
    Co-authored-by: Josh Goldberg <git@joshuakgoldberg.com>
    sviat9440 and JoshuaKGoldberg authored Oct 24, 2022
    Configuration menu
    Copy the full SHA
    a6d8f7e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9eea5f4 View commit details
    Browse the repository at this point in the history
Loading