-
-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): update all non-major dependencies #796
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update all non-major dependencies #796
Conversation
commit: |
❌ Deploy Preview for bun-query-builder failed. Why did it fail? →
|
…major-updates-1768543951691
|
🤖 Auto-closing obsolete PR This PR was automatically closed because Removed files:
8 packages will be updated`
4 actions will be updated`
Release Notesprisma/prisma (@prisma/client)7.2.0 -> 7.3.0-integration-prisma6-fix-cloudflare-engine.3 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. WiseLibs/better-sqlite3 (better-sqlite3)12.4.1 -> 12.6.0
|
This PR contains the following updates:
Package Updates Summary
📦 npm Dependencies
8 packages will be updated
7.2.0->7.3.0-integration-prisma6-fix-cloudflare-engine.312.4.1->12.6.00.44.7->0.45.17.1.0->7.3.0-integration-prisma6-fix-cloudflare-engine.31.3.2->1.3.60.2.3->0.2.50.28.8->0.28.90.3.27->0.3.28🔧 System Dependencies
^1.3.0→^1.3.2deps.yaml🚀 GitHub Actions
4 actions will be updated
v2.0.2→v2.1.2ci.yml2.35.5→2.36.0buddy-bot.ymlv5.0.1→v5.0.2ci.ymlv1.2.7→v1.2.6release.ymlRelease 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.2Compare Source
What's Changed
Full Changelog: WiseLibs/better-sqlite3@v12.6.1...v12.6.2
Released by mceachen on 1/16/2026
v12.6.1Compare Source
What's Changed
Full Changelog: WiseLibs/better-sqlite3@v12.6.0...v12.6.1
Released by mceachen on 1/16/2026
v12.6.0Compare Source
What's Changed
Full Changelog: WiseLibs/better-sqlite3@v12.5.0...v12.6.0
Released by mceachen on 1/9/2026
drizzle-team/drizzle-orm (drizzle-orm)
0.44.7 -> 0.45.1
v1.0.0-beta.9Compare Source
Drizzle now has native
@effect/sql-pgdriver supportThat 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)
PgColumntype 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, everyPgColumnnow has dimensions property both in runtime and type chain for external usage like validation packagesWe 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
MySQL2default client fromCallbackPooltoPoolWe've migrated away from
esbuild-registertotsxloader, it will now al...[View full release notes]
Released by AndriiSherman on 1/15/2026
v1.0.0-beta.11Compare Source
PgTimestampStringtimezone offset to be+00when value gets returned asDateinstancePg: Cache is now used only when explicitly defined. In recentbetaversions caching was still applied even when no cache was configuredpg builder(separeted .defaultNow(), .generatedAlwaysAsIdentity(), .generatedByDefaultAsIdentity())Bug fixes
[BUG]:drizzle-kit pull generates incorrect schema for functional/computed index
[BUG]: drizzle-kit pull generates invalid code for MySQL datetime with DEFAULT CURRENT_TIMESTAMP ON UPDATE
[BUG]: Drizzle-kit - push tries to delete non-public schemas by default (pscale_extensions)
[BUG]: JSON.stringify cannot serialize BigInt
Comm...
[View full release notes]
Released by AndriiSherman on 1/15/2026
v1.0.0-beta.8Compare Source
drizzle-seedupdatesBug fixes
Features
ignore column in refinements
Now you can let drizzle-seed know if you want to ignore column during seeding.