Update dependency drizzle-orm to ^0.45.0 #10

Open
renovate-bot wants to merge 1 commit from renovate/drizzle-orm-0.x into master
Collaborator

This PR contains the following updates:

Package Change Age Confidence
drizzle-orm (source) ^0.44.0 -> ^0.45.0 age confidence

Release Notes

drizzle-team/drizzle-orm (drizzle-orm)

v0.45.1

Compare Source

  • Fixed pg-native Pool detection in node-postgres transactions breaking in environments with forbidden require() (#​5107)

v0.45.0

Compare Source

  • Fixed pg-native Pool detection in node-postgres transactions
  • Allowed subqueries in select fields
  • Updated typo algorythm => algorithm
  • Fixed $onUpdate not handling SQL values (fixes #​2388, tests implemented by L-Mario564 in #​2911)
  • Fixed pg mappers not handling Date instances in bun-sql:postgresql driver responses for date, timestamp types (fixes #​4493)

v0.44.7

Compare Source

v0.44.6

Compare Source

  • feat: add $replicas reference #​4874

v0.44.5

Compare Source

  • Fixed invalid usage of .one() in durable-sqlite session
  • Fixed spread operator related crash in sqlite blob columns
  • Better browser support for sqlite blob columns
  • Improved sqlite blob mapping

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [drizzle-orm](https://orm.drizzle.team) ([source](https://github.com/drizzle-team/drizzle-orm)) | [`^0.44.0` -> `^0.45.0`](https://renovatebot.com/diffs/npm/drizzle-orm/0.44.4/0.45.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/drizzle-orm/0.45.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/drizzle-orm/0.44.4/0.45.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>drizzle-team/drizzle-orm (drizzle-orm)</summary> ### [`v0.45.1`](https://github.com/drizzle-team/drizzle-orm/releases/tag/0.45.1) [Compare Source](https://github.com/drizzle-team/drizzle-orm/compare/0.45.0...0.45.1) - Fixed pg-native Pool detection in node-postgres transactions breaking in environments with forbidden `require()` ([#&#8203;5107](https://github.com/drizzle-team/drizzle-orm/issues/5107)) ### [`v0.45.0`](https://github.com/drizzle-team/drizzle-orm/releases/tag/0.45.0) [Compare Source](https://github.com/drizzle-team/drizzle-orm/compare/0.44.7...0.45.0) - Fixed pg-native Pool detection in node-postgres transactions - Allowed subqueries in select fields - Updated typo algorythm => algorithm - Fixed `$onUpdate` not handling `SQL` values (fixes [#&#8203;2388](https://github.com/drizzle-team/drizzle-orm/issues/2388), tests implemented by [L-Mario564](https://github.com/L-Mario564) in [#&#8203;2911](https://github.com/drizzle-team/drizzle-orm/pull/2911)) - Fixed `pg` mappers not handling `Date` instances in `bun-sql:postgresql` driver responses for `date`, `timestamp` types (fixes [#&#8203;4493](https://github.com/drizzle-team/drizzle-orm/issues/4493)) ### [`v0.44.7`](https://github.com/drizzle-team/drizzle-orm/releases/tag/0.44.7) [Compare Source](https://github.com/drizzle-team/drizzle-orm/compare/0.44.6...0.44.7) - fix durable sqlite transaction return value [#&#8203;3746](https://github.com/drizzle-team/drizzle-orm/issues/3746) - thanks [@&#8203;joaocstro](https://github.com/joaocstro) ### [`v0.44.6`](https://github.com/drizzle-team/drizzle-orm/releases/tag/0.44.6) [Compare Source](https://github.com/drizzle-team/drizzle-orm/compare/0.44.5...0.44.6) - feat: add $replicas reference [#&#8203;4874](https://github.com/drizzle-team/drizzle-orm/issues/4874) ### [`v0.44.5`](https://github.com/drizzle-team/drizzle-orm/releases/tag/0.44.5) [Compare Source](https://github.com/drizzle-team/drizzle-orm/compare/0.44.4...0.44.5) - Fixed invalid usage of `.one()` in `durable-sqlite` session - Fixed spread operator related crash in sqlite `blob` columns - Better browser support for sqlite `blob` columns - Improved sqlite `blob` mapping </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45MS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNTkuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/drizzle-orm-0.x:renovate/drizzle-orm-0.x
git switch renovate/drizzle-orm-0.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch master
git merge --no-ff renovate/drizzle-orm-0.x
git switch renovate/drizzle-orm-0.x
git rebase master
git switch master
git merge --ff-only renovate/drizzle-orm-0.x
git switch renovate/drizzle-orm-0.x
git rebase master
git switch master
git merge --no-ff renovate/drizzle-orm-0.x
git switch master
git merge --squash renovate/drizzle-orm-0.x
git switch master
git merge --ff-only renovate/drizzle-orm-0.x
git switch master
git merge renovate/drizzle-orm-0.x
git push origin master
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Beeebooo/Portfolio!10
No description provided.