mirror of
https://github.com/unraid/api.git
synced 2026-01-04 07:29:48 -06:00
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [camelcase-keys](https://redirect.github.com/sindresorhus/camelcase-keys) | [`9.1.3` -> `10.0.0`](https://renovatebot.com/diffs/npm/camelcase-keys/9.1.3/10.0.0) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>sindresorhus/camelcase-keys (camelcase-keys)</summary> ### [`v10.0.0`](https://redirect.github.com/sindresorhus/camelcase-keys/releases/tag/v10.0.0) [Compare Source](https://redirect.github.com/sindresorhus/camelcase-keys/compare/v9.1.3...v10.0.0) ##### Breaking - Require Node.js 20 [`2cc9388`](https://redirect.github.com/sindresorhus/camelcase-keys/commit/2cc9388) ##### Fixes - Fix handling of circular references [`3936f15`](https://redirect.github.com/sindresorhus/camelcase-keys/commit/3936f15) - Fix TypeScript interface compatibility with stricter constraints [`c89299a`](https://redirect.github.com/sindresorhus/camelcase-keys/commit/c89299a) - Fix TypeScript types for union types in arrays [`26e186e`](https://redirect.github.com/sindresorhus/camelcase-keys/commit/26e186e) *** </details> --- ### 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 becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjk3LjEwIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
106 lines
3.2 KiB
JSON
106 lines
3.2 KiB
JSON
{
|
|
"name": "unraid-api-plugin-connect",
|
|
"version": "1.0.0",
|
|
"main": "dist/index.js",
|
|
"type": "module",
|
|
"files": [
|
|
"dist",
|
|
"readme.md"
|
|
],
|
|
"scripts": {
|
|
"test": "vitest",
|
|
"clean": "rimraf dist",
|
|
"build": "tsc",
|
|
"prepare": "npm run build",
|
|
"format": "prettier --write \"src/**/*.{ts,js,json}\"",
|
|
"codegen": "MOTHERSHIP_GRAPHQL_LINK='https://staging.mothership.unraid.net/ws' graphql-codegen --config codegen.ts"
|
|
},
|
|
"keywords": [
|
|
"unraid",
|
|
"connect",
|
|
"unraid plugin"
|
|
],
|
|
"author": "Lime Technology, Inc. <unraid.net>",
|
|
"license": "GPL-2.0-or-later",
|
|
"description": "Unraid Connect plugin for Unraid API",
|
|
"devDependencies": {
|
|
"@apollo/client": "3.14.0",
|
|
"@faker-js/faker": "10.0.0",
|
|
"@graphql-codegen/cli": "5.0.7",
|
|
"@graphql-typed-document-node/core": "3.2.0",
|
|
"@ianvs/prettier-plugin-sort-imports": "4.6.3",
|
|
"@jsonforms/core": "3.6.0",
|
|
"@nestjs/apollo": "13.1.0",
|
|
"@nestjs/common": "11.1.6",
|
|
"@nestjs/config": "4.0.2",
|
|
"@nestjs/core": "11.1.6",
|
|
"@nestjs/event-emitter": "3.0.1",
|
|
"@nestjs/graphql": "13.1.0",
|
|
"@nestjs/schedule": "6.0.0",
|
|
"@runonflux/nat-upnp": "1.0.2",
|
|
"@types/ini": "4.1.1",
|
|
"@types/ip": "1.1.3",
|
|
"@types/lodash-es": "4.17.12",
|
|
"@types/node": "22.18.0",
|
|
"@types/ws": "8.18.1",
|
|
"camelcase-keys": "10.0.0",
|
|
"class-transformer": "0.5.1",
|
|
"class-validator": "0.14.2",
|
|
"execa": "9.6.0",
|
|
"fast-check": "4.2.0",
|
|
"got": "14.4.7",
|
|
"graphql": "16.11.0",
|
|
"graphql-scalars": "1.24.2",
|
|
"graphql-subscriptions": "3.0.0",
|
|
"graphql-ws": "6.0.6",
|
|
"ini": "5.0.0",
|
|
"jose": "6.0.13",
|
|
"lodash-es": "4.17.21",
|
|
"nest-authz": "2.17.0",
|
|
"prettier": "3.6.2",
|
|
"rimraf": "6.0.1",
|
|
"rxjs": "7.8.2",
|
|
"type-fest": "4.41.0",
|
|
"typescript": "5.9.2",
|
|
"undici": "7.15.0",
|
|
"vitest": "3.2.4",
|
|
"ws": "8.18.3",
|
|
"zen-observable-ts": "1.1.0"
|
|
},
|
|
"dependencies": {
|
|
"@unraid/shared": "workspace:*",
|
|
"ip": "2.0.1",
|
|
"node-cache": "5.1.2"
|
|
},
|
|
"peerDependencies": {
|
|
"@apollo/client": "3.14.0",
|
|
"@graphql-typed-document-node/core": "3.2.0",
|
|
"@jsonforms/core": "3.6.0",
|
|
"@nestjs/apollo": "13.1.0",
|
|
"@nestjs/common": "11.1.6",
|
|
"@nestjs/config": "4.0.2",
|
|
"@nestjs/core": "11.1.6",
|
|
"@nestjs/event-emitter": "3.0.1",
|
|
"@nestjs/graphql": "13.1.0",
|
|
"@nestjs/schedule": "6.0.0",
|
|
"@runonflux/nat-upnp": "1.0.2",
|
|
"camelcase-keys": "10.0.0",
|
|
"class-transformer": "0.5.1",
|
|
"class-validator": "0.14.2",
|
|
"execa": "9.6.0",
|
|
"got": "14.4.7",
|
|
"graphql": "16.11.0",
|
|
"graphql-scalars": "1.24.2",
|
|
"graphql-subscriptions": "3.0.0",
|
|
"graphql-ws": "6.0.6",
|
|
"ini": "5.0.0",
|
|
"jose": "6.0.13",
|
|
"lodash-es": "4.17.21",
|
|
"nest-authz": "2.17.0",
|
|
"rxjs": "7.8.2",
|
|
"undici": "7.15.0",
|
|
"ws": "8.18.3",
|
|
"zen-observable-ts": "1.1.0"
|
|
}
|
|
}
|