ReviewOS

also looking at this

stacks/bun-query-builder

chore(deps): update all non-major dependencies

#33
Closed chrisbbreuer wants to merge buddy-bot/update-non-major-updates-1759500437955 into main
7 files +96 -77

This PR contains the following updates:

Package Updates Summary

TypeCount
📦 NPM Packages13
🔧 System Dependencies1
🚀 GitHub Actions6
Total20

📦 npm Dependencies

npm

13 packages will be updated

PackageChangeAgeAdoptionPassingConfidence
@prisma/client (source)6.16.3 -> 6.18.0ageadoptionpassingconfidence
@stacksjs/bumpx (source)0.1.86 -> 0.2.2ageadoptionpassingconfidence
@stacksjs/logsmith (source)0.1.18 -> 0.2.0ageadoptionpassingconfidence
@types/bun (source)1.2.23 -> 1.3.1ageadoptionpassingconfidence
bun-git-hooks (source)0.2.19 -> 0.3.1ageadoptionpassingconfidence
bun-plugin-dtsx (source)0.9.5 -> 0.21.12ageadoptionpassingconfidence
chalk (source)5.3.0 -> 5.6.2ageadoptionpassingconfidence
drizzle-orm (source)0.36.4 -> 0.44.7ageadoptionpassingconfidence
prisma (source)6.16.3 -> 6.18.0ageadoptionpassingconfidence
buddy-bot (source)0.9.8 -> 0.9.9ageadoptionpassingconfidence
kysely (source)0.28.7 -> 0.28.8ageadoptionpassingconfidence
ts-mocker (source)0.1.3 -> 0.1.5ageadoptionpassingconfidence
typescript (source)5.9.2 -> 5.9.3ageadoptionpassingconfidence

🔧 System Dependencies

system

PackageChangeTypeFile
bun^1.2.20^1.2.23🟢 patchdeps.yaml

🚀 GitHub Actions

github-actions

6 actions will be updated

ActionChangeTypeFiles
actions/cachev4.2.4v4.3.0🟡 minorci.yml
actions/cachev4v4.3.0🟢 patchci.yml
stacksjs/action-releaserv1.1.0v1.2.6🟡 minorrelease.yml
actions/checkoutv5v5.0.0🟢 patchci.yml
oven-sh/setup-bunv2v2.0.2🟢 patchci.yml
shivammathur/setup-php2.35.42.35.5🟢 patchbuddy-bot.yml

Release Notes

prisma/prisma (@prisma/client)

6.16.3 -> 6.18.0

6.18.0

Compare Source

Today, we are excited to share the 6.18.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 bunch of new bug fixes and overall improvements:

  • prisma init now creates a prisma.config.ts automatically

When creating a new project with 6.18.0, prisma init will now create a prisma.config.ts file automatically. This prepares new applications for the future of Prisma 7. Some fields that have been historically set in the schema.prisma file are now able to be set in the prisma.config.ts, and we encourage people to migrate over to the new structure before the release of version 7, where this file will become a requirement.

  • Support for defining your datasource in prisma.config.ts

If you’re adopting the new prisma.config.ts setup in your projects, version 6.18.0 brings the abil...

[View full release notes]

Released by aqrln on 10/22/2025

6.17.1

Compare Source

Today, we are issuing a patch release to address a regression in v6.17.0 that affected diffing of unsupported types, leading to unnecessary or incorrect changes when creating new migrations or running db pull. This update is recommended for all users who have any fields marked as Unsupported in their schema files.

Changes

Released by aqrln on 10/10/2025

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

stacksjs/bumpx (@stacksjs/bumpx)

0.1.86 -> 0.2.2

v0.2.2

Compare Source

No significant changes

    View changes on GitHub

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

v0.2.1

Compare Source

No significant changes

    View changes on GitHub

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

v0.2.0

Compare Source

No significant changes

    View changes on GitHub

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

stacksjs/logsmith (@stacksjs/logsmith)

0.1.18 -> 0.2.0

v0.2.0

Compare Source

No significant changes

    View changes on GitHub

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

v0.1.9

Compare Source

No significant changes

    View changes on GitHub

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

v0.1.8

Compare Source

No significant changes

    View changes on GitHub

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

DefinitelyTyped/DefinitelyTyped (@types/bun)

1.2.23 -> 1.3.1

Compare Source

TypeScript definitions for bun

📖 View Release Notes

🔗 View Changelog

Release Notes

Changelog

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

https://github.com/chalk/chalk/compare/v5.5.0...v5.6.0

Released by sindresorhus on 8/17/2025

v5.5.0

Compare Source


https://github.com/chalk/chalk/compare/v5.4.1...v5.5.0

Released by sindresorhus on 8/3/2025

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

0.36.4 -> 0.44.7

0.44.7

Compare Source

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

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

prisma/prisma (prisma)

6.16.3 -> 6.18.0

6.18.0

Compare Source

Today, we are excited to share the 6.18.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 bunch of new bug fixes and overall improvements:

  • prisma init now creates a prisma.config.ts automatically

When creating a new project with 6.18.0, prisma init will now create a prisma.config.ts file automatically. This prepares new applications for the future of Prisma 7. Some fields that have been historically set in the schema.prisma file are now able to be set in the prisma.config.ts, and we encourage people to migrate over to the new structure before the release of version 7, where this file will become a requirement.

  • Support for defining your datasource in prisma.config.ts

If you’re adopting the new prisma.config.ts setup in your projects, version 6.18.0 brings the abil...

[View full release notes]

Released by aqrln on 10/22/2025

6.17.1

Compare Source

Today, we are issuing a patch release to address a regression in v6.17.0 that affected diffing of unsupported types, leading to unnecessary or incorrect changes when creating new migrations or running db pull. This update is recommended for all users who have any fields marked as Unsupported in their schema files.

Changes

Released by aqrln on 10/10/2025

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

stacksjs/buddy-bot (buddy-bot)

0.9.8 -> 0.9.9

v0.9.9

Compare Source

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

kysely-org/kysely (kysely)

0.28.7 -> 0.28.8

v0.28.8

Compare Source

Hey 👋

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

🚀 Features

🐞 Bugfixes

PostgreSQL 🐘

📖 Documentation

📦 CICD & Tooling

[View full release notes]

Released by igalklebanov on 10/9/2025

stacksjs/ts-mocker (ts-mocker)

0.1.3 -> 0.1.5

v0.1.5

Compare Source

No significant changes

    View changes on GitHub

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

v0.1.4

Compare Source

   🐞 Bug Fixes

    View changes on GitHub

Released by github-actions[bot] on 10/15/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.

stacksjs/action-releaser

v1.1.0 → v1.2.6

Visit stacksjs/action-releaser 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,303,889 weekly downloads
  • @stacksjs/bumpx: 130,112 weekly downloads
  • @stacksjs/logsmith: 180,459 weekly downloads
  • @types/bun: 1,954,025 weekly downloads
  • bun-git-hooks: 151,989 weekly downloads
  • bun-plugin-dtsx: 152,444 weekly downloads
  • chalk: 306,275,317 weekly downloads
  • drizzle-orm: 2,416,289 weekly downloads
  • prisma: 5,487,565 weekly downloads
  • buddy-bot: 159,355 weekly downloads
  • kysely: 1,023,642 weekly downloads
  • ts-mocker: 5,586 weekly downloads
  • typescript: 102,820,171 weekly downloads
  • bun: Available via pkgx package manager
  • actions/cache: GitHub Action for workflow automation
  • actions/cache: GitHub Action for workflow automation
  • stacksjs/action-releaser: 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 🤖

7 changed files on the files tab, with 0 review threads.