also looking at this
chore(deps): update all non-major dependencies
#161This PR contains the following updates:
Package Updates Summary
| Type | Count |
|---|---|
| 📦 NPM Packages | 13 |
| 🔧 System Dependencies | 1 |
| 🚀 GitHub Actions | 6 |
| Total | 20 |
📦 npm Dependencies
13 packages will be updated
🔧 System Dependencies
| Package | Change | Type | File |
|---|---|---|---|
| bun | ^1.2.20 → ^1.2.23 | 🟢 patch | deps.yaml |
🚀 GitHub Actions
6 actions will be updated
| Action | Change | Type | Files |
|---|---|---|---|
| actions/cache | v4.2.4 → v4.3.0 | 🟡 minor | ci.yml |
| actions/cache | v4 → v4.3.0 | 🟢 patch | ci.yml |
| stacksjs/action-releaser | v1.1.0 → v1.2.6 | 🟡 minor | release.yml |
| actions/checkout | v5 → v5.0.0 | 🟢 patch | ci.yml |
| oven-sh/setup-bun | v2 → v2.0.2 | 🟢 patch | ci.yml |
| shivammathur/setup-php | 2.35.4 → 2.35.5 | 🟢 patch | buddy-bot.yml |
Release Notes
prisma/prisma (@prisma/client)
6.16.3 -> 6.18.0
6.18.0
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 initnow creates aprisma.config.tsautomatically
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
datasourceinprisma.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
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
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
configobject 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
No significant changes
View changes on GitHub
Released by github-actions[bot] on 10/14/2025
v0.2.1
No significant changes
View changes on GitHub
Released by github-actions[bot] on 10/11/2025
v0.2.0
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
No significant changes
View changes on GitHub
Released by github-actions[bot] on 10/16/2025
v0.1.9
No significant changes
View changes on GitHub
Released by github-actions[bot] on 8/29/2025
v0.1.8
No significant changes
View changes on GitHub
Released by github-actions[bot] on 8/22/2025
stacksjs/bun-git-hooks (bun-git-hooks)
0.2.19 -> 0.3.1
v0.3.1
No significant changes
View changes on GitHub
Released by github-actions[bot] on 10/7/2025
v0.3.0
No significant changes
View changes on GitHub
Released by github-actions[bot] on 10/7/2025
v0.2.9
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
A Bun Bundler plugin that auto generates your DTS types extremely fast.
chalk/chalk (chalk)
5.3.0 -> 5.6.2
v5.6.2
- Fix vulnerability in 5.6.1, see: https://github.com/chalk/chalk/issues/656
Released by sindresorhus on 9/8/2025
v5.6.0
- 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
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
Released by github-actions[bot] on 10/23/2025
0.44.6
- feat: add $replicas reference #4874
Released by github-actions[bot] on 10/2/2025
drizzle-kit@0.31.5
- 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
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 initnow creates aprisma.config.tsautomatically
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
datasourceinprisma.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
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
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
configobject 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
kysely-org/kysely (kysely)
0.28.7 -> 0.28.8
v0.28.8
Hey 👋
A small batch of bug fixes. Please report any issues. 🤞😰🤞
🚀 Features
🐞 Bugfixes
PostgreSQL 🐘
- fix: filter schemas the current user does not have access to in postres introspector by chanon in https://github.com/kysely-org/kysely/pull/1550
- fix: insert/update not being wrapped in parens when in CTE of a merge query. by igalklebanov & msifd in https://github.com/kysely-org/kysely/pull/1611
📖 Documentation
- chore: add SECURITY.md. by igalklebanov in https://github.com/kysely-org/kysely/pull/1590
- fix: correct JSDoc type references in migration docs by iyoshi-rgb in https://github.com/kysely-org/kysely/pull/1536
📦 CICD & Tooling
- chore(ci): add dependency provenance check, bump deps to force check. by igalklebanov in https://github.com/kysely-org/kysel...
[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
No significant changes
View changes on GitHub
Released by github-actions[bot] on 10/16/2025
v0.1.4
🐞 Bug Fixes
- Tests - by glennmichael123 <samp>(6f300)</samp>
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
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
- fixed issues query for Typescript 5.9.0 (Beta).
- fixed issues query for Typescript 5.9.1 (RC).
- No specific changes for TypeScript 5.9.2 (Stable)
- fixed issues query for Typescript 5.9.3 (Stable).
Downloads are available on:
Released by jakebailey on 10/1/2025
📊 Package Statistics
- @prisma/client: 4,373,136 weekly downloads
- @stacksjs/bumpx: 131,250 weekly downloads
- @stacksjs/logsmith: 183,660 weekly downloads
- @types/bun: 2,009,837 weekly downloads
- bun-git-hooks: 152,990 weekly downloads
- bun-plugin-dtsx: 153,071 weekly downloads
- chalk: 314,731,225 weekly downloads
- drizzle-orm: 2,450,978 weekly downloads
- prisma: 5,565,376 weekly downloads
- buddy-bot: 160,202 weekly downloads
- kysely: 1,044,749 weekly downloads
- ts-mocker: 5,916 weekly downloads
- typescript: 105,325,020 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.