Skip to content

chore(deps): update #1392

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 1 commit into from
Nov 20, 2022
Merged

chore(deps): update #1392

merged 1 commit into from
Nov 20, 2022

Conversation

alexander-akait
Copy link
Member

This PR contains a:

  • bugfix
  • new feature
  • code refactor
  • test update
  • documentation update
  • typo fix
  • metadata update

Motivation / Use-Case

update some deps

Breaking Changes

No

Additional Info

No

@@ -202,7 +202,7 @@ type Watching = Compiler["watching"];
type MultiWatching = ReturnType<Compiler["watch"]>;
type OutputFileSystem = Compiler["outputFileSystem"] & {
createReadStream?: typeof import("fs").createReadStream;
statSync?: typeof import("fs").statSync;
statSync?: import("fs").StatSyncFn;
Copy link
Member Author

Choose a reason for hiding this comment

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

statSync is const alias on StatSyncFn

@codecov
Copy link

codecov bot commented Nov 20, 2022

Codecov Report

Base: 97.34% // Head: 97.34% // No change to project coverage 👍

Coverage data is based on head (129ef22) compared to base (03f2d24).
Patch has no changes to coverable lines.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1392   +/-   ##
=======================================
  Coverage   97.34%   97.34%           
=======================================
  Files           9        9           
  Lines         377      377           
  Branches      112      112           
=======================================
  Hits          367      367           
  Misses          9        9           
  Partials        1        1           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@alexander-akait alexander-akait merged commit 7ab07de into master Nov 20, 2022
@alexander-akait alexander-akait deleted the chore-update-types branch November 20, 2022 18:26
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.

1 participant