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.8.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.9.0
Choose a head ref
  • 16 commits
  • 95 files changed
  • 7 contributors

Commits on Dec 28, 2021

  1. chore: bump lint-staged from 12.1.3 to 12.1.4 (#4349)

    Bumps [lint-staged](https://github.com/okonet/lint-staged) from 12.1.3 to 12.1.4.
    - [Release notes](https://github.com/okonet/lint-staged/releases)
    - [Commits](lint-staged/lint-staged@v12.1.3...v12.1.4)
    
    ---
    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 Dec 28, 2021
    Configuration menu
    Copy the full SHA
    2f2cf73 View commit details
    Browse the repository at this point in the history
  2. chore: bump eslint-plugin-react from 7.27.1 to 7.28.0 (#4348)

    Bumps [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) from 7.27.1 to 7.28.0.
    - [Release notes](https://github.com/yannickcr/eslint-plugin-react/releases)
    - [Changelog](https://github.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md)
    - [Commits](jsx-eslint/eslint-plugin-react@v7.27.1...v7.28.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint-plugin-react
      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 Dec 28, 2021
    Configuration menu
    Copy the full SHA
    4d59ef0 View commit details
    Browse the repository at this point in the history
  3. chore: bump @types/react from 17.0.37 to 17.0.38 (#4356)

    Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 17.0.37 to 17.0.38.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/react"
      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 Dec 28, 2021
    Configuration menu
    Copy the full SHA
    f47c2ec View commit details
    Browse the repository at this point in the history
  4. chore: bump @types/react-helmet from 6.1.4 to 6.1.5 (#4357)

    Bumps [@types/react-helmet](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-helmet) from 6.1.4 to 6.1.5.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-helmet)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/react-helmet"
      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 Dec 28, 2021
    Configuration menu
    Copy the full SHA
    179c03d View commit details
    Browse the repository at this point in the history
  5. chore: bump @commitlint/config-conventional from 15.0.0 to 16.0.0 (#4358

    )
    
    Bumps [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) from 15.0.0 to 16.0.0.
    - [Release notes](https://github.com/conventional-changelog/commitlint/releases)
    - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-conventional/CHANGELOG.md)
    - [Commits](https://github.com/conventional-changelog/commitlint/commits/v16.0.0/@commitlint/config-conventional)
    
    ---
    updated-dependencies:
    - dependency-name: "@commitlint/config-conventional"
      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 Dec 28, 2021
    Configuration menu
    Copy the full SHA
    76167bc View commit details
    Browse the repository at this point in the history
  6. docs(website): correct potential infinite loop in ts ast viewer (#4354)

    * docs(website): correct potential infinite loop in ts ast viewer
    
    * docs(website): add guard against infinite loop to ts ast viewer
    
    * docs(website): correct linting
    
    * docs(website): correct tooltip generation for Symbol, Type and FlowNode
    armano2 authored Dec 28, 2021
    Configuration menu
    Copy the full SHA
    4bb55a2 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2021

  1. feat(experimental-utils): move isTypeReadonly from eslint-plugin to e…

    …xperimental-utils (#3658)
    
    Co-authored-by: Brad Zacher <brad.zacher@gmail.com>
    RebeccaStevens and bradzacher authored Dec 29, 2021
    Configuration menu
    Copy the full SHA
    a9eb0b9 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2021

  1. Configuration menu
    Copy the full SHA
    f8ad848 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4bf832e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    899ed4c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    13583e6 View commit details
    Browse the repository at this point in the history
  5. docs(eslint-plugin): mention constructor privacy limitation on no-use…

    …less-constructor (#4377)
    Josh Goldberg authored Dec 31, 2021
    Configuration menu
    Copy the full SHA
    f936349 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6acb4d6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ccee1a2 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2022

  1. chore: added missing implicit dependency on types to eslint-plugin (#…

    …4381)
    
    * fix: added missing implicit dependency on types to eslint-plugin
    
    * chore: move to typescript-estree
    Josh Goldberg authored Jan 2, 2022
    Configuration menu
    Copy the full SHA
    6ae200c View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2022

  1. chore: publish v5.9.0

    JamesHenry committed Jan 3, 2022
    Configuration menu
    Copy the full SHA
    8d710a0 View commit details
    Browse the repository at this point in the history
Loading