-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Comparing changes
Open a pull request
base repository: typescript-eslint/typescript-eslint
base: v5.53.0
head repository: typescript-eslint/typescript-eslint
compare: v5.54.0
- 11 commits
- 46 files changed
- 7 contributors
Commits on Feb 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9b06e1a - Browse repository at this point
Copy the full SHA 9b06e1aView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for de1e5ce - Browse repository at this point
Copy the full SHA de1e5ceView commit details
Commits on Feb 21, 2023
-
fix(website): corect playground build issue (#6506)
fix(website-eslint): playground eslint build issue
Configuration menu - View commit details
-
Copy full SHA for 6aad7d3 - Browse repository at this point
Copy the full SHA 6aad7d3View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 78235b6 - Browse repository at this point
Copy the full SHA 78235b6View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 0e01254 - Browse repository at this point
Copy the full SHA 0e01254View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3122d6c - Browse repository at this point
Copy the full SHA 3122d6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 94dff84 - Browse repository at this point
Copy the full SHA 94dff84View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 06b96ad - Browse repository at this point
Copy the full SHA 06b96adView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for dc14242 - Browse repository at this point
Copy the full SHA dc14242View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4fbf0f0 - Browse repository at this point
Copy the full SHA 4fbf0f0View commit details
Commits on Feb 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 678ed41 - Browse repository at this point
Copy the full SHA 678ed41View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v5.53.0...v5.54.0