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.53.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: v5.54.0
Choose a head ref
  • 11 commits
  • 46 files changed
  • 7 contributors

Commits on Feb 20, 2023

  1. Configuration menu
    Copy the full SHA
    9b06e1a View commit details
    Browse the repository at this point in the history
  2. feat(eslint-plugin): [promise-function-async] check for promises in i…

    …mplicit return types (#6330)
    
    * [promise-function-async] Only allow unions in explicit return types
    
    When we return a union containing a promise from a function
    implicitly, it's often a mistake. This commit makes it so if the
    return type is explicit, any `Promise` in the return type (whether
    it's part of a union or not) will flag the function. If it is
    intentional, make the return type explicit.
    
    Fixes #6329
    
    * Refrain from renaming the type-util, instead add an optional fourth param.
    ericbf authored Feb 20, 2023
    Configuration menu
    Copy the full SHA
    de1e5ce View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2023

  1. fix(website): corect playground build issue (#6506)

    fix(website-eslint): playground eslint build issue
    armano2 authored Feb 21, 2023
    Configuration menu
    Copy the full SHA
    6aad7d3 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update probablyup/wait-for-netlify-action action to v3.4…

    ….0 (#6502)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Feb 21, 2023
    Configuration menu
    Copy the full SHA
    78235b6 View commit details
    Browse the repository at this point in the history
  3. chore(deps): update nx to v15.7.2 (#6507)

    * chore(deps): update nx to v15.7.2
    
    * chore: run nx migrate for @nrwl/workspace v15.7.2
    
    ---------
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: JamesHenry <james@henry.sc>
    renovate[bot] and JamesHenry authored Feb 21, 2023
    Configuration menu
    Copy the full SHA
    0e01254 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3122d6c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    94dff84 View commit details
    Browse the repository at this point in the history
  6. chore: hardcode v6 branch name in v6 canary publish (#6512)

    Not sure if this is why the job is being skipped.
    
    If this is the right fix, we'll want to update https://typescript-eslint.io/maintenance/releases#1-pre-release-preparation too.
    JoshuaKGoldberg authored Feb 21, 2023
    Configuration menu
    Copy the full SHA
    06b96ad View commit details
    Browse the repository at this point in the history
  7. fix(typescript-estree): check for relative/root paths in printing fil…

    …e path errors (#6491)
    
    * fix(typescript-estree): check for relative/root paths in printing file path errors
    
    * Missing slash in a test case
    
    * Update packages/typescript-estree/src/create-program/createProjectProgram.ts
    
    Co-authored-by: Armano <armano2@users.noreply.github.com>
    
    * Post-suggestion format
    
    ---------
    
    Co-authored-by: Armano <armano2@users.noreply.github.com>
    JoshuaKGoldberg and armano2 authored Feb 21, 2023
    Configuration menu
    Copy the full SHA
    dc14242 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4fbf0f0 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

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