-
Notifications
You must be signed in to change notification settings - Fork 551
fix: bumped up [at]types/tar to fix the error TS2709: Cannot use namespace 'MiniPass' as a type #845
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
Conversation
…ce 'MiniPass' as a type
|
Keywords which can automatically close issues and at(@) mentions are not allowed in the title of a Pull Request. You can edit the title by writing /retitle in a comment.
When GitHub merges a Pull Request, the title is included in the merge commit. To avoid invalid keywords in the merge commit, please edit the title of the PR.
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: zhaow-de The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Welcome @zhaow-de! |
…cessary @types/minipass
Keywords which can automatically close issues and at(@) or hashtag(#) mentions are not allowed in commit messages. The list of commits with invalid commit messages:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
Hrm, since that is a transitive dependency of the |
@zhaow-de: PR needs rebase. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
This #847 should fix this issue - I moved the problematic dependencies to |
I appreciate if we get a new release for 0.15.x as well. |
I am having this issue |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale |
Closing this since #924 merged and provides the same bump. |
For my application with dependencies:
npx tsc
is failing because:Bumping up the version of
@types/tar
from 4.x to 6.x matchingtar
and added explicit dependency tominipass
solve the problem.Refer to DefinitelyTyped/DefinitelyTyped#60901