Skip to content

chore(deps): sync @pgsql/* from pgsql-parser; replace noble-hashes fork with @decryption/hashes - #1579

Merged
pyramation merged 1 commit into
mainfrom
feat/dep-cleanup-hashes
Aug 1, 2026
Merged

chore(deps): sync @pgsql/* from pgsql-parser; replace noble-hashes fork with @decryption/hashes#1579
pyramation merged 1 commit into
mainfrom
feat/dep-cleanup-hashes

Conversation

@pyramation

Copy link
Copy Markdown
Contributor

Summary

Dependency cleanup, two parts.

  1. makage update-deps --from <pgsql-parser> --in . — pins 25 @pgsql/* / pgsql-parser / pgsql-deparser / pg-proto-parser ranges across 14 package.json files to the versions the pgsql-parser workspace publishes today (e.g. pgsql-deparser ^18.2.0 → ^18.3.1, @pgsql/utils ^18.1.2 → ^18.2.1). The two postgres/pg-ast/src/*.ts changes are regenerated header comments (pg-proto-parser@1.31.0 → 1.32.1) from pnpm build.

  2. packages/upload-client moves off the retired @constructive-io/noble-hashes fork to its successor @decryption/hashes@^0.4.0 (constructive-io/decryption). Same @noble/hashes fork, same file layout, so it's an import-path-only swap:

-import { sha256 } from '@constructive-io/noble-hashes/sha2';
-import { bytesToHex } from '@constructive-io/noble-hashes/utils';
+import { sha256 } from '@decryption/hashes/sha2';
+import { bytesToHex } from '@decryption/hashes/utils';

This was the last consumer of @constructive-io/noble-hashes in the org, so that package can be npm deprecated pointing at @decryption/hashes once this lands.

Verified: full pnpm build green; packages/upload-client tests 24/24 pass.

Link to Devin session: https://app.devin.ai/sessions/f6f0be9d53054a7cb305dce3c4c37c75
Requested by: @pyramation

@pyramation pyramation self-assigned this Aug 1, 2026
@devin-ai-integration

Copy link
Copy Markdown
Contributor

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment, CI, and merge conflict monitoring

@socket-security

Copy link
Copy Markdown

@pyramation
pyramation merged commit 5d841ec into main Aug 1, 2026
16 checks passed
@pyramation
pyramation deleted the feat/dep-cleanup-hashes branch August 1, 2026 02:03
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