Skip to content

Conversation

cbaker6
Copy link
Contributor

@cbaker6 cbaker6 commented Oct 7, 2025

Pull Request

Issue

Closes: #9875

Approach

The bots didn't seem to catch the update, so I'm updating manually.

Tasks

  • Ensure CI passes

Summary by CodeRabbit

  • Chores
    • Upgraded the database client library to the latest major version to enhance stability, performance, and long-term compatibility.
    • Ensures continued security support and alignment with modern environments.
    • No user-facing changes or feature adjustments are expected from this update.

Copy link

parse-github-assistant bot commented Oct 7, 2025

🚀 Thanks for opening this pull request!

Copy link

coderabbitai bot commented Oct 7, 2025

📝 Walkthrough

Walkthrough

Updated pg-promise dependency in package.json from 11.14.0 to 12.2.0. No other files or code paths changed.

Changes

Cohort / File(s) Summary of Changes
Package manifest
package.json
Bumped dependency: pg-promise 11.14.0 → 12.2.0

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Pre-merge checks and finishing touches

❌ Failed checks (1 warning)
Check name Status Explanation Resolution
Description Check ⚠️ Warning The pull request description includes the required headings from the template but the Approach section merely states that bots did not catch the update without specifying that pg-promise was upgraded to version 12.2.0 or explaining the rationale. The Tasks checklist has been replaced with a single “Ensure CI passes” item rather than reflecting the template tasks for tests, documentation, security checks, and error codes. As a result, the description is incomplete against the repository’s template requirements. Please expand the Approach section to clearly describe the pg-promise version bump to 12.2.0 and its expected impact. Update the Tasks checklist by removing irrelevant entries or checking off the applicable template items for tests, documentation, security, and error code updates. Ensure all template sections accurately reflect the changes in this pull request.
✅ Passed checks (2 passed)
Check name Status Explanation
Title Check ✅ Passed The title succinctly and accurately describes the primary change as upgrading the pg-promise dependency to version 12.2.0 and uses clear, conventional phrasing without extraneous details.
Docstring Coverage ✅ Passed No functions found in the changes. Docstring coverage check skipped.
✨ Finishing touches
  • 📝 Generate docstrings
🧪 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.

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

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

📜 Review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between be362fe and 0a94d79.

⛔ Files ignored due to path filters (1)
  • package-lock.json is excluded by !**/package-lock.json
📒 Files selected for processing (1)
  • package.json (1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (14)
  • GitHub Check: Redis Cache
  • GitHub Check: PostgreSQL 17, PostGIS 3.5
  • GitHub Check: Node 20
  • GitHub Check: Node 18
  • GitHub Check: MongoDB 8, ReplicaSet
  • GitHub Check: MongoDB 7, ReplicaSet
  • GitHub Check: Docker Build
  • GitHub Check: PostgreSQL 15, PostGIS 3.3
  • GitHub Check: MongoDB 6, ReplicaSet
  • GitHub Check: PostgreSQL 18, PostGIS 3.6
  • GitHub Check: PostgreSQL 16, PostGIS 3.5
  • GitHub Check: PostgreSQL 15, PostGIS 3.5
  • GitHub Check: PostgreSQL 15, PostGIS 3.4
  • GitHub Check: Code Analysis (javascript)

Copy link

codecov bot commented Oct 8, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.01%. Comparing base (d275c18) to head (0a94d79).
⚠️ Report is 2 commits behind head on alpha.

Additional details and impacted files
@@           Coverage Diff           @@
##            alpha    #9874   +/-   ##
=======================================
  Coverage   93.01%   93.01%           
=======================================
  Files         187      187           
  Lines       15097    15097           
  Branches      174      174           
=======================================
  Hits        14042    14042           
  Misses       1043     1043           
  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.

@cbaker6
Copy link
Contributor Author

cbaker6 commented Oct 8, 2025

@mtrezza this is ready for review

@mtrezza mtrezza merged commit f024d53 into parse-community:alpha Oct 8, 2025
24 of 26 checks passed
@cbaker6 cbaker6 deleted the pgPromiseUpdate branch October 8, 2025 23:48
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.

pg-promise has a new major release
3 participants