From 412b32996d9c8352c25309cc0d549a57468d0fb5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Jul 2025 10:44:39 -0400 Subject: [PATCH] fix(deps): pin dependencies (#1470) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@apollo/client](https://www.apollographql.com/docs/react/) ([source](https://redirect.github.com/apollographql/apollo-client)) | dependencies | pin | [`^3.12.3` -> `3.13.8`](https://renovatebot.com/diffs/npm/@apollo%2fclient/3.13.8/3.13.8) | | [@apollo/client](https://www.apollographql.com/docs/react/) ([source](https://redirect.github.com/apollographql/apollo-client)) | peerDependencies | pin | [`^3.11.8` -> `3.13.8`](https://renovatebot.com/diffs/npm/@apollo%2fclient/3.13.8/3.13.8) | | [@apollo/client](https://www.apollographql.com/docs/react/) ([source](https://redirect.github.com/apollographql/apollo-client)) | devDependencies | pin | [`^3.11.8` -> `3.13.8`](https://renovatebot.com/diffs/npm/@apollo%2fclient/3.13.8/3.13.8) | | [@apollo/client](https://www.apollographql.com/docs/react/) ([source](https://redirect.github.com/apollographql/apollo-client)) | dependencies | pin | [`^3.11.8` -> `3.13.8`](https://renovatebot.com/diffs/npm/@apollo%2fclient/3.13.8/3.13.8) | | [@apollo/server](https://redirect.github.com/apollographql/apollo-server) ([source](https://redirect.github.com/apollographql/apollo-server/tree/HEAD/packages/server)) | dependencies | pin | [`^4.11.2` -> `4.12.2`](https://renovatebot.com/diffs/npm/@apollo%2fserver/4.12.2/4.12.2) | | [graphql-subscriptions](https://redirect.github.com/apollographql/graphql-subscriptions) | peerDependencies | pin | [`^3.0.0` -> `3.0.0`](https://renovatebot.com/diffs/npm/graphql-subscriptions/3.0.0/3.0.0) | | [graphql-subscriptions](https://redirect.github.com/apollographql/graphql-subscriptions) | devDependencies | pin | [`^3.0.0` -> `3.0.0`](https://renovatebot.com/diffs/npm/graphql-subscriptions/3.0.0/3.0.0) | | [graphql-subscriptions](https://redirect.github.com/apollographql/graphql-subscriptions) | dependencies | pin | [`^3.0.0` -> `3.0.0`](https://renovatebot.com/diffs/npm/graphql-subscriptions/3.0.0/3.0.0) | | [graphql-tag](https://redirect.github.com/apollographql/graphql-tag) | dependencies | pin | [`^2.12.6` -> `2.12.6`](https://renovatebot.com/diffs/npm/graphql-tag/2.12.6/2.12.6) | | [zen-observable-ts](https://redirect.github.com/apollographql/zen-observable-ts) | peerDependencies | pin | [`^1.1.0` -> `1.1.0`](https://renovatebot.com/diffs/npm/zen-observable-ts/1.1.0/1.1.0) | | [zen-observable-ts](https://redirect.github.com/apollographql/zen-observable-ts) | devDependencies | pin | [`^1.1.0` -> `1.1.0`](https://renovatebot.com/diffs/npm/zen-observable-ts/1.1.0/1.1.0) | | [zen-observable-ts](https://redirect.github.com/apollographql/zen-observable-ts) | dependencies | pin | [`^1.1.0` -> `1.1.0`](https://renovatebot.com/diffs/npm/zen-observable-ts/1.1.0/1.1.0) | Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### 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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] 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/unraid/api). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- api/package.json | 10 +++++----- .../unraid-api-plugin-connect/package.json | 12 +++++------ pnpm-lock.yaml | 20 +++++++++---------- web/package.json | 4 ++-- 4 files changed, 23 insertions(+), 23 deletions(-) diff --git a/api/package.json b/api/package.json index 2da31527b..56d849556 100644 --- a/api/package.json +++ b/api/package.json @@ -52,8 +52,8 @@ "unraid-api": "dist/cli.js" }, "dependencies": { - "@apollo/client": "^3.11.8", - "@apollo/server": "^4.11.2", + "@apollo/client": "3.13.8", + "@apollo/server": "4.12.2", "@as-integrations/fastify": "2.1.1", "@fastify/cookie": "11.0.2", "@fastify/helmet": "13.0.1", @@ -110,8 +110,8 @@ "graphql": "16.11.0", "graphql-fields": "2.0.3", "graphql-scalars": "1.24.2", - "graphql-subscriptions": "^3.0.0", - "graphql-tag": "^2.12.6", + "graphql-subscriptions": "3.0.0", + "graphql-tag": "2.12.6", "graphql-ws": "6.0.5", "ini": "5.0.0", "ip": "2.0.1", @@ -141,7 +141,7 @@ "systeminformation": "5.27.6", "uuid": "11.1.0", "ws": "8.18.2", - "zen-observable-ts": "^1.1.0", + "zen-observable-ts": "1.1.0", "zod": "3.25.67" }, "peerDependencies": { diff --git a/packages/unraid-api-plugin-connect/package.json b/packages/unraid-api-plugin-connect/package.json index 59ac7ba28..86d59f3cb 100644 --- a/packages/unraid-api-plugin-connect/package.json +++ b/packages/unraid-api-plugin-connect/package.json @@ -24,7 +24,7 @@ "license": "GPL-2.0-or-later", "description": "Unraid Connect plugin for Unraid API", "devDependencies": { - "@apollo/client": "^3.11.8", + "@apollo/client": "3.13.8", "@faker-js/faker": "9.8.0", "@graphql-codegen/cli": "5.0.7", "@graphql-typed-document-node/core": "3.2.0", @@ -51,7 +51,7 @@ "got": "14.4.7", "graphql": "16.11.0", "graphql-scalars": "1.24.2", - "graphql-subscriptions": "^3.0.0", + "graphql-subscriptions": "3.0.0", "graphql-ws": "6.0.5", "ini": "5.0.0", "jose": "6.0.11", @@ -64,7 +64,7 @@ "typescript": "5.8.3", "vitest": "3.2.4", "ws": "8.18.2", - "zen-observable-ts": "^1.1.0" + "zen-observable-ts": "1.1.0" }, "dependencies": { "@unraid/shared": "workspace:*", @@ -72,7 +72,7 @@ "node-cache": "5.1.2" }, "peerDependencies": { - "@apollo/client": "^3.11.8", + "@apollo/client": "3.13.8", "@graphql-typed-document-node/core": "3.2.0", "@jsonforms/core": "3.6.0", "@nestjs/apollo": "13.1.0", @@ -90,7 +90,7 @@ "got": "14.4.7", "graphql": "16.11.0", "graphql-scalars": "1.24.2", - "graphql-subscriptions": "^3.0.0", + "graphql-subscriptions": "3.0.0", "graphql-ws": "6.0.5", "ini": "5.0.0", "jose": "6.0.11", @@ -98,6 +98,6 @@ "nest-authz": "2.17.0", "rxjs": "7.8.2", "ws": "^8.18.0", - "zen-observable-ts": "^1.1.0" + "zen-observable-ts": "1.1.0" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3ddb0adce..04ca7388e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -31,10 +31,10 @@ importers: api: dependencies: '@apollo/client': - specifier: ^3.11.8 + specifier: 3.13.8 version: 3.13.8(@types/react@19.0.8)(graphql-ws@6.0.5(crossws@0.3.5)(graphql@16.11.0)(ws@8.18.2))(graphql@16.11.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(subscriptions-transport-ws@0.11.0(graphql@16.11.0)) '@apollo/server': - specifier: ^4.11.2 + specifier: 4.12.2 version: 4.12.2(graphql@16.11.0) '@as-integrations/fastify': specifier: 2.1.1 @@ -205,10 +205,10 @@ importers: specifier: 1.24.2 version: 1.24.2(graphql@16.11.0) graphql-subscriptions: - specifier: ^3.0.0 + specifier: 3.0.0 version: 3.0.0(graphql@16.11.0) graphql-tag: - specifier: ^2.12.6 + specifier: 2.12.6 version: 2.12.6(graphql@16.11.0) graphql-ws: specifier: 6.0.5 @@ -301,7 +301,7 @@ importers: specifier: 8.18.2 version: 8.18.2 zen-observable-ts: - specifier: ^1.1.0 + specifier: 1.1.0 version: 1.1.0 zod: specifier: 3.25.67 @@ -504,7 +504,7 @@ importers: version: 5.1.2 devDependencies: '@apollo/client': - specifier: ^3.11.8 + specifier: 3.13.8 version: 3.13.8(@types/react@19.0.8)(graphql-ws@6.0.5(crossws@0.3.5)(graphql@16.11.0)(ws@8.18.2))(graphql@16.11.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(subscriptions-transport-ws@0.11.0(graphql@16.11.0)) '@faker-js/faker': specifier: 9.8.0 @@ -585,7 +585,7 @@ importers: specifier: 1.24.2 version: 1.24.2(graphql@16.11.0) graphql-subscriptions: - specifier: ^3.0.0 + specifier: 3.0.0 version: 3.0.0(graphql@16.11.0) graphql-ws: specifier: 6.0.5 @@ -624,7 +624,7 @@ importers: specifier: 8.18.2 version: 8.18.2 zen-observable-ts: - specifier: ^1.1.0 + specifier: 1.1.0 version: 1.1.0 packages/unraid-api-plugin-generator: @@ -994,7 +994,7 @@ importers: web: dependencies: '@apollo/client': - specifier: ^3.12.3 + specifier: 3.13.8 version: 3.13.8(@types/react@19.0.8)(graphql-ws@6.0.5(crossws@0.3.5)(graphql@16.11.0)(ws@8.18.2))(graphql@16.11.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(subscriptions-transport-ws@0.11.0(graphql@16.11.0)) '@floating-ui/dom': specifier: 1.7.1 @@ -1063,7 +1063,7 @@ importers: specifier: 16.11.0 version: 16.11.0 graphql-tag: - specifier: ^2.12.6 + specifier: 2.12.6 version: 2.12.6(graphql@16.11.0) graphql-ws: specifier: 6.0.5 diff --git a/web/package.json b/web/package.json index fe5281cd1..71af6658a 100644 --- a/web/package.json +++ b/web/package.json @@ -87,7 +87,7 @@ "vuetify-nuxt-module": "0.18.7" }, "dependencies": { - "@apollo/client": "^3.12.3", + "@apollo/client": "3.13.8", "@floating-ui/dom": "1.7.1", "@floating-ui/utils": "0.2.9", "@floating-ui/vue": "1.1.6", @@ -110,7 +110,7 @@ "dayjs": "1.11.13", "focus-trap": "7.6.5", "graphql": "16.11.0", - "graphql-tag": "^2.12.6", + "graphql-tag": "2.12.6", "graphql-ws": "6.0.5", "hex-to-rgba": "2.0.1", "highlight.js": "11.11.1",