Conversation
WalkthroughUpdated Postgres package: dependency version bumps, added a new string connection option key Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes
Suggested reviewers
Poem
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (3)
🚧 Files skipped from review as they are similar to previous changes (3)
⏰ 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). (3)
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 |
| "pg": "^8.16.3", | ||
| "pg-hstore": "^2.3.4", | ||
| "pg-types": "^4.1.0", | ||
| "pg-types": "^2.2.0", |
There was a problem hiding this comment.
Very odd somehow. Why is it major version downgrading?
There was a problem hiding this comment.
pg and @types/pg use pg-types@v2 so I had to use that as well. Not sure why we updated to a newer major version, since it conflicts. There is an open issue for pg to update to the newest pg-types, but that hasn't been resolved yet
89938a9 to
6921b95
Compare
Pull Request Checklist
Description of Changes
pgand@types/pgusepg-types@v2so I had to use that as well. TheTypeIdandTypeParsertypes is not exported from@types/pgdirectly so we can't get rid ofpg-typesor import it frompgSummary by CodeRabbit
New Features
Chores
Refactor