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

Update tar development dependency to 7.4.3 #356

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

clydin
Copy link
Contributor

@clydin clydin commented Jan 10, 2025

The latest major version of tar contains type definitions within the package itself. This removes the need to install the separate @types/tar package.

The latest major version of `tar` contains type definitions
within the package itself. This removes the need to install
the separate `@types/tar` package.
@nex3
Copy link
Contributor

nex3 commented Jan 11, 2025

It looks like this is breaking the typings used by minizlib.

@Goodwine
Copy link
Member

I believe this is broken because the owner of minizlib needs to approve and merge this PR:
isaacs/minizlib#31

@clydin
Copy link
Contributor Author

clydin commented Jan 14, 2025

I was looking at opening a PR to enable esModuleInterop actually. That would solve this issue and other future subtle ESM/CommonJS interoperability issues which will become more common as packages move to ESM only.

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