mirror of
https://github.com/morten-olsen/homelab-operator.git
synced 2026-02-08 01:36:28 +01:00
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more [here](https://redirect.github.com/renovatebot/renovate/discussions/37842). This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [typescript](https://www.typescriptlang.org/) ([source](https://redirect.github.com/microsoft/TypeScript)) | [`5.8.3` -> `5.9.2`](https://renovatebot.com/diffs/npm/typescript/5.8.3/5.9.2) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>microsoft/TypeScript (typescript)</summary> ### [`v5.9.2`](https://redirect.github.com/microsoft/TypeScript/compare/v5.8.3...5be33469d551655d878876faa9e30aa3b49f8ee9) [Compare Source](https://redirect.github.com/microsoft/TypeScript/compare/v5.8.3...v5.9.2) </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 this update 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/morten-olsen/homelab-operator). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjk3LjEwIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
60 lines
1.4 KiB
JSON
60 lines
1.4 KiB
JSON
{
|
|
"name": "homelab-operator",
|
|
"module": "index.ts",
|
|
"type": "module",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"@eslint/eslintrc": "3.3.1",
|
|
"@eslint/js": "9.32.0",
|
|
"@types/deep-equal": "^1.0.4",
|
|
"eslint": "9.32.0",
|
|
"eslint-config-prettier": "10.1.8",
|
|
"eslint-plugin-import": "2.32.0",
|
|
"eslint-plugin-prettier": "5.5.4",
|
|
"json-schema-to-typescript": "^15.0.4",
|
|
"prettier": "3.6.2",
|
|
"typescript": "5.9.2",
|
|
"typescript-eslint": "8.38.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5"
|
|
},
|
|
"dependencies": {
|
|
"@goauthentik/api": "2025.6.3-1751754396",
|
|
"@kubernetes/client-node": "^1.3.0",
|
|
"cloudflare": "^4.5.0",
|
|
"cron": "^4.3.3",
|
|
"debounce": "^2.2.0",
|
|
"deep-equal": "^2.2.3",
|
|
"dotenv": "^17.2.1",
|
|
"eventemitter3": "^5.0.1",
|
|
"execa": "^9.6.0",
|
|
"knex": "^3.1.0",
|
|
"p-queue": "^8.1.0",
|
|
"p-retry": "^7.0.0",
|
|
"pg": "^8.16.3",
|
|
"sqlite3": "^5.1.7",
|
|
"yaml": "^2.8.0",
|
|
"zod": "^4.0.14"
|
|
},
|
|
"imports": {
|
|
"#services/*": "./src/services/*",
|
|
"#resources/*": "./src/resources/*",
|
|
"#bootstrap/*": "./src/bootstrap/*",
|
|
"#utils/*": "./src/utils/*"
|
|
},
|
|
"packageManager": "pnpm@10.6.0",
|
|
"pnpm": {
|
|
"onlyBuiltDependencies": [
|
|
"sqlite3"
|
|
],
|
|
"patchedDependencies": {
|
|
"@kubernetes/client-node": "patches/@kubernetes__client-node.patch"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"test": "echo 'No tests'",
|
|
"test:lint": "eslint"
|
|
}
|
|
}
|