Skip to content
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

build(deps-dev): update jest, typescript, supporting cast #193

Merged
merged 1 commit into from
Jun 16, 2020

Conversation

LoneRifle
Copy link
Contributor

Problem

As part of efforts to keep the codebase up to date, update the
following dependencies:

  • jest, @types/jest, ts-jest
  • typescript
  • @types/node

Improvements:

typescript 3.9 in particular brings to the table faster compilations
for material-ui, and better inference characteristics for Promise.all [1].
Associated breaking changes in behaviour have been avoided in this
codebase, verified by ensuring no use of optional chaining and running
npx tsc --noEmit.

References:
[1]: https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-9.html

Tests

Run in staging

As part of efforts to keep the codebase up to date, update the
following dependencies:

  - jest, @types/jest, ts-jest
  - typescript
  - @types/node

typescript 3.9 in particular brings to the table faster compilations
for material-ui, and better inference characteristics for Promise.all.
Associated breaking changes in behaviour have been avoided in this
codebase, verified by ensuring no use of optional chaining and running
`npx tsc --noEmit`.

References:
[1]: https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-9.html
Copy link
Member

@yong-jie yong-jie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@LoneRifle LoneRifle merged commit dea5dd6 into develop Jun 16, 2020
@LoneRifle LoneRifle deleted the latest-ts-jest branch June 16, 2020 08:03
LoneRifle added a commit that referenced this pull request Jun 17, 2020
As part of efforts to keep the codebase up to date, update the
following dependencies:

  - jest, @types/jest, ts-jest
  - typescript
  - @types/node

typescript 3.9 in particular brings to the table faster compilations
for material-ui, and better inference characteristics for Promise.all.
Associated breaking changes in behaviour have been avoided in this
codebase, verified by ensuring no use of optional chaining and running
`npx tsc --noEmit`.

References:
[1]: https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-9.html
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.

2 participants