mirror of
https://github.com/unraid/api.git
synced 2026-01-02 14:40:01 -06:00
Compare commits
2 Commits
fix/releas
...
4.14.0-bui
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9e67f3600e | ||
|
|
c90f7ebfce |
4
.github/workflows/test-libvirt.yml
vendored
4
.github/workflows/test-libvirt.yml
vendored
@@ -28,7 +28,7 @@ jobs:
|
||||
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: "3.13.6"
|
||||
python-version: "3.13.7"
|
||||
|
||||
- name: Cache APT Packages
|
||||
uses: awalsh128/cache-apt-pkgs-action@v1.5.3
|
||||
@@ -44,7 +44,7 @@ jobs:
|
||||
- name: Install pnpm
|
||||
uses: pnpm/action-setup@v4
|
||||
with:
|
||||
version: 10.14.0
|
||||
version: 10.15.0
|
||||
run_install: false
|
||||
|
||||
- name: Get pnpm store directory
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
"author": "Lime Technology, Inc. <unraid.net>",
|
||||
"license": "GPL-2.0-or-later",
|
||||
"engines": {
|
||||
"pnpm": "10.14.0"
|
||||
"pnpm": "10.15.0"
|
||||
},
|
||||
"scripts": {
|
||||
"// Development": "",
|
||||
@@ -121,16 +121,16 @@
|
||||
"multi-ini": "2.3.2",
|
||||
"mustache": "4.2.0",
|
||||
"nest-authz": "2.17.0",
|
||||
"nest-commander": "3.18.0",
|
||||
"nest-commander": "3.19.0",
|
||||
"nestjs-pino": "4.4.0",
|
||||
"node-cache": "5.1.2",
|
||||
"node-window-polyfill": "1.0.4",
|
||||
"openid-client": "6.6.2",
|
||||
"openid-client": "6.6.4",
|
||||
"p-retry": "6.2.1",
|
||||
"passport-custom": "1.1.1",
|
||||
"passport-http-header-strategy": "1.1.0",
|
||||
"path-type": "6.0.0",
|
||||
"pino": "9.8.0",
|
||||
"pino": "9.9.0",
|
||||
"pino-http": "10.5.0",
|
||||
"pino-pretty": "13.1.1",
|
||||
"pm2": "6.0.8",
|
||||
@@ -139,7 +139,7 @@
|
||||
"semver": "7.7.2",
|
||||
"strftime": "0.10.3",
|
||||
"systeminformation": "5.27.7",
|
||||
"undici": "7.13.0",
|
||||
"undici": "7.14.0",
|
||||
"uuid": "11.1.0",
|
||||
"ws": "8.18.3",
|
||||
"zen-observable-ts": "1.1.0",
|
||||
@@ -164,7 +164,7 @@
|
||||
"@graphql-codegen/typescript-operations": "4.6.1",
|
||||
"@graphql-codegen/typescript-resolvers": "4.5.1",
|
||||
"@graphql-typed-document-node/core": "3.2.0",
|
||||
"@ianvs/prettier-plugin-sort-imports": "4.6.1",
|
||||
"@ianvs/prettier-plugin-sort-imports": "4.6.2",
|
||||
"@nestjs/testing": "11.1.6",
|
||||
"@originjs/vite-plugin-commonjs": "1.0.3",
|
||||
"@rollup/plugin-node-resolve": "16.0.1",
|
||||
@@ -174,7 +174,7 @@
|
||||
"@types/cli-table": "0.3.4",
|
||||
"@types/command-exists": "1.2.3",
|
||||
"@types/cors": "2.8.19",
|
||||
"@types/dockerode": "3.3.42",
|
||||
"@types/dockerode": "3.3.43",
|
||||
"@types/graphql-fields": "1.3.9",
|
||||
"@types/graphql-type-uuid": "0.2.6",
|
||||
"@types/ini": "4.1.1",
|
||||
@@ -182,7 +182,7 @@
|
||||
"@types/lodash": "4.17.20",
|
||||
"@types/lodash-es": "4.17.12",
|
||||
"@types/mustache": "4.2.6",
|
||||
"@types/node": "22.17.1",
|
||||
"@types/node": "22.17.2",
|
||||
"@types/pify": "6.1.0",
|
||||
"@types/semver": "7.7.0",
|
||||
"@types/sendmail": "1.4.7",
|
||||
@@ -191,7 +191,7 @@
|
||||
"@types/supertest": "6.0.3",
|
||||
"@types/uuid": "10.0.0",
|
||||
"@types/ws": "8.18.1",
|
||||
"@types/wtfnode": "0.7.3",
|
||||
"@types/wtfnode": "0.10.0",
|
||||
"@vitest/coverage-v8": "3.2.4",
|
||||
"@vitest/ui": "3.2.4",
|
||||
"eslint": "9.33.0",
|
||||
@@ -203,16 +203,16 @@
|
||||
"prettier": "3.6.2",
|
||||
"rollup-plugin-node-externals": "8.0.1",
|
||||
"supertest": "7.1.4",
|
||||
"tsx": "4.20.3",
|
||||
"tsx": "4.20.4",
|
||||
"type-fest": "4.41.0",
|
||||
"typescript": "5.9.2",
|
||||
"typescript-eslint": "8.39.1",
|
||||
"unplugin-swc": "1.5.5",
|
||||
"vite": "7.1.1",
|
||||
"typescript-eslint": "8.40.0",
|
||||
"unplugin-swc": "1.5.6",
|
||||
"vite": "7.1.3",
|
||||
"vite-plugin-node": "7.0.0",
|
||||
"vite-tsconfig-paths": "5.1.4",
|
||||
"vitest": "3.2.4",
|
||||
"zx": "8.8.0"
|
||||
"zx": "8.8.1"
|
||||
},
|
||||
"overrides": {
|
||||
"eslint": {
|
||||
@@ -227,5 +227,5 @@
|
||||
}
|
||||
},
|
||||
"private": true,
|
||||
"packageManager": "pnpm@10.14.0"
|
||||
"packageManager": "pnpm@10.15.0"
|
||||
}
|
||||
|
||||
@@ -49,7 +49,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@manypkg/cli": "0.25.0",
|
||||
"chalk": "5.5.0",
|
||||
"chalk": "5.6.0",
|
||||
"diff": "8.0.2",
|
||||
"ignore": "7.0.5"
|
||||
},
|
||||
@@ -65,5 +65,5 @@
|
||||
"pnpm lint:fix"
|
||||
]
|
||||
},
|
||||
"packageManager": "pnpm@10.14.0"
|
||||
"packageManager": "pnpm@10.15.0"
|
||||
}
|
||||
|
||||
@@ -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.1",
|
||||
"@ianvs/prettier-plugin-sort-imports": "4.6.2",
|
||||
"@jsonforms/core": "3.6.0",
|
||||
"@nestjs/apollo": "13.1.0",
|
||||
"@nestjs/common": "11.1.6",
|
||||
@@ -41,7 +41,7 @@
|
||||
"@types/ini": "4.1.1",
|
||||
"@types/ip": "1.1.3",
|
||||
"@types/lodash-es": "4.17.12",
|
||||
"@types/node": "22.17.1",
|
||||
"@types/node": "22.17.2",
|
||||
"@types/ws": "8.18.1",
|
||||
"camelcase-keys": "9.1.3",
|
||||
"class-transformer": "0.5.1",
|
||||
@@ -62,7 +62,7 @@
|
||||
"rxjs": "7.8.2",
|
||||
"type-fest": "4.41.0",
|
||||
"typescript": "5.9.2",
|
||||
"undici": "7.13.0",
|
||||
"undici": "7.14.0",
|
||||
"vitest": "3.2.4",
|
||||
"ws": "8.18.3",
|
||||
"zen-observable-ts": "1.1.0"
|
||||
@@ -98,7 +98,7 @@
|
||||
"lodash-es": "4.17.21",
|
||||
"nest-authz": "2.17.0",
|
||||
"rxjs": "7.8.2",
|
||||
"undici": "7.13.0",
|
||||
"undici": "7.14.0",
|
||||
"ws": "8.18.3",
|
||||
"zen-observable-ts": "1.1.0"
|
||||
}
|
||||
|
||||
@@ -10,12 +10,12 @@
|
||||
"prepare": "npm run build"
|
||||
},
|
||||
"dependencies": {
|
||||
"chalk": "5.5.0",
|
||||
"chalk": "5.6.0",
|
||||
"change-case": "5.4.4",
|
||||
"commander": "14.0.0",
|
||||
"create-create-app": "7.3.0",
|
||||
"fs-extra": "11.3.1",
|
||||
"inquirer": "12.9.1",
|
||||
"inquirer": "12.9.3",
|
||||
"validate-npm-package-name": "6.0.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
@@ -25,7 +25,7 @@
|
||||
"@nestjs/graphql": "13.1.0",
|
||||
"@types/fs-extra": "11.0.4",
|
||||
"@types/inquirer": "9.0.9",
|
||||
"@types/node": "22.17.1",
|
||||
"@types/node": "22.17.2",
|
||||
"@types/validate-npm-package-name": "4.0.2",
|
||||
"class-transformer": "0.5.1",
|
||||
"class-validator": "0.14.2",
|
||||
|
||||
@@ -32,10 +32,10 @@
|
||||
"@jsonforms/core": "3.6.0",
|
||||
"@nestjs/common": "11.1.6",
|
||||
"@nestjs/graphql": "13.1.0",
|
||||
"@nestjs/testing": "11.1.5",
|
||||
"@nestjs/testing": "11.1.6",
|
||||
"@types/bun": "1.2.20",
|
||||
"@types/lodash-es": "4.17.12",
|
||||
"@types/node": "22.17.1",
|
||||
"@types/node": "22.17.2",
|
||||
"@types/ws": "8.18.1",
|
||||
"class-transformer": "0.5.1",
|
||||
"class-validator": "0.14.2",
|
||||
@@ -65,7 +65,7 @@
|
||||
"lodash-es": "4.17.21",
|
||||
"nest-authz": "2.17.0",
|
||||
"rxjs": "7.8.2",
|
||||
"undici": "7.13.0",
|
||||
"undici": "7.14.0",
|
||||
"ws": "8.18.3"
|
||||
}
|
||||
}
|
||||
@@ -9,9 +9,9 @@
|
||||
"glob": "11.0.3",
|
||||
"html-sloppy-escaper": "0.1.0",
|
||||
"semver": "7.7.2",
|
||||
"tsx": "4.20.3",
|
||||
"tsx": "4.20.4",
|
||||
"zod": "3.25.76",
|
||||
"zx": "8.8.0"
|
||||
"zx": "8.8.1"
|
||||
},
|
||||
"type": "module",
|
||||
"license": "GPL-2.0-or-later",
|
||||
@@ -39,5 +39,5 @@
|
||||
"nodemon": "3.1.10",
|
||||
"vitest": "3.2.4"
|
||||
},
|
||||
"packageManager": "pnpm@10.14.0"
|
||||
"packageManager": "pnpm@10.15.0"
|
||||
}
|
||||
|
||||
2584
pnpm-lock.yaml
generated
2584
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@@ -42,7 +42,7 @@
|
||||
"deploy:storybook:staging": "pnpm build-storybook && wrangler deploy --env staging"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"tailwindcss": "4.1.11",
|
||||
"tailwindcss": "4.1.12",
|
||||
"vue": "3.5.18",
|
||||
"ajv": "8.17.1"
|
||||
},
|
||||
@@ -53,38 +53,38 @@
|
||||
"@jsonforms/core": "3.6.0",
|
||||
"@jsonforms/vue": "3.6.0",
|
||||
"@jsonforms/vue-vanilla": "3.6.0",
|
||||
"@tailwindcss/cli": "4.1.11",
|
||||
"@vueuse/core": "13.6.0",
|
||||
"@tailwindcss/cli": "4.1.12",
|
||||
"@vueuse/core": "13.7.0",
|
||||
"class-variance-authority": "0.7.1",
|
||||
"clsx": "2.1.1",
|
||||
"dompurify": "3.2.6",
|
||||
"kebab-case": "2.0.2",
|
||||
"lucide-vue-next": "0.539.0",
|
||||
"marked": "16.1.2",
|
||||
"lucide-vue-next": "0.540.0",
|
||||
"marked": "16.2.0",
|
||||
"reka-ui": "2.4.1",
|
||||
"shadcn-vue": "2.2.0",
|
||||
"tailwind-merge": "2.6.0",
|
||||
"tw-animate-css": "1.3.6",
|
||||
"tw-animate-css": "1.3.7",
|
||||
"vue-sonner": "1.3.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/js": "9.33.0",
|
||||
"@ianvs/prettier-plugin-sort-imports": "4.6.1",
|
||||
"@ianvs/prettier-plugin-sort-imports": "4.6.2",
|
||||
"@storybook/addon-docs": "9.1.2",
|
||||
"@storybook/addon-links": "9.1.2",
|
||||
"@storybook/builder-vite": "9.1.2",
|
||||
"@storybook/vue3-vite": "9.1.2",
|
||||
"@tailwindcss/vite": "4.1.11",
|
||||
"@tailwindcss/vite": "4.1.12",
|
||||
"@testing-library/vue": "8.1.0",
|
||||
"@types/jsdom": "21.1.7",
|
||||
"@types/node": "22.17.1",
|
||||
"@types/node": "22.17.2",
|
||||
"@types/testing-library__vue": "5.3.0",
|
||||
"@typescript-eslint/eslint-plugin": "8.39.1",
|
||||
"@typescript-eslint/eslint-plugin": "8.40.0",
|
||||
"@vitejs/plugin-vue": "6.0.1",
|
||||
"@vitest/coverage-v8": "3.2.4",
|
||||
"@vitest/ui": "3.2.4",
|
||||
"@vue/test-utils": "2.4.6",
|
||||
"@vue/tsconfig": "0.7.0",
|
||||
"@vue/tsconfig": "0.8.1",
|
||||
"ajv": "8.17.1",
|
||||
"concurrently": "9.2.0",
|
||||
"eslint": "9.33.0",
|
||||
@@ -100,20 +100,20 @@
|
||||
"prettier": "3.6.2",
|
||||
"rimraf": "6.0.1",
|
||||
"storybook": "9.1.2",
|
||||
"tailwindcss": "4.1.11",
|
||||
"tailwindcss": "4.1.12",
|
||||
"typescript": "5.9.2",
|
||||
"typescript-eslint": "8.39.1",
|
||||
"vite": "7.1.1",
|
||||
"typescript-eslint": "8.40.0",
|
||||
"vite": "7.1.3",
|
||||
"vite-plugin-dts": "3.9.1",
|
||||
"vite-plugin-vue-devtools": "8.0.0",
|
||||
"vitest": "3.2.4",
|
||||
"vue": "3.5.18",
|
||||
"vue-eslint-parser": "10.2.0",
|
||||
"vue-tsc": "3.0.5",
|
||||
"wrangler": "4.28.1"
|
||||
"vue-tsc": "3.0.6",
|
||||
"wrangler": "4.31.0"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"@rollup/rollup-linux-x64-gnu": "4.46.2"
|
||||
"@rollup/rollup-linux-x64-gnu": "4.46.4"
|
||||
},
|
||||
"exports": {
|
||||
".": {
|
||||
@@ -124,5 +124,5 @@
|
||||
"./styles": "./dist/style.css",
|
||||
"./styles/*": "./src/styles/*"
|
||||
},
|
||||
"packageManager": "pnpm@10.14.0"
|
||||
"packageManager": "pnpm@10.15.0"
|
||||
}
|
||||
|
||||
@@ -43,27 +43,27 @@
|
||||
"@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.1",
|
||||
"@ianvs/prettier-plugin-sort-imports": "4.6.2",
|
||||
"@nuxt/devtools": "2.6.2",
|
||||
"@nuxt/eslint": "1.8.0",
|
||||
"@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.11",
|
||||
"@tailwindcss/vite": "4.1.12",
|
||||
"@testing-library/vue": "8.1.0",
|
||||
"@types/crypto-js": "4.2.2",
|
||||
"@types/eslint-config-prettier": "6.11.3",
|
||||
"@types/node": "22.17.1",
|
||||
"@types/node": "22.17.2",
|
||||
"@types/semver": "7.7.0",
|
||||
"@typescript-eslint/eslint-plugin": "8.39.1",
|
||||
"@typescript-eslint/eslint-plugin": "8.40.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.6.0",
|
||||
"@vueuse/nuxt": "13.6.0",
|
||||
"@vueuse/core": "13.7.0",
|
||||
"@vueuse/nuxt": "13.7.0",
|
||||
"eslint": "9.33.0",
|
||||
"eslint-config-prettier": "10.1.8",
|
||||
"eslint-import-resolver-typescript": "4.4.4",
|
||||
@@ -74,16 +74,16 @@
|
||||
"nuxt-custom-elements": "2.0.0-beta.32",
|
||||
"prettier": "3.6.2",
|
||||
"shadcn-nuxt": "2.2.0",
|
||||
"tailwindcss": "4.1.11",
|
||||
"tailwindcss": "4.1.12",
|
||||
"terser": "5.43.1",
|
||||
"tw-animate-css": "1.3.6",
|
||||
"tw-animate-css": "1.3.7",
|
||||
"typescript": "5.9.2",
|
||||
"vite": "7.1.1",
|
||||
"vite": "7.1.3",
|
||||
"vite-plugin-remove-console": "2.2.0",
|
||||
"vite-plugin-vue-tracer": "1.0.0",
|
||||
"vitest": "3.2.4",
|
||||
"vue": "3.5.18",
|
||||
"vue-tsc": "3.0.5",
|
||||
"vue-tsc": "3.0.6",
|
||||
"vuetify-nuxt-module": "0.18.7"
|
||||
},
|
||||
"dependencies": {
|
||||
@@ -97,14 +97,14 @@
|
||||
"@jsonforms/vue": "3.6.0",
|
||||
"@jsonforms/vue-vanilla": "3.6.0",
|
||||
"@jsonforms/vue-vuetify": "3.6.0",
|
||||
"@nuxt/ui": "3.3.0",
|
||||
"@nuxt/ui": "3.3.2",
|
||||
"@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.6.0",
|
||||
"@vueuse/integrations": "13.6.0",
|
||||
"@vueuse/components": "13.7.0",
|
||||
"@vueuse/integrations": "13.7.0",
|
||||
"ajv": "8.17.1",
|
||||
"class-variance-authority": "0.7.1",
|
||||
"clsx": "2.1.1",
|
||||
@@ -117,8 +117,8 @@
|
||||
"hex-to-rgba": "2.0.1",
|
||||
"highlight.js": "11.11.1",
|
||||
"isomorphic-dompurify": "2.26.0",
|
||||
"lucide-vue-next": "0.539.0",
|
||||
"marked": "16.1.2",
|
||||
"lucide-vue-next": "0.540.0",
|
||||
"marked": "16.2.0",
|
||||
"marked-base-url": "1.1.7",
|
||||
"pinia": "3.0.3",
|
||||
"postcss-import": "16.1.1",
|
||||
@@ -126,11 +126,11 @@
|
||||
"tailwind-merge": "2.6.0",
|
||||
"vue-i18n": "11.1.11",
|
||||
"vue-web-component-wrapper": "1.7.7",
|
||||
"vuetify": "3.9.4",
|
||||
"vuetify": "3.9.5",
|
||||
"wretch": "2.11.0"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"@rollup/rollup-linux-x64-gnu": "4.46.2"
|
||||
"@rollup/rollup-linux-x64-gnu": "4.46.4"
|
||||
},
|
||||
"packageManager": "pnpm@10.14.0"
|
||||
"packageManager": "pnpm@10.15.0"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user