Commit 1885f51
authored
fix(deps): update all non-major dependencies (#133)
This PR contains the following updates:
| Package | Change | Age | Confidence | Type | Update | Pending |
|---|---|---|---|---|---|---|
| [@prisma/client](https://www.prisma.io)
([source](https://redirect.github.com/prisma/prisma/tree/HEAD/packages/client))
| [`6.16.2` ->
`6.16.3`](https://renovatebot.com/diffs/npm/@prisma%2fclient/6.16.2/6.16.3)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
| dependencies | patch | `6.17.1` (+1) |
| [@prisma/client](https://www.prisma.io)
([source](https://redirect.github.com/prisma/prisma/tree/HEAD/packages/client))
| [`6.16.2` ->
`6.16.3`](https://renovatebot.com/diffs/npm/@prisma%2fclient/6.16.2/6.16.3)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
| devDependencies | patch | `6.17.1` (+1) |
|
[@types/node](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node)
([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node))
| [`22.18.6` ->
`22.18.8`](https://renovatebot.com/diffs/npm/@types%2fnode/22.18.6/22.18.8)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
| devDependencies | patch | `22.18.10` (+1) |
| docker.io/redis | `8.2.1-bookworm` -> `8.2.2-bookworm` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
| | patch | |
| [eslint](https://eslint.org)
([source](https://redirect.github.com/eslint/eslint)) | [`9.36.0` ->
`9.37.0`](https://renovatebot.com/diffs/npm/eslint/9.36.0/9.37.0) |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
| devDependencies | minor | |
| [fastify-plugin](https://redirect.github.com/fastify/fastify-plugin) |
[`5.0.1` ->
`5.1.0`](https://renovatebot.com/diffs/npm/fastify-plugin/5.0.1/5.1.0) |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
| dependencies | minor | |
|
[github/codeql-action](https://redirect.github.com/github/codeql-action)
| `v3.30.6` -> `v3.30.8` |
[](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.16.2` ->
`6.16.3`](https://renovatebot.com/diffs/npm/prisma/6.16.2/6.16.3) |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
| devDependencies | patch | `6.17.1` (+1) |
| [typescript](https://www.typescriptlang.org/)
([source](https://redirect.github.com/microsoft/TypeScript)) | [`5.9.2`
-> `5.9.3`](https://renovatebot.com/diffs/npm/typescript/5.9.2/5.9.3) |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
| devDependencies | patch | |
|
[typescript-eslint](https://typescript-eslint.io/packages/typescript-eslint)
([source](https://redirect.github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint))
| [`8.44.1` ->
`8.45.0`](https://renovatebot.com/diffs/npm/typescript-eslint/8.44.1/8.45.0)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
| devDependencies | minor | `8.46.0` |
---
### Release Notes
<details>
<summary>prisma/prisma (@​prisma/client)</summary>
###
[`v6.16.3`](https://redirect.github.com/prisma/prisma/releases/tag/6.16.3)
[Compare
Source](https://redirect.github.com/prisma/prisma/compare/6.16.2...6.16.3)
Today, we are issuing a 6.16.3 patch release focused on bug fixes.
##### 🛠 Fixes
- **Prisma Client** (`prisma-client` generator): fixed missing JSON null
type definitions (`JsonNull`, `DbNull`, `AnyNull`) in the `browser.ts`
entrypoint.
*([#​28186](https://redirect.github.com/prisma/prisma/pull/28186))*
- **Prisma Migrate**: don't add the default schema (namespace) to the
generated migrations unless it was specified explicitly in the schema
file. This restores the pre-6.13.0 behaviour that was inadvertently
changed with enabling multi-schema support by default. Users who rely on
database schemas for multi-tenancy can now again use the same migration
files for all of their schemas.
*([prisma/prisma-engines#5614](https://redirect.github.com/prisma/prisma-engines/pull/5614))*
- **Prisma Client**: enabled negative `take` with `findFirst` again.
*([prisma/prisma-engines#5616](https://redirect.github.com/prisma/prisma-engines/pull/5616)
— contributed by
[@​jay-l-e-e](https://redirect.github.com/jay-l-e-e))*
- **Prisma Accelerate**: aligned the behaviour of the new Rust-free
client with Query Engine to handle self-signed certificates consistently
and ensure backward compatibility.
*([#​28134](https://redirect.github.com/prisma/prisma/pull/28134))*
- **`@prisma/adapter-mariadb`**: fixed error event listeners leak.
*([#​28177](https://redirect.github.com/prisma/prisma/pull/28177)
— contributed by
[@​Tiaansu](https://redirect.github.com/Tiaansu))*
##### 1 parent 40d66b7 commit 1885f51
File tree
10 files changed
+556
-534
lines changed- packages
- api-server
- common
- updater
10 files changed
+556
-534
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
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 | | - | |
30 | | - | |
| 29 | + | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | | - | |
36 | | - | |
| 35 | + | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
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 | | - | |
| 22 | + | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | | - | |
29 | | - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
0 commit comments