mirror of
https://github.com/unraid/api.git
synced 2026-01-06 08:39:54 -06:00
fix(deps): pin dependencies (#1470)
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. --- - [ ] <!-- 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/unraid/api). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNy4yIiwidXBkYXRlZEluVmVyIjoiNDEuMTcuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user