Skip to content

Conversation

chrisbbreuer
Copy link
Member

@chrisbbreuer chrisbbreuer commented Oct 3, 2025

This PR contains the following updates:

Package Updates Summary

Type Count
📦 NPM Packages 10
🔧 System Dependencies 1
🚀 GitHub Actions 5
Total 16

📦 npm Dependencies

npm

10 packages will be updated

Package Change Age Adoption Passing Confidence
@prisma/client (source) 6.16.3 -> 6.17.0 age adoption passing confidence
bun-git-hooks (source) 0.2.19 -> 0.3.1 age adoption passing confidence
bun-plugin-dtsx (source) 0.9.5 -> 0.21.12 age adoption passing confidence
chalk (source) 5.3.0 -> 5.6.2 age adoption passing confidence
drizzle-orm (source) 0.36.4 -> 0.44.6 age adoption passing confidence
prisma (source) 6.16.3 -> 6.17.0 age adoption passing confidence
@stacksjs/bumpx (source) 0.1.84 -> 0.1.86 age adoption passing confidence
@types/bun (source) 1.2.21 -> 1.2.23 age adoption passing confidence
buddy-bot (source) 0.9.4 -> 0.9.8 age adoption passing confidence
typescript (source) 5.9.2 -> 5.9.3 age adoption passing confidence

🔧 System Dependencies

system

Package Change Type File
bun ^1.2.20^1.2.23 🟢 patch deps.yaml

🚀 GitHub Actions

github-actions

5 actions will be updated

Action Change Type Files
actions/cache v4.2.4v4.3.0 🟡 minor ci.yml
actions/cache v4v4.3.0 🟢 patch ci.yml
actions/checkout v5v5.0.0 🟢 patch ci.yml
oven-sh/setup-bun v2v2.0.2 🟢 patch ci.yml
shivammathur/setup-php 2.35.42.35.5 🟢 patch buddy-bot.yml

Release Notes

prisma/prisma (@prisma/client)

6.16.3 -> 6.17.0

6.17.0

Compare Source

Today, we are excited to share the 6.17.0 stable release 🎉

🌟 Star this repo for notifications about new releases, bug fixes & features — or follow us on X!

Prisma ORM

Prisma ORM is the most popular ORM in the TypeScript ecosystem. Today's release brings a number of bug fixes and improvements to Prisma ORM.

Bug fixes and improvements

  • Added support for Entra ID (ActiveDirectory) authentication parameters for the MS SQL Server driver adapter. For example, you can use the config object to configure DefaultAzureCredential:
    import { PrismaMssql } from '@prisma/adapter-mssql'
    import { PrismaClient } from '@prisma/client'
    
    const config = {
      server: 'localhost',
      port: 1433,
      database: 'mydb',
      authentication: {
        type: 'azure-active-directory-default',
      },
      options: {
     ...

[View full release notes]

Released by nikolasburk on 10/7/2025

6.9.0

Compare Source

Today, we are excited to share the 6.9.0 stable release 🎉 

🌟 Help us spread the word about Prisma by starring the repo ☝️ or posting on X about the release.

Highlights

Prisma ORM without Rust engines for PostgreSQL & SQLite (Preview)

If you've been excited about our work of removing the Rust engines from Prisma ORM but hesitated trying it out because it was in an Early Access (EA) phase, now is a great time for you to get your hands on the Rust-free Prisma ORM version.

This major architectural change has moved from EA into Preview in this release, meaning there are no more know major issues. If...

[View full release notes]

Released by nikolasburk on 6/5/2025

6.8.2

Compare Source

Today, we are issuing the 6.8.2 patch release. It fully resolves an issue with the prisma init and prisma dev commands for some Windows users who were still facing problems after the previous incomplete fix in version 6.8.1.

Fixes:

Released by aqrln on 5/16/2025

stacksjs/bun-git-hooks (bun-git-hooks)

0.2.19 -> 0.3.1

v0.3.1

Compare Source

No significant changes

    View changes on GitHub

Released by github-actions[bot] on 10/7/2025

v0.3.0

Compare Source

No significant changes

    View changes on GitHub

Released by github-actions[bot] on 10/7/2025

v0.2.9

Compare Source

No significant changes

    View changes on GitHub

Released by github-actions[bot] on 4/11/2025

stacksjs/dtsx (bun-plugin-dtsx)

0.9.5 -> 0.21.12

Compare Source

A Bun Bundler plugin that auto generates your DTS types extremely fast.

📖 View Release Notes

🔗 View Changelog

Release Notes

Changelog

chalk/chalk (chalk)

5.3.0 -> 5.6.2

v5.6.2

Compare Source

Released by sindresorhus on 9/8/2025

v5.6.0

Compare Source

  • Make WezTerm terminal use true color a8f5bf7

chalk/chalk@v5.5.0...v5.6.0

Released by sindresorhus on 8/17/2025

v5.5.0

Compare Source

  • Make Ghostty terminal use true color (#653) 79ee2d3

chalk/chalk@v5.4.1...v5.5.0

Released by sindresorhus on 8/3/2025

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

0.36.4 -> 0.44.6

0.44.6

Compare Source

  • feat: add $replicas reference #4874

Released by github-actions[bot] on 10/2/2025

drizzle-kit@0.31.5

Compare Source

  • Add casing support to studio configuration and related functions

Released by github-actions[bot] on 9/26/2025

0.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

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

prisma/prisma (prisma)

6.16.3 -> 6.17.0

6.17.0

Compare Source

Today, we are excited to share the 6.17.0 stable release 🎉

🌟 Star this repo for notifications about new releases, bug fixes & features — or follow us on X!

Prisma ORM

Prisma ORM is the most popular ORM in the TypeScript ecosystem. Today's release brings a number of bug fixes and improvements to Prisma ORM.

Bug fixes and improvements

  • Added support for Entra ID (ActiveDirectory) authentication parameters for the MS SQL Server driver adapter. For example, you can use the config object to configure DefaultAzureCredential:
    import { PrismaMssql } from '@prisma/adapter-mssql'
    import { PrismaClient } from '@prisma/client'
    
    const config = {
      server: 'localhost',
      port: 1433,
      database: 'mydb',
      authentication: {
        type: 'azure-active-directory-default',
      },
      options: {
     ...

[View full release notes]

Released by nikolasburk on 10/7/2025

6.9.0

Compare Source

Today, we are excited to share the 6.9.0 stable release 🎉 

🌟 Help us spread the word about Prisma by starring the repo ☝️ or posting on X about the release.

Highlights

Prisma ORM without Rust engines for PostgreSQL & SQLite (Preview)

If you've been excited about our work of removing the Rust engines from Prisma ORM but hesitated trying it out because it was in an Early Access (EA) phase, now is a great time for you to get your hands on the Rust-free Prisma ORM version.

This major architectural change has moved from EA into Preview in this release, meaning there are no more know major issues. If...

[View full release notes]

Released by nikolasburk on 6/5/2025

6.8.2

Compare Source

Today, we are issuing the 6.8.2 patch release. It fully resolves an issue with the prisma init and prisma dev commands for some Windows users who were still facing problems after the previous incomplete fix in version 6.8.1.

Fixes:

Released by aqrln on 5/16/2025

stacksjs/bumpx (@stacksjs/bumpx)

0.1.84 -> 0.1.86

v0.1.86

Compare Source

No significant changes

    View changes on GitHub

Released by github-actions[bot] on 10/7/2025

v0.1.85

Compare Source

   🐞 Bug Fixes

  • Update changelog display and fix typescript issues  -  by iamzjohn (5647d)
  • Update dependencies and fix test type annotations  -  by iamzjohn (985dd)
    View changes on GitHub

Released by github-actions[bot] on 10/7/2025

DefinitelyTyped/DefinitelyTyped (@types/bun)

1.2.21 -> 1.2.23

Compare Source

TypeScript definitions for bun

📖 View Release Notes

🔗 View Changelog

Release Notes

Changelog

stacksjs/buddy-bot (buddy-bot)

0.9.4 -> 0.9.8

v0.9.8

Compare Source

Released by github-actions[bot] on 10/7/2025

v0.9.7

Compare Source

Released by github-actions[bot] on 9/11/2025

v0.9.6

Compare Source

Released by github-actions[bot] on 9/11/2025

microsoft/TypeScript (typescript)

5.9.2 -> 5.9.3

v5.9.3

Compare Source

Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.

For release notes, check out the release announcement

Downloads are available on:

Released by jakebailey on 10/1/2025

bun

^1.2.20 → ^1.2.23

📁 File: deps.yaml

🔗 Package Info: pkgx.com

actions/cache

v4.2.4 → v4.3.0

Visit actions/cache for release notes.

actions/cache

v4 → v4.3.0

Visit actions/cache for release notes.

actions/checkout

v5 → v5.0.0

Visit actions/checkout for release notes.

oven-sh/setup-bun

v2 → v2.0.2

Visit oven-sh/setup-bun for release notes.

shivammathur/setup-php

2.35.4 → 2.35.5

Visit shivammathur/setup-php for release notes.


📊 Package Statistics

  • @prisma/client: 4,119,037 weekly downloads
  • bun-git-hooks: 151,897 weekly downloads
  • bun-plugin-dtsx: 147,380 weekly downloads
  • chalk: 319,120,092 weekly downloads
  • drizzle-orm: 2,257,037 weekly downloads
  • prisma: 5,535,608 weekly downloads
  • @stacksjs/bumpx: 147,111 weekly downloads
  • @types/bun: 2,341,279 weekly downloads
  • buddy-bot: 151,212 weekly downloads
  • typescript: 94,181,406 weekly downloads
  • bun: Available via pkgx package manager
  • actions/cache: GitHub Action for workflow automation
  • actions/cache: GitHub Action for workflow automation
  • actions/checkout: GitHub Action for workflow automation
  • oven-sh/setup-bun: GitHub Action for workflow automation
  • shivammathur/setup-php: 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.


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

This PR was generated by Buddy 🤖

Copy link

netlify bot commented Oct 3, 2025

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

Name Link
🔨 Latest commit ac9b94f
🔍 Latest deploy log https://app.netlify.com/projects/bun-query-builder/deploys/68e557ac173e640009058f49

Copy link

pkg-pr-new bot commented Oct 3, 2025

Open in StackBlitz

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

commit: 1f1f821

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.

1 participant