Skip to content

Conversation

@jdalton
Copy link
Contributor

@jdalton jdalton commented Nov 5, 2025

Summary

  • Update @socketsecurity/lib from 3.2.6 to 3.2.8
  • Remove unused SHA256 checksum generation from compress-cli script

Changes

Dependency Update

Updates socket-lib to latest version 3.2.8 in the workspace catalog.

Script Cleanup

The compress-cli script was generating .bz.sha256 checksum files that were:

  • Never used by the runtime or build process
  • Not tracked in git
  • Only logged for informational purposes

This change aligns the packages/cli implementation with packages/cli-with-sentry, which never generated these files.

Test Plan

  • Dependencies updated successfully
  • Changes committed with conventional commits format
  • Security checks passed

…ress-cli

The .bz.sha256 checksum file was generated but never used by the runtime
or build process. Removes SHA256 generation to align with cli-with-sentry
implementation and avoid creating unnecessary dist artifacts.
Updates socket-lib dependency from 3.2.6 to 3.2.8 in the workspace catalog.
@mikolalysenko mikolalysenko merged commit 1a8f8b2 into main Nov 5, 2025
14 checks passed
@mikolalysenko mikolalysenko deleted the update-lib branch November 5, 2025 19: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.

3 participants