mirror of
https://github.com/unraid/api.git
synced 2025-12-31 13:39:52 -06:00
🤖 I have created a release *beep* *boop* --- ## [4.11.0](https://github.com/unraid/api/compare/v4.10.0...v4.11.0) (2025-07-28) ### Features * tailwind v4 ([#1522](https://github.com/unraid/api/issues/1522)) ([2c62e0a](2c62e0ad09)) * **web:** install and configure nuxt ui ([#1524](https://github.com/unraid/api/issues/1524)) ([407585c](407585cd40)) ### Bug Fixes * add missing breakpoints ([#1535](https://github.com/unraid/api/issues/1535)) ([f5352e3](f5352e3a26)) * border color incorrect in tailwind ([#1544](https://github.com/unraid/api/issues/1544)) ([f14b74a](f14b74af91)) * **connect:** omit extraneous fields during connect config validation ([#1538](https://github.com/unraid/api/issues/1538)) ([45bd736](45bd73698b)) * **deps:** pin dependencies ([#1528](https://github.com/unraid/api/issues/1528)) ([a74d935](a74d935b56)) * **deps:** pin dependency @nuxt/ui to 3.2.0 ([#1532](https://github.com/unraid/api/issues/1532)) ([8279531](8279531f2b)) * **deps:** update all non-major dependencies ([#1510](https://github.com/unraid/api/issues/1510)) ([1a8da6d](1a8da6d92b)) * **deps:** update all non-major dependencies ([#1520](https://github.com/unraid/api/issues/1520)) ([e2fa648](e2fa648d1c)) * inject Tailwind CSS into client entry point ([#1537](https://github.com/unraid/api/issues/1537)) ([86b6c4f](86b6c4f85b)) * make settings grid responsive ([#1463](https://github.com/unraid/api/issues/1463)) ([9dfdb8d](9dfdb8dce7)) * **notifications:** gracefully handle & mask invalid notifications ([#1529](https://github.com/unraid/api/issues/1529)) ([05056e7](05056e7ca1)) * truncate log files when they take up more than 5mb of space ([#1530](https://github.com/unraid/api/issues/1530)) ([0a18b38](0a18b38008)) * use async for primary file read/writes ([#1531](https://github.com/unraid/api/issues/1531)) ([23b2b88](23b2b88461)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
69 lines
1.5 KiB
JSON
69 lines
1.5 KiB
JSON
{
|
|
"name": "unraid-monorepo",
|
|
"private": true,
|
|
"version": "4.11.0",
|
|
"scripts": {
|
|
"build": "pnpm -r build",
|
|
"build:watch": " pnpm -r --parallel build:watch",
|
|
"dev": "pnpm -r dev",
|
|
"unraid:deploy": "pnpm -r unraid:deploy",
|
|
"test": "pnpm -r test",
|
|
"lint": "pnpm -r lint",
|
|
"lint:fix": "pnpm -r lint:fix",
|
|
"type-check": "pnpm -r type-check",
|
|
"check": "manypkg check",
|
|
"sync-webgui-repo": "node web/scripts/sync-webgui-repo.js",
|
|
"postinstall": "simple-git-hooks"
|
|
},
|
|
"pnpm": {
|
|
"overrides": {
|
|
"graphql": "16.11.0",
|
|
"@graphql-tools/utils": "10.9.1"
|
|
},
|
|
"peerDependencyRules": {
|
|
"allowAny": [
|
|
"vue"
|
|
]
|
|
},
|
|
"onlyBuiltDependencies": [
|
|
"@apollo/protobufjs",
|
|
"@nestjs/core",
|
|
"@parcel/watcher",
|
|
"@swc/core",
|
|
"@tailwindcss/oxide",
|
|
"@unraid/libvirt",
|
|
"core-js",
|
|
"cpu-features",
|
|
"es5-ext",
|
|
"esbuild",
|
|
"nestjs-pino",
|
|
"protobufjs",
|
|
"sharp",
|
|
"simple-git-hooks",
|
|
"ssh2",
|
|
"unrs-resolver",
|
|
"vue-demi",
|
|
"workerd"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"@manypkg/cli": "0.25.0",
|
|
"chalk": "5.4.1",
|
|
"diff": "8.0.2",
|
|
"ignore": "7.0.5"
|
|
},
|
|
"devDependencies": {
|
|
"lint-staged": "16.1.2",
|
|
"simple-git-hooks": "2.13.0"
|
|
},
|
|
"simple-git-hooks": {
|
|
"pre-commit": "pnpm lint-staged"
|
|
},
|
|
"lint-staged": {
|
|
"*.{js,jsx,ts,tsx,vue}": [
|
|
"pnpm lint:fix"
|
|
]
|
|
},
|
|
"packageManager": "pnpm@10.13.1"
|
|
}
|