mirror of
https://github.com/unraid/api.git
synced 2026-01-01 14:10:10 -06:00
Merge 7e43b37d0a into 534a07788b
This commit is contained in:
2
.github/workflows/deploy-storybook.yml
vendored
2
.github/workflows/deploy-storybook.yml
vendored
@@ -25,7 +25,7 @@ jobs:
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '22.18.0'
|
||||
node-version: '22.19.0'
|
||||
|
||||
- uses: pnpm/action-setup@v4
|
||||
name: Install pnpm
|
||||
|
||||
2
.github/workflows/release-production.yml
vendored
2
.github/workflows/release-production.yml
vendored
@@ -30,7 +30,7 @@ jobs:
|
||||
prerelease: false
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '22.18.0'
|
||||
node-version: '22.19.0'
|
||||
- run: |
|
||||
cat << 'EOF' > release-notes.txt
|
||||
${{ steps.release-info.outputs.body }}
|
||||
|
||||
2
.github/workflows/test-libvirt.yml
vendored
2
.github/workflows/test-libvirt.yml
vendored
@@ -44,7 +44,7 @@ jobs:
|
||||
- name: Install pnpm
|
||||
uses: pnpm/action-setup@v4
|
||||
with:
|
||||
version: 10.15.0
|
||||
version: 10.15.1
|
||||
run_install: false
|
||||
|
||||
- name: Get pnpm store directory
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
###########################################################
|
||||
# Development/Build Image
|
||||
###########################################################
|
||||
FROM node:22.18.0-bookworm-slim AS development
|
||||
FROM node:22.19.0-bookworm-slim AS development
|
||||
|
||||
# Install build tools and dependencies
|
||||
RUN apt-get update -y && apt-get install -y \
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
"author": "Lime Technology, Inc. <unraid.net>",
|
||||
"license": "GPL-2.0-or-later",
|
||||
"engines": {
|
||||
"pnpm": "10.15.0"
|
||||
"pnpm": "10.15.1"
|
||||
},
|
||||
"scripts": {
|
||||
"// Development": "",
|
||||
@@ -73,7 +73,7 @@
|
||||
"@nestjs/platform-fastify": "11.1.6",
|
||||
"@nestjs/schedule": "6.0.0",
|
||||
"@nestjs/throttler": "6.4.0",
|
||||
"@reduxjs/toolkit": "2.8.2",
|
||||
"@reduxjs/toolkit": "2.9.0",
|
||||
"@runonflux/nat-upnp": "1.0.2",
|
||||
"@types/diff": "8.0.0",
|
||||
"@unraid/libvirt": "2.1.0",
|
||||
@@ -98,7 +98,7 @@
|
||||
"cross-fetch": "4.1.0",
|
||||
"diff": "8.0.2",
|
||||
"dockerode": "4.0.7",
|
||||
"dotenv": "17.2.1",
|
||||
"dotenv": "17.2.2",
|
||||
"escape-html": "1.0.3",
|
||||
"execa": "9.6.0",
|
||||
"exit-hook": "4.0.0",
|
||||
@@ -107,7 +107,7 @@
|
||||
"fs-extra": "11.3.1",
|
||||
"glob": "11.0.3",
|
||||
"global-agent": "3.0.0",
|
||||
"got": "14.4.7",
|
||||
"got": "14.4.8",
|
||||
"graphql": "16.11.0",
|
||||
"graphql-fields": "2.0.3",
|
||||
"graphql-scalars": "1.24.2",
|
||||
@@ -116,25 +116,25 @@
|
||||
"graphql-ws": "6.0.6",
|
||||
"ini": "5.0.0",
|
||||
"ip": "2.0.1",
|
||||
"jose": "6.0.13",
|
||||
"jose": "6.1.0",
|
||||
"json-bigint-patch": "0.0.8",
|
||||
"lodash-es": "4.17.21",
|
||||
"multi-ini": "2.3.2",
|
||||
"mustache": "4.2.0",
|
||||
"nest-authz": "2.17.0",
|
||||
"nest-commander": "3.19.0",
|
||||
"nest-commander": "3.19.1",
|
||||
"nestjs-pino": "4.4.0",
|
||||
"node-cache": "5.1.2",
|
||||
"node-window-polyfill": "1.0.4",
|
||||
"openid-client": "6.6.4",
|
||||
"openid-client": "6.7.1",
|
||||
"p-retry": "6.2.1",
|
||||
"passport-custom": "1.1.1",
|
||||
"passport-http-header-strategy": "1.1.0",
|
||||
"path-type": "6.0.0",
|
||||
"pino": "9.9.0",
|
||||
"pino": "9.9.2",
|
||||
"pino-http": "10.5.0",
|
||||
"pino-pretty": "13.1.1",
|
||||
"pm2": "6.0.8",
|
||||
"pm2": "6.0.10",
|
||||
"reflect-metadata": "^0.1.14",
|
||||
"rxjs": "7.8.2",
|
||||
"semver": "7.7.2",
|
||||
@@ -163,9 +163,9 @@
|
||||
"@graphql-codegen/typed-document-node": "5.1.2",
|
||||
"@graphql-codegen/typescript": "4.1.6",
|
||||
"@graphql-codegen/typescript-operations": "4.6.1",
|
||||
"@graphql-codegen/typescript-resolvers": "4.5.1",
|
||||
"@graphql-codegen/typescript-resolvers": "4.5.2",
|
||||
"@graphql-typed-document-node/core": "3.2.0",
|
||||
"@ianvs/prettier-plugin-sort-imports": "4.6.3",
|
||||
"@ianvs/prettier-plugin-sort-imports": "4.7.0",
|
||||
"@nestjs/testing": "11.1.6",
|
||||
"@originjs/vite-plugin-commonjs": "1.0.3",
|
||||
"@rollup/plugin-node-resolve": "16.0.1",
|
||||
@@ -183,9 +183,9 @@
|
||||
"@types/lodash": "4.17.20",
|
||||
"@types/lodash-es": "4.17.12",
|
||||
"@types/mustache": "4.2.6",
|
||||
"@types/node": "22.18.0",
|
||||
"@types/node": "22.18.1",
|
||||
"@types/pify": "6.1.0",
|
||||
"@types/semver": "7.7.0",
|
||||
"@types/semver": "7.7.1",
|
||||
"@types/sendmail": "1.4.7",
|
||||
"@types/stoppable": "1.1.3",
|
||||
"@types/strftime": "0.9.8",
|
||||
@@ -202,14 +202,14 @@
|
||||
"jiti": "2.5.1",
|
||||
"nodemon": "3.1.10",
|
||||
"prettier": "3.6.2",
|
||||
"rollup-plugin-node-externals": "8.1.0",
|
||||
"rollup-plugin-node-externals": "8.1.1",
|
||||
"supertest": "7.1.4",
|
||||
"tsx": "4.20.5",
|
||||
"type-fest": "4.41.0",
|
||||
"typescript": "5.9.2",
|
||||
"typescript-eslint": "8.41.0",
|
||||
"typescript-eslint": "8.42.0",
|
||||
"unplugin-swc": "1.5.7",
|
||||
"vite": "7.1.3",
|
||||
"vite": "7.1.4",
|
||||
"vite-plugin-node": "7.0.0",
|
||||
"vite-tsconfig-paths": "5.1.4",
|
||||
"vitest": "3.2.4",
|
||||
@@ -228,5 +228,5 @@
|
||||
}
|
||||
},
|
||||
"private": true,
|
||||
"packageManager": "pnpm@10.15.0"
|
||||
"packageManager": "pnpm@10.15.1"
|
||||
}
|
||||
|
||||
@@ -49,13 +49,13 @@
|
||||
]
|
||||
},
|
||||
"dependencies": {
|
||||
"@manypkg/cli": "0.25.0",
|
||||
"@manypkg/cli": "0.25.1",
|
||||
"chalk": "5.6.0",
|
||||
"diff": "8.0.2",
|
||||
"ignore": "7.0.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"lint-staged": "16.1.5",
|
||||
"lint-staged": "16.1.6",
|
||||
"simple-git-hooks": "2.13.1"
|
||||
},
|
||||
"simple-git-hooks": {
|
||||
@@ -66,5 +66,5 @@
|
||||
"pnpm lint:fix"
|
||||
]
|
||||
},
|
||||
"packageManager": "pnpm@10.15.0"
|
||||
"packageManager": "pnpm@10.15.1"
|
||||
}
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
"@faker-js/faker": "9.9.0",
|
||||
"@graphql-codegen/cli": "5.0.7",
|
||||
"@graphql-typed-document-node/core": "3.2.0",
|
||||
"@ianvs/prettier-plugin-sort-imports": "4.6.3",
|
||||
"@ianvs/prettier-plugin-sort-imports": "4.7.0",
|
||||
"@jsonforms/core": "3.6.0",
|
||||
"@nestjs/apollo": "13.1.0",
|
||||
"@nestjs/common": "11.1.6",
|
||||
@@ -41,20 +41,20 @@
|
||||
"@types/ini": "4.1.1",
|
||||
"@types/ip": "1.1.3",
|
||||
"@types/lodash-es": "4.17.12",
|
||||
"@types/node": "22.18.0",
|
||||
"@types/node": "22.18.1",
|
||||
"@types/ws": "8.18.1",
|
||||
"camelcase-keys": "9.1.3",
|
||||
"class-transformer": "0.5.1",
|
||||
"class-validator": "0.14.2",
|
||||
"execa": "9.6.0",
|
||||
"fast-check": "4.2.0",
|
||||
"got": "14.4.7",
|
||||
"fast-check": "4.3.0",
|
||||
"got": "14.4.8",
|
||||
"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",
|
||||
"jose": "6.1.0",
|
||||
"lodash-es": "4.17.21",
|
||||
"nest-authz": "2.17.0",
|
||||
"prettier": "3.6.2",
|
||||
@@ -88,13 +88,13 @@
|
||||
"class-transformer": "0.5.1",
|
||||
"class-validator": "0.14.2",
|
||||
"execa": "9.6.0",
|
||||
"got": "14.4.7",
|
||||
"got": "14.4.8",
|
||||
"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",
|
||||
"jose": "6.1.0",
|
||||
"lodash-es": "4.17.21",
|
||||
"nest-authz": "2.17.0",
|
||||
"rxjs": "7.8.2",
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
"@nestjs/graphql": "13.1.0",
|
||||
"@types/fs-extra": "11.0.4",
|
||||
"@types/inquirer": "9.0.9",
|
||||
"@types/node": "22.18.0",
|
||||
"@types/node": "22.18.1",
|
||||
"@types/validate-npm-package-name": "4.0.2",
|
||||
"class-transformer": "0.5.1",
|
||||
"class-validator": "0.14.2",
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
"@nestjs/testing": "11.1.6",
|
||||
"@types/bun": "1.2.21",
|
||||
"@types/lodash-es": "4.17.12",
|
||||
"@types/node": "22.18.0",
|
||||
"@types/node": "22.18.1",
|
||||
"@types/ws": "8.18.1",
|
||||
"class-transformer": "0.5.1",
|
||||
"class-validator": "0.14.2",
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM node:22.18.0-bookworm-slim AS plugin-builder
|
||||
FROM node:22.19.0-bookworm-slim AS plugin-builder
|
||||
|
||||
# Install build tools and dependencies
|
||||
RUN apt-get update -y && apt-get install -y \
|
||||
|
||||
@@ -40,5 +40,5 @@
|
||||
"nodemon": "3.1.10",
|
||||
"vitest": "3.2.4"
|
||||
},
|
||||
"packageManager": "pnpm@10.15.0"
|
||||
"packageManager": "pnpm@10.15.1"
|
||||
}
|
||||
|
||||
3629
pnpm-lock.yaml
generated
3629
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@@ -43,8 +43,8 @@
|
||||
},
|
||||
"peerDependencies": {
|
||||
"ajv": "8.17.1",
|
||||
"tailwindcss": "4.1.12",
|
||||
"vue": "3.5.20"
|
||||
"tailwindcss": "4.1.13",
|
||||
"vue": "3.5.21"
|
||||
},
|
||||
"dependencies": {
|
||||
"@headlessui/vue": "1.7.23",
|
||||
@@ -53,8 +53,8 @@
|
||||
"@jsonforms/core": "3.6.0",
|
||||
"@jsonforms/vue": "3.6.0",
|
||||
"@jsonforms/vue-vanilla": "3.6.0",
|
||||
"@tailwindcss/cli": "4.1.12",
|
||||
"@vueuse/core": "13.8.0",
|
||||
"@tailwindcss/cli": "4.1.13",
|
||||
"@vueuse/core": "13.9.0",
|
||||
"ajv-errors": "^3.0.0",
|
||||
"class-variance-authority": "0.7.1",
|
||||
"clsx": "2.1.1",
|
||||
@@ -65,22 +65,22 @@
|
||||
"reka-ui": "2.5.0",
|
||||
"shadcn-vue": "2.2.0",
|
||||
"tailwind-merge": "2.6.0",
|
||||
"tw-animate-css": "1.3.7",
|
||||
"tw-animate-css": "1.3.8",
|
||||
"vue-sonner": "1.3.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/js": "9.34.0",
|
||||
"@ianvs/prettier-plugin-sort-imports": "4.6.3",
|
||||
"@storybook/addon-docs": "9.1.3",
|
||||
"@storybook/addon-links": "9.1.3",
|
||||
"@storybook/builder-vite": "9.1.3",
|
||||
"@storybook/vue3-vite": "9.1.3",
|
||||
"@tailwindcss/vite": "4.1.12",
|
||||
"@ianvs/prettier-plugin-sort-imports": "4.7.0",
|
||||
"@storybook/addon-docs": "9.1.4",
|
||||
"@storybook/addon-links": "9.1.4",
|
||||
"@storybook/builder-vite": "9.1.4",
|
||||
"@storybook/vue3-vite": "9.1.4",
|
||||
"@tailwindcss/vite": "4.1.13",
|
||||
"@testing-library/vue": "8.1.0",
|
||||
"@types/jsdom": "21.1.7",
|
||||
"@types/node": "22.18.0",
|
||||
"@types/node": "22.18.1",
|
||||
"@types/testing-library__vue": "5.3.0",
|
||||
"@typescript-eslint/eslint-plugin": "8.41.0",
|
||||
"@typescript-eslint/eslint-plugin": "8.42.0",
|
||||
"@vitejs/plugin-vue": "6.0.1",
|
||||
"@vitest/coverage-v8": "3.2.4",
|
||||
"@vitest/ui": "3.2.4",
|
||||
@@ -93,7 +93,7 @@
|
||||
"eslint-plugin-import": "2.32.0",
|
||||
"eslint-plugin-no-relative-import-paths": "1.6.1",
|
||||
"eslint-plugin-prettier": "5.5.4",
|
||||
"eslint-plugin-storybook": "9.1.3",
|
||||
"eslint-plugin-storybook": "9.1.4",
|
||||
"eslint-plugin-vue": "10.4.0",
|
||||
"happy-dom": "18.0.1",
|
||||
"jiti": "2.5.1",
|
||||
@@ -101,21 +101,21 @@
|
||||
"prettier": "3.6.2",
|
||||
"prettier-plugin-tailwindcss": "0.6.14",
|
||||
"rimraf": "6.0.1",
|
||||
"storybook": "9.1.3",
|
||||
"tailwindcss": "4.1.12",
|
||||
"storybook": "9.1.4",
|
||||
"tailwindcss": "4.1.13",
|
||||
"typescript": "5.9.2",
|
||||
"typescript-eslint": "8.41.0",
|
||||
"vite": "7.1.3",
|
||||
"typescript-eslint": "8.42.0",
|
||||
"vite": "7.1.4",
|
||||
"vite-plugin-dts": "3.9.1",
|
||||
"vite-plugin-vue-devtools": "8.0.1",
|
||||
"vitest": "3.2.4",
|
||||
"vue": "3.5.20",
|
||||
"vue": "3.5.21",
|
||||
"vue-eslint-parser": "10.2.0",
|
||||
"vue-tsc": "3.0.6",
|
||||
"wrangler": "4.33.0"
|
||||
"wrangler": "4.34.0"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"@rollup/rollup-linux-x64-gnu": "4.49.0"
|
||||
"@rollup/rollup-linux-x64-gnu": "4.50.0"
|
||||
},
|
||||
"exports": {
|
||||
".": {
|
||||
@@ -126,5 +126,5 @@
|
||||
"./styles": "./dist/style.css",
|
||||
"./styles/*": "./src/styles/*"
|
||||
},
|
||||
"packageManager": "pnpm@10.15.0"
|
||||
"packageManager": "pnpm@10.15.1"
|
||||
}
|
||||
|
||||
@@ -47,46 +47,46 @@
|
||||
"@graphql-codegen/client-preset": "4.8.3",
|
||||
"@graphql-codegen/introspection": "4.0.3",
|
||||
"@graphql-typed-document-node/core": "3.2.0",
|
||||
"@ianvs/prettier-plugin-sort-imports": "4.6.3",
|
||||
"@ianvs/prettier-plugin-sort-imports": "4.7.0",
|
||||
"@nuxt/devtools": "2.6.3",
|
||||
"@nuxt/eslint": "1.9.0",
|
||||
"@nuxt/test-utils": "3.19.2",
|
||||
"@pinia/testing": "1.0.2",
|
||||
"@rollup/plugin-strip": "3.0.4",
|
||||
"@tailwindcss/typography": "0.5.16",
|
||||
"@tailwindcss/vite": "4.1.12",
|
||||
"@tailwindcss/vite": "4.1.13",
|
||||
"@testing-library/vue": "8.1.0",
|
||||
"@types/crypto-js": "4.2.2",
|
||||
"@types/eslint-config-prettier": "6.11.3",
|
||||
"@types/node": "22.18.0",
|
||||
"@types/semver": "7.7.0",
|
||||
"@typescript-eslint/eslint-plugin": "8.41.0",
|
||||
"@types/node": "22.18.1",
|
||||
"@types/semver": "7.7.1",
|
||||
"@typescript-eslint/eslint-plugin": "8.42.0",
|
||||
"@unraid/tailwind-rem-to-rem": "2.0.0",
|
||||
"@vitejs/plugin-vue": "6.0.1",
|
||||
"@vitest/coverage-v8": "3.2.4",
|
||||
"@vue/apollo-util": "4.2.2",
|
||||
"@vue/test-utils": "2.4.6",
|
||||
"@vueuse/core": "13.8.0",
|
||||
"@vueuse/nuxt": "13.8.0",
|
||||
"@vueuse/core": "13.9.0",
|
||||
"@vueuse/nuxt": "13.9.0",
|
||||
"eslint": "9.34.0",
|
||||
"eslint-config-prettier": "10.1.8",
|
||||
"eslint-import-resolver-typescript": "4.4.4",
|
||||
"eslint-plugin-import": "2.32.0",
|
||||
"happy-dom": "18.0.1",
|
||||
"lodash-es": "4.17.21",
|
||||
"nuxt": "3.18.1",
|
||||
"nuxt": "3.19.0",
|
||||
"prettier": "3.6.2",
|
||||
"prettier-plugin-tailwindcss": "0.6.14",
|
||||
"shadcn-nuxt": "2.2.0",
|
||||
"tailwindcss": "4.1.12",
|
||||
"terser": "5.43.1",
|
||||
"tw-animate-css": "1.3.7",
|
||||
"tailwindcss": "4.1.13",
|
||||
"terser": "5.44.0",
|
||||
"tw-animate-css": "1.3.8",
|
||||
"typescript": "5.9.2",
|
||||
"vite": "7.1.3",
|
||||
"vite": "7.1.4",
|
||||
"vite-plugin-remove-console": "2.2.0",
|
||||
"vite-plugin-vue-tracer": "1.0.0",
|
||||
"vitest": "3.2.4",
|
||||
"vue": "3.5.20",
|
||||
"vue": "3.5.21",
|
||||
"vue-tsc": "3.0.6",
|
||||
"vuetify-nuxt-module": "0.18.7"
|
||||
},
|
||||
@@ -101,20 +101,20 @@
|
||||
"@jsonforms/vue": "3.6.0",
|
||||
"@jsonforms/vue-vanilla": "3.6.0",
|
||||
"@jsonforms/vue-vuetify": "3.6.0",
|
||||
"@nuxt/ui": "3.3.2",
|
||||
"@nuxt/ui": "3.3.3",
|
||||
"@nuxtjs/color-mode": "3.5.2",
|
||||
"@pinia/nuxt": "0.11.2",
|
||||
"@unraid/shared-callbacks": "1.1.1",
|
||||
"@unraid/ui": "link:../unraid-ui",
|
||||
"@vue/apollo-composable": "4.2.2",
|
||||
"@vueuse/components": "13.8.0",
|
||||
"@vueuse/integrations": "13.8.0",
|
||||
"@vueuse/components": "13.9.0",
|
||||
"@vueuse/integrations": "13.9.0",
|
||||
"ajv": "8.17.1",
|
||||
"ansi_up": "^6.0.6",
|
||||
"class-variance-authority": "0.7.1",
|
||||
"clsx": "2.1.1",
|
||||
"crypto-js": "4.2.0",
|
||||
"dayjs": "1.11.14",
|
||||
"dayjs": "1.11.18",
|
||||
"focus-trap": "7.6.5",
|
||||
"graphql": "16.11.0",
|
||||
"graphql-tag": "2.12.6",
|
||||
@@ -131,11 +131,11 @@
|
||||
"tailwind-merge": "2.6.0",
|
||||
"vue-i18n": "11.1.11",
|
||||
"vue-web-component-wrapper": "1.7.7",
|
||||
"vuetify": "3.9.6",
|
||||
"vuetify": "3.9.7",
|
||||
"wretch": "2.11.0"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"@rollup/rollup-linux-x64-gnu": "4.49.0"
|
||||
"@rollup/rollup-linux-x64-gnu": "4.50.0"
|
||||
},
|
||||
"packageManager": "pnpm@10.15.0"
|
||||
"packageManager": "pnpm@10.15.1"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user