-
Notifications
You must be signed in to change notification settings - Fork 700
v9 (TypeScript conversion) #1087
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* chore: removed unused, obsolete hooks * chore: removed unused, obsolete utils * chore: removed unused, obsolete dependencies Co-authored-by: scottrippey <scott.william.rippey@gmail.com>
* chore: removed unused, obsolete hooks * chore: removed unused, obsolete utils * feature(typescript): added initial TS configurations for webpack and jest * feature(typescript): use babel/preset-typescript instead of ts-loader * feature(typescript): updated webpack configs for both examples * feature(typescript): ensure `typecheck` script works correctly * feature(typescript): fixed minor type errors * feature(typescript): migrated index.ts * feature(typescript): ensure .ts files are linted * feature(typescript): convert all `src/utils` * feature(typescript): ensure jest ignores built folders * feature(typescript): convert all `theme` files * feature(typescript): convert all `test-utils` * feature(typescript): convert all `location-map-fns` * feature(typescript): convert hook: `use-action-dispatcher` * feature(typescript): convert hooks * feature(typescript): extracted all types from `index.d.ts` into individual `.d.ts` files * feature(typescript): converted components to TS * feature(typescript): converted: tables and typography * feature(typescript): improved types for styled-components * feature(typescript): converted: tests * feature(typescript): converted: appear / stepper * feature(typescript): converted: code-pane * feature(typescript): converted: slide * feature(typescript): converted: use-deck-state * feature(typescript): improved Theme types * feature(typescript): converted: print-mode * feature(typescript): converted: presenter-mode * feature(typescript): converted: most of deck * feature(typescript): converted: markdown! * feature(typescript): converted: deck * feature(typescript): fixed issues with broken nav * feature(typescript): cleanup of misc files * feature(typescript): changed dependencies to work with Node 10+ * feature(typescript): removed prop-types dependency * feature(typescript): improved CSS types * feature(typescript): improved fullscreen types * feature(typescript): improved misc types * feature(typescript): improved default exports * feature(typescript): ensure Deck has correct DeckProps * feature(typescript): export types too * feature(typescript): improve MarkdownComponentMap type * feature(typescript): build TypeScript declaration files * feature(typescript): fixed Babel builds * feature(typescript): output types to `lib` folder * feature(typescript): fixed typecheck * feature(typescript): upgrade prettier to support new TypeScript features (`import type`) * feature(typescript): use `export type` to eliminate warnings * feature(typescript): ignore prettier in docs (since it's already covered by the `docs` project) * feature(typescript): added types for react-is * feature(typescript): extracted types for contexts * feature(typescript): enable PR checks for v9 branch * feature(typescript): drop Node 10 support * feature(typescript): enabled strictNullChecks * feature(typescript): improved types for BroadcastChannel * feature(typescript): enable strict mode (except for `noImplicitAny`) Co-authored-by: scottrippey <scott.william.rippey@gmail.com>
* feature(typescript): enabled `noImplicitAny` and improved types all over * feature(typescript): tiny type improvements * feature(typescript): rollback mdast-zone upgrade (fails with jest) Co-authored-by: scottrippey <scott.william.rippey@gmail.com>
Use Codemod to drop unused imports Clean up types and imports
Removed unused import Move example to TS.
Correct import
Changes for version 9.0.0-rc.0
9.0.0-rc.0
scottrippey
approved these changes
Feb 21, 2022
Contributor
scottrippey
left a comment
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.
Reviewed the changes, everything looks good!
Co-authored-by: Scott Rippey <scottrippey@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Merging v9 PRs into main includes