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.54.0
head repository:typescript-eslint/typescript-eslint
Uh oh!
There was an error while loading.Please reload this page.
compare:v5.54.1
- 17commits
- 61files changed
- 11contributors
Commits on Feb 27, 2023
fix(typescript-estree): do not call export of clearProgramCache (#6540)
Do not call export of clearProgramCacheCalling it exports `undefined` instead of making it an alias of`clearCaches`, which I believe was the intent.
sandersn authoredFeb 27, 2023
Commits on Mar 1, 2023
chore(website): add mastodon link and icons to footer (#6536)
bradzacher authoredMar 1, 2023 docs: fix typo in troubleshooting anchor link (#6546)
nilscox authoredMar 1, 2023 chore: update contributors (#6548)
Co-authored-by: typescript-eslint[bot] <typescript-eslint[bot]@users.noreply.github.com>
chore(website): add new action to playground to fix all eslint errors (…
…#6529)feat(website): add new action to fix all eslint errors and correct
armano2 authoredMar 1, 2023 docs: clarify kinds of lint rules in formatting docs (#6510)
* docs: clarify kinds of lint rules in formatting docs* Update docs/linting/troubleshooting/Formatting.mdxCo-authored-by: Brad Zacher <brad.zacher@gmail.com>---------Co-authored-by: Brad Zacher <brad.zacher@gmail.com>
chore(deps): update dependency monaco-editor to ^0.36.0 (#6539)
* chore(deps): update dependency monaco-editor to ^0.36.0* fix: correct compilation warning---------Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>Co-authored-by: Armano <armano2@users.noreply.github.com>
chore(website): correct build compilation warning (#6527)
chore(website): correct build compilation warning#6424
armano2 authoredMar 1, 2023 chore(website): correct issues with scrollbars in playground (#6516)
* fix(website): correct issues with scrollbars in playground* fix(website): correct sizing of elements* fix(website): revert some changes
armano2 authoredMar 1, 2023 docs: mention re-requesting PR reviews (#6493)
JoshuaKGoldberg authoredMar 1, 2023 docs(website): blog post on consistent-type-(exports|imports) (#6238)
* docs(website): blog post on consistent-type-(exports|imports)* Apply suggestions from code reviewCo-authored-by: Brad Zacher <brad.zacher@gmail.com>* Apply suggestions from code reviewCo-authored-by: Brad Zacher <brad.zacher@gmail.com>* More review touchups* More informative examples* Rename and redate* Fix build links* Spelling* Apply suggestions from code reviewCo-authored-by: Joshua Chen <sidachen2003@gmail.com>* Switch to import* Mention eslint-plugin-import and verbatimModuleSyntax* Fix spelling---------Co-authored-by: Brad Zacher <brad.zacher@gmail.com>Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
chore(website): prioritize changes done in editor over hash change (#…
…6513)* fix(website): prioritize changes done in editor over hash change* fix(website): do not applyEdits when editor is focused* fix(website): simplify useResizeObserver
armano2 authoredMar 1, 2023 docs(eslint-plugin): [no-empty-interface] correct typo in example (#6553
CemYil03 authoredMar 1, 2023
Commits on Mar 2, 2023
chore(deps): update dependency json-schema-to-typescript to v12 (#6533)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] authoredMar 2, 2023
Commits on Mar 3, 2023
chore: update sponsors (#6560)
Co-authored-by: typescript-eslint[bot] <typescript-eslint[bot]@users.noreply.github.com>
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.54.0...v5.54.1
Uh oh!
There was an error while loading.Please reload this page.