Skip to content

chore(deps): update dependencies (mysql2, pg, biome, and 5 others) - #80

Merged
joshghent merged 1 commit into
mainfrom
repowarden/deps-1772701288082
Mar 17, 2026
Merged

chore(deps): update dependencies (mysql2, pg, biome, and 5 others)#80
joshghent merged 1 commit into
mainfrom
repowarden/deps-1772701288082

Conversation

@joshghent

@joshghent joshghent commented Mar 5, 2026

Copy link
Copy Markdown
Owner

Summary

This PR updates 8 dependencies to their latest versions. All updates are minor or patch releases, indicating low risk with backwards-compatible changes and bug fixes.

Changes

Database Drivers

  • mysql2: 3.18.2 → 3.19.1 (minor)
  • pg: 8.19.0 → 8.20.0 (minor)
  • pg-connection-string: 2.11.0 → 2.12.0 (minor)

Development Tools

  • @biomejs/biome: 2.4.5 → 2.4.6 (patch)
  • @types/node: 25.3.3 → 25.5.0 (minor)
  • jest: 30.2.0 → 30.3.0 (minor)

Framework Dependencies

  • fastify: 5.7.4 → 5.8.2 (minor)
  • hono: 4.12.4 → 4.12.7 (patch)

Risk Assessment

Risk Level: Low

All updates are minor or patch releases following semver. No breaking changes are expected. The database driver updates may include bug fixes and performance improvements. Framework updates (fastify, hono) are minor versions with backwards compatibility.

Testing Recommendations

  • Run the full test suite: pnpm test
  • Test against all target Node.js LTS versions (18, 20, 22)
  • Verify database connections work correctly (MySQL and PostgreSQL)
  • Check that TypeScript compilation succeeds: pnpm build or tsc
  • Run linting: pnpm biome check
  • Test example implementations if available
  • Review peer dependency ranges to ensure compatibility with updated dependencies
  • Verify library exports work as expected in a test project

Additional Notes


🤖 Generated by RepoWarden

Available Commands

Comment on this PR with any of the following:

  • @repowarden rebase — Rebase this PR onto the base branch
  • @repowarden fix-tests — Analyze CI failures and push a fix
  • @repowarden resolve-comments — Address review feedback and push updates

RepoWarden Checklist

  • Dependencies updated
  • Lock file regenerated
  • CI passing
  • Ready to merge

Security Vulnerabilities Resolved

  • 🟡 hono: Hono vulnerable to Prototype Pollution possible through proto key allowed in parseBody({ dot: true }) — severity: moderate

Remaining vulnerabilities: 14


Supply Chain Safety Report

Skipped (unsafe):

  • fastify@5.8.2
    • 🚨 Package maintainer changed recently: "matteo.collina" -> "eomm" (version 5.8.2 published 2026-03-07). This could indicate a supply chain attack.

Warnings (upgraded with caution):

  • @types/node@25.5.0
    • ⚠️ Package name "@types/node" is very similar to popular package "zod" (edit distance: 2). Verify this is the intended package.

Supply chain safety: The following packages were skipped due to safety concerns:

  • fastify@5.8.2: Package maintainer changed recently: "matteo.collina" -> "eomm" (version 5.8.2 published 2026-03-07). This could indicate a supply chain attack.

@joshghent joshghent changed the title chore(deps): update dependencies (node-os-utils, pg, hono) chore: update dependencies (mysql2, pg, fastify, hono, and dev tools) Mar 6, 2026
@joshghent
joshghent force-pushed the repowarden/deps-1772701288082 branch from 06f04b3 to 9e0f1b9 Compare March 6, 2026 09:02
@joshghent joshghent changed the title chore: update dependencies (mysql2, pg, fastify, hono, and dev tools) chore(deps): update 8 dependencies (minor and patch updates) Mar 7, 2026
@joshghent
joshghent force-pushed the repowarden/deps-1772701288082 branch from 9e0f1b9 to 8d7e61e Compare March 7, 2026 09:03
@joshghent joshghent changed the title chore(deps): update 8 dependencies (minor and patch updates) chore(deps): update dependencies (mysql2, pg, fastify, hono, and others) Mar 8, 2026
@joshghent
joshghent force-pushed the repowarden/deps-1772701288082 branch from 8d7e61e to d3d27cc Compare March 8, 2026 09:03
@joshghent joshghent changed the title chore(deps): update dependencies (mysql2, pg, fastify, hono, and others) chore(deps): update dependencies across database drivers and dev tools Mar 9, 2026
@joshghent
joshghent force-pushed the repowarden/deps-1772701288082 branch from d3d27cc to 90e79fa Compare March 9, 2026 09:02
@joshghent joshghent changed the title chore(deps): update dependencies across database drivers and dev tools chore(deps): update dependencies (9 packages) Mar 10, 2026
@joshghent
joshghent force-pushed the repowarden/deps-1772701288082 branch from 90e79fa to 940a0a5 Compare March 10, 2026 09:03
Co-Authored-By: RepoWarden <bot@repowarden.dev>
@repowarden-app repowarden-app Bot changed the title chore(deps): update dependencies (9 packages) chore(deps): update dependencies (mysql2, pg, biome, and 5 others) Mar 13, 2026
@repowarden-app
repowarden-app Bot force-pushed the repowarden/deps-1772701288082 branch from 940a0a5 to c659ed6 Compare March 13, 2026 09:03
@joshghent
joshghent merged commit 1ce12fe into main Mar 17, 2026
1 check passed
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