chore(deps): update all non-major dependencies #770
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.1deps.yaml🚀 GitHub Actions
3 actions will be updated
v2.0.2→v2.1.1ci.yml2.35.5→2.36.0buddy-bot.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.0Compare Source
What's Changed
Full Changelog: WiseLibs/better-sqlite3@v12.5.0...v12.6.0
Released by mceachen on 1/9/2026
v12.5.0Compare Source
What's Changed
Full Changelog: WiseLibs/better-sqlite3@v12.4.6...v12.5.0
Released by mceachen on 11/28/2025
v12.4.6Compare 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.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.