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.10.2
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.11.0
Choose a head ref
  • 10 commits
  • 43 files changed
  • 7 contributors

Commits on Jan 31, 2022

  1. chore: bump json-schema from 0.2.3 to 0.4.0 (#4496)

    Bumps [json-schema](https://github.com/kriszyp/json-schema) from 0.2.3 to 0.4.0.
    - [Release notes](https://github.com/kriszyp/json-schema/releases)
    - [Commits](kriszyp/json-schema@v0.2.3...v0.4.0)
    
    ---
    updated-dependencies:
    - dependency-name: json-schema
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 31, 2022
    Configuration menu
    Copy the full SHA
    63c5aff View commit details
    Browse the repository at this point in the history
  2. chore: bump rollup from 2.66.0 to 2.66.1 (#4499)

    Bumps [rollup](https://github.com/rollup/rollup) from 2.66.0 to 2.66.1.
    - [Release notes](https://github.com/rollup/rollup/releases)
    - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
    - [Commits](rollup/rollup@v2.66.0...v2.66.1)
    
    ---
    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 Jan 31, 2022
    Configuration menu
    Copy the full SHA
    b40bc6b View commit details
    Browse the repository at this point in the history
  3. chore: bump eslint-plugin-jest from 25.7.0 to 26.0.0 (#4498)

    Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 25.7.0 to 26.0.0.
    - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases)
    - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md)
    - [Commits](jest-community/eslint-plugin-jest@v25.7.0...v26.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint-plugin-jest
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 31, 2022
    Configuration menu
    Copy the full SHA
    4ef6941 View commit details
    Browse the repository at this point in the history
  4. chore: bump lint-staged from 12.3.1 to 12.3.2 (#4497)

    Bumps [lint-staged](https://github.com/okonet/lint-staged) from 12.3.1 to 12.3.2.
    - [Release notes](https://github.com/okonet/lint-staged/releases)
    - [Commits](lint-staged/lint-staged@v12.3.1...v12.3.2)
    
    ---
    updated-dependencies:
    - dependency-name: lint-staged
      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 Jan 31, 2022
    Configuration menu
    Copy the full SHA
    a2bd048 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2022

  1. feat(eslint-plugin): [explicit-function-return-type] add allowedNames (

    …#4440)
    
    * feat(eslint-plugin): [explicit-function-return-type] add allowedNames option
    
    * feat(eslint-plugin): [explicit-function-return-type] afix typecheck
    
    * Update packages/eslint-plugin/src/rules/explicit-function-return-type.ts
    
    Co-authored-by: Josh Goldberg <me@joshuakgoldberg.com>
    
    * feat(eslint-plugin): [explicit-function-return-type] Change to allowedNames to work for object properties and class methods
    
    * feat(eslint-plugin): [explicit-function-return-type] Change to allowedNames to work for object properties and class methods
    
    * fix(eslint-plugin): [explicit-function-return-type] fix for codecov
    
    * fix(eslint-plugin): [explicit-function-return-type] add test
    
    * fix(eslint-plugin): [explicit-function-return-type] add test
    
    * fix(eslint-plugin): [explicit-function-return-type] fix for codecov
    
    * fix(eslint-plugin): [explicit-function-return-type] Change allowedName to not ignore computed property
    
    Co-authored-by: Josh Goldberg <me@joshuakgoldberg.com>
    Co-authored-by: Josh Goldberg <joshuakgoldberg@outlook.com>
    3 people authored Feb 2, 2022
    Configuration menu
    Copy the full SHA
    936e252 View commit details
    Browse the repository at this point in the history
  2. chore: docusaurus@2.0.0-beta.15 (#4488)

    * chore: docusaurus@2.0.0-beta.15
    
    * chore: add missing website package dependency
    Josh Goldberg authored Feb 2, 2022
    Configuration menu
    Copy the full SHA
    63fbbaa View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2022

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

Commits on Feb 5, 2022

  1. fix(eslint-plugin): [non-nullable-type-assertion-style] fix false pos…

    …itive when asserting to a generic type that might be nullish (#4509)
    djcsdy authored Feb 5, 2022
    Configuration menu
    Copy the full SHA
    4209362 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2022

  1. Configuration menu
    Copy the full SHA
    b95f796 View commit details
    Browse the repository at this point in the history
  2. chore: publish v5.11.0

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