Skip to content

Conversation

@chrisbbreuer
Copy link
Member

@chrisbbreuer chrisbbreuer commented Jan 14, 2026

This PR contains the following updates:

Package Updates Summary

Type Count
📦 NPM Packages 8
🔧 System Dependencies 1
🚀 GitHub Actions 3
Total 12

📦 npm Dependencies

npm

8 packages will be updated

Package Change Age Adoption Passing Confidence
@prisma/client (source) 7.2.0 -> 7.3.0-integration-prisma6-fix-cloudflare-engine.3 age adoption passing confidence
better-sqlite3 (source) 12.4.1 -> 12.6.0 age adoption passing confidence
drizzle-orm (source) 0.44.7 -> 0.45.1 age adoption passing confidence
prisma (source) 7.1.0 -> 7.3.0-integration-prisma6-fix-cloudflare-engine.3 age adoption passing confidence
@types/bun (source) 1.3.2 -> 1.3.6 age adoption passing confidence
better-dx (source) 0.2.3 -> 0.2.5 age adoption passing confidence
kysely (source) 0.28.8 -> 0.28.9 age adoption passing confidence
typeorm (source) 0.3.27 -> 0.3.28 age adoption passing confidence

🔧 System Dependencies

system

Package Change Type File
bun ^1.3.0^1.3.1 🟢 patch deps.yaml

🚀 GitHub Actions

github-actions

3 actions will be updated

Action Change Type Files
oven-sh/setup-bun v2.0.2v2.1.1 🟡 minor ci.yml
shivammathur/setup-php 2.35.52.36.0 🟡 minor buddy-bot.yml
stacksjs/action-releaser v1.2.7v1.2.6 🟢 patch release.yml

Release Notes

prisma/prisma (@prisma/client)

7.2.0 -> 7.3.0-integration-prisma6-fix-cloudflare-engine.3

Compare Source

Prisma Client is an auto-generated, type-safe and modern JavaScript/TypeScript ORM for Node.js that's tailored to your data. Supports PostgreSQL, CockroachDB, MySQL, MariaDB, SQL Server, SQLite & MongoDB databases.

📖 View Release Notes

🔗 View Changelog

Release Notes

Changelog

WiseLibs/better-sqlite3 (better-sqlite3)

12.4.1 -> 12.6.0

v12.6.0

Compare Source

What's Changed

Full Changelog: WiseLibs/better-sqlite3@v12.5.0...v12.6.0

Released by mceachen on 1/9/2026

v12.5.0

Compare Source

What's Changed

Full Changelog: WiseLibs/better-sqlite3@v12.4.6...v12.5.0

Released by mceachen on 11/28/2025

v12.4.6

Compare Source

What's Changed

Full Changelog: WiseLibs/better-sqlite3@v12.4.5...v12.4.6

Released by mceachen on 11/22/2025

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

0.44.7 -> 0.45.1

v1.0.0-beta.9

Compare Source

  • Drizzle now has native @effect/sql-pg driver support
    That is a big milestone for Drizzle. We did rework our query builder chain and it supports both EffectLike and PromiseLike flows, we will gather feedback from the community and ship other dialects support

  • We did also rework(simplified) PgColumn type chain, it's now mostly decoupled from other dialects, it now has better type performance and simpler declaration chain. We did remove PgArray column recursive wrapper, every PgColumn now has dimensions property both in runtime and type chain for external usage like validation packages

  • We have 1 breaking API change too, postgres .array() is now not chainable, if you want to have multidimensional array it's now .array('[][]'),.array('[][][]'), etc.

  • Fixed lack of query result recalculation on pg dynamic update with joins

  • Switched MySQL2 default client from CallbackPool to Pool

  • We've migrated away from esbuild-register to tsx loader, it will now al...

[View full release notes]

Released by AndriiSherman on 1/15/2026

v1.0.0-beta.11

Compare Source

  • Defaulted PgTimestampString timezone offset to be +00 when value gets returned as Date instance
  • Pg: Cache is now used only when explicitly defined. In recent beta versions caching was still applied even when no cache was configured
  • Separated date and int-exclusive column methods from common pg builder (separeted .defaultNow(), .generatedAlwaysAsIdentity(), .generatedByDefaultAsIdentity())

Bug fixes

[View full release notes]

Released by AndriiSherman on 1/15/2026

v1.0.0-beta.8

Compare Source

drizzle-seed updates

Bug fixes

Features

ignore column in refinements

Now you can let drizzle-seed know if you want to ignore column during seeding.

// schema.ts
import { integer, pgTable, text } from "drizzle-orm/pg-core";

export const users = pgTable("users", {
  id: integer().primaryKey(),
  name: text().notNull(),
  age: integer(),
  photo: text(),
});
// index.ts
import { drizzle } from "drizzle-orm/node-postgres";
import { seed } from "drizzle-seed";
import * as ...

*[View full release notes]*

*Released by [AndriiSherman](https://github.com/AndriiSherman) on 12/31/2025*

</details>

<details>
<summary>prisma/prisma (prisma)</summary>

**7.1.0 -> 7.3.0-integration-prisma6-fix-cloudflare-engine.3**

### [`7.2.0`](https://github.com/prisma/prisma/releases/tag/7.2.0)

[Compare Source](https://github.com/prisma/prisma/compare/v7.1.0...v7.3.0-integration-prisma6-fix-cloudflare-engine.3)

Today, we are excited to share the `7.2.0` stable release 🎉

**🌟 Star this repo for notifications about new releases, bug fixes & features  or [follow us on X](https://pris.ly/x)!**

## Highlights

## ORM

- [#28830](https://github.com/prisma/prisma/pull/28830): feat: add `sqlcommenter-query-insights` plugin
    - Adds a new SQL commenter plugin to support query insights metadata.
- [#28860](https://github.com/prisma/prisma/pull/28860): feat(migrate): add `-url` param for `db pull`, `db push`, `migrate dev`
    - Adds a `-url` flag to key migrate commands to make connection configuration more flexible.
- [#28895](https://github.com/prisma/prisma/pull/28895): feat(config): allow undefined URLs in e.g. `prisma generate`
    - Allows certain workflows (such as `prisma generate`) to proceed even when URLs are undefined.
- [#28903](https://github.com/prisma/prisma/pull/28903): feat(cli): customize `prisma init` based on the JS runtime (Bun vs others)
    - Makes `prisma init` tailor gene...

*[View full release notes]*

*Released by [mhartington](https://github.com/mhartington) on 12/17/2025*

</details>

<details>
<summary>DefinitelyTyped/DefinitelyTyped (@types/bun)</summary>

**1.3.2 -> 1.3.6**

[Compare Source](https://github.com/DefinitelyTyped/DefinitelyTyped/compare/v1.3.2...v1.3.6)

TypeScript definitions for bun

📖 [View Release Notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)

🔗 [View Changelog](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/main/CHANGELOG.md)

[Release Notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)

[Changelog](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/main/CHANGELOG.md)

</details>

<details>
<summary>stacksjs/development (better-dx)</summary>

**0.2.3 -> 0.2.5**

### [`v0.2.5`](https://github.com/stacksjs/better-dx/releases/tag/v0.2.5)

[Compare Source](https://github.com/stacksjs/development/compare/v0.2.3...v0.2.5)

*No significant changes*

##### &nbsp;&nbsp;&nbsp;&nbsp;[View changes on GitHub](https://github.com/stacksjs/better-dx/compare/v0.2.4...v0.2.5)

*Released by [github-actions[bot]](https://github.com/github-actions[bot]) on 11/22/2025*

### [`v0.2.4`](https://github.com/stacksjs/better-dx/releases/tag/v0.2.4)

[Compare Source](https://github.com/stacksjs/development/compare/v0.2.3...v0.2.5)

*No significant changes*

##### &nbsp;&nbsp;&nbsp;&nbsp;[View changes on GitHub](https://github.com/stacksjs/better-dx/compare/v0.2.3...v0.2.4)

*Released by [github-actions[bot]](https://github.com/github-actions[bot]) on 11/21/2025*

</details>

<details>
<summary>kysely-org/kysely (kysely)</summary>

**0.28.8 -> 0.28.9**

### [`v0.28.9`](https://github.com/kysely-org/kysely/releases/tag/v0.28.9)

[Compare Source](https://github.com/kysely-org/kysely/compare/v0.28.8...v0.28.9)

Hey 👋 

A small batch of bug fixes. Please report any issues. 🤞😰🤞

## 🚀 Features

## 🐞 Bugfixes

#### PostgreSQL 🐘

* fix: withSchema not applying for delete query using clause. by [igalklebanov](https://github.com/igalklebanov) in https://github.com/kysely-org/kysely/pull/1648
* fix: withSchema adds schema to for update|share|key share|no key share of tables causing database errors. by [igalklebanov](https://github.com/igalklebanov) in https://github.com/kysely-org/kysely/pull/1659

## 📖 Documentation

## 📦 CICD & Tooling

* publish to jsr. by [igalklebanov](https://github.com/igalklebanov) in https://github.com/kysely-org/kysely/pull/1457
* chore: bump pnpm, use trustPolicy, exclude safe downgrades, fix browser test, fix bun tests. by [igalklebanov](https://github.com/igalklebanov) in https://github.com/kysely-org/kysely/pull/1641
* chore(ci): add deno lint with JSR rules. Add verbatimModuleSyntax in tsconfig.json. Apply lint fixes. by [igalklebanov](https://github.com/igalk...

*[View full release notes]*

*Released by [igalklebanov](https://github.com/igalklebanov) on 12/13/2025*

</details>

<details>
<summary>typeorm/typeorm (typeorm)</summary>

**0.3.27 -> 0.3.28**

### [`0.3.28`](https://github.com/typeorm/typeorm/releases/tag/0.3.28)

[Compare Source](https://github.com/typeorm/typeorm/compare/v0.3.27...v0.3.28)

## What's Changed
* build(deps): bump brace-expansion from 2.0.1 to 2.0.2 in /sample/playground by [dependabot](https://github.com/dependabot)[bot] in https://github.com/typeorm/typeorm/pull/11522
* chore: update dependencies by [alumni](https://github.com/alumni) in https://github.com/typeorm/typeorm/pull/11666
* chore: fix package preview by [alumni](https://github.com/alumni) in https://github.com/typeorm/typeorm/pull/11542
* fix: add multiSubnetFailover to mssql driver option types by [isaru66](https://github.com/isaru66) in https://github.com/typeorm/typeorm/pull/10804
* ci: introduce jsdoc eslint plugin (warnings only) by [pkuczynski](https://github.com/pkuczynski) in https://github.com/typeorm/typeorm/pull/11681
* feat: add support for `jsonpath` column type in PostgreSQL by [pkuczynski](https://github.com/pkuczynski) in https://github.com/typeorm/typeorm/pull/11684
* feat: entity schema support trees by [wszgrcy](https://github.com/wszgrcy) in https://github.com/typeorm/typeorm...

*[View full release notes]*

*Released by [michaelbromley](https://github.com/michaelbromley) on 12/3/2025*

### [`0.3.9`](https://github.com/typeorm/typeorm/releases/tag/0.3.9)

[Compare Source](https://github.com/typeorm/typeorm/compare/v0.3.27...v0.3.28)

### Bug Fixes

* fixed regression introduced in 0.3.8 - broken CLI because of #8917 ([#9332](https://github.com/typeorm/typeorm/issues/9332)), closes [#9330](https://github.com/typeorm/typeorm/issues/9330)

*Released by [pleerock](https://github.com/pleerock) on 8/28/2022*

### [`0.3.8`](https://github.com/typeorm/typeorm/releases/tag/0.3.8)

[Compare Source](https://github.com/typeorm/typeorm/compare/v0.3.27...v0.3.28)

### Bug Fixes

* allow space and no-space syntaxes for SQLite constraints ([#9238](https://github.com/typeorm/typeorm/issues/9238)) ([bb07244](https://github.com/typeorm/typeorm/commit/bb07244b6188e623a6f8c8407e808d75f94918af)), closes [#9237](https://github.com/typeorm/typeorm/issues/9237)
* allow where IsNull for ManyToOne relations ([#9031](https://github.com/typeorm/typeorm/issues/9031)) ([72728f1](https://github.com/typeorm/typeorm/commit/72728f155d2e9d11fd9c2c1fb97c071c3b41ae6b)), closes [#8890](https://github.com/typeorm/typeorm/issues/8890)
* change postgres driver version checking query ([#9319](https://github.com/typeorm/typeorm/issues/9319)) ([c4f4650](https://github.com/typeorm/typeorm/commit/c4f46506d87009a589a7adf9b9367be06c92042c)), closes [#9318](https://github.com/typeorm/typeorm/issues/9318) [#9318](https://github.com/typeorm/typeorm/issues/9318)
* don't use temporary table name to create foreign key, unique, check constraint with SQLite ([#9185](https://github.com/ty...

*[View full release notes]*

*Released by [pleerock](https://github.com/pleerock) on 8/26/2022*

</details>

<details>
<summary>bun</summary>

**^1.3.0  ^1.3.1**

📁 **File**: [`deps.yaml`](https://github.com/stacksjs/bun-query-builder/blob/main/deps.yaml)

🔗 **Package Info**: [pkgx.com](https://pkgx.com/pkg/bun)

</details>

<details>
<summary>oven-sh/setup-bun</summary>

**v2.0.2  v2.1.1**

Visit [oven-sh/setup-bun](https://github.com/oven-sh/setup-bun/releases) for release notes.

</details>

<details>
<summary>shivammathur/setup-php</summary>

**2.35.5  2.36.0**

Visit [shivammathur/setup-php](https://github.com/shivammathur/setup-php/releases) for release notes.

</details>

<details>
<summary>stacksjs/action-releaser</summary>

**v1.2.7  v1.2.6**

Visit [stacksjs/action-releaser](https://github.com/stacksjs/action-releaser/releases) for release notes.

</details>

---

### 📊 Package Statistics

- **@prisma/client**: 5,142,669 weekly downloads
- **better-sqlite3**: 2,402,903 weekly downloads
- **drizzle-orm**: 3,624,512 weekly downloads
- **prisma**: 6,979,326 weekly downloads
- **@types/bun**: 4,246,953 weekly downloads
- **better-dx**: 29,152 weekly downloads
- **kysely**: 1,898,241 weekly downloads
- **typeorm**: 2,984,567 weekly downloads
- **bun**: Available via pkgx package manager
- **oven-sh/setup-bun**: GitHub Action for workflow automation
- **shivammathur/setup-php**: GitHub Action for workflow automation
- **stacksjs/action-releaser**: GitHub Action for workflow automation

---

### 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 is behind base branch, or you tick the rebase/retry checkbox.

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

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR was generated by [Buddy](https://github.com/stacksjs/buddy-bot) 🤖

@pkg-pr-new
Copy link

pkg-pr-new bot commented Jan 14, 2026

Open in StackBlitz

npm i https://pkg.pr.new/stacksjs/bun-query-builder@770

commit: 379393c

@netlify
Copy link

netlify bot commented Jan 14, 2026

Deploy Preview for bun-query-builder failed. Why did it fail? →

Name Link
🔨 Latest commit 379393c
🔍 Latest deploy log https://app.netlify.com/projects/bun-query-builder/deploys/6969be04fea093000811bd7d

@github-actions github-actions bot closed this Jan 16, 2026
@github-actions github-actions bot deleted the buddy-bot/update-non-major-updates-1768393979867 branch January 16, 2026 04:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants