Skip to content

chore: update dependencies#55

Merged
rubenhensen merged 1 commit into
mainfrom
chore/update-deps
May 7, 2026
Merged

chore: update dependencies#55
rubenhensen merged 1 commit into
mainfrom
chore/update-deps

Conversation

@dobby-coder
Copy link
Copy Markdown
Contributor

@dobby-coder dobby-coder Bot commented May 6, 2026

Closes #54.

Changes

  • Bumped @e4a/pg-js from ^0.10.0 to ^1.3.0 (major bump). It is a devDependency only — present for IDE/type resolution against snippet imports, not bundled or imported by VitePress at build time, so the major bump has no runtime impact on the docs site itself. Markdown snippet imports remain pinned to upstream commit hashes per the source-link convention and were not modified.
  • Ran npm audit fix (non-force): resolves uuid GHSA-w5hq-g745-h8pq (5 → 4 moderate findings).

Skipped (documented per issue instructions)

The remaining 4 moderate findings all stem from the esbuild → vite → vitepress → vitepress-plugin-mermaid chain (GHSA-67mh-4wv8-2f99). npm audit reports no fix available — VitePress 1.6.4 is the latest 1.x release. The advisory affects the dev server only, not the static build deployed to production. Skipped rather than running --force.

Verification

  • npm install clean
  • npm run docs:build succeeds (~5.6s, same output structure)
  • npm audit: 5 → 4 moderate, 0 high/critical

Reviewer quickstart

git fetch origin && git checkout chore/update-deps && npm install && npm run docs:build

- bump @e4a/pg-js ^0.10.0 → ^1.3.0
- npm audit fix (resolves uuid GHSA-w5hq-g745-h8pq)

Closes #54
@dobby-coder dobby-coder Bot mentioned this pull request May 6, 2026
@rubenhensen rubenhensen merged commit ce08e73 into main May 7, 2026
1 check passed
@rubenhensen rubenhensen deleted the chore/update-deps branch May 7, 2026 15:48
@dobby-coder dobby-coder Bot mentioned this pull request May 30, 2026
2 tasks
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.

chore: update dependencies

1 participant