Skip to content

fix(cli): use patch to use tar v7 #462

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
Jun 13, 2025
Merged

fix(cli): use patch to use tar v7 #462

merged 1 commit into from
Jun 13, 2025

Conversation

ryoppippi
Copy link
Contributor

This pull request introduces a patch for the @bluwy/giget-core dependency to update its tar package version and integrates the patch into the project configuration. The changes ensure a more secure and up-to-date dependency management process.

Dependency Management Updates:

  • Added a patchedDependencies section in package.json to include a patch for @bluwy/giget-core (patches/@bluwy__giget-core.patch).
  • Created a patch file patches/@bluwy__giget-core.patch to update the tar dependency from version ^6.2.1 to ^7.4.3 for @bluwy/giget-core.

pnpm-lock.yaml Adjustments:

  • Added patchedDependencies for @bluwy/giget-core in the catalogs: section, referencing the patch file.
  • Updated the version of @bluwy/giget-core in the importers: section to include the patch hash for traceability.
  • Updated the snapshots: section to reflect the patched version of @bluwy/giget-core and its updated dependency on tar.

@ryoppippi ryoppippi requested a review from Copilot June 13, 2025 22:54
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR introduces a patch to upgrade the tar dependency used by @bluwy/giget-core to version ^7.4.3 and wires that patch into the project’s pnpm configuration.

  • Added a patch file that updates tar from ^6.2.1 to ^7.4.3 in @bluwy/giget-core’s package.json.
  • Registered the patch under pnpm.patchedDependencies in the root package.json.

Reviewed Changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.

File Description
patches/@bluwy__giget-core.patch Bump tar dependency to ^7.4.3 in the vendored @bluwy/giget-core.
package.json Added patchedDependencies entry for @bluwy/giget-core patch.
Files not reviewed (1)
  • pnpm-lock.yaml: Language not supported

Copy link

pkg-pr-new bot commented Jun 13, 2025

Open in StackBlitz

@agentica/benchmark

npm i https://pkg.pr.new/wrtnlabs/agentica/@agentica/benchmark@462

@agentica/chat

npm i https://pkg.pr.new/wrtnlabs/agentica/@agentica/chat@462

agentica

npm i https://pkg.pr.new/wrtnlabs/agentica@462

@agentica/core

npm i https://pkg.pr.new/wrtnlabs/agentica/@agentica/core@462

create-agentica

npm i https://pkg.pr.new/wrtnlabs/agentica/create-agentica@462

@agentica/rpc

npm i https://pkg.pr.new/wrtnlabs/agentica/@agentica/rpc@462

@agentica/vector-selector

npm i https://pkg.pr.new/wrtnlabs/agentica/@agentica/vector-selector@462

commit: 4a5364c

@ryoppippi ryoppippi merged commit 6924b1d into main Jun 13, 2025
13 checks passed
@ryoppippi ryoppippi deleted the fix-tar branch June 13, 2025 22:57
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