Commit f31bc86
authored
fix(deps): update all non-major dependencies (#110)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence | Type |
Update | Pending |
|---|---|---|---|---|---|---|---|---|
| [@prisma/client](https://www.prisma.io)
([source](https://redirect.github.com/prisma/prisma/tree/HEAD/packages/client))
| [`6.9.0` ->
`6.10.1`](https://renovatebot.com/diffs/npm/@prisma%2fclient/6.9.0/6.10.1)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
| dependencies | minor | |
| [@prisma/client](https://www.prisma.io)
([source](https://redirect.github.com/prisma/prisma/tree/HEAD/packages/client))
| [`6.9.0` ->
`6.10.1`](https://renovatebot.com/diffs/npm/@prisma%2fclient/6.9.0/6.10.1)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
| devDependencies | minor | |
|
[@types/node](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node)
([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node))
| [`22.15.31` ->
`22.15.32`](https://renovatebot.com/diffs/npm/@types%2fnode/22.15.31/22.15.32)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
| devDependencies | patch | `22.15.34` (+1) |
|
[@vitest/coverage-v8](https://redirect.github.com/vitest-dev/vitest/tree/main/packages/coverage-v8#readme)
([source](https://redirect.github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8))
| [`3.2.3` ->
`3.2.4`](https://renovatebot.com/diffs/npm/@vitest%2fcoverage-v8/3.2.3/3.2.4)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
| devDependencies | patch | |
|
[github/codeql-action](https://redirect.github.com/github/codeql-action)
| `v3.29.0` -> `v3.29.1` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
| action | patch | |
| [prisma](https://www.prisma.io)
([source](https://redirect.github.com/prisma/prisma/tree/HEAD/packages/cli))
| [`6.9.0` ->
`6.10.1`](https://renovatebot.com/diffs/npm/prisma/6.9.0/6.10.1) |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
| devDependencies | minor | |
|
[typescript-eslint](https://typescript-eslint.io/packages/typescript-eslint)
([source](https://redirect.github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint))
| [`8.34.0` ->
`8.34.1`](https://renovatebot.com/diffs/npm/typescript-eslint/8.34.0/8.34.1)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
| devDependencies | patch | `8.35.0` |
| [vitest](https://redirect.github.com/vitest-dev/vitest)
([source](https://redirect.github.com/vitest-dev/vitest/tree/HEAD/packages/vitest))
| [`3.2.3` ->
`3.2.4`](https://renovatebot.com/diffs/npm/vitest/3.2.3/3.2.4) |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
| devDependencies | patch | |
---
### Release Notes
<details>
<summary>prisma/prisma (@​prisma/client)</summary>
###
[`v6.10.1`](https://redirect.github.com/prisma/prisma/releases/tag/6.10.1)
[Compare
Source](https://redirect.github.com/prisma/prisma/compare/6.10.0...6.10.1)
Today, we are issuing a 6.10.1 patch release.
#### Bug fixes
In Prisma ORM version 6.10.0, we shipped a bug fix for Prisma Migrate
that ensured we always gracefully closed PostgreSQL connections by
sending the Terminate message and not just abruptly closing the TCP
connection. This fix was incomplete because it didn't work on Windows,
which is now fixed. We highly recommend upgrading to version 6.10.1 if
you are using Windows.
We also recommend upgrading to this version if you are currently using
[local Prisma Postgres via the `prisma dev`
command](https://www.prisma.io/docs/postgres/database/local-development)
with an ORM version older than 6.10.x.
#### Performance improvements
The `queryCompiler` preview feature recently introduced a performance
regression related to in-memory joins in TypeScript-based query
execution (users who use the `queryCompiler` and the `relationJoins`
preview features together were not affected, unless using
`relationLoadStrategy: "query"`). This has now been fixed, leading to
significant performance improvements: in our [Query Compiler
benchmarks](https://redirect.github.com/prisma/query-compiler-benchmarks/),
we are seeing up to 500x performance improvement compared to the
previous implementation in the TypeScript-based query executor, or up to
10–20x performance improvement compared to the Rust-based Query Engine.

#### Other news
Please see the [release notes for Prisma ORM
6.10.0](https://redirect.github.com/prisma/prisma/releases/tag/6.10.0)
for other recent news and announcements.
###
[`v6.10.0`](https://redirect.github.com/prisma/prisma/releases/tag/6.10.0)
[Compare
Source](https://redirect.github.com/prisma/prisma/compare/6.9.0...6.10.0)
Today, we are excited to share the `6.10.0` stable release 🎉
🌟 **Help us spread the word about Prisma by starring the
repo ☝️ or [posting on
X](https://twitter.com/intent/tweet?text=Check%20out%20the%20latest%20@​prisma%20release%20v6.10.0%20%F0%9F%9A%80%0D%0A%0D%0Ahttps://github.com/prisma/prisma/releases/tag/6.10.0) about
the release.**
#### Highlights
##### No Rust engines for MS SQL Server & PlanetScale (Preview)
We are in the process of removing the Rust engines from Prisma ORM. If
you want to try this, you can configure your `generator` like this:
```prisma
generator client {
provider = "prisma-client-js" // or `prisma-client`
output = "../generated/prisma"
previewFeatures = ["queryCompiler", "driverAdapters"]
}
```
In this release, we are excited to move the `queryCompiler` (which
enables using Prisma ORM without Rust engines) into Preview for MS SQL
Server and PlanetScale (via the new `@prisma/adapter-mssql` and existing
`@prisma/adapter-planetscale` driver adapters).
📚Learn more in the
[docs](https://www.prisma.io/docs/orm/prisma-client/setup-and-configuration/no-rust-engine).
##### Manage local Prisma Postgres instances in VS Code
We recently released a [database management
UI](https://www.prisma.io/docs/postgres/integrations/vscode-extension#database-management-ui)
as part of the Prisma VS Code extension to enable visual database
management workflows for [Prisma
Postgres](https://www.prisma.io/postgres). In this release, we added new
functionality to it: You can now manage multiple *local* Prisma Postgres
instances via the same UI. To try it, find the Prisma logo in VS Code’s
sidebar and start managing your local Prisma Postgres instances (no
Docker required).
📚 Learn more in the
[docs](https://www.prisma.io/docs/postgres/integrations/vscode-extension#database-management-ui).
##### Performance improvements for `prisma migrate dev`
We improved the `prisma migrate dev` command by optimizing the
interactions with the shadow database. Our measurements show a 2x
improvement in speed for some databases!
##### "Push to Cloud": Easily deploy a local Prisma Postgres instance in
VS Code
Local Prisma Postgres instances are perfect for development, but how do
you go *from local to remote* once you’re ready to deploy?
The database management UI in VS Code now has a **Push to Cloud** button
that makes it easy to deploy your local Prisma Postgres so that you can
connect to it from your deployed applications.
📚 Learn more in the
[docs](https://www.prisma.io/docs/postgres/integrations/vscode-extension#database-management-ui).
##### Support for shard keys on PlanetScale (Preview)
[Sharding](https://planetscale.com/docs/vitess/sharding) is a popular
technique to scale up when database load grows. As of this release,
Prisma ORM supports sharding on PlanetScale natively via the new
`@shardKey` and `@@​shardKey` attributes in the Prisma schema
which you can apply to the fields in your models that should serve as
shard keys in your database setup:
```prisma
// Single-column shard key
model User {
id String @​default(uuid())
region String @​shardKey
}
// Multi-column shard key
model User {
id String @​default(uuid())
country String
customerId String
@​@​shardKey([country, customerId])
}
```
Note that this requires you to set the `shardKeys` Preview feature flag
on your generator definition:
```prisma
generator client {
provider = "prisma-client-js" // or `prisma-client`
output = "../generated/prisma"
previewFeatures = ["shardKeys"]
}
```
📚 Learn more in the
[docs](https://www.prisma.io/docs/orm/overview/databases/planetscale#how-to-define-shard-keys-in-your-prisma-schema-preview).
##### Other changes
- We deprecated the
[`pg-worker`](https://www.npmjs.com/package/@​prisma/pg-worker)
package. It's not needed any more, you can simply use `pg` when using
Prisma ORM in Cloudflare Workers.
- Entrypoint for new `prisma-client` generator changed. Learn how this
affects imports in the
[docs](https://www.prisma.io/docs/orm/prisma-schema/overview/generators#4-use-prisma-client-in-your-application).
#### More news
##### Local Prisma Postgres now works with any ORM & tool (Early Access)
We recently released [direct
connections](https://www.prisma.io/docs/postgres/database/direct-connections)
for *remote* Prisma Postgres so that you can now use it with your
favorite ORM or database tool. As of this release, this is also possible
for your *local* Prisma Postgres instances. To try it, run the `prisma
dev` command and use the direct connection string starting with
`postgres://` in order to connect from any tool.
📚 Learn more in the
[docs](https://www.prisma.io/docs/postgres/database/local-development).
##### Let your favorite AI tool manage Prisma Postgres via remote MCP
We just released a new [*remote* MCP
server](https://www.prisma.io/docs/postgres/integrations/mcp-server#remote-mcp-server)
that helps you manage Prisma Postgres instances! It enables your AI
tools to help with these workflows:
- Managing databases and connection strings
- Creating and re-instantiating backups
- Querying databases via plain SQL
- Introspecting database schemas
You can start it using the `npx -y mcp-remote https://mcp.prisma.io/mcp`
command.
📚 Learn more in the
[docs](https://www.prisma.io/docs/postgres/integrations/mcp-server#remote-mcp-server).
</details>
<details>
<summary>vitest-dev/vitest (@​vitest/coverage-v8)</summary>
###
[`v3.2.4`](https://redirect.github.com/vitest-dev/vitest/releases/tag/v3.2.4)
[Compare
Source](https://redirect.github.com/vitest-dev/vitest/compare/v3.2.3...v3.2.4)
##### 🐞 Bug Fixes
- Use correct path for optimisation of strip-literal - by
[@​mrginglymus](https://redirect.github.com/mrginglymus) in
[https://github.com/vitest-dev/vitest/issues/8139](https://redirect.github.com/vitest-dev/vitest/issues/8139)
[<samp>(44940)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/44940d9dd)
- Print uint and buffer as a simple string - by
[@​sheremet-va](https://redirect.github.com/sheremet-va) in
[https://github.com/vitest-dev/vitest/issues/8141](https://redirect.github.com/vitest-dev/vitest/issues/8141)
[<samp>(b86bf)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/b86bf0d99)
- **browser**:
- Show a helpful error when spying on an export - by
[@​sheremet-va](https://redirect.github.com/sheremet-va) in
[https://github.com/vitest-dev/vitest/issues/8178](https://redirect.github.com/vitest-dev/vitest/issues/8178)
[<samp>(56007)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/5600772c2)
- **cli**:
- `vitest run --watch` should be watch-mode - by
[@​AriPerkkio](https://redirect.github.com/AriPerkkio) in
[https://github.com/vitest-dev/vitest/issues/8128](https://redirect.github.com/vitest-dev/vitest/issues/8128)
[<samp>(657e8)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/657e83f9f)
- Use absolute path environment on Windows - by
[@​colinaaa](https://redirect.github.com/colinaaa) in
[https://github.com/vitest-dev/vitest/issues/8105](https://redirect.github.com/vitest-dev/vitest/issues/8105)
[<samp>(85dc0)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/85dc0195f)
- Throw error when `--shard x/<count>` exceeds count of test files -
by [@​AriPerkkio](https://redirect.github.com/AriPerkkio) in
[https://github.com/vitest-dev/vitest/issues/8112](https://redirect.github.com/vitest-dev/vitest/issues/8112)
[<samp>(8a18c)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/8a18c8e20)
- **coverage**:
- Ignore SCSS in browser mode - by
[@​sheremet-va](https://redirect.github.com/sheremet-va) in
[https://github.com/vitest-dev/vitest/issues/8161](https://redirect.github.com/vitest-dev/vitest/issues/8161)
[<samp>(0c3be)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/0c3be6f63)
- **deps**:
- Update all non-major dependencies - in
[https://github.com/vitest-dev/vitest/issues/8123](https://redirect.github.com/vitest-dev/vitest/issues/8123)
[<samp>(93f32)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/93f3200e4)
- **expect**:
- Handle async errors in expect.soft - by
[@​lzl0304](https://redirect.github.com/lzl0304) in
[https://github.com/vitest-dev/vitest/issues/8145](https://redirect.github.com/vitest-dev/vitest/issues/8145)
[<samp>(68699)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/686996912)
- **pool**:
- Auto-adjust `minWorkers` when only `maxWorkers` specified - by
[@​AriPerkkio](https://redirect.github.com/AriPerkkio) in
[https://github.com/vitest-dev/vitest/issues/8110](https://redirect.github.com/vitest-dev/vitest/issues/8110)
[<samp>(14dc0)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/14dc0724f)
- **reporter**:
- `task.meta` should be available in custom reporter's errors - by
[@​AriPerkkio](https://redirect.github.com/AriPerkkio) in
[https://github.com/vitest-dev/vitest/issues/8115](https://redirect.github.com/vitest-dev/vitest/issues/8115)
[<samp>(27df6)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/27df68a0e)
- **runner**:
- Preserve handler wrapping on extend - by
[@​pengooseDev](https://redirect.github.com/pengooseDev) in
[https://github.com/vitest-dev/vitest/issues/8153](https://redirect.github.com/vitest-dev/vitest/issues/8153)
[<samp>(a9281)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/a92812b70)
- **ui**:
- Ensure ui config option works correctly - by
[@​lzl0304](https://redirect.github.com/lzl0304) in
[https://github.com/vitest-dev/vitest/issues/8147](https://redirect.github.com/vitest-dev/vitest/issues/8147)
[<samp>(42eeb)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/42eeb2ee6)
##### [View changes on
GitHub](https://redirect.github.com/vitest-dev/vitest/compare/v3.2.3...v3.2.4)
</details>
<details>
<summary>github/codeql-action (github/codeql-action)</summary>
###
[`v3.29.1`](https://redirect.github.com/github/codeql-action/compare/v3.29.0...v3.29.1)
[Compare
Source](https://redirect.github.com/github/codeql-action/compare/v3.29.0...v3.29.1)
</details>
<details>
<summary>typescript-eslint/typescript-eslint
(typescript-eslint)</summary>
###
[`v8.34.1`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/typescript-eslint/CHANGELOG.md#8341-2025-06-16)
[Compare
Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.34.0...v8.34.1)
This was a version bump only for typescript-eslint to align it with
other projects, there were no code changes.
You can read about our [versioning
strategy](https://main--typescript-eslint.netlify.app/users/versioning)
and
[releases](https://main--typescript-eslint.netlify.app/users/releases)
on our website.
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "on Sunday" (UTC), Automerge - At any
time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/8hobbies/commitrack).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC42Mi4xIiwidXBkYXRlZEluVmVyIjoiNDAuNjIuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 8509b48 commit f31bc86
File tree
9 files changed
+745
-784
lines changed- .github/workflows
- packages
- api-server
- common
- updater
9 files changed
+745
-784
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | | - | |
| 36 | + | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
| 22 | + | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | | - | |
30 | | - | |
| 29 | + | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
| 21 | + | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
0 commit comments