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(jq): remove outdated deps, improve build script #704

Merged
merged 1 commit into from
Jul 16, 2024

Conversation

mackermans
Copy link
Collaborator

@mackermans mackermans commented Jul 7, 2024

Fixes #699
Fixes #569

@mackermans mackermans force-pushed the build-remove-bin-build-tempfile-deps branch 2 times, most recently from 79c299f to a698453 Compare July 7, 2024 12:21
@mackermans mackermans changed the title build(jq): remove bin-build/tempfile deps, improve build script build(jq): remove outdated deps, improve build script Jul 7, 2024
@mackermans mackermans requested a review from davesnx July 7, 2024 12:23
import { dirname, join } from 'node:path'
import { Readable } from 'node:stream'
import { fileURLToPath } from 'node:url'
import { x } from 'tar'
Copy link
Member

Choose a reason for hiding this comment

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

import { tar } from 'tar'

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

It doesn't have a named tar export, but I changed it to import { extract } from 'tar' to be more clear

@mackermans mackermans force-pushed the build-remove-bin-build-tempfile-deps branch from a698453 to f3e5c8f Compare July 7, 2024 14:19
@mackermans mackermans force-pushed the build-remove-bin-build-tempfile-deps branch from f3e5c8f to a908f17 Compare July 12, 2024 12:19
@mackermans mackermans merged commit 75227bb into main Jul 16, 2024
10 checks passed
@mackermans mackermans deleted the build-remove-bin-build-tempfile-deps branch July 16, 2024 08:41
Copy link

🎉 This issue has been resolved in version 6.0.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bump tempfile package version [Security] Vulnable library brought in -> [email protected]
2 participants