Meier Lukas
172db0e3f9
feat(integrations): add app linking ( #4338 )
2025-10-24 20:21:27 +02:00
homarr-renovate[bot]
c9637021f0
chore(deps): update dependency eslint to ^9.38.0 ( #4339 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2025-10-22 21:17:18 +00:00
homarr-renovate[bot]
e8877169f8
fix(deps): update dependency zod to ^4.1.12 ( #4263 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2025-10-11 17:26:06 +00:00
Meier Lukas
4c2e352aca
feat(dynamic-sections): add custom css classes option ( #4256 )
2025-10-10 19:59:41 +02:00
homarr-renovate[bot]
e0fe6d5b81
chore(deps): update dependency eslint to ^9.37.0 ( #4249 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2025-10-09 12:24:54 +00:00
homarr-renovate[bot]
4da24060c9
chore(deps): update dependency typescript to ^5.9.3 ( #4223 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2025-10-05 21:27:02 +00:00
Meier Lukas
dcb845b609
feat(medias): support upload of multiple items ( #4169 )
2025-10-02 19:54:40 +02:00
homarr-renovate[bot]
f0a0b9bca1
fix(deps): update dependency zod to ^4.1.11 ( #4128 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2025-09-25 19:27:40 +00:00
homarr-renovate[bot]
c17e5e8774
chore(deps): update dependency eslint to ^9.36.0 ( #4145 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2025-09-24 16:39:21 +00:00
homarr-renovate[bot]
303067b0c8
fix(deps): update dependency zod to ^4.1.9 ( #4094 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2025-09-21 22:29:44 +00:00
homarr-renovate[bot]
6e31e25671
fix(deps): update dependency zod to ^4.1.8 ( #4090 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2025-09-16 21:21:51 +00:00
homarr-renovate[bot]
687cfd4cc7
fix(deps): update dependency zod to ^4.1.7 ( #4089 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2025-09-16 06:28:48 +00:00
Meier Lukas
f7471b6c63
fix(boards): issues with old-import board name containing spaces ( #4052 )
2025-09-12 18:44:37 +02:00
homarr-renovate[bot]
3e1285cacd
chore(deps): update dependency eslint to ^9.35.0 ( #4044 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2025-09-10 16:25:12 +00:00
homarr-renovate[bot]
75683c206d
fix(deps): update dependency zod-form-data to ^3.0.1 ( #3986 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2025-09-02 16:24:06 +00:00
homarr-renovate[bot]
916542210d
fix(deps): update dependency zod to ^4.1.5 ( #3961 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2025-08-30 13:26:09 +00:00
homarr-renovate[bot]
94eb6772b9
fix(deps): update dependency zod to ^4.1.1 ( #3950 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2025-08-30 12:35:09 +00:00
homarr-renovate[bot]
21bde0f3ea
chore(deps): update dependency eslint to ^9.34.0 ( #3942 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2025-08-30 10:47:27 +00:00
homarr-renovate[bot]
82fcdae7e5
fix(deps): update dependency zod to ^4.0.17 ( #3867 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2025-08-16 01:14:49 +00:00
Meier Lukas
5c99622fa8
fix(deps): upgrade zod to v4 and fix breaking changes ( #3461 )
...
* fix(deps): update dependency drizzle-zod to ^0.8.2
* chore: update zod to v4 import
* fix: path is no longer available in transform context
* fix: AnyZodObject does no longer exist
* fix: auth env.ts using wrong createEnv and remove unused file env-validation.ts
* fix: required_error no longer exists on z.string
* fix: zod error map is deprecated and replaced with config
* fix: default requires callback now
* fix: migrate zod resolver for mantine
* fix: remove unused form translation file
* fix: wrong enum type
* fix: record now requires two arguments
* fix: add-confirm-password-refinement type issues
* fix: add missing first record argument for entityStateSchema
* fix: migrate superrefine to check
* fix(deps): upgrade zod-form-data to v3
* fix: migrate superRefine to check for mediaUploadSchema
* fix: authProvidersSchema default is array
* fix: use stringbool instead of custom implementation
* fix: record requires first argument
* fix: migrate superRefine to check for certificate router
* fix: confirm pasword refinement is overwriting types
* fix: email optional not working
* fix: migrate intersection to object converter
* fix: safe parse return value rename
* fix: easier access for min and max number value
* fix: migrate superRefine to check for oldmarr import file
* fix: inference of enum shape for old-import board-size wrong
* fix: errors renamed to issues
* chore: address pull request feedback
* fix: zod form requires object
* fix: inference for use-zod-form not working
* fix: remove unnecessary convertion
* fix(deps): upgrade trpc-to-openapi to v3
* fix: build error
* fix: migrate missing zod imports to v4
* fix: migrate zod records to v4
* fix: missing core package dependency in api module
* fix: unable to convert custom zod schema to openapi schema
* fix(deps): upgrade zod to v4
* chore(renovate): enable zod dependency updates
* test: add simple unit test for convertIntersectionToZodObject
---------
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2025-08-15 18:15:58 +00:00
homarr-renovate[bot]
aeb338f6b1
chore(deps): update dependency eslint to ^9.33.0 ( #3820 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2025-08-08 21:21:19 +00:00
homarr-renovate[bot]
d66cccb0db
chore(deps): update dependency typescript to ^5.9.2 ( #3722 )
...
* chore(deps): update dependency typescript to ^5.9.2
* fix: typecheck issue
---------
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Co-authored-by: Meier Lukas <meierschlumpf@gmail.com >
2025-08-01 13:59:35 +02:00
NikeLaosClericus
6a819e38ed
fix: characters are not considered Symbols when entering a new password ( #3689 )
...
Co-authored-by: Meier Lukas <meierschlumpf@gmail.com >
2025-08-01 11:12:25 +02:00
homarr-renovate[bot]
6d677828d4
chore(deps): update dependency eslint to ^9.32.0 ( #3687 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2025-07-25 19:20:19 +00:00
homarr-renovate[bot]
72633bf178
chore(deps): update dependency eslint to ^9.31.0 ( #3604 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2025-07-11 22:21:22 +00:00
homarr-renovate[bot]
c793bf1982
fix(deps): update dependency zod to ^3.25.76 ( #3569 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2025-07-08 09:24:45 +00:00
homarr-renovate[bot]
e9a35ba811
fix(deps): update dependency zod to ^3.25.75 ( #3555 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2025-07-07 08:28:44 +00:00
homarr-renovate[bot]
b057059ff1
fix(deps): update dependency zod to ^3.25.74 ( #3547 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2025-07-04 18:27:02 +00:00
homarr-renovate[bot]
7061a03b2e
fix(deps): update dependency zod to ^3.25.73 ( #3543 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2025-07-04 09:23:36 +00:00
homarr-renovate[bot]
0858a42b81
fix(deps): update dependency zod to ^3.25.72 ( #3535 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2025-07-04 05:18:28 +00:00
homarr-renovate[bot]
95c8aadb0c
fix(deps): update dependency zod to ^3.25.71 ( #3534 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2025-07-03 03:24:03 +00:00
homarr-renovate[bot]
915eec1b5e
fix(deps): update dependency zod to ^3.25.69 ( #3531 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2025-07-02 21:20:55 +00:00
homarr-renovate[bot]
b375ec977e
fix(deps): update dependency zod to ^3.25.68 ( #3529 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2025-07-02 19:19:10 +00:00
homarr-renovate[bot]
2170c5ca73
chore(deps): update dependency eslint to ^9.30.1 ( #3525 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2025-07-01 20:24:05 +00:00
homarr-renovate[bot]
ec368132bf
chore(deps): update dependency eslint to ^9.30.0 ( #3498 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2025-06-27 21:20:16 +00:00
homarr-renovate[bot]
56ca8b7b0b
fix(deps): update dependency zod to ^3.25.67 ( #3413 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2025-06-16 23:21:14 +00:00
homarr-renovate[bot]
a8c9c075f0
fix(deps): update dependency zod to ^3.25.65 ( #3410 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2025-06-16 18:28:18 +00:00
homarr-renovate[bot]
cad59aed00
chore(deps): update dependency eslint to ^9.29.0 ( #3396 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2025-06-13 21:19:59 +00:00
homarr-renovate[bot]
5dc0ee8842
fix(deps): update dependency zod to ^3.25.64 ( #3392 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2025-06-13 07:21:17 +00:00
homarr-renovate[bot]
153c2ef8a0
fix(deps): update dependency zod to ^3.25.63 ( #3386 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2025-06-12 13:35:25 +00:00
homarr-renovate[bot]
0b200dc9e2
fix(deps): update dependency zod to ^3.25.62 ( #3382 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2025-06-11 19:19:05 +00:00
homarr-renovate[bot]
863f935ef4
fix(deps): update dependency zod to ^3.25.61 ( #3379 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2025-06-11 08:27:30 +00:00
homarr-renovate[bot]
7388c907a5
fix(deps): update dependency zod to ^3.25.60 ( #3378 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2025-06-11 07:22:06 +00:00
homarr-renovate[bot]
f37fc0edfe
fix(deps): update dependency zod to ^3.25.58 ( #3373 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2025-06-10 23:21:00 +00:00
homarr-renovate[bot]
e7a9797484
fix(deps): update dependency zod to ^3.25.57 ( #3367 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2025-06-10 03:23:52 +00:00
homarr-renovate[bot]
aafd883c32
fix(deps): update dependency zod to ^3.25.56 ( #3340 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2025-06-06 21:47:12 +02:00
homarr-renovate[bot]
ed3f848e8a
fix(deps): update dependency zod to ^3.25.55 ( #3332 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2025-06-06 08:26:48 +00:00
homarr-renovate[bot]
a542ee0798
fix(deps): update dependency zod to ^3.25.51 ( #3316 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2025-06-04 08:26:44 +00:00
homarr-renovate[bot]
a0a0449c70
fix(deps): update dependency zod to ^3.25.50 ( #3312 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2025-06-03 22:21:28 +00:00
homarr-renovate[bot]
0362487156
fix(deps): update dependency zod to ^3.25.49 ( #3304 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2025-06-02 23:21:48 +00:00