Skip to content

chore: update dependencies #106

@dobby-coder

Description

@dobby-coder

Routine dep-update-scan (2026-05-24) flagged outdated dependencies on this repo. npm audit is clean.

Outdated packages

  • @e4a/pg-js: 1.8.0 → 1.10.0

Single minor bump. Verify docs build still passes after the bump.

Worker instructions

Before bumping anything:

  1. Pull the repo and check the lockfile + recent git log on main — many of these may have already been resolved.
  2. For each package in the list below, grep the source tree (excluding manifest/lockfile) to confirm the package is actually imported. If a package is unused, open a removal PR for it instead of a bump.
  3. Apply bumps in this order: security advisories → patch/minor → majors. Use one branch per coherent area.
  4. Build and run the full test suite. If there's no test suite, note "no tests to verify" in the PR body.
  5. Open a draft PR with title chore: update dependencies (or chore(security): ... if security-driven). PR body should use Closes #<this-issue>.
  6. After CI passes: gh pr ready <num>. If the repo has no CI workflow, open ready from the start.
  7. Add reviewer: --add-reviewer rubenhensen.

Conventions:

  • Conventional-commit PR title (chore:, fix:, feat:).
  • If a bump turns out to be a no-op (already on main), close the issue with evidence (commit/PR hash) — do not ship an empty PR.

/dobby

Metadata

Metadata

Assignees

No one assigned

    Labels

    dependenciesPull requests that update a dependency file

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions