diff --git a/.dockerignore b/.dockerignore index 9269854cc..6f0d55aee 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,6 +1,7 @@ Dockerfile .dockerignore node_modules +**/node_modules npm-debug.log README.md .next diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index bbd217e07..558e10875 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -31,6 +31,7 @@ body: label: Version description: What version of Homarr are you running? options: + - 1.18.0 - 1.17.0 - 1.16.0 - 1.15.0 diff --git a/apps/tasks/package.json b/apps/tasks/package.json index ce39ff56d..cfc2ce22f 100644 --- a/apps/tasks/package.json +++ b/apps/tasks/package.json @@ -10,7 +10,7 @@ "main": "./src/main.ts", "types": "./src/main.ts", "scripts": { - "build": "esbuild src/main.ts --bundle --platform=node --loader:.scss=text --external:@opentelemetry/api --external:http-cookie-agent --outfile=tasks.cjs", + "build": "esbuild src/main.ts --bundle --platform=node --loader:.scss=text --external:@opentelemetry/api --external:deasync --outfile=tasks.cjs", "clean": "rm -rf .turbo node_modules", "dev": "pnpm with-env tsx ./src/main.ts", "format": "prettier --check . --ignore-path ../../.gitignore", diff --git a/apps/websocket/package.json b/apps/websocket/package.json index e7b8fafea..4e8942e63 100644 --- a/apps/websocket/package.json +++ b/apps/websocket/package.json @@ -7,7 +7,7 @@ "main": "./src/main.ts", "types": "./src/main.ts", "scripts": { - "build": "esbuild src/main.ts --bundle --platform=node --outfile=wssServer.cjs --external:bcrypt --external:@opentelemetry/api --external:http-cookie-agent --external:cpu-features --loader:.html=text --loader:.scss=text --loader:.node=text", + "build": "esbuild src/main.ts --bundle --platform=node --outfile=wssServer.cjs --external:bcrypt --external:@opentelemetry/api --external:deasync --external:cpu-features --loader:.html=text --loader:.scss=text --loader:.node=text", "clean": "rm -rf .turbo node_modules", "dev": "pnpm with-env tsx ./src/main.ts", "format": "prettier --check . --ignore-path ../../.gitignore", diff --git a/package.json b/package.json index 994758743..6e7823c12 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@semantic-release/changelog": "^6.0.3", "@semantic-release/commit-analyzer": "^13.0.1", "@semantic-release/git": "^10.0.1", - "@semantic-release/github": "^11.0.1", + "@semantic-release/github": "^11.0.2", "@semantic-release/npm": "^12.0.1", "@semantic-release/release-notes-generator": "^14.0.3", "@turbo/gen": "^2.5.2", diff --git a/packages/db/package.json b/packages/db/package.json index d98b78f64..0da93a3de 100644 --- a/packages/db/package.json +++ b/packages/db/package.json @@ -52,7 +52,7 @@ "drizzle-kit": "^0.31.0", "drizzle-orm": "^0.43.1", "drizzle-zod": "^0.7.1", - "mysql2": "3.14.0" + "mysql2": "3.14.1" }, "devDependencies": { "@homarr/eslint-config": "workspace:^0.2.0", diff --git a/packages/translation/src/lang/ca.json b/packages/translation/src/lang/ca.json index 7d9f7580a..4aa40daa1 100644 --- a/packages/translation/src/lang/ca.json +++ b/packages/translation/src/lang/ca.json @@ -2052,6 +2052,85 @@ } } }, + "releases": { + "name": "", + "description": "", + "option": { + "newReleaseWithin": { + "label": "", + "description": "" + }, + "staleReleaseWithin": { + "label": "", + "description": "" + }, + "showOnlyHighlighted": { + "label": "", + "description": "" + }, + "showDetails": { + "label": "" + }, + "repositories": { + "label": "", + "addRRepository": { + "label": "" + }, + "provider": { + "label": "" + }, + "identifier": { + "label": "", + "placeholder": "" + }, + "versionFilter": { + "label": "", + "prefix": { + "label": "" + }, + "precision": { + "label": "", + "options": { + "none": "" + } + }, + "suffix": { + "label": "" + }, + "regex": { + "label": "" + } + }, + "edit": { + "label": "" + }, + "editForm": { + "title": "", + "cancel": { + "label": "" + }, + "confirm": { + "label": "" + } + }, + "example": { + "label": "" + }, + "invalid": "" + } + }, + "not-found": "", + "pre-release": "", + "archived": "", + "forked": "", + "starsCount": "", + "forksCount": "", + "issuesCount": "", + "openProjectPage": "", + "openReleasePage": "", + "releaseDescription": "", + "created": "" + }, "networkControllerSummary": { "option": {}, "card": { diff --git a/packages/translation/src/lang/cn.json b/packages/translation/src/lang/cn.json index bc8ba6ace..a0948ed1b 100644 --- a/packages/translation/src/lang/cn.json +++ b/packages/translation/src/lang/cn.json @@ -2052,6 +2052,85 @@ } } }, + "releases": { + "name": "", + "description": "", + "option": { + "newReleaseWithin": { + "label": "", + "description": "" + }, + "staleReleaseWithin": { + "label": "", + "description": "" + }, + "showOnlyHighlighted": { + "label": "", + "description": "" + }, + "showDetails": { + "label": "" + }, + "repositories": { + "label": "", + "addRRepository": { + "label": "" + }, + "provider": { + "label": "" + }, + "identifier": { + "label": "", + "placeholder": "" + }, + "versionFilter": { + "label": "", + "prefix": { + "label": "" + }, + "precision": { + "label": "", + "options": { + "none": "" + } + }, + "suffix": { + "label": "" + }, + "regex": { + "label": "" + } + }, + "edit": { + "label": "" + }, + "editForm": { + "title": "", + "cancel": { + "label": "" + }, + "confirm": { + "label": "" + } + }, + "example": { + "label": "" + }, + "invalid": "" + } + }, + "not-found": "", + "pre-release": "", + "archived": "", + "forked": "", + "starsCount": "", + "forksCount": "", + "issuesCount": "", + "openProjectPage": "", + "openReleasePage": "", + "releaseDescription": "", + "created": "" + }, "networkControllerSummary": { "option": {}, "card": { diff --git a/packages/translation/src/lang/cs.json b/packages/translation/src/lang/cs.json index db4a25fd5..d302e052c 100644 --- a/packages/translation/src/lang/cs.json +++ b/packages/translation/src/lang/cs.json @@ -2052,6 +2052,85 @@ } } }, + "releases": { + "name": "", + "description": "", + "option": { + "newReleaseWithin": { + "label": "", + "description": "" + }, + "staleReleaseWithin": { + "label": "", + "description": "" + }, + "showOnlyHighlighted": { + "label": "", + "description": "" + }, + "showDetails": { + "label": "" + }, + "repositories": { + "label": "", + "addRRepository": { + "label": "" + }, + "provider": { + "label": "" + }, + "identifier": { + "label": "", + "placeholder": "" + }, + "versionFilter": { + "label": "", + "prefix": { + "label": "" + }, + "precision": { + "label": "", + "options": { + "none": "" + } + }, + "suffix": { + "label": "" + }, + "regex": { + "label": "" + } + }, + "edit": { + "label": "" + }, + "editForm": { + "title": "", + "cancel": { + "label": "" + }, + "confirm": { + "label": "" + } + }, + "example": { + "label": "" + }, + "invalid": "" + } + }, + "not-found": "", + "pre-release": "", + "archived": "", + "forked": "", + "starsCount": "", + "forksCount": "", + "issuesCount": "", + "openProjectPage": "", + "openReleasePage": "", + "releaseDescription": "", + "created": "" + }, "networkControllerSummary": { "option": {}, "card": { diff --git a/packages/translation/src/lang/da.json b/packages/translation/src/lang/da.json index c96b2a08d..f356cfb31 100644 --- a/packages/translation/src/lang/da.json +++ b/packages/translation/src/lang/da.json @@ -2052,6 +2052,85 @@ } } }, + "releases": { + "name": "", + "description": "", + "option": { + "newReleaseWithin": { + "label": "", + "description": "" + }, + "staleReleaseWithin": { + "label": "", + "description": "" + }, + "showOnlyHighlighted": { + "label": "", + "description": "" + }, + "showDetails": { + "label": "" + }, + "repositories": { + "label": "", + "addRRepository": { + "label": "" + }, + "provider": { + "label": "" + }, + "identifier": { + "label": "", + "placeholder": "" + }, + "versionFilter": { + "label": "", + "prefix": { + "label": "" + }, + "precision": { + "label": "", + "options": { + "none": "" + } + }, + "suffix": { + "label": "" + }, + "regex": { + "label": "" + } + }, + "edit": { + "label": "" + }, + "editForm": { + "title": "", + "cancel": { + "label": "" + }, + "confirm": { + "label": "" + } + }, + "example": { + "label": "" + }, + "invalid": "" + } + }, + "not-found": "", + "pre-release": "", + "archived": "", + "forked": "", + "starsCount": "", + "forksCount": "", + "issuesCount": "", + "openProjectPage": "", + "openReleasePage": "", + "releaseDescription": "", + "created": "" + }, "networkControllerSummary": { "option": {}, "card": { diff --git a/packages/translation/src/lang/de-CH.json b/packages/translation/src/lang/de-CH.json index 760e04f17..1ba32bc31 100644 --- a/packages/translation/src/lang/de-CH.json +++ b/packages/translation/src/lang/de-CH.json @@ -2052,6 +2052,85 @@ } } }, + "releases": { + "name": "", + "description": "", + "option": { + "newReleaseWithin": { + "label": "", + "description": "" + }, + "staleReleaseWithin": { + "label": "", + "description": "" + }, + "showOnlyHighlighted": { + "label": "", + "description": "" + }, + "showDetails": { + "label": "" + }, + "repositories": { + "label": "", + "addRRepository": { + "label": "" + }, + "provider": { + "label": "" + }, + "identifier": { + "label": "", + "placeholder": "" + }, + "versionFilter": { + "label": "", + "prefix": { + "label": "" + }, + "precision": { + "label": "", + "options": { + "none": "" + } + }, + "suffix": { + "label": "" + }, + "regex": { + "label": "" + } + }, + "edit": { + "label": "" + }, + "editForm": { + "title": "", + "cancel": { + "label": "" + }, + "confirm": { + "label": "" + } + }, + "example": { + "label": "" + }, + "invalid": "" + } + }, + "not-found": "", + "pre-release": "", + "archived": "", + "forked": "", + "starsCount": "", + "forksCount": "", + "issuesCount": "", + "openProjectPage": "", + "openReleasePage": "", + "releaseDescription": "", + "created": "" + }, "networkControllerSummary": { "option": {}, "card": { diff --git a/packages/translation/src/lang/de.json b/packages/translation/src/lang/de.json index 77d689609..fec7e4006 100644 --- a/packages/translation/src/lang/de.json +++ b/packages/translation/src/lang/de.json @@ -2052,6 +2052,85 @@ } } }, + "releases": { + "name": "", + "description": "", + "option": { + "newReleaseWithin": { + "label": "", + "description": "" + }, + "staleReleaseWithin": { + "label": "", + "description": "" + }, + "showOnlyHighlighted": { + "label": "", + "description": "" + }, + "showDetails": { + "label": "" + }, + "repositories": { + "label": "", + "addRRepository": { + "label": "" + }, + "provider": { + "label": "" + }, + "identifier": { + "label": "", + "placeholder": "" + }, + "versionFilter": { + "label": "", + "prefix": { + "label": "" + }, + "precision": { + "label": "", + "options": { + "none": "" + } + }, + "suffix": { + "label": "" + }, + "regex": { + "label": "" + } + }, + "edit": { + "label": "" + }, + "editForm": { + "title": "", + "cancel": { + "label": "" + }, + "confirm": { + "label": "" + } + }, + "example": { + "label": "" + }, + "invalid": "" + } + }, + "not-found": "", + "pre-release": "", + "archived": "", + "forked": "", + "starsCount": "", + "forksCount": "", + "issuesCount": "", + "openProjectPage": "", + "openReleasePage": "", + "releaseDescription": "", + "created": "" + }, "networkControllerSummary": { "option": {}, "card": { diff --git a/packages/translation/src/lang/el.json b/packages/translation/src/lang/el.json index a669d1695..aec17b181 100644 --- a/packages/translation/src/lang/el.json +++ b/packages/translation/src/lang/el.json @@ -2052,6 +2052,85 @@ } } }, + "releases": { + "name": "", + "description": "", + "option": { + "newReleaseWithin": { + "label": "", + "description": "" + }, + "staleReleaseWithin": { + "label": "", + "description": "" + }, + "showOnlyHighlighted": { + "label": "", + "description": "" + }, + "showDetails": { + "label": "" + }, + "repositories": { + "label": "", + "addRRepository": { + "label": "" + }, + "provider": { + "label": "" + }, + "identifier": { + "label": "", + "placeholder": "" + }, + "versionFilter": { + "label": "", + "prefix": { + "label": "" + }, + "precision": { + "label": "", + "options": { + "none": "" + } + }, + "suffix": { + "label": "" + }, + "regex": { + "label": "" + } + }, + "edit": { + "label": "" + }, + "editForm": { + "title": "", + "cancel": { + "label": "" + }, + "confirm": { + "label": "" + } + }, + "example": { + "label": "" + }, + "invalid": "" + } + }, + "not-found": "", + "pre-release": "", + "archived": "", + "forked": "", + "starsCount": "", + "forksCount": "", + "issuesCount": "", + "openProjectPage": "", + "openReleasePage": "", + "releaseDescription": "", + "created": "" + }, "networkControllerSummary": { "option": {}, "card": { diff --git a/packages/translation/src/lang/en-gb.json b/packages/translation/src/lang/en-gb.json index ed3b9ca73..cd542f2c7 100644 --- a/packages/translation/src/lang/en-gb.json +++ b/packages/translation/src/lang/en-gb.json @@ -2052,6 +2052,85 @@ } } }, + "releases": { + "name": "", + "description": "", + "option": { + "newReleaseWithin": { + "label": "", + "description": "" + }, + "staleReleaseWithin": { + "label": "", + "description": "" + }, + "showOnlyHighlighted": { + "label": "", + "description": "" + }, + "showDetails": { + "label": "" + }, + "repositories": { + "label": "", + "addRRepository": { + "label": "" + }, + "provider": { + "label": "" + }, + "identifier": { + "label": "", + "placeholder": "" + }, + "versionFilter": { + "label": "", + "prefix": { + "label": "" + }, + "precision": { + "label": "", + "options": { + "none": "" + } + }, + "suffix": { + "label": "" + }, + "regex": { + "label": "" + } + }, + "edit": { + "label": "" + }, + "editForm": { + "title": "", + "cancel": { + "label": "" + }, + "confirm": { + "label": "" + } + }, + "example": { + "label": "" + }, + "invalid": "" + } + }, + "not-found": "", + "pre-release": "", + "archived": "", + "forked": "", + "starsCount": "", + "forksCount": "", + "issuesCount": "", + "openProjectPage": "", + "openReleasePage": "", + "releaseDescription": "", + "created": "" + }, "networkControllerSummary": { "option": {}, "card": { diff --git a/packages/translation/src/lang/es.json b/packages/translation/src/lang/es.json index 41d577402..9e07a8918 100644 --- a/packages/translation/src/lang/es.json +++ b/packages/translation/src/lang/es.json @@ -4,7 +4,7 @@ "start": { "title": "Bienvenido a Homarr", "subtitle": "", - "description": "", + "description": "Para empezar, por favor, seleccione cómo desea configurar su instancia de Homarr.", "action": { "scratch": "Empezar de cero", "importOldmarr": "Importar de Homarr antes de 1.0" @@ -12,14 +12,14 @@ }, "import": { "title": "Importar datos", - "subtitle": "", + "subtitle": "Puede importar datos de una instancia de Homarr existente.", "dropzone": { "title": "Arrastre el archivo zip aquí o haga clic para navegar", "description": "El zip subido será procesado y podrás seleccionar lo que quieres importar" }, "fileInfo": { "action": { - "change": "" + "change": "Modificar el archivo" } }, "importSettings": { @@ -35,7 +35,7 @@ } }, "summary": { - "title": "", + "title": "Importar resumen", "description": "", "action": { "import": "" @@ -43,32 +43,32 @@ "entities": { "apps": "Aplicaciones", "boards": "Tableros", - "integrations": "", - "credentialUsers": "" + "integrations": "Integraciones", + "credentialUsers": "Credenciales de usuarios" } }, "tokenModal": { - "title": "", + "title": "Introducir token de importación", "field": { "token": { - "label": "", - "description": "" + "label": "Token", + "description": "Introduzca el token de importación mostrado de su instancia anterior de homarr" } }, "notification": { "error": { - "title": "", + "title": "Token invalido", "message": "" } } } }, "user": { - "title": "", + "title": "Usuario administrador", "subtitle": "", "notification": { "success": { - "title": "", + "title": "Usuario creado", "message": "" }, "error": { @@ -102,7 +102,7 @@ } } }, - "backToStart": "" + "backToStart": "Volver al inicio" }, "user": { "title": "Usuarios", @@ -118,14 +118,14 @@ "description": "" }, "init": { - "title": "", - "subtitle": "" + "title": "Nueva instalación de Homarr", + "subtitle": "Por favor, cree el usuario administrador principal" } }, "field": { "email": { "label": "Correo electrónico", - "verified": "" + "verified": "Verificado" }, "username": { "label": "Nombre de usuario" @@ -133,7 +133,7 @@ "password": { "label": "Contraseña", "requirement": { - "length": "", + "length": "Incluye al menos 8 caracteres", "lowercase": "Incluye letra minúscula", "uppercase": "Incluye letra mayúscula", "number": "Incluye número", @@ -144,13 +144,13 @@ "label": "Confirmar contraseña" }, "previousPassword": { - "label": "" + "label": "Contraseña anterior" }, "homeBoard": { "label": "" }, "pingIconsEnabled": { - "label": "" + "label": "Usar iconos para pings" }, "defaultSearchEngine": { "label": "" @@ -177,8 +177,8 @@ } }, "forgotPassword": { - "label": "", - "description": "" + "label": "¿Ha olvidado su contraseña?", + "description": "Un administrador puede usar el siguiente comando para restablecer su contraseña:" } }, "register": { @@ -186,20 +186,20 @@ "notification": { "success": { "title": "Cuenta creada", - "message": "" + "message": "Por favor, inicia sesión para continuar" }, "error": { - "title": "", - "message": "" + "title": "Ocurrió un error al crear la cuenta", + "message": "No se ha podido crear la cuenta" } } }, "create": "Crear usuario", "changePassword": { - "label": "", + "label": "Cambiar contraseña", "notification": { "success": { - "message": "" + "message": "La contraseña ha sido cambiada correctamente" }, "error": { "message": "" @@ -254,17 +254,17 @@ "message": "" }, "error": { - "message": "" + "message": "No se puede cambiar la imagen" }, "toLarge": { - "title": "", - "message": "" + "title": "La imagen es demasiado grande", + "message": "El tamaño máximo de la imagen es {size}" } } }, "removeImage": { - "label": "", - "confirm": "", + "label": "Eliminar imágen", + "confirm": "Por favor, confirma que deseas eliminar esta imagen", "notification": { "success": { "message": "" @@ -2052,6 +2052,85 @@ } } }, + "releases": { + "name": "", + "description": "", + "option": { + "newReleaseWithin": { + "label": "", + "description": "" + }, + "staleReleaseWithin": { + "label": "", + "description": "" + }, + "showOnlyHighlighted": { + "label": "", + "description": "" + }, + "showDetails": { + "label": "" + }, + "repositories": { + "label": "", + "addRRepository": { + "label": "" + }, + "provider": { + "label": "" + }, + "identifier": { + "label": "", + "placeholder": "" + }, + "versionFilter": { + "label": "", + "prefix": { + "label": "" + }, + "precision": { + "label": "", + "options": { + "none": "" + } + }, + "suffix": { + "label": "" + }, + "regex": { + "label": "" + } + }, + "edit": { + "label": "" + }, + "editForm": { + "title": "", + "cancel": { + "label": "" + }, + "confirm": { + "label": "" + } + }, + "example": { + "label": "" + }, + "invalid": "" + } + }, + "not-found": "", + "pre-release": "", + "archived": "", + "forked": "", + "starsCount": "", + "forksCount": "", + "issuesCount": "", + "openProjectPage": "", + "openReleasePage": "", + "releaseDescription": "", + "created": "" + }, "networkControllerSummary": { "option": {}, "card": { diff --git a/packages/translation/src/lang/et.json b/packages/translation/src/lang/et.json index 3400b66a7..1a020f9e6 100644 --- a/packages/translation/src/lang/et.json +++ b/packages/translation/src/lang/et.json @@ -2052,6 +2052,85 @@ } } }, + "releases": { + "name": "", + "description": "", + "option": { + "newReleaseWithin": { + "label": "", + "description": "" + }, + "staleReleaseWithin": { + "label": "", + "description": "" + }, + "showOnlyHighlighted": { + "label": "", + "description": "" + }, + "showDetails": { + "label": "" + }, + "repositories": { + "label": "", + "addRRepository": { + "label": "" + }, + "provider": { + "label": "" + }, + "identifier": { + "label": "", + "placeholder": "" + }, + "versionFilter": { + "label": "", + "prefix": { + "label": "" + }, + "precision": { + "label": "", + "options": { + "none": "" + } + }, + "suffix": { + "label": "" + }, + "regex": { + "label": "" + } + }, + "edit": { + "label": "" + }, + "editForm": { + "title": "", + "cancel": { + "label": "" + }, + "confirm": { + "label": "" + } + }, + "example": { + "label": "" + }, + "invalid": "" + } + }, + "not-found": "", + "pre-release": "", + "archived": "", + "forked": "", + "starsCount": "", + "forksCount": "", + "issuesCount": "", + "openProjectPage": "", + "openReleasePage": "", + "releaseDescription": "", + "created": "" + }, "networkControllerSummary": { "option": {}, "card": { diff --git a/packages/translation/src/lang/fr.json b/packages/translation/src/lang/fr.json index a611ca08c..ecea4bead 100644 --- a/packages/translation/src/lang/fr.json +++ b/packages/translation/src/lang/fr.json @@ -2052,6 +2052,85 @@ } } }, + "releases": { + "name": "", + "description": "", + "option": { + "newReleaseWithin": { + "label": "", + "description": "" + }, + "staleReleaseWithin": { + "label": "", + "description": "" + }, + "showOnlyHighlighted": { + "label": "", + "description": "" + }, + "showDetails": { + "label": "" + }, + "repositories": { + "label": "", + "addRRepository": { + "label": "" + }, + "provider": { + "label": "" + }, + "identifier": { + "label": "", + "placeholder": "" + }, + "versionFilter": { + "label": "", + "prefix": { + "label": "" + }, + "precision": { + "label": "", + "options": { + "none": "" + } + }, + "suffix": { + "label": "" + }, + "regex": { + "label": "" + } + }, + "edit": { + "label": "" + }, + "editForm": { + "title": "", + "cancel": { + "label": "" + }, + "confirm": { + "label": "" + } + }, + "example": { + "label": "" + }, + "invalid": "" + } + }, + "not-found": "", + "pre-release": "", + "archived": "", + "forked": "", + "starsCount": "", + "forksCount": "", + "issuesCount": "", + "openProjectPage": "", + "openReleasePage": "", + "releaseDescription": "", + "created": "" + }, "networkControllerSummary": { "option": {}, "card": { diff --git a/packages/translation/src/lang/he.json b/packages/translation/src/lang/he.json index 83da25e81..6bd735463 100644 --- a/packages/translation/src/lang/he.json +++ b/packages/translation/src/lang/he.json @@ -2052,6 +2052,85 @@ } } }, + "releases": { + "name": "", + "description": "", + "option": { + "newReleaseWithin": { + "label": "", + "description": "" + }, + "staleReleaseWithin": { + "label": "", + "description": "" + }, + "showOnlyHighlighted": { + "label": "", + "description": "" + }, + "showDetails": { + "label": "" + }, + "repositories": { + "label": "", + "addRRepository": { + "label": "" + }, + "provider": { + "label": "" + }, + "identifier": { + "label": "", + "placeholder": "" + }, + "versionFilter": { + "label": "", + "prefix": { + "label": "" + }, + "precision": { + "label": "", + "options": { + "none": "" + } + }, + "suffix": { + "label": "" + }, + "regex": { + "label": "" + } + }, + "edit": { + "label": "" + }, + "editForm": { + "title": "", + "cancel": { + "label": "" + }, + "confirm": { + "label": "" + } + }, + "example": { + "label": "" + }, + "invalid": "" + } + }, + "not-found": "", + "pre-release": "", + "archived": "", + "forked": "", + "starsCount": "", + "forksCount": "", + "issuesCount": "", + "openProjectPage": "", + "openReleasePage": "", + "releaseDescription": "", + "created": "" + }, "networkControllerSummary": { "option": {}, "card": { diff --git a/packages/translation/src/lang/hr.json b/packages/translation/src/lang/hr.json index 92b483872..27b337b96 100644 --- a/packages/translation/src/lang/hr.json +++ b/packages/translation/src/lang/hr.json @@ -2052,6 +2052,85 @@ } } }, + "releases": { + "name": "", + "description": "", + "option": { + "newReleaseWithin": { + "label": "", + "description": "" + }, + "staleReleaseWithin": { + "label": "", + "description": "" + }, + "showOnlyHighlighted": { + "label": "", + "description": "" + }, + "showDetails": { + "label": "" + }, + "repositories": { + "label": "", + "addRRepository": { + "label": "" + }, + "provider": { + "label": "" + }, + "identifier": { + "label": "", + "placeholder": "" + }, + "versionFilter": { + "label": "", + "prefix": { + "label": "" + }, + "precision": { + "label": "", + "options": { + "none": "" + } + }, + "suffix": { + "label": "" + }, + "regex": { + "label": "" + } + }, + "edit": { + "label": "" + }, + "editForm": { + "title": "", + "cancel": { + "label": "" + }, + "confirm": { + "label": "" + } + }, + "example": { + "label": "" + }, + "invalid": "" + } + }, + "not-found": "", + "pre-release": "", + "archived": "", + "forked": "", + "starsCount": "", + "forksCount": "", + "issuesCount": "", + "openProjectPage": "", + "openReleasePage": "", + "releaseDescription": "", + "created": "" + }, "networkControllerSummary": { "option": {}, "card": { diff --git a/packages/translation/src/lang/hu.json b/packages/translation/src/lang/hu.json index fb216d25a..7e2d46b8b 100644 --- a/packages/translation/src/lang/hu.json +++ b/packages/translation/src/lang/hu.json @@ -2052,6 +2052,85 @@ } } }, + "releases": { + "name": "", + "description": "", + "option": { + "newReleaseWithin": { + "label": "", + "description": "" + }, + "staleReleaseWithin": { + "label": "", + "description": "" + }, + "showOnlyHighlighted": { + "label": "", + "description": "" + }, + "showDetails": { + "label": "" + }, + "repositories": { + "label": "", + "addRRepository": { + "label": "" + }, + "provider": { + "label": "" + }, + "identifier": { + "label": "", + "placeholder": "" + }, + "versionFilter": { + "label": "", + "prefix": { + "label": "" + }, + "precision": { + "label": "", + "options": { + "none": "" + } + }, + "suffix": { + "label": "" + }, + "regex": { + "label": "" + } + }, + "edit": { + "label": "" + }, + "editForm": { + "title": "", + "cancel": { + "label": "" + }, + "confirm": { + "label": "" + } + }, + "example": { + "label": "" + }, + "invalid": "" + } + }, + "not-found": "", + "pre-release": "", + "archived": "", + "forked": "", + "starsCount": "", + "forksCount": "", + "issuesCount": "", + "openProjectPage": "", + "openReleasePage": "", + "releaseDescription": "", + "created": "" + }, "networkControllerSummary": { "option": {}, "card": { diff --git a/packages/translation/src/lang/it.json b/packages/translation/src/lang/it.json index 9201e479b..541e57e4b 100644 --- a/packages/translation/src/lang/it.json +++ b/packages/translation/src/lang/it.json @@ -2052,6 +2052,85 @@ } } }, + "releases": { + "name": "", + "description": "", + "option": { + "newReleaseWithin": { + "label": "", + "description": "" + }, + "staleReleaseWithin": { + "label": "", + "description": "" + }, + "showOnlyHighlighted": { + "label": "", + "description": "" + }, + "showDetails": { + "label": "" + }, + "repositories": { + "label": "", + "addRRepository": { + "label": "" + }, + "provider": { + "label": "" + }, + "identifier": { + "label": "", + "placeholder": "" + }, + "versionFilter": { + "label": "", + "prefix": { + "label": "" + }, + "precision": { + "label": "", + "options": { + "none": "" + } + }, + "suffix": { + "label": "" + }, + "regex": { + "label": "" + } + }, + "edit": { + "label": "" + }, + "editForm": { + "title": "", + "cancel": { + "label": "" + }, + "confirm": { + "label": "" + } + }, + "example": { + "label": "" + }, + "invalid": "" + } + }, + "not-found": "", + "pre-release": "", + "archived": "", + "forked": "", + "starsCount": "", + "forksCount": "", + "issuesCount": "", + "openProjectPage": "", + "openReleasePage": "", + "releaseDescription": "", + "created": "" + }, "networkControllerSummary": { "option": {}, "card": { diff --git a/packages/translation/src/lang/ja.json b/packages/translation/src/lang/ja.json index ae1e5f1c9..f6330dc96 100644 --- a/packages/translation/src/lang/ja.json +++ b/packages/translation/src/lang/ja.json @@ -2052,6 +2052,85 @@ } } }, + "releases": { + "name": "", + "description": "", + "option": { + "newReleaseWithin": { + "label": "", + "description": "" + }, + "staleReleaseWithin": { + "label": "", + "description": "" + }, + "showOnlyHighlighted": { + "label": "", + "description": "" + }, + "showDetails": { + "label": "" + }, + "repositories": { + "label": "", + "addRRepository": { + "label": "" + }, + "provider": { + "label": "" + }, + "identifier": { + "label": "", + "placeholder": "" + }, + "versionFilter": { + "label": "", + "prefix": { + "label": "" + }, + "precision": { + "label": "", + "options": { + "none": "" + } + }, + "suffix": { + "label": "" + }, + "regex": { + "label": "" + } + }, + "edit": { + "label": "" + }, + "editForm": { + "title": "", + "cancel": { + "label": "" + }, + "confirm": { + "label": "" + } + }, + "example": { + "label": "" + }, + "invalid": "" + } + }, + "not-found": "", + "pre-release": "", + "archived": "", + "forked": "", + "starsCount": "", + "forksCount": "", + "issuesCount": "", + "openProjectPage": "", + "openReleasePage": "", + "releaseDescription": "", + "created": "" + }, "networkControllerSummary": { "option": {}, "card": { diff --git a/packages/translation/src/lang/ko.json b/packages/translation/src/lang/ko.json index c4d8e8bf4..7a27d7b70 100644 --- a/packages/translation/src/lang/ko.json +++ b/packages/translation/src/lang/ko.json @@ -2052,6 +2052,85 @@ } } }, + "releases": { + "name": "", + "description": "", + "option": { + "newReleaseWithin": { + "label": "", + "description": "" + }, + "staleReleaseWithin": { + "label": "", + "description": "" + }, + "showOnlyHighlighted": { + "label": "", + "description": "" + }, + "showDetails": { + "label": "" + }, + "repositories": { + "label": "", + "addRRepository": { + "label": "" + }, + "provider": { + "label": "" + }, + "identifier": { + "label": "", + "placeholder": "" + }, + "versionFilter": { + "label": "", + "prefix": { + "label": "" + }, + "precision": { + "label": "", + "options": { + "none": "" + } + }, + "suffix": { + "label": "" + }, + "regex": { + "label": "" + } + }, + "edit": { + "label": "" + }, + "editForm": { + "title": "", + "cancel": { + "label": "" + }, + "confirm": { + "label": "" + } + }, + "example": { + "label": "" + }, + "invalid": "" + } + }, + "not-found": "", + "pre-release": "", + "archived": "", + "forked": "", + "starsCount": "", + "forksCount": "", + "issuesCount": "", + "openProjectPage": "", + "openReleasePage": "", + "releaseDescription": "", + "created": "" + }, "networkControllerSummary": { "option": {}, "card": { diff --git a/packages/translation/src/lang/lt.json b/packages/translation/src/lang/lt.json index 93a77f9c8..fb31462b5 100644 --- a/packages/translation/src/lang/lt.json +++ b/packages/translation/src/lang/lt.json @@ -2052,6 +2052,85 @@ } } }, + "releases": { + "name": "", + "description": "", + "option": { + "newReleaseWithin": { + "label": "", + "description": "" + }, + "staleReleaseWithin": { + "label": "", + "description": "" + }, + "showOnlyHighlighted": { + "label": "", + "description": "" + }, + "showDetails": { + "label": "" + }, + "repositories": { + "label": "", + "addRRepository": { + "label": "" + }, + "provider": { + "label": "" + }, + "identifier": { + "label": "", + "placeholder": "" + }, + "versionFilter": { + "label": "", + "prefix": { + "label": "" + }, + "precision": { + "label": "", + "options": { + "none": "" + } + }, + "suffix": { + "label": "" + }, + "regex": { + "label": "" + } + }, + "edit": { + "label": "" + }, + "editForm": { + "title": "", + "cancel": { + "label": "" + }, + "confirm": { + "label": "" + } + }, + "example": { + "label": "" + }, + "invalid": "" + } + }, + "not-found": "", + "pre-release": "", + "archived": "", + "forked": "", + "starsCount": "", + "forksCount": "", + "issuesCount": "", + "openProjectPage": "", + "openReleasePage": "", + "releaseDescription": "", + "created": "" + }, "networkControllerSummary": { "option": {}, "card": { diff --git a/packages/translation/src/lang/lv.json b/packages/translation/src/lang/lv.json index 2c094cf54..4b6dc8a7c 100644 --- a/packages/translation/src/lang/lv.json +++ b/packages/translation/src/lang/lv.json @@ -2052,6 +2052,85 @@ } } }, + "releases": { + "name": "", + "description": "", + "option": { + "newReleaseWithin": { + "label": "", + "description": "" + }, + "staleReleaseWithin": { + "label": "", + "description": "" + }, + "showOnlyHighlighted": { + "label": "", + "description": "" + }, + "showDetails": { + "label": "" + }, + "repositories": { + "label": "", + "addRRepository": { + "label": "" + }, + "provider": { + "label": "" + }, + "identifier": { + "label": "", + "placeholder": "" + }, + "versionFilter": { + "label": "", + "prefix": { + "label": "" + }, + "precision": { + "label": "", + "options": { + "none": "" + } + }, + "suffix": { + "label": "" + }, + "regex": { + "label": "" + } + }, + "edit": { + "label": "" + }, + "editForm": { + "title": "", + "cancel": { + "label": "" + }, + "confirm": { + "label": "" + } + }, + "example": { + "label": "" + }, + "invalid": "" + } + }, + "not-found": "", + "pre-release": "", + "archived": "", + "forked": "", + "starsCount": "", + "forksCount": "", + "issuesCount": "", + "openProjectPage": "", + "openReleasePage": "", + "releaseDescription": "", + "created": "" + }, "networkControllerSummary": { "option": {}, "card": { diff --git a/packages/translation/src/lang/nl.json b/packages/translation/src/lang/nl.json index e24a2aeee..485a02a2a 100644 --- a/packages/translation/src/lang/nl.json +++ b/packages/translation/src/lang/nl.json @@ -2052,6 +2052,85 @@ } } }, + "releases": { + "name": "", + "description": "", + "option": { + "newReleaseWithin": { + "label": "", + "description": "" + }, + "staleReleaseWithin": { + "label": "", + "description": "" + }, + "showOnlyHighlighted": { + "label": "", + "description": "" + }, + "showDetails": { + "label": "" + }, + "repositories": { + "label": "", + "addRRepository": { + "label": "" + }, + "provider": { + "label": "" + }, + "identifier": { + "label": "", + "placeholder": "" + }, + "versionFilter": { + "label": "", + "prefix": { + "label": "" + }, + "precision": { + "label": "", + "options": { + "none": "" + } + }, + "suffix": { + "label": "" + }, + "regex": { + "label": "" + } + }, + "edit": { + "label": "" + }, + "editForm": { + "title": "", + "cancel": { + "label": "" + }, + "confirm": { + "label": "" + } + }, + "example": { + "label": "" + }, + "invalid": "" + } + }, + "not-found": "", + "pre-release": "", + "archived": "", + "forked": "", + "starsCount": "", + "forksCount": "", + "issuesCount": "", + "openProjectPage": "", + "openReleasePage": "", + "releaseDescription": "", + "created": "" + }, "networkControllerSummary": { "option": {}, "card": { diff --git a/packages/translation/src/lang/no.json b/packages/translation/src/lang/no.json index 3f4116748..8a2ed690d 100644 --- a/packages/translation/src/lang/no.json +++ b/packages/translation/src/lang/no.json @@ -2052,6 +2052,85 @@ } } }, + "releases": { + "name": "", + "description": "", + "option": { + "newReleaseWithin": { + "label": "", + "description": "" + }, + "staleReleaseWithin": { + "label": "", + "description": "" + }, + "showOnlyHighlighted": { + "label": "", + "description": "" + }, + "showDetails": { + "label": "" + }, + "repositories": { + "label": "", + "addRRepository": { + "label": "" + }, + "provider": { + "label": "" + }, + "identifier": { + "label": "", + "placeholder": "" + }, + "versionFilter": { + "label": "", + "prefix": { + "label": "" + }, + "precision": { + "label": "", + "options": { + "none": "" + } + }, + "suffix": { + "label": "" + }, + "regex": { + "label": "" + } + }, + "edit": { + "label": "" + }, + "editForm": { + "title": "", + "cancel": { + "label": "" + }, + "confirm": { + "label": "" + } + }, + "example": { + "label": "" + }, + "invalid": "" + } + }, + "not-found": "", + "pre-release": "", + "archived": "", + "forked": "", + "starsCount": "", + "forksCount": "", + "issuesCount": "", + "openProjectPage": "", + "openReleasePage": "", + "releaseDescription": "", + "created": "" + }, "networkControllerSummary": { "option": {}, "card": { diff --git a/packages/translation/src/lang/pl.json b/packages/translation/src/lang/pl.json index 05e158002..9300733ae 100644 --- a/packages/translation/src/lang/pl.json +++ b/packages/translation/src/lang/pl.json @@ -2052,6 +2052,85 @@ } } }, + "releases": { + "name": "", + "description": "", + "option": { + "newReleaseWithin": { + "label": "", + "description": "" + }, + "staleReleaseWithin": { + "label": "", + "description": "" + }, + "showOnlyHighlighted": { + "label": "", + "description": "" + }, + "showDetails": { + "label": "" + }, + "repositories": { + "label": "", + "addRRepository": { + "label": "" + }, + "provider": { + "label": "" + }, + "identifier": { + "label": "", + "placeholder": "" + }, + "versionFilter": { + "label": "", + "prefix": { + "label": "" + }, + "precision": { + "label": "", + "options": { + "none": "" + } + }, + "suffix": { + "label": "" + }, + "regex": { + "label": "" + } + }, + "edit": { + "label": "" + }, + "editForm": { + "title": "", + "cancel": { + "label": "" + }, + "confirm": { + "label": "" + } + }, + "example": { + "label": "" + }, + "invalid": "" + } + }, + "not-found": "", + "pre-release": "", + "archived": "", + "forked": "", + "starsCount": "", + "forksCount": "", + "issuesCount": "", + "openProjectPage": "", + "openReleasePage": "", + "releaseDescription": "", + "created": "" + }, "networkControllerSummary": { "option": {}, "card": { diff --git a/packages/translation/src/lang/pt.json b/packages/translation/src/lang/pt.json index 18e9bfee4..cf2b9eb9c 100644 --- a/packages/translation/src/lang/pt.json +++ b/packages/translation/src/lang/pt.json @@ -2052,6 +2052,85 @@ } } }, + "releases": { + "name": "", + "description": "", + "option": { + "newReleaseWithin": { + "label": "", + "description": "" + }, + "staleReleaseWithin": { + "label": "", + "description": "" + }, + "showOnlyHighlighted": { + "label": "", + "description": "" + }, + "showDetails": { + "label": "" + }, + "repositories": { + "label": "", + "addRRepository": { + "label": "" + }, + "provider": { + "label": "" + }, + "identifier": { + "label": "", + "placeholder": "" + }, + "versionFilter": { + "label": "", + "prefix": { + "label": "" + }, + "precision": { + "label": "", + "options": { + "none": "" + } + }, + "suffix": { + "label": "" + }, + "regex": { + "label": "" + } + }, + "edit": { + "label": "" + }, + "editForm": { + "title": "", + "cancel": { + "label": "" + }, + "confirm": { + "label": "" + } + }, + "example": { + "label": "" + }, + "invalid": "" + } + }, + "not-found": "", + "pre-release": "", + "archived": "", + "forked": "", + "starsCount": "", + "forksCount": "", + "issuesCount": "", + "openProjectPage": "", + "openReleasePage": "", + "releaseDescription": "", + "created": "" + }, "networkControllerSummary": { "option": {}, "card": { diff --git a/packages/translation/src/lang/ro.json b/packages/translation/src/lang/ro.json index 5e814a3ec..be4262e06 100644 --- a/packages/translation/src/lang/ro.json +++ b/packages/translation/src/lang/ro.json @@ -2052,6 +2052,85 @@ } } }, + "releases": { + "name": "", + "description": "", + "option": { + "newReleaseWithin": { + "label": "", + "description": "" + }, + "staleReleaseWithin": { + "label": "", + "description": "" + }, + "showOnlyHighlighted": { + "label": "", + "description": "" + }, + "showDetails": { + "label": "" + }, + "repositories": { + "label": "", + "addRRepository": { + "label": "" + }, + "provider": { + "label": "" + }, + "identifier": { + "label": "", + "placeholder": "" + }, + "versionFilter": { + "label": "", + "prefix": { + "label": "" + }, + "precision": { + "label": "", + "options": { + "none": "" + } + }, + "suffix": { + "label": "" + }, + "regex": { + "label": "" + } + }, + "edit": { + "label": "" + }, + "editForm": { + "title": "", + "cancel": { + "label": "" + }, + "confirm": { + "label": "" + } + }, + "example": { + "label": "" + }, + "invalid": "" + } + }, + "not-found": "", + "pre-release": "", + "archived": "", + "forked": "", + "starsCount": "", + "forksCount": "", + "issuesCount": "", + "openProjectPage": "", + "openReleasePage": "", + "releaseDescription": "", + "created": "" + }, "networkControllerSummary": { "option": {}, "card": { diff --git a/packages/translation/src/lang/ru.json b/packages/translation/src/lang/ru.json index b96fe83b5..1e8b652d0 100644 --- a/packages/translation/src/lang/ru.json +++ b/packages/translation/src/lang/ru.json @@ -2052,6 +2052,85 @@ } } }, + "releases": { + "name": "", + "description": "", + "option": { + "newReleaseWithin": { + "label": "", + "description": "" + }, + "staleReleaseWithin": { + "label": "", + "description": "" + }, + "showOnlyHighlighted": { + "label": "", + "description": "" + }, + "showDetails": { + "label": "" + }, + "repositories": { + "label": "", + "addRRepository": { + "label": "" + }, + "provider": { + "label": "" + }, + "identifier": { + "label": "", + "placeholder": "" + }, + "versionFilter": { + "label": "", + "prefix": { + "label": "" + }, + "precision": { + "label": "", + "options": { + "none": "" + } + }, + "suffix": { + "label": "" + }, + "regex": { + "label": "" + } + }, + "edit": { + "label": "" + }, + "editForm": { + "title": "", + "cancel": { + "label": "" + }, + "confirm": { + "label": "" + } + }, + "example": { + "label": "" + }, + "invalid": "" + } + }, + "not-found": "", + "pre-release": "", + "archived": "", + "forked": "", + "starsCount": "", + "forksCount": "", + "issuesCount": "", + "openProjectPage": "", + "openReleasePage": "", + "releaseDescription": "", + "created": "" + }, "networkControllerSummary": { "option": {}, "card": { diff --git a/packages/translation/src/lang/sk.json b/packages/translation/src/lang/sk.json index 410df7994..e4f9f8458 100644 --- a/packages/translation/src/lang/sk.json +++ b/packages/translation/src/lang/sk.json @@ -2052,6 +2052,85 @@ } } }, + "releases": { + "name": "", + "description": "", + "option": { + "newReleaseWithin": { + "label": "", + "description": "" + }, + "staleReleaseWithin": { + "label": "", + "description": "" + }, + "showOnlyHighlighted": { + "label": "", + "description": "" + }, + "showDetails": { + "label": "" + }, + "repositories": { + "label": "", + "addRRepository": { + "label": "" + }, + "provider": { + "label": "" + }, + "identifier": { + "label": "", + "placeholder": "" + }, + "versionFilter": { + "label": "", + "prefix": { + "label": "" + }, + "precision": { + "label": "", + "options": { + "none": "" + } + }, + "suffix": { + "label": "" + }, + "regex": { + "label": "" + } + }, + "edit": { + "label": "" + }, + "editForm": { + "title": "", + "cancel": { + "label": "" + }, + "confirm": { + "label": "" + } + }, + "example": { + "label": "" + }, + "invalid": "" + } + }, + "not-found": "", + "pre-release": "", + "archived": "", + "forked": "", + "starsCount": "", + "forksCount": "", + "issuesCount": "", + "openProjectPage": "", + "openReleasePage": "", + "releaseDescription": "", + "created": "" + }, "networkControllerSummary": { "option": {}, "card": { diff --git a/packages/translation/src/lang/sl.json b/packages/translation/src/lang/sl.json index d29b4854a..be48e3fc4 100644 --- a/packages/translation/src/lang/sl.json +++ b/packages/translation/src/lang/sl.json @@ -2052,6 +2052,85 @@ } } }, + "releases": { + "name": "", + "description": "", + "option": { + "newReleaseWithin": { + "label": "", + "description": "" + }, + "staleReleaseWithin": { + "label": "", + "description": "" + }, + "showOnlyHighlighted": { + "label": "", + "description": "" + }, + "showDetails": { + "label": "" + }, + "repositories": { + "label": "", + "addRRepository": { + "label": "" + }, + "provider": { + "label": "" + }, + "identifier": { + "label": "", + "placeholder": "" + }, + "versionFilter": { + "label": "", + "prefix": { + "label": "" + }, + "precision": { + "label": "", + "options": { + "none": "" + } + }, + "suffix": { + "label": "" + }, + "regex": { + "label": "" + } + }, + "edit": { + "label": "" + }, + "editForm": { + "title": "", + "cancel": { + "label": "" + }, + "confirm": { + "label": "" + } + }, + "example": { + "label": "" + }, + "invalid": "" + } + }, + "not-found": "", + "pre-release": "", + "archived": "", + "forked": "", + "starsCount": "", + "forksCount": "", + "issuesCount": "", + "openProjectPage": "", + "openReleasePage": "", + "releaseDescription": "", + "created": "" + }, "networkControllerSummary": { "option": {}, "card": { diff --git a/packages/translation/src/lang/sv.json b/packages/translation/src/lang/sv.json index fe5e2f78a..57b741617 100644 --- a/packages/translation/src/lang/sv.json +++ b/packages/translation/src/lang/sv.json @@ -2052,6 +2052,85 @@ } } }, + "releases": { + "name": "", + "description": "", + "option": { + "newReleaseWithin": { + "label": "", + "description": "" + }, + "staleReleaseWithin": { + "label": "", + "description": "" + }, + "showOnlyHighlighted": { + "label": "", + "description": "" + }, + "showDetails": { + "label": "" + }, + "repositories": { + "label": "", + "addRRepository": { + "label": "" + }, + "provider": { + "label": "" + }, + "identifier": { + "label": "", + "placeholder": "" + }, + "versionFilter": { + "label": "", + "prefix": { + "label": "" + }, + "precision": { + "label": "", + "options": { + "none": "" + } + }, + "suffix": { + "label": "" + }, + "regex": { + "label": "" + } + }, + "edit": { + "label": "" + }, + "editForm": { + "title": "", + "cancel": { + "label": "" + }, + "confirm": { + "label": "" + } + }, + "example": { + "label": "" + }, + "invalid": "" + } + }, + "not-found": "", + "pre-release": "", + "archived": "", + "forked": "", + "starsCount": "", + "forksCount": "", + "issuesCount": "", + "openProjectPage": "", + "openReleasePage": "", + "releaseDescription": "", + "created": "" + }, "networkControllerSummary": { "option": {}, "card": { diff --git a/packages/translation/src/lang/tr.json b/packages/translation/src/lang/tr.json index b2504dee8..e171acc0d 100644 --- a/packages/translation/src/lang/tr.json +++ b/packages/translation/src/lang/tr.json @@ -1093,7 +1093,7 @@ "label": "Entegrasyonlar" }, "title": { - "label": "" + "label": "Başlık" }, "customCssClasses": { "label": "Özel CSS Alanı" @@ -1771,8 +1771,8 @@ "description": "Medya sunucularınızdaki mevcut akışları gösterin", "option": { "showOnlyPlaying": { - "label": "", - "description": "" + "label": "Yalnızca şu an oynatılanı göster", + "description": "Bunu devre dışı bırakmak plex için işe yaramayacaktır" } }, "items": { @@ -2052,6 +2052,85 @@ } } }, + "releases": { + "name": "", + "description": "", + "option": { + "newReleaseWithin": { + "label": "", + "description": "" + }, + "staleReleaseWithin": { + "label": "", + "description": "" + }, + "showOnlyHighlighted": { + "label": "", + "description": "" + }, + "showDetails": { + "label": "" + }, + "repositories": { + "label": "", + "addRRepository": { + "label": "" + }, + "provider": { + "label": "" + }, + "identifier": { + "label": "", + "placeholder": "" + }, + "versionFilter": { + "label": "", + "prefix": { + "label": "" + }, + "precision": { + "label": "", + "options": { + "none": "" + } + }, + "suffix": { + "label": "" + }, + "regex": { + "label": "" + } + }, + "edit": { + "label": "" + }, + "editForm": { + "title": "", + "cancel": { + "label": "" + }, + "confirm": { + "label": "" + } + }, + "example": { + "label": "" + }, + "invalid": "" + } + }, + "not-found": "", + "pre-release": "", + "archived": "", + "forked": "", + "starsCount": "", + "forksCount": "", + "issuesCount": "", + "openProjectPage": "", + "openReleasePage": "", + "releaseDescription": "", + "created": "" + }, "networkControllerSummary": { "option": {}, "card": { @@ -3810,7 +3889,7 @@ }, "invalid": { "title": "Geçersiz sertifika", - "description": "Sertifika ayrıştırılamadı" + "description": "Sertifika çözümlenemedi" }, "expires": "{when} süresi doluyor" } diff --git a/packages/translation/src/lang/uk.json b/packages/translation/src/lang/uk.json index 56080b880..290d99c89 100644 --- a/packages/translation/src/lang/uk.json +++ b/packages/translation/src/lang/uk.json @@ -2052,6 +2052,85 @@ } } }, + "releases": { + "name": "", + "description": "", + "option": { + "newReleaseWithin": { + "label": "", + "description": "" + }, + "staleReleaseWithin": { + "label": "", + "description": "" + }, + "showOnlyHighlighted": { + "label": "", + "description": "" + }, + "showDetails": { + "label": "" + }, + "repositories": { + "label": "", + "addRRepository": { + "label": "" + }, + "provider": { + "label": "" + }, + "identifier": { + "label": "", + "placeholder": "" + }, + "versionFilter": { + "label": "", + "prefix": { + "label": "" + }, + "precision": { + "label": "", + "options": { + "none": "" + } + }, + "suffix": { + "label": "" + }, + "regex": { + "label": "" + } + }, + "edit": { + "label": "" + }, + "editForm": { + "title": "", + "cancel": { + "label": "" + }, + "confirm": { + "label": "" + } + }, + "example": { + "label": "" + }, + "invalid": "" + } + }, + "not-found": "", + "pre-release": "", + "archived": "", + "forked": "", + "starsCount": "", + "forksCount": "", + "issuesCount": "", + "openProjectPage": "", + "openReleasePage": "", + "releaseDescription": "", + "created": "" + }, "networkControllerSummary": { "option": {}, "card": { diff --git a/packages/translation/src/lang/vi.json b/packages/translation/src/lang/vi.json index c8e515621..b4cd99203 100644 --- a/packages/translation/src/lang/vi.json +++ b/packages/translation/src/lang/vi.json @@ -2052,6 +2052,85 @@ } } }, + "releases": { + "name": "", + "description": "", + "option": { + "newReleaseWithin": { + "label": "", + "description": "" + }, + "staleReleaseWithin": { + "label": "", + "description": "" + }, + "showOnlyHighlighted": { + "label": "", + "description": "" + }, + "showDetails": { + "label": "" + }, + "repositories": { + "label": "", + "addRRepository": { + "label": "" + }, + "provider": { + "label": "" + }, + "identifier": { + "label": "", + "placeholder": "" + }, + "versionFilter": { + "label": "", + "prefix": { + "label": "" + }, + "precision": { + "label": "", + "options": { + "none": "" + } + }, + "suffix": { + "label": "" + }, + "regex": { + "label": "" + } + }, + "edit": { + "label": "" + }, + "editForm": { + "title": "", + "cancel": { + "label": "" + }, + "confirm": { + "label": "" + } + }, + "example": { + "label": "" + }, + "invalid": "" + } + }, + "not-found": "", + "pre-release": "", + "archived": "", + "forked": "", + "starsCount": "", + "forksCount": "", + "issuesCount": "", + "openProjectPage": "", + "openReleasePage": "", + "releaseDescription": "", + "created": "" + }, "networkControllerSummary": { "option": {}, "card": { diff --git a/packages/translation/src/lang/zh.json b/packages/translation/src/lang/zh.json index 73fe653a9..1fbaf03a0 100644 --- a/packages/translation/src/lang/zh.json +++ b/packages/translation/src/lang/zh.json @@ -2052,6 +2052,85 @@ } } }, + "releases": { + "name": "", + "description": "", + "option": { + "newReleaseWithin": { + "label": "", + "description": "" + }, + "staleReleaseWithin": { + "label": "", + "description": "" + }, + "showOnlyHighlighted": { + "label": "", + "description": "" + }, + "showDetails": { + "label": "" + }, + "repositories": { + "label": "", + "addRRepository": { + "label": "" + }, + "provider": { + "label": "" + }, + "identifier": { + "label": "", + "placeholder": "" + }, + "versionFilter": { + "label": "", + "prefix": { + "label": "" + }, + "precision": { + "label": "", + "options": { + "none": "" + } + }, + "suffix": { + "label": "" + }, + "regex": { + "label": "" + } + }, + "edit": { + "label": "" + }, + "editForm": { + "title": "", + "cancel": { + "label": "" + }, + "confirm": { + "label": "" + } + }, + "example": { + "label": "" + }, + "invalid": "" + } + }, + "not-found": "", + "pre-release": "", + "archived": "", + "forked": "", + "starsCount": "", + "forksCount": "", + "issuesCount": "", + "openProjectPage": "", + "openReleasePage": "", + "releaseDescription": "", + "created": "" + }, "networkControllerSummary": { "option": {}, "card": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e97eeaf55..f4d6d5b11 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -29,8 +29,8 @@ importers: specifier: ^10.0.1 version: 10.0.1(semantic-release@24.2.3(typescript@5.8.3)) '@semantic-release/github': - specifier: ^11.0.1 - version: 11.0.1(semantic-release@24.2.3(typescript@5.8.3)) + specifier: ^11.0.2 + version: 11.0.2(semantic-release@24.2.3(typescript@5.8.3)) '@semantic-release/npm': specifier: ^12.0.1 version: 12.0.1(semantic-release@24.2.3(typescript@5.8.3)) @@ -1043,13 +1043,13 @@ importers: version: 0.31.0 drizzle-orm: specifier: ^0.43.1 - version: 0.43.1(@libsql/client-wasm@0.14.0)(@types/better-sqlite3@7.6.13)(better-sqlite3@11.9.1)(gel@2.0.0)(mysql2@3.14.0) + version: 0.43.1(@libsql/client-wasm@0.14.0)(@types/better-sqlite3@7.6.13)(better-sqlite3@11.9.1)(gel@2.0.0)(mysql2@3.14.1) drizzle-zod: specifier: ^0.7.1 - version: 0.7.1(drizzle-orm@0.43.1(@libsql/client-wasm@0.14.0)(@types/better-sqlite3@7.6.13)(better-sqlite3@11.9.1)(gel@2.0.0)(mysql2@3.14.0))(zod@3.24.3) + version: 0.7.1(drizzle-orm@0.43.1(@libsql/client-wasm@0.14.0)(@types/better-sqlite3@7.6.13)(better-sqlite3@11.9.1)(gel@2.0.0)(mysql2@3.14.1))(zod@3.24.3) mysql2: - specifier: 3.14.0 - version: 3.14.0 + specifier: 3.14.1 + version: 3.14.1 devDependencies: '@homarr/eslint-config': specifier: workspace:^0.2.0 @@ -1314,7 +1314,7 @@ importers: version: 0.20.1 node-unifi: specifier: ^2.5.1 - version: 2.5.1(undici@7.8.0) + version: 2.5.1(deasync@0.1.30)(undici@7.8.0) proxmox-api: specifier: 1.1.1 version: 1.1.1 @@ -3794,18 +3794,10 @@ packages: resolution: {integrity: sha512-d5gWJla3WdSl1yjbfMpET+hUSFCE15qM0KVSB0H1shyuJihf/RL1KqWoZMIaonHvlNojkL9XtLFp8QeLe+1iwA==} engines: {node: '>= 18'} - '@octokit/core@6.1.2': - resolution: {integrity: sha512-hEb7Ma4cGJGEUNOAVmyfdB/3WirWMg5hDuNFVejGEDFqupeOysLc2sG6HJxY2etBp5YQu5Wtxwi020jS9xlUwg==} - engines: {node: '>= 18'} - '@octokit/core@6.1.5': resolution: {integrity: sha512-vvmsN0r7rguA+FySiCsbaTTobSftpIDIpPW81trAmsv9TGxg3YCujAxRYp/Uy8xmDgYCzzgulG62H7KYUFmeIg==} engines: {node: '>= 18'} - '@octokit/endpoint@10.1.1': - resolution: {integrity: sha512-JYjh5rMOwXMJyUpj028cu0Gbp7qe/ihxfJMLc8VZBMMqSwLgOxDI1911gV4Enl1QSavAQNJcwmwBF9M0VvLh6Q==} - engines: {node: '>= 18'} - '@octokit/endpoint@10.1.3': resolution: {integrity: sha512-nBRBMpKPhQUxCsQQeW+rCJ/OPSMcj3g0nfHn01zGYZXuNDvvXudF/TYY6APj5THlurerpFN4a/dQAIAaM6BYhA==} engines: {node: '>= 18'} @@ -3814,10 +3806,6 @@ packages: resolution: {integrity: sha512-OlYOlZIsfEVZm5HCSR8aSg02T2lbUWOsCQoPKfTXJwDzcHQBrVBGdGXb89dv2Kw2ToZaRtudp8O3ZIYoaOjKlA==} engines: {node: '>= 18'} - '@octokit/graphql@8.1.1': - resolution: {integrity: sha512-ukiRmuHTi6ebQx/HFRCXKbDlOh/7xEV6QUXaE7MJEKGNAncGI/STSbOkl12qVXZrfZdpXctx5O9X1AIaebiDBg==} - engines: {node: '>= 18'} - '@octokit/graphql@8.2.2': resolution: {integrity: sha512-Yi8hcoqsrXGdt0yObxbebHXFOiUA+2v3n53epuOg1QUgOB6c4XzvisBNVXJSl8RYA5KrDuSL2yq9Qmqe5N0ryA==} engines: {node: '>= 18'} @@ -3853,12 +3841,6 @@ packages: peerDependencies: '@octokit/core': '>=6' - '@octokit/plugin-paginate-rest@11.3.6': - resolution: {integrity: sha512-zcvqqf/+TicbTCa/Z+3w4eBJcAxCFymtc0UAIsR3dEVoNilWld4oXdscQ3laXamTszUZdusw97K8+DrbFiOwjw==} - engines: {node: '>= 18'} - peerDependencies: - '@octokit/core': '>=6' - '@octokit/plugin-paginate-rest@12.0.0': resolution: {integrity: sha512-MPd6WK1VtZ52lFrgZ0R2FlaoiWllzgqFHaSZxvp72NmoDeZ0m8GeJdg4oB6ctqMTYyrnDYp592Xma21mrgiyDA==} engines: {node: '>= 18'} @@ -3871,12 +3853,6 @@ packages: peerDependencies: '@octokit/core': '>=6' - '@octokit/plugin-retry@7.1.2': - resolution: {integrity: sha512-XOWnPpH2kJ5VTwozsxGurw+svB2e61aWlmk5EVIYZPwFK5F9h4cyPyj9CIKRyMXMHSwpIsI3mPOdpMmrRhe7UQ==} - engines: {node: '>= 18'} - peerDependencies: - '@octokit/core': '>=6' - '@octokit/plugin-retry@7.2.1': resolution: {integrity: sha512-wUc3gv0D6vNHpGxSaR3FlqJpTXGWgqmk607N9L3LvPL4QjaxDgX/1nY2mGpT37Khn+nlIXdljczkRnNdTTV3/A==} engines: {node: '>= 18'} @@ -3889,24 +3865,10 @@ packages: peerDependencies: '@octokit/core': ^6.1.3 - '@octokit/plugin-throttling@9.3.2': - resolution: {integrity: sha512-FqpvcTpIWFpMMwIeSoypoJXysSAQ3R+ALJhXXSG1HTP3YZOIeLmcNcimKaXxTcws+Sh6yoRl13SJ5r8sXc1Fhw==} - engines: {node: '>= 18'} - peerDependencies: - '@octokit/core': ^6.0.0 - - '@octokit/request-error@6.1.7': - resolution: {integrity: sha512-69NIppAwaauwZv6aOzb+VVLwt+0havz9GT5YplkeJv7fG7a40qpLt/yZKyiDxAhgz0EtgNdNcb96Z0u+Zyuy2g==} - engines: {node: '>= 18'} - '@octokit/request-error@6.1.8': resolution: {integrity: sha512-WEi/R0Jmq+IJKydWlKDmryPcmdYSVjL3ekaiEL1L9eo1sUnqMJ+grqmC9cjk7CA7+b2/T397tO5d8YLOH3qYpQ==} engines: {node: '>= 18'} - '@octokit/request@9.1.3': - resolution: {integrity: sha512-V+TFhu5fdF3K58rs1pGUJIDH5RZLbZm5BI+MNF+6o/ssFNT4vWlCh/tVpF3NxGtP15HUxTTMUbsG5llAuU2CZA==} - engines: {node: '>= 18'} - '@octokit/request@9.2.2': resolution: {integrity: sha512-dZl0ZHx6gOQGcffgm1/Sf6JfEpmh34v3Af2Uci02vzUYz6qEN6zepoRtmybWXIGXFIK8K9ylE3b+duCWqhArtg==} engines: {node: '>= 18'} @@ -4216,8 +4178,8 @@ packages: peerDependencies: semantic-release: '>=18.0.0' - '@semantic-release/github@11.0.1': - resolution: {integrity: sha512-Z9cr0LgU/zgucbT9cksH0/pX9zmVda9hkDPcgIE0uvjMQ8w/mElDivGjx1w1pEQ+MuQJ5CBq3VCF16S6G4VH3A==} + '@semantic-release/github@11.0.2': + resolution: {integrity: sha512-EhHimj3/eOSPu0OflgDzwgrawoGJIn8XLOkNS6WzwuTr8ebxyX976Y4mCqJ8MlkdQpV5+8T+49sy8xXlcm6uCg==} engines: {node: '>=20.8.1'} peerDependencies: semantic-release: '>=24.1.0' @@ -5188,10 +5150,6 @@ packages: resolution: {integrity: sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==} engines: {node: '>= 6.0.0'} - agent-base@7.1.1: - resolution: {integrity: sha512-H0TSyFNDMomMNJQBn8wFV5YC/2eJ+VXECwOadZJT554xP6cODZHPX3H9QMQECxvrgiSOP1pHjy1sMWQVYJOUOA==} - engines: {node: '>= 14'} - agent-base@7.1.3: resolution: {integrity: sha512-jRR5wdylq8CkOe6hei19GGZnxM6rBGwFl3Bg0YItGDimvjGtAvdZk4Pu6Cl4u4Igsws4a1fd1Vq3ezrhn4KmFw==} engines: {node: '>= 14'} @@ -6039,6 +5997,10 @@ packages: dayjs@1.11.13: resolution: {integrity: sha512-oaMBel6gjolK862uaPQOVTA7q3TZhuSvuMQAAglQDOWYO9A91IrAOUJEyKVlqJlHE0vq5p5UXxzdPfMH/x6xNg==} + deasync@0.1.30: + resolution: {integrity: sha512-OaAjvEQuQ9tJsKG4oHO9nV1UHTwb2Qc2+fadB0VeVtD0Z9wiG1XPGLJ4W3aLhAoQSYTaLROFRbd5X20Dkzf7MQ==} + engines: {node: '>=0.11.0'} + debug@3.2.7: resolution: {integrity: sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==} peerDependencies: @@ -7186,10 +7148,6 @@ packages: resolution: {integrity: sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==} engines: {node: '>= 6'} - https-proxy-agent@7.0.5: - resolution: {integrity: sha512-1e4Wqeblerz+tMKPIq2EMGiiWW1dIjZOksyHWSUm1rmuvw/how9hBHZ38lAGj5ID4Ik6EdkOw7NmWPy6LAwalw==} - engines: {node: '>= 14'} - https-proxy-agent@7.0.6: resolution: {integrity: sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==} engines: {node: '>= 14'} @@ -8183,8 +8141,8 @@ packages: engines: {node: '>=8', npm: '>=5'} hasBin: true - mysql2@3.14.0: - resolution: {integrity: sha512-8eMhmG6gt/hRkU1G+8KlGOdQi2w+CgtNoD1ksXZq9gQfkfDsX4LHaBwTe1SY0Imx//t2iZA03DFnyYKPinxSRw==} + mysql2@3.14.1: + resolution: {integrity: sha512-7ytuPQJjQB8TNAYX/H2yhL+iQOnIBjAMam361R7UAL0lOVXWjtdrmoL9HYKqKoLp/8UUTRcvo1QPvK9KL7wA8w==} engines: {node: '>= 8.0'} mz@2.7.0: @@ -8296,6 +8254,9 @@ packages: node-abort-controller@3.1.1: resolution: {integrity: sha512-AGK2yQKIjRuqnc6VkX2Xj5d+QW8xZ87pa1UK6yA6ouUyuxfHuMP6umE5QK7UmTeOAymo+Zx1Fxiuw9rVx8taHQ==} + node-addon-api@1.7.2: + resolution: {integrity: sha512-ibPK3iA+vaY1eEjESkQkM0BbCqFOaZMiXRTtdB0u7b4djtY6JnsjvPdUHVMg6xQt3B8fpTTWHI9A+ADjM9frzg==} + node-addon-api@3.2.1: resolution: {integrity: sha512-mmcei9JghVNDYydghQmeDX8KoAm0FAiYyIcUt/N4nhyAipB17pllZQDOJD2fotxABnt4Mdz+dKTO7eftLg4d0A==} @@ -12263,16 +12224,6 @@ snapshots: '@octokit/request-error': 6.1.8 '@octokit/types': 14.0.0 - '@octokit/core@6.1.2': - dependencies: - '@octokit/auth-token': 5.1.1 - '@octokit/graphql': 8.1.1 - '@octokit/request': 9.1.3 - '@octokit/request-error': 6.1.7 - '@octokit/types': 13.8.0 - before-after-hook: 3.0.2 - universal-user-agent: 7.0.2 - '@octokit/core@6.1.5': dependencies: '@octokit/auth-token': 5.1.1 @@ -12283,11 +12234,6 @@ snapshots: before-after-hook: 3.0.2 universal-user-agent: 7.0.2 - '@octokit/endpoint@10.1.1': - dependencies: - '@octokit/types': 13.8.0 - universal-user-agent: 7.0.2 - '@octokit/endpoint@10.1.3': dependencies: '@octokit/types': 13.8.0 @@ -12298,12 +12244,6 @@ snapshots: '@octokit/types': 14.0.0 universal-user-agent: 7.0.2 - '@octokit/graphql@8.1.1': - dependencies: - '@octokit/request': 9.2.2 - '@octokit/types': 13.8.0 - universal-user-agent: 7.0.2 - '@octokit/graphql@8.2.2': dependencies: '@octokit/request': 9.2.3 @@ -12347,11 +12287,6 @@ snapshots: dependencies: '@octokit/core': 6.1.5 - '@octokit/plugin-paginate-rest@11.3.6(@octokit/core@6.1.2)': - dependencies: - '@octokit/core': 6.1.2 - '@octokit/types': 13.8.0 - '@octokit/plugin-paginate-rest@12.0.0(@octokit/core@6.1.5)': dependencies: '@octokit/core': 6.1.5 @@ -12362,13 +12297,6 @@ snapshots: '@octokit/core': 6.1.5 '@octokit/types': 14.0.0 - '@octokit/plugin-retry@7.1.2(@octokit/core@6.1.2)': - dependencies: - '@octokit/core': 6.1.2 - '@octokit/request-error': 6.1.7 - '@octokit/types': 13.8.0 - bottleneck: 2.19.5 - '@octokit/plugin-retry@7.2.1(@octokit/core@6.1.5)': dependencies: '@octokit/core': 6.1.5 @@ -12382,27 +12310,10 @@ snapshots: '@octokit/types': 14.0.0 bottleneck: 2.19.5 - '@octokit/plugin-throttling@9.3.2(@octokit/core@6.1.2)': - dependencies: - '@octokit/core': 6.1.2 - '@octokit/types': 13.8.0 - bottleneck: 2.19.5 - - '@octokit/request-error@6.1.7': - dependencies: - '@octokit/types': 13.8.0 - '@octokit/request-error@6.1.8': dependencies: '@octokit/types': 14.0.0 - '@octokit/request@9.1.3': - dependencies: - '@octokit/endpoint': 10.1.1 - '@octokit/request-error': 6.1.7 - '@octokit/types': 13.8.0 - universal-user-agent: 7.0.2 - '@octokit/request@9.2.2': dependencies: '@octokit/endpoint': 10.1.3 @@ -12665,19 +12576,19 @@ snapshots: transitivePeerDependencies: - supports-color - '@semantic-release/github@11.0.1(semantic-release@24.2.3(typescript@5.8.3))': + '@semantic-release/github@11.0.2(semantic-release@24.2.3(typescript@5.8.3))': dependencies: - '@octokit/core': 6.1.2 - '@octokit/plugin-paginate-rest': 11.3.6(@octokit/core@6.1.2) - '@octokit/plugin-retry': 7.1.2(@octokit/core@6.1.2) - '@octokit/plugin-throttling': 9.3.2(@octokit/core@6.1.2) + '@octokit/core': 6.1.5 + '@octokit/plugin-paginate-rest': 12.0.0(@octokit/core@6.1.5) + '@octokit/plugin-retry': 7.2.1(@octokit/core@6.1.5) + '@octokit/plugin-throttling': 10.0.0(@octokit/core@6.1.5) '@semantic-release/error': 4.0.0 aggregate-error: 5.0.0 - debug: 4.3.7 + debug: 4.4.0 dir-glob: 3.0.1 globby: 14.0.2 http-proxy-agent: 7.0.2 - https-proxy-agent: 7.0.5 + https-proxy-agent: 7.0.6 issue-parser: 7.0.1 lodash-es: 4.17.21 mime: 4.0.4 @@ -14060,12 +13971,6 @@ snapshots: transitivePeerDependencies: - supports-color - agent-base@7.1.1: - dependencies: - debug: 4.4.0 - transitivePeerDependencies: - - supports-color - agent-base@7.1.3: {} aggregate-error@3.1.0: @@ -14983,6 +14888,12 @@ snapshots: dayjs@1.11.13: {} + deasync@0.1.30: + dependencies: + bindings: 1.5.0 + node-addon-api: 1.7.2 + optional: true + debug@3.2.7: dependencies: ms: 2.1.3 @@ -15157,17 +15068,17 @@ snapshots: transitivePeerDependencies: - supports-color - drizzle-orm@0.43.1(@libsql/client-wasm@0.14.0)(@types/better-sqlite3@7.6.13)(better-sqlite3@11.9.1)(gel@2.0.0)(mysql2@3.14.0): + drizzle-orm@0.43.1(@libsql/client-wasm@0.14.0)(@types/better-sqlite3@7.6.13)(better-sqlite3@11.9.1)(gel@2.0.0)(mysql2@3.14.1): optionalDependencies: '@libsql/client-wasm': 0.14.0 '@types/better-sqlite3': 7.6.13 better-sqlite3: 11.9.1 gel: 2.0.0 - mysql2: 3.14.0 + mysql2: 3.14.1 - drizzle-zod@0.7.1(drizzle-orm@0.43.1(@libsql/client-wasm@0.14.0)(@types/better-sqlite3@7.6.13)(better-sqlite3@11.9.1)(gel@2.0.0)(mysql2@3.14.0))(zod@3.24.3): + drizzle-zod@0.7.1(drizzle-orm@0.43.1(@libsql/client-wasm@0.14.0)(@types/better-sqlite3@7.6.13)(better-sqlite3@11.9.1)(gel@2.0.0)(mysql2@3.14.1))(zod@3.24.3): dependencies: - drizzle-orm: 0.43.1(@libsql/client-wasm@0.14.0)(@types/better-sqlite3@7.6.13)(better-sqlite3@11.9.1)(gel@2.0.0)(mysql2@3.14.0) + drizzle-orm: 0.43.1(@libsql/client-wasm@0.14.0)(@types/better-sqlite3@7.6.13)(better-sqlite3@11.9.1)(gel@2.0.0)(mysql2@3.14.1) zod: 3.24.3 dunder-proto@1.0.1: @@ -16361,11 +16272,12 @@ snapshots: html-url-attributes@3.0.1: {} - http-cookie-agent@5.0.4(tough-cookie@4.1.4)(undici@7.8.0): + http-cookie-agent@5.0.4(deasync@0.1.30)(tough-cookie@4.1.4)(undici@7.8.0): dependencies: agent-base: 7.1.3 tough-cookie: 4.1.4 optionalDependencies: + deasync: 0.1.30 undici: 7.8.0 http-errors@2.0.0: @@ -16378,7 +16290,7 @@ snapshots: http-proxy-agent@7.0.2: dependencies: - agent-base: 7.1.1 + agent-base: 7.1.3 debug: 4.4.0 transitivePeerDependencies: - supports-color @@ -16390,13 +16302,6 @@ snapshots: transitivePeerDependencies: - supports-color - https-proxy-agent@7.0.5: - dependencies: - agent-base: 7.1.1 - debug: 4.4.0 - transitivePeerDependencies: - - supports-color - https-proxy-agent@7.0.6: dependencies: agent-base: 7.1.3 @@ -17504,7 +17409,7 @@ snapshots: '@babel/runtime': 7.25.6 global: 4.4.0 - mysql2@3.14.0: + mysql2@3.14.1: dependencies: aws-ssl-profiles: 1.1.2 denque: 2.1.0 @@ -17635,6 +17540,9 @@ snapshots: node-abort-controller@3.1.1: {} + node-addon-api@1.7.2: + optional: true + node-addon-api@3.2.1: optional: true @@ -17712,11 +17620,11 @@ snapshots: node-releases@2.0.19: {} - node-unifi@2.5.1(undici@7.8.0): + node-unifi@2.5.1(deasync@0.1.30)(undici@7.8.0): dependencies: axios: 1.6.2 eventemitter2: 6.4.9 - http-cookie-agent: 5.0.4(tough-cookie@4.1.4)(undici@7.8.0) + http-cookie-agent: 5.0.4(deasync@0.1.30)(tough-cookie@4.1.4)(undici@7.8.0) tough-cookie: 4.1.4 url: 0.11.4 ws: 8.18.1 @@ -18935,7 +18843,7 @@ snapshots: dependencies: '@semantic-release/commit-analyzer': 13.0.1(semantic-release@24.2.3(typescript@5.8.3)) '@semantic-release/error': 4.0.0 - '@semantic-release/github': 11.0.1(semantic-release@24.2.3(typescript@5.8.3)) + '@semantic-release/github': 11.0.2(semantic-release@24.2.3(typescript@5.8.3)) '@semantic-release/npm': 12.0.1(semantic-release@24.2.3(typescript@5.8.3)) '@semantic-release/release-notes-generator': 14.0.3(semantic-release@24.2.3(typescript@5.8.3)) aggregate-error: 5.0.0