-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
refactor: Upgrade pg-promise to 12.5.0 #10031
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: alpha
Are you sure you want to change the base?
Conversation
|
🚀 Thanks for opening this pull request! ❌ Please fill out all fields with a placeholder |
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
📝 WalkthroughWalkthroughUpdated the Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Updates the PostgreSQL driver layer dependency to pick up newer upstream fixes by upgrading pg-promise.
Changes:
- Bump
pg-promisefrom12.2.0to12.5.0inpackage.json. - Refresh
package-lock.jsonto reflect updated transitive dependencies (notablypg,pg-query-stream,pg-cursor,spex, etc.) pulled in by the newpg-promiseversion.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| package.json | Pins pg-promise to 12.5.0 to upgrade the Postgres adapter dependency. |
| package-lock.json | Updates the lockfile to the dependency graph produced by pg-promise@12.5.0. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| "path-to-regexp": "8.3.0", | ||
| "pg-monitor": "3.0.0", | ||
| "pg-promise": "12.2.0", | ||
| "pg-promise": "12.5.0", |
Copilot
AI
Feb 1, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR description still includes the placeholder Closes: FILL_THIS_OUT. Please replace it with the correct issue reference (or remove it) to avoid confusion and unintended auto-closing behavior when merging.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## alpha #10031 +/- ##
=======================================
Coverage 92.54% 92.54%
=======================================
Files 190 190
Lines 15489 15489
Branches 176 176
=======================================
Hits 14335 14335
Misses 1142 1142
Partials 12 12 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Pull Request
Issue
The bot doesn't seem to be updating pg-promise as a newer version than 12.2.0, 12.3.0, came out in 11/2025.
Closes: FILL_THIS_OUT
Approach
Update manually using
npm i -E pg-promise@12.5.0Tasks
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.