-
Notifications
You must be signed in to change notification settings - Fork 80
Refactor: migrating Flow to Typescript #47
Refactor: migrating Flow to Typescript #47
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remember, to make this works, we cannot change any library yet and no refactorings. We must coordinate since we have other PR in progress and any new bug might be reported anytime while this is PR is open. I'll go with 100% merges from 4.x-master
, but it is gonna be challenging since the files are basically new.
I will help on this after May 15th launch. 👍
Good job 👏
…github.com/verdaccio/ui into refactor/7_convert_flow_type_to_typescript
@juanpicado Thank you! About the Search test it was my fault...I forgot to remove the "test.only" from one test...Now it should be fine :-) |
eslint needs expecitely to know which file has to lint, by default is JS, in this case we need also ts,tsx files eslint . --ext .js,.ts
chore: clean warnings chore: remove github actions test phases chore: remove dupe rule
- loading images with css is more performant than using img html tags, switching this might be a breaking change - restore no-empty-source seems the linting do not accept false - update snapshots - remove @material-ui/styles
a95a2b6
to
f205bb3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It has been a long way, but we get there. I updated the PR content @priscilawebdev according to the changes of this PR. Thanks, good job 👏
- Remove unnecessary quotes in Emotion css templated string - Revert md prop removed in #47 (with the size set before that)
- fix: https://github.com/verdaccio/ui/issues/76 - fix: https://github.com/verdaccio/ui/issues/75 - fix: verdaccio/ui#106 - feat: verdaccio/ui#47 Co-Authored-By: Priscila Oliveira <[email protected]> Co-Authored-By: Sergio Hg <[email protected]> Co-Authored-By: Griffith <[email protected]>
This PR convert the code base to Typescript, the changes are the following:
eslint
and@typescript-eslint/eslint-plugin
(warnings still need to be addressed in future pull requestbundlezise
(it was disabled for some reason)