Khan / flow-to-ts

Convert flow code to typescript
https://flow-to-ts.netlify.com
394 stars 75 forks source link

[skip netlify]: Bump jest-mock-console from 0.4.2 to 2.0.0 #353

Open dependabot[bot] opened 2 years ago

dependabot[bot] commented 2 years ago

Bumps jest-mock-console from 0.4.2 to 2.0.0.

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
codecov[bot] commented 2 years ago

Codecov Report

Merging #353 (2826c01) into master (ea69a99) will increase coverage by 94.12%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           master     #353       +/-   ##
===========================================
+ Coverage        0   94.12%   +94.12%     
===========================================
  Files           0        9        +9     
  Lines           0      647      +647     
  Branches        0      107      +107     
===========================================
+ Hits            0      609      +609     
- Misses          0       38       +38     
Impacted Files Coverage Δ
src/cli.ts 100.00% <ø> (ø)
src/convert.ts 95.23% <ø> (ø)
src/detect-jsx.ts 100.00% <ø> (ø)
src/transform.ts 89.52% <ø> (ø)
src/transforms/declare.ts 97.29% <ø> (ø)
src/transforms/object-type.ts 97.93% <ø> (ø)
src/transforms/react-types.ts 97.56% <ø> (ø)
src/transforms/utility-types.ts 97.56% <ø> (ø)
src/util.ts 100.00% <ø> (ø)
... and 7 more