Skip to content

Conversation

@cbaker6
Copy link
Contributor

@cbaker6 cbaker6 commented Feb 1, 2026

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.0

Tasks

  • Add tests
  • Add changes to documentation (guides, repository pages, code comments)
  • Add security check
  • Add new Parse Error codes to Parse JS SDK

Summary by CodeRabbit

  • Chores
    • Updated pg-promise database library to version 12.5.0

✏️ Tip: You can customize this high-level summary in your review settings.

Copilot AI review requested due to automatic review settings February 1, 2026 02:17
@parse-github-assistant
Copy link

parse-github-assistant bot commented Feb 1, 2026

🚀 Thanks for opening this pull request!

❌ Please fill out all fields with a placeholder FILL_THIS_OUT. If a field does not apply to the pull request, fill in n/a or delete the line.

@parseplatformorg
Copy link
Contributor

Snyk checks have passed. No issues have been found so far.

Status Scanner Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@coderabbitai
Copy link

coderabbitai bot commented Feb 1, 2026

📝 Walkthrough

Walkthrough

Updated the pg-promise dependency version from 12.2.0 to 12.5.0 in package.json.

Changes

Cohort / File(s) Summary
Dependency Version Update
package.json
Bumped pg-promise from 12.2.0 to 12.5.0.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

Suggested reviewers

  • mtrezza
🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately reflects the main change: upgrading pg-promise dependency from 12.2.0 to 12.5.0, which is the sole modification in the changeset.
Description check ✅ Passed The description includes the required template structure with Issue and Approach sections completed. However, the 'Closes' field is incomplete (FILL_THIS_OUT) and should reference an actual issue.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link

Copilot AI left a 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-promise from 12.2.0 to 12.5.0 in package.json.
  • Refresh package-lock.json to reflect updated transitive dependencies (notably pg, pg-query-stream, pg-cursor, spex, etc.) pulled in by the new pg-promise version.

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",
Copy link

Copilot AI Feb 1, 2026

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.

Copilot uses AI. Check for mistakes.
@codecov
Copy link

codecov bot commented Feb 1, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.54%. Comparing base (c21e895) to head (3e486c4).

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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.

2 participants