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: v6.4.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: v6.5.0
Choose a head ref
  • 14 commits
  • 111 files changed
  • 7 contributors

Commits on Aug 22, 2023

  1. chore(deps): update dependency stylelint to v15.10.3 (#7517)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Aug 22, 2023
    1 Configuration menu
    Copy the full SHA
    5ee1dfe View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency @types/lodash to v4.14.197 (#7511)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Aug 22, 2023
    1 Configuration menu
    Copy the full SHA
    3337eb6 View commit details
    Browse the repository at this point in the history
  3. 1 Configuration menu
    Copy the full SHA
    581f304 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. chore(deps): update dependency cspell to v7 (#7496)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Aug 24, 2023
    1 Configuration menu
    Copy the full SHA
    11987e7 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency eslint-plugin-import to v2.28.1 (#7522)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Aug 24, 2023
    1 Configuration menu
    Copy the full SHA
    946d6f0 View commit details
    Browse the repository at this point in the history
  3. chore(deps): update dependency lint-staged to v14 (#7497)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Aug 24, 2023
    1 Configuration menu
    Copy the full SHA
    07a1a65 View commit details
    Browse the repository at this point in the history
  4. chore(deps): update dependency ts-api-utils to v1.0.2 (#7523)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Aug 24, 2023
    1 Configuration menu
    Copy the full SHA
    ab70c6b View commit details
    Browse the repository at this point in the history
  5. chore(deps): update dependency @types/node to v20.5.1 (#7520)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Aug 24, 2023
    1 Configuration menu
    Copy the full SHA
    4a11558 View commit details
    Browse the repository at this point in the history
  6. chore(deps): update yarn to v3.6.2 (#7512)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Aug 24, 2023
    1 Configuration menu
    Copy the full SHA
    9dcc1d1 View commit details
    Browse the repository at this point in the history
  7. 1 Configuration menu
    Copy the full SHA
    c11e05c View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. feat: bump supported TS version to 5.2 (#7535)

    * feat: bump supported TS version to 5.2
    
    * lint fix generated code
    bradzacher authored Aug 25, 2023
    1 Configuration menu
    Copy the full SHA
    f18c88d View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2023

  1. docs: add info for no-extra-semi (#7330)

    * fix: blog typo
    
    * Update packages/website/blog/2023-07-09-announcing-typescript-eslint-v6.md
    
    Co-authored-by: Josh Goldberg ✨ <git@joshuakgoldberg.com>
    
    * Update packages/website/blog/2023-07-09-announcing-typescript-eslint-v6.md
    
    Co-authored-by: Josh Goldberg ✨ <git@joshuakgoldberg.com>
    
    * Update 2023-07-09-announcing-typescript-eslint-v6.md
    
    * Update 2023-07-09-announcing-typescript-eslint-v6.md
    
    * Update packages/website/blog/2023-07-09-announcing-typescript-eslint-v6.md
    
    * docs: add AST info
    
    * fix: remove other pr
    
    * Update packages/eslint-plugin/docs/rules/no-extra-semi.md
    
    Co-authored-by: Brad Zacher <brad.zacher@gmail.com>
    
    ---------
    
    Co-authored-by: Josh Goldberg ✨ <git@joshuakgoldberg.com>
    Co-authored-by: Brad Zacher <brad.zacher@gmail.com>
    3 people authored Aug 26, 2023
    1 Configuration menu
    Copy the full SHA
    85f34da View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2023

  1. fix(eslint-plugin): [consistent-type-assertions] wrap object return v…

    …alue with parentheses (#6885)
    
    * fix(eslint-plugin): [consistent-type-assertions] wrap object return value with parentheses
    
    * use getWrappingFixer
    
    * fix
    
    * fix
    
    * fix
    
    * fix
    
    * update getOperatorPrecedence
    
    * use precedence to wrap node in parens
    
    * Fix up post-merge
    
    * lint --fix
    
    * remove comment
    
    * Remove post-merge artifact
    
    ---------
    
    Co-authored-by: Josh Goldberg <git@joshuakgoldberg.com>
    dora1998 and JoshuaKGoldberg authored Aug 27, 2023
    1 Configuration menu
    Copy the full SHA
    23ac499 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

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