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.12.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.13.0
Choose a head ref
  • 12 commits
  • 63 files changed
  • 9 contributors

Commits on Feb 22, 2022

  1. chore: bump rollup from 2.67.2 to 2.67.3 (#4578)

    Bumps [rollup](https://github.com/rollup/rollup) from 2.67.2 to 2.67.3.
    - [Release notes](https://github.com/rollup/rollup/releases)
    - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
    - [Commits](rollup/rollup@v2.67.2...v2.67.3)
    
    ---
    updated-dependencies:
    - dependency-name: rollup
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 22, 2022
    Configuration menu
    Copy the full SHA
    4dcf1ba View commit details
    Browse the repository at this point in the history
  2. chore: bump webpack from 5.69.0 to 5.69.1 (#4579)

    Bumps [webpack](https://github.com/webpack/webpack) from 5.69.0 to 5.69.1.
    - [Release notes](https://github.com/webpack/webpack/releases)
    - [Commits](webpack/webpack@v5.69.0...v5.69.1)
    
    ---
    updated-dependencies:
    - dependency-name: webpack
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 22, 2022
    Configuration menu
    Copy the full SHA
    0c63f26 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2022

  1. Configuration menu
    Copy the full SHA
    f106e4b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63d051e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    823b945 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2022

  1. Configuration menu
    Copy the full SHA
    66501d6 View commit details
    Browse the repository at this point in the history
  2. feat(eslint-plugin): add extension rule space-before-blocks (#1606) (

    …#4184)
    
    Co-authored-by: Josh Goldberg <me@joshuakgoldberg.com>
    FDIM and JoshuaKGoldberg authored Feb 24, 2022
    Configuration menu
    Copy the full SHA
    208b6d0 View commit details
    Browse the repository at this point in the history
  3. feat(eslint-plugin): added member group support to member-ordering ru…

    …le (#4538)
    
    * feat(eslint-plugin): added member group support to member-ordering rule
    
    * test(eslint-plugin): added more test cases for member-ordering
    
    * test(eslint-plugin): added more test cases for member-ordering
    
    Co-authored-by: Josh Goldberg <me@joshuakgoldberg.com>
    grabofus and JoshuaKGoldberg authored Feb 24, 2022
    Configuration menu
    Copy the full SHA
    6afcaea View commit details
    Browse the repository at this point in the history
  4. fix(eslint-plugin): [sort-type-union-intersection-members] Wrap the c…

    …onstructorType in parentheses (#4590)
    
    Co-authored-by: Josh Goldberg <me@joshuakgoldberg.com>
    islandryu and JoshuaKGoldberg authored Feb 24, 2022
    Configuration menu
    Copy the full SHA
    851bb90 View commit details
    Browse the repository at this point in the history
  5. feat(eslint-plugin): [no-misused-promises] check more places for chec…

    …ksVoidReturn (#4541)
    
    * refactor(eslint-plugin): create isVoidReturningFunctionType
    
    * feat(eslint-plugin): add checkAssignments and checkVariableDeclaration
    
    * test(eslint-plugin): add valid test cases
    
    * feat(eslint-plugin): add object property checks
    
    * feat(eslint-plugin): add checkReturnStatements
    
    * feat(eslint-plugin): add checkJSXAttributes
    
    * fix(website): resolve newly introduced lint errors
    
    * test(eslint-plugin): worship code coverage
    
    * Apply suggestions from code review
    
    Co-authored-by: Josh Goldberg <me@joshuakgoldberg.com>
    
    * fix(eslint-plugin): rename checker functions to singular
    
    * fix(eslint-plugin): align error messages
    
    * refactor(eslint-plugin): change MessageId
    
    * refactor(eslint-plugin): fix if statements style
    
    * refactor(eslint-plugin): no need of getTypeAtLocation
    
    * refactor(eslint-plugin): make coverage 100%
    
    * refactor(eslint-plugin): update comment
    
    Co-authored-by: Josh Goldberg <me@joshuakgoldberg.com>
    uhyo and JoshuaKGoldberg authored Feb 24, 2022
    Configuration menu
    Copy the full SHA
    052cf51 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2022

  1. Update README.md (#4592)

    xuchaobei authored Feb 25, 2022
    Configuration menu
    Copy the full SHA
    4aefecc View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2022

  1. chore: publish v5.13.0

    JamesHenry committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    9d47a8b View commit details
    Browse the repository at this point in the history
Loading