Vishwasa Navada K
|
9abc5f66ba
|
feat(client): ts-migrate multiple files (#43262)
* feat(client): ts-migrate rename files
* feat(client): ts-migrate client/src/templates/Introduction/*
* feat(client): ts-migrate client/src/components/formHelpers/form*
* fix: import
* Update client/src/components/formHelpers/form-validators.tsx
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
* Update client/src/components/formHelpers/form-fields.tsx
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
* Update client/src/components/formHelpers/form-fields.tsx
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
* fix: types in client/src/components/formHelpers/index.tsx
* fix: types in client/src/templates/Introduction/super-block-intro.tsx
* fix: types in client/src/components/formHelpers/*
* fix: signInLoading and value types
* Update client/src/templates/Introduction/super-block-intro.tsx
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
* Update client/src/components/formHelpers/index.tsx
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
* Update client/src/components/formHelpers/index.tsx
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
* Update client/src/components/formHelpers/index.tsx
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
* chore(deps): update dependency rollup to v2.58.1
* fix: rename variables and fix imports for ts-migrate
* fix: remove `Type` suffix from the type definition.
* Update client/src/components/formHelpers/form.tsx
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2021-10-25 18:45:36 +01:00 |
|
Igor Cunha
|
2dd106eb2f
|
feat(client): migrate to ts - (HelpModal, Preview, VideoModal, Side-Panel) (#42857)
* refactor: migrate HelpModal, Preview, VideoModal, Side-Panel
* refactor: import order
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
|
2021-09-17 18:37:53 +01:00 |
|
awu43
|
dd5d2919be
|
feat(client): ts-migrate client/utils/** (#42823)
* rename js files
* update imports and references
* migrate build-challenges
* migrate challenge-types
* migrate utils/index
* migrate state-management
* install @types/psl for tags
* migrate tags
* migrate tags.test
* migrate challenge-page-creator
* migrate utils/gatsby/index
* migrate layout-selector
* migrate layout-selector.test
* revert challenge-types
Curriculum can't handle TS or modules
* convert arrow functions
* revert build-challenges
* revert utils/gatsby/index
* revert challenge-page-creator
* revert challenge-types reference
* Delete state-management
Deleted in #42960
* Disable render-result-naming-convention (for now)
* update layout-selector.test comment
* reorder imports in build-challenges
* change ts-ignore to ts-expect-error
|
2021-08-09 10:30:31 +02:00 |
|