Skip to content

Conversation

@carloskelly13
Copy link
Contributor

@carloskelly13 carloskelly13 commented Feb 14, 2022

Merging v9 PRs into main includes

  • TypeScript Conversion
  • Pruning old hooks

scottrippey and others added 13 commits February 14, 2022 12:12
* 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
@github-actions github-actions bot temporarily deployed to staging-1087 February 14, 2022 18:28 Inactive
@github-actions github-actions bot temporarily deployed to staging-1087 February 14, 2022 19:54 Inactive
@github-actions github-actions bot temporarily deployed to staging-1087 February 14, 2022 19:56 Inactive
Removed unused import

Move example to TS.
@github-actions github-actions bot temporarily deployed to staging-1087 February 14, 2022 20:01 Inactive
@github-actions github-actions bot temporarily deployed to staging-1087 February 14, 2022 20:11 Inactive
@github-actions github-actions bot temporarily deployed to staging-1087 February 14, 2022 20:22 Inactive
@github-actions github-actions bot temporarily deployed to staging-1087 February 14, 2022 20:33 Inactive
@github-actions github-actions bot temporarily deployed to staging-1087 February 15, 2022 13:45 Inactive
@github-actions github-actions bot temporarily deployed to staging-1087 February 15, 2022 13:58 Inactive
@github-actions github-actions bot temporarily deployed to staging-1087 February 15, 2022 19:45 Inactive
@github-actions github-actions bot temporarily deployed to staging-1087 February 16, 2022 21:51 Inactive
@github-actions github-actions bot temporarily deployed to staging-1087 February 17, 2022 17:35 Inactive
Changes for version 9.0.0-rc.0
9.0.0-rc.0
@github-actions github-actions bot temporarily deployed to staging-1087 February 21, 2022 22:15 Inactive
Copy link
Contributor

@scottrippey scottrippey left a 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>
@github-actions github-actions bot temporarily deployed to staging-1087 February 22, 2022 13:10 Inactive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants