chore: update dependencies#50
Conversation
- pg-node: @e4a/pg-js 1.9.0 -> 1.10.0 - pg-manual: webpack 5.107.0 -> 5.107.1 - pg-sveltekit: @e4a/pg-js 1.8.0 -> 1.10.0, @sveltejs/kit 2.60.1 -> 2.61.1, prettier-plugin-svelte 4.0.0 -> 4.0.1, vite 8.0.13 -> 8.0.14 All bumps are patch/minor; no advisories. Build verified in each sub-project (and svelte-check clean for pg-sveltekit).
|
Rule-compliance sweep applied two fixes:
|
There was a problem hiding this comment.
Bot can't --approve its own PR; posting as comment instead. Verdict: LGTM, ready to merge once a human approves.
Verified locally — patch/minor bumps only, no security advisories, no major-version risk.
pg-node—npm installclean,node --checkpasses on all .mjs,@e4a/pg-js@1.10.0imports and exposes the expected surface (PostGuard,Sealed,Opened, error types,RecipientBuilder,PG_MAX_*).pg-manual—npm run buildsucceeds with zero "export … was not found" warnings, banner readswebpack 5.107.1.pg-sveltekit—npm run buildsucceeds,npm run checkclean (0 errors / 0 warnings / 0 files-with-problems), installed@e4a/pg-jsresolves to 1.10.0.
All bumped packages are imported from real source (not dead code): pg-node/src/encryption.mjs, pg-sveltekit/src/lib/postguard/encryption.ts, pg-manual/webpack.config.js. README version-reference fix in commit 7582efd matches the new package.json constraint.
|
FIX stage triggered, but no human review feedback is present on this PR — only this agent's own self-comment and self-review. Nothing to address; PR is unchanged. Re-requesting maintainer review is skipped to avoid re-pinging when nothing has changed since the original open. |
There was a problem hiding this comment.
Cycle 1 review — re-verified locally. Verdict: LGTM, ready to merge once a human approves. (GitHub blocks self-approval since this PR was opened by the same bot identity.)
pg-node:npm installclean;@e4a/pg-js@1.10.0imports OK, expected API surface present.pg-manual:npm run buildsucceeds withwebpack 5.107.1.pg-sveltekit:npm run build+npm run checkclean (0 errors / 0 warnings); resolved versions match the bumps (@e4a/pg-js@1.10.0,@sveltejs/kit@2.61.1,prettier-plugin-svelte@4.0.1,vite@8.0.14).- README version reference in
pg-node/README.mdmatches the new^1.10.0constraint.
Patch/minor only, no advisories, no breaking changes. Conventional Commit check green.
There was a problem hiding this comment.
Verdict: looks good to merge (GitHub blocks the bot from formally approving its own PR, so leaving this as a comment review).
Verified locally on the PR branch:
- pg-manual —
npm install && npm run buildsucceeds; banner showswebpack 5.107.1andcompiled successfully. - pg-node —
npm installclean;node --checkonindex.mjsandsrc/encryption.mjspasses. - pg-sveltekit —
npm install && npm run build && npm run checkall green (0 ERRORS 0 WARNINGS);@e4a/pg-jsresolves to 1.10.0 pulling the updated pg-wasm 0.6.1 and yivi 1.x deps.
All bumped packages are imported by source (@e4a/pg-js in encryption.mjs / encryption.ts, webpack in pg-manual/webpack.config.js) — not lockfile-only. README version drift is fixed (^1.10.0). PR closes #49 via a closing keyword and uses a conventional title. No CI workflow in this repo, so the merge is yours when ready.
There was a problem hiding this comment.
Verdict: LGTM / ready to merge. (GitHub blocks --approve because the PR author and this reviewer are the same bot identity.)
Reviewed and verified locally on chore/dep-updates-2026-05-24.
Verification (matches PR body)
pg-node—npm installclean (0 vulns), all.mjsnode --checkpass,import('@e4a/pg-js')resolves and exposes the expected keys (DecryptionError,Opened,PG_MAX_ATTACHMENT_SIZE, …).pg-node/README.mdline 30 correctly references^1.10.0.pg-manual—npm run buildsucceeds with bannerexamples (webpack 5.107.1) compiled successfully in 276 ms, no missing-export warnings.pg-sveltekit—npm installreports 0 vulnerabilities,npm run buildsucceeds,npm run checkreports0 ERRORS 0 WARNINGS 0 FILES_WITH_PROBLEMSover 294 files,vite.config.tsretainsbuild.target: 'esnext'.
Usage check
@e4a/pg-jsis imported bypg-node/src/encryption.mjsandpg-sveltekit/src/lib/postguard/encryption.ts.webpackdrivespg-manual/webpack.config.js.
All bumps are patch/minor, scope matches the issue, closes #49.
Note (not blocking, not introduced by this PR): npm audit in pg-manual now reports 5 pre-existing moderate advisories in dev deps (qs, uuid via sockjs/webpack-dev-server). Worth tracking separately if you want them cleaned up.
There was a problem hiding this comment.
Cycle 2 — head 7582efd unchanged since prior reviews; no human feedback to address. Verified locally: pg-node import smoke OK, pg-manual builds with webpack 5.107.1, pg-sveltekit build + check clean (0 errors / 0 warnings). Verdict: LGTM, ready to merge. GitHub blocks self-approval; flagging as approved upstream to the pipeline.
Summary
Patch/minor dep bumps surfaced by the dep-update scan:
@e4a/pg-js1.9.0 → 1.10.0webpack5.107.0 → 5.107.1@e4a/pg-js1.8.0 → 1.10.0,@sveltejs/kit2.60.1 → 2.61.1,prettier-plugin-svelte4.0.0 → 4.0.1,vite8.0.13 → 8.0.14pg-dotnethas no outdated deps. No security advisories, no major bumps. All listed packages were confirmed to be imported by source files (not just manifest entries).No CI workflow in this repo; please review manually.
Verification
pg-node—npm installclean, syntax-check OK on all.mjs, import smoke-test of@e4a/pg-jssucceeds.pg-manual—npm install && npm run buildsucceeds with zero "export … was not found" warnings, webpack 5.107.1 in build banner.pg-sveltekit—npm install && npm run build && npm run check, all clean (0 svelte-check errors/warnings);build.target: 'esnext'retained invite.config.ts.No test suite in any sub-project — no tests to verify.
Closes #49