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.30.6
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.30.7
Choose a head ref
  • 10 commits
  • 44 files changed
  • 6 contributors

Commits on Jul 15, 2022

  1. chore: Bump clsx from 1.2.0 to 1.2.1 (#5334)

    Bumps [clsx](https://github.com/lukeed/clsx) from 1.2.0 to 1.2.1.
    - [Release notes](https://github.com/lukeed/clsx/releases)
    - [Commits](lukeed/clsx@v1.2.0...v1.2.1)
    
    ---
    updated-dependencies:
    - dependency-name: clsx
      dependency-type: direct:production
      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 Jul 15, 2022
    Configuration menu
    Copy the full SHA
    3628a9b View commit details
    Browse the repository at this point in the history
  2. chore: Bump @microsoft/api-extractor from 7.28.3 to 7.28.4 (#5336)

    Bumps [@microsoft/api-extractor](https://github.com/microsoft/rushstack/tree/HEAD/apps/api-extractor) from 7.28.3 to 7.28.4.
    - [Release notes](https://github.com/microsoft/rushstack/releases)
    - [Changelog](https://github.com/microsoft/rushstack/blob/main/apps/api-extractor/CHANGELOG.md)
    - [Commits](https://github.com/microsoft/rushstack/commits/@microsoft/api-extractor_v7.28.4/apps/api-extractor)
    
    ---
    updated-dependencies:
    - dependency-name: "@microsoft/api-extractor"
      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 Jul 15, 2022
    Configuration menu
    Copy the full SHA
    1edccda View commit details
    Browse the repository at this point in the history
  3. chore: Bump lerna from 5.1.6 to 5.1.8 (#5333)

    Bumps [lerna](https://github.com/lerna/lerna/tree/HEAD/core/lerna) from 5.1.6 to 5.1.8.
    - [Release notes](https://github.com/lerna/lerna/releases)
    - [Changelog](https://github.com/lerna/lerna/blob/main/core/lerna/CHANGELOG.md)
    - [Commits](https://github.com/lerna/lerna/commits/v5.1.8/core/lerna)
    
    ---
    updated-dependencies:
    - dependency-name: lerna
      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 Jul 15, 2022
    Configuration menu
    Copy the full SHA
    415b1d9 View commit details
    Browse the repository at this point in the history
  4. chore: Bump @babel/types from 7.18.7 to 7.18.8 (#5335)

    Bumps [@babel/types](https://github.com/babel/babel/tree/HEAD/packages/babel-types) from 7.18.7 to 7.18.8.
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.18.8/packages/babel-types)
    
    ---
    updated-dependencies:
    - dependency-name: "@babel/types"
      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 Jul 15, 2022
    Configuration menu
    Copy the full SHA
    4138b0d View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2022

  1. Configuration menu
    Copy the full SHA
    c3f199a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2846a1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4ba9bdb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9ed8fe3 View commit details
    Browse the repository at this point in the history
  5. fix(eslint-plugin): [no-inferrable] fix optional param to valid code (#…

    …5342)
    
    * fix(eslint-plugin): [no-inferrable] fix optional param to valid code
    
    * Add definite assignment
    Josh-Cena authored Jul 18, 2022
    Configuration menu
    Copy the full SHA
    98f6d5e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    557ce04 View commit details
    Browse the repository at this point in the history
Loading