Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.8k
Comparing changes
Open a pull request
base repository:typescript-eslint/typescript-eslint
Uh oh!
There was an error while loading.Please reload this page.
base:v5.53.0
head repository:typescript-eslint/typescript-eslint
Uh oh!
There was an error while loading.Please reload this page.
compare:v5.54.0
- 11commits
- 46files changed
- 7contributors
Commits on Feb 20, 2023
- JamesHenry authored
Feb 20, 2023 feat(eslint-plugin): [promise-function-async] check for promises in i…
…mplicit return types (#6330)* [promise-function-async] Only allow unions in explicit return typesWhen we return a union containing a promise from a functionimplicitly, it's often a mistake. This commit makes it so if thereturn type is explicit, any `Promise` in the return type (whetherit's part of a union or not) will flag the function. If it isintentional, make the return type explicit.Fixes#6329* Refrain from renaming the type-util, instead add an optional fourth param.
ericbf authoredFeb 20, 2023
Commits on Feb 21, 2023
fix(website): corect playground build issue (#6506)
fix(website-eslint): playground eslint build issue
armano2 authoredFeb 21, 2023 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] authoredFeb 21, 2023 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>
chore(website): correct crash when switching to dark/light mode in pl…
…ayground (#6496)
armano2 authoredFeb 21, 2023 chore: increase wait-for-netlify max_timeout to 5 mins
JamesHenry committedFeb 21, 2023 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 updatehttps://typescript-eslint.io/maintenance/releases#1-pre-release-preparation too.
JoshuaKGoldberg authoredFeb 21, 2023 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.tsCo-authored-by: Armano <armano2@users.noreply.github.com>* Post-suggestion format---------Co-authored-by: Armano <armano2@users.noreply.github.com>
chore: fix npm tag publishing for v6 branch
bradzacher committedFeb 21, 2023
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
Uh oh!
There was an error while loading.Please reload this page.