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: v8.7.0
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: v8.8.0
Choose a head ref
  • 18 commits
  • 96 files changed
  • 13 contributors

Commits on Sep 24, 2024

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

Commits on Sep 25, 2024

  1. Configuration menu
    Copy the full SHA
    b6f4b2f View commit details
    Browse the repository at this point in the history
  2. fix(eslint-plugin): [no-unnecessary-template-expression] should under…

    …line template syntax with squiggly lines (#10044)
    
    * fix no-unnecessary-template-expression to include template syntax with a squiggly
    
    * Update packages/eslint-plugin/src/rules/no-unnecessary-template-expression.ts
    
    Co-authored-by: Kirk Waiblinger <kirk.waiblinger@gmail.com>
    
    * Update packages/eslint-plugin/src/rules/no-unnecessary-template-expression.ts
    
    Co-authored-by: Kirk Waiblinger <kirk.waiblinger@gmail.com>
    
    ---------
    
    Co-authored-by: Kirk Waiblinger <kirk.waiblinger@gmail.com>
    ronami and kirkwaiblinger authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    6dbf234 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. chore: update sponsors (#10062)

    Co-authored-by: typescript-eslint[bot] <typescript-eslint[bot]@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    dda8eba View commit details
    Browse the repository at this point in the history
  2. docs(website): open in playground button should not cover text (#10019)

    * style: increase padding-bottom to prevent overlap
    
    * Revert "style: increase padding-bottom to prevent overlap"
    
    This reverts commit 8599287.
    
    * fix : add padding bottom only when playground button is visible
    
    * Revert "fix : add padding bottom only when playground button is visible"
    
    This reverts commit 492c3c1.
    
    * fix : Increase the padding if the length of the last line of code exceeds 50 characters.
    
    This reverts commit 492c3c1.
    
    * fix : add padding when codeblocks has playground button
    mdm317 authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    d50b97f View commit details
    Browse the repository at this point in the history
  3. docs: [prefer-literal-enum-member] fix bad examples (#10035)

    * docs: [prefer-literal-enum-members] fix bad examples
    
    * Update packages/eslint-plugin/docs/rules/prefer-literal-enum-member.mdx
    
    Co-authored-by: Josh Goldberg ✨ <git@joshuakgoldberg.com>
    
    * snapshots
    
    ---------
    
    Co-authored-by: Josh Goldberg ✨ <git@joshuakgoldberg.com>
    kirkwaiblinger and JoshuaKGoldberg authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    ced951b View commit details
    Browse the repository at this point in the history
  4. fix(type-utils): check for type parameters on `isBuiltinSymbolLikeRec…

    …urser()` (#10026)
    
    * check type parameter on isBuiltinSymbolLikeRecurser
    
    * basic tests
    
    * use tsutils.isTypeParameter() instead of type.isTypeParameter()
    ronami authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    94c5484 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2024

  1. Configuration menu
    Copy the full SHA
    53650c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a216fe View commit details
    Browse the repository at this point in the history
  3. fix(eslint-plugin): [no-misused-promises] check contextual type (#10042)

    * fix(eslint-plugin): [no-misused-promises] check contextual type
    
    * fix
    
    * apply review
    
    * remove comment
    yeonjuan authored Sep 29, 2024
    Configuration menu
    Copy the full SHA
    b36d524 View commit details
    Browse the repository at this point in the history
  4. chore(deps): update dependency esbuild to ~0.24.0 (#10073)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Sep 29, 2024
    Configuration menu
    Copy the full SHA
    032918a View commit details
    Browse the repository at this point in the history
  5. feat(eslint-plugin): [no-unnecessary-condition] add checkTypePredicat…

    …es (#10009)
    
    * [no-unnecessary-condition]: add checkTruthinessAssertions
    
    * test -u
    
    * change internal reports
    
    * added some coverage
    
    * hugely simplify
    
    * uge
    
    * yooj
    
    * changes
    
    * some changes
    
    * test changes
    
    * finishing touches
    
    * snapshots
    
    * fixup
    
    * remove type predicate
    kirkwaiblinger authored Sep 29, 2024
    Configuration menu
    Copy the full SHA
    a916ff2 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Configuration menu
    Copy the full SHA
    6ce66b5 View commit details
    Browse the repository at this point in the history
  2. fix(eslint-plugin): [prefer-literal-enum-member] allow nested bitwise…

    … operations (#10037)
    
    * fix(eslint-plugin): [prefer-literal-enum-member] allow nested bitwise operations
    
    * tweak things slightly
    
    * move comment
    kirkwaiblinger authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    977e0a1 View commit details
    Browse the repository at this point in the history
  3. docs: [no-unsafe-enum-comparison] clarify motivation and applicability (

    #10029)
    
    Co-authored-by: Josh Goldberg ✨ <git@joshuakgoldberg.com>
    kirkwaiblinger and JoshuaKGoldberg authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    9028d9d View commit details
    Browse the repository at this point in the history
  4. docs: add 'Typed Linting' blog post (#10025)

    * docs: add 'Typed Linting' blog post
    
    * fix: /getting-started/linting-with-type-information
    
    * fix tags
    
    * Maybe better explain type information...
    
    * more touchups
    
    * tuples
    
    * nit: traditional 'JS' rules
    
    * Apply suggestions from code review
    
    Co-authored-by: Kirk Waiblinger <kirk.waiblinger@gmail.com>
    
    * mention: reliable
    
    ---------
    
    Co-authored-by: Kirk Waiblinger <kirk.waiblinger@gmail.com>
    JoshuaKGoldberg and kirkwaiblinger authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    16f4d90 View commit details
    Browse the repository at this point in the history
  5. feat(eslint-plugin): [return-await] check for-await loop iteree (#10008)

    * check for-await loop iteree
    
    * test fixup
    
    * better docs and stuff
    
    * tweak
    
    * change comment
    
    * await=true
    
    Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
    
    * type and remove unnecessary condition
    
    * Use Josh Cena's writeup instead
    
    Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
    
    * snapshot
    
    * cov
    
    ---------
    
    Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
    kirkwaiblinger and Josh-Cena authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    b121bd9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2055cfb View commit details
    Browse the repository at this point in the history
Loading