chore(deps): bump @e4a/pg-js to ^1.5.0#65
Merged
rubenhensen merged 1 commit intomainfrom May 7, 2026
Merged
Conversation
DevDependency only — pg-js is listed for type info that the markdown code samples reference, not imported at runtime by VitePress. The bump itself is mechanical: install resolves cleanly to 1.5.0 and `docs:build` produces the same site. Picks up encryption4all/postguard-js#52 (resumable downloads) and #47 (chunk PUT retry/backoff) so any future SDK type imports in .vitepress/ pick up the latest shapes. The code snippets under docs/sdk/ and docs/repos/ are pinned to specific commit hashes from the source repos per CLAUDE.md, so they update independently of this dep bump and are unaffected.
Contributor
Author
|
/dobby please review this dependency bump |
Contributor
|
Dobby is on it! Dobby will pull the branch, install fresh, run the docs build, and post a review with the findings. 🧣 |
Contributor
There was a problem hiding this comment.
Pulled the branch, ran a fresh install, and built the site.
Verified
package.json:@e4a/pg-jsmoved from^1.3.0to^1.5.0— devDependency, unchanged position.package-lock.json: resolves to1.5.0cleanly; no other dependency churn.npm install: completes without errors. The 4 moderatenpm auditfindings (esbuild → vite → vitepress chain) are pre-existing onmainand unrelated to this bump.npm run docs:build: succeeds in ~5s. The 500 kB chunk-size warning is the known mermaid chunk and matchesmain.
Runtime impact
- Grepped
docs/.vitepress/config.mtsanddocs/.vitepress/theme/for any@e4a/pg-jsimport — none. The package is referenced only in markdown code samples underdocs/sdk/anddocs/repos/, which are pinned to source-repo commit hashes per the project conventions inCLAUDE.md. So this bump has no effect on the rendered site; it only updates the type info available to the workspace.
Notes
- PR body accurately describes the change; the
pg-jsPRs it references (resumable downloads, chunk PUT retry/backoff) are forward-compatible. - No code under
.vitepress/calls into@e4a/pg-jstypes today, so there is no surface for a breaking-type regression here.
Looks good to merge once CI is green.
Contributor
Author
|
Thanks @dobby-coder for the approval. Pre-existing |
Contributor
Author
|
@rubenhensen all dobby checks green — ready for your review and merge when you've run the manual smoke tests called out in the test plan. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
DevDependency only — pg-js is listed for type info that the markdown code samples reference, not imported at runtime by VitePress. The bump itself is mechanical: install resolves cleanly to 1.5.0 and `docs:build` produces the same site.
Picks up encryption4all/postguard-js#52 (resumable downloads) and #47 (chunk PUT retry/backoff) so any future SDK type imports in `.vitepress/` pick up the latest shapes.
The code snippets under `docs/sdk/` and `docs/repos/` are pinned to specific commit hashes from the source repos per the project conventions in `CLAUDE.md`, so they update independently of this dep bump.
Test plan