Skip to content

chore(deps): update all non-major dependencies - #1139

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
buddy-bot/update-non-major-updates
Open

chore(deps): update all non-major dependencies#1139
github-actions[bot] wants to merge 1 commit into
mainfrom
buddy-bot/update-non-major-updates

Conversation

@github-actions

@github-actions github-actions Bot commented Sep 4, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Updates Summary

Type Count
📦 NPM Packages 12
🔧 System Dependencies 3
Total 15

📦 npm Dependencies

npm

12 packages will be updated

Package Change Age Adoption Passing Confidence
@prisma/adapter-better-sqlite3 (source) 7.9.1 -> 7.10.0 age adoption passing confidence
@types/bun (source) 1.3.14 -> 1.4.2 age adoption passing confidence
kysely (source) 0.28.17 -> 0.29.5 age adoption passing confidence
@stacksjs/bunpress (source) 0.2.11 -> 0.2.14 age adoption passing confidence
@stacksjs/clapp (source) 0.2.12 -> 0.2.16 age adoption passing confidence
@stacksjs/ts-validation (source) 0.5.3 -> 0.5.6 age adoption passing confidence
better-dx (source) 0.2.22 -> 0.2.25 age adoption passing confidence
bunfig (source) 0.15.17 -> 0.15.19 age adoption passing confidence
dynamodb-tooling (source) 0.3.5 -> 0.3.6 age adoption passing confidence
pickier (source) 0.1.56 -> 0.1.65 age adoption passing confidence
ts-pantry (source) 0.11.29 -> 0.11.60 age adoption passing confidence
typeorm (source) 1.1.0 -> 1.1.1 age adoption passing confidence

🔧 System Dependencies

system

3 packages will be updated across 1 file(s): deps.yaml

Package Change Type File
postgres ^18.0.0^18.4 🟡 minor deps.yaml
sqlite ^3.52.0^3.53.4 🟡 minor deps.yaml
zlib.net ^1.2^1.3.2 🟡 minor deps.yaml

Release Notes

prisma/prisma (@prisma/adapter-better-sqlite3)

7.9.1 -> 7.10.0

7.10.0

Compare Source

Prisma ORM 7.10.0

Prisma ORM 7.10.0 introduces a compatibility package for running Prisma 7 alongside newer Prisma versions, secures Prisma Studio's local server, and includes fixes across Prisma Client and the PostgreSQL, MariaDB, Neon, SQLite, and Prisma Postgres Serverless adapters.

Highlights

Run Prisma 7 alongside Prisma 8

This release introduces @prisma/prisma7, a compatibility package that lets you retain a matching Prisma 7 CLI and configuration while installing Prisma 8 in the same project.

Once 7.10.0 is released, a side-by-side installation can use:

npm install --save-dev prisma@8 @prisma/prisma7@7.10.0
npm install @prisma/client@7.10.0

Use prisma for the directly installed Prisma 8 CLI and prisma7 for Prisma 7:

npx prisma --version
npx prisma7 --version

npx prisma7 generate
npx prisma7 migrate dev
npx prisma7 db push

Prisma 7 now prefers version-specific configuration files, allowing its configuration to coexist with Prisma 8's `...

[View full release notes]

Released by SevInf on 8/25/2026

DefinitelyTyped/DefinitelyTyped (@types/bun)

1.3.14 -> 1.4.2

Compare Source

TypeScript definitions for bun

📖 View Release Notes

🔗 View Changelog

Release Notes

Changelog

kysely-org/kysely (kysely)

0.28.17 -> 0.29.5

v0.29.5

Compare Source

Hey 👋

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

TypeScript 7 is allowing for deeper computations which now cause way more instantiations and wall clock times in various scenarios. We're diving deep into our types and finding optimizations. In this version koskimas brought some nice wins for builder vs. builder assignability checks.

We're also revamping the docs site, working on style, message and usefulness. Swing by our Discord and share your opinions/ideas. We got docs->apidocs search now. The playground is back supporting short links and will allow saving short links very soon.

🚀 Features

🐞 Bugfixes

  • fix infinite type check recursion by koskimas in kysely-org/kysely#1960
  • Add missing beforeThrow calls in getInflightQueryAbortHandler by lourd in kysely-org/kysely#1971

📖 Documentation

  • Fix typo in CreateTypeBuilder.asEnum docstring by [anonpay-sh]...

[View full release notes]

Released by igalklebanov on 8/10/2026

v0.29.4

Compare Source

Hey 👋

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

🚀 Features

🐞 Bugfixes

PostgreSQL 🐘

SQLite 📘

  • fix(sqlite): returning clauses wrongfuly output after order by and limit in delete queries. by igalklebanov in kysely-org/kysely#1946

📖 Documentation

📦 CICD & Tooling

  • chore: bump dependencies. by igalklebanov in kysely-org/kysely#1945

⚠️ Breaking Changes

🐤 New Contributors

What's Changed

Full Changelog: kysely-org/kysely@v0.29.3...v0.29.4

Released by igalklebanov on 7/17/2026

v0.29.3

Compare Source

Hey 👋

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

🚀 Features

🐞 Bugfixes

PostgreSQL 🐘 / MSSQL 🥅

  • fix: PostgreSQL and MSSQL migrations are not running exclusively when disableTransactions: true. by morgan-coded & igalklebanov in kysely-org/kysely#1919

📖 Documentation

  • docs: add kysely-durable-objects to community dialects by jeffwilde in kysely-org/kysely#1805
  • docs: use new play.kysely.dev domain for the playground. by igalklebanov in kysely-org/kysely#1874
  • docs(#1892): add marshift/kysely-deno-sqlite3 to community dialects by ltianyi992 in kysely-org/kysely#1901

📦 CICD & Tooling

  • chore(deps-dev): bump tsx from 4.22.0 to 4.22.1 by dependabot[bot] in kysely-org/kysely#1855
  • chore(deps): bump hono from 4.12.18 to 4.12....

[View full release notes]

Released by igalklebanov on 7/5/2026

stacksjs/bunpress (@stacksjs/bunpress)

0.2.11 -> 0.2.14

v0.2.14

Compare Source

Released by github-actions[bot] on 8/25/2026

v0.2.13

Compare Source

Released by github-actions[bot] on 8/19/2026

v0.2.12

Compare Source

Released by github-actions[bot] on 8/19/2026

stacksjs/clapp (@stacksjs/clapp)

0.2.12 -> 0.2.16

v0.2.16

Compare Source

Released by github-actions[bot] on 9/8/2026

v0.2.15

Compare Source

Released by github-actions[bot] on 8/28/2026

v0.2.14

Compare Source

Released by github-actions[bot] on 8/28/2026

stacksjs/ts-validation (@stacksjs/ts-validation)

0.5.3 -> 0.5.6

v0.5.6

Compare Source

Released by github-actions[bot] on 8/23/2026

v0.5.5

Compare Source

Released by github-actions[bot] on 8/19/2026

v0.5.4

Compare Source

Released by github-actions[bot] on 8/13/2026

stacksjs/better-dx (better-dx)

0.2.22 -> 0.2.25

v0.2.25

Compare Source

Released by github-actions[bot] on 8/19/2026

v0.2.24

Compare Source

Released by github-actions[bot] on 8/19/2026

v0.2.23

Compare Source

Released by github-actions[bot] on 8/16/2026

stacksjs/bunfig (bunfig)

0.15.17 -> 0.15.19

v0.15.19

Compare Source

Released by github-actions[bot] on 8/19/2026

v0.15.18

Compare Source

Released by github-actions[bot] on 8/19/2026

stacksjs/dynamodb-tooling (dynamodb-tooling)

0.3.5 -> 0.3.6

v0.3.6

Compare Source

Released by github-actions[bot] on 8/19/2026

pickier/pickier (pickier)

0.1.56 -> 0.1.65

v0.1.65

Compare Source

Released by github-actions[bot] on 8/23/2026

v0.1.64

Compare Source

Released by github-actions[bot] on 8/23/2026

v0.1.63

Compare Source

Released by github-actions[bot] on 8/23/2026

pantry-pm/pantry (ts-pantry)

0.11.29 -> 0.11.60

v0.11.60

Compare Source

Compare changes

🐛 Bug Fixes

🔧 Chores

Contributors

Released by github-actions[bot] on 9/10/2026

v0.11.59

Compare Source

Compare changes

🐛 Bug Fixes

🔧 Chores

Contributors

Released by github-actions[bot] on 9/10/2026

v0.11.58

Compare Source

Compare changes

🐛 Bug Fixes

🔧 Chores

Contributors

Released by github-actions[bot] on 9/9/2026

typeorm/typeorm (typeorm)

1.1.0 -> 1.1.1

1.1.1

Compare Source

What's Changed

  • fix(version-utils): compare versions of unequal length correctly by ix1osbek in typeorm/typeorm#12668
  • fix(schema): default many-to-many inverse foreign key to CASCADE by kyungseopk1m in typeorm/typeorm#12663
  • fix: resolve relation values for join columns inside embedded entities by michaelbromley in typeorm/typeorm#12726
  • fix: guard metadata access in InsertQueryBuilder for raw-table upsert by xianjianlf2 in typeorm/typeorm#12702
  • fix(persistence): keep many-to-many junction rows when the relation is not loaded by IbrahimHafez1 in typeorm/typeorm#12711
  • docs(security): define security model and scope for advisory triage by smith-xyz in typeorm/typeorm#12757
  • fix: return undefined from deepValue when path is missing by [michaelbromley](https://git...

[View full release notes]

Released by alumni on 9/1/2026

postgres

^18.0.0 → ^18.4

📁 File: deps.yaml

🔗 Package Info: pkgx.com

sqlite

^3.52.0 → ^3.53.4

📁 File: deps.yaml

🔗 Package Info: pkgx.com

zlib.net

^1.2 → ^1.3.2

📁 File: deps.yaml

🔗 Package Info: pkgx.com

🌐 Official Site: zlib.net


📊 Package Statistics

  • @prisma/adapter-better-sqlite3: 172,893 weekly downloads
  • @types/bun: 11,207,720 weekly downloads
  • kysely: 15,636,699 weekly downloads
  • @stacksjs/bunpress: 47,031 weekly downloads
  • @stacksjs/clapp: 48,059 weekly downloads
  • @stacksjs/ts-validation: 17,137 weekly downloads
  • better-dx: 25,922 weekly downloads
  • bunfig: 43,629 weekly downloads
  • dynamodb-tooling: 16,122 weekly downloads
  • pickier: 28,778 weekly downloads
  • ts-pantry: 37,662 weekly downloads
  • typeorm: 4,379,432 weekly downloads
  • postgres: Available via pkgx package manager
  • sqlite: Available via pkgx package manager
  • zlib.net: Available via pkgx package manager

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.


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

This PR was generated by Buddy 🤖

@netlify

netlify Bot commented Sep 4, 2026

Copy link
Copy Markdown

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

Name Link
🔨 Latest commit 32e8579
🔍 Latest deploy log https://app.netlify.com/projects/bun-query-builder/deploys/6aa22972a8302d0007e95171

@github-actions
github-actions Bot force-pushed the buddy-bot/update-non-major-updates branch 2 times, most recently from f02576d to a40ef87 Compare September 8, 2026 03:48
@github-actions
github-actions Bot force-pushed the buddy-bot/update-non-major-updates branch from a40ef87 to 32e8579 Compare September 10, 2026 03:52
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.

0 participants