homarr-renovate[bot]
33ef9f6678
fix(deps): update dependency octokit to ^4.1.2 ( #2333 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2025-02-16 11:39:31 +01:00
homarr-renovate[bot]
51038cc03c
chore(deps): update dependency eslint to ^9.20.1 ( #2309 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2025-02-11 17:36:09 +00:00
homarr-renovate[bot]
7edaa48fb9
fix(deps): update dependency @extractus/feed-extractor to v7.1.4 ( #2281 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2025-02-09 03:23:10 +00:00
homarr-renovate[bot]
0e553a5f8f
chore(deps): update dependency eslint to ^9.20.0 ( #2273 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2025-02-07 21:55:01 +00:00
homarr-renovate[bot]
3cbb656ee9
fix(deps): update dependency octokit to ^4.1.1 ( #2262 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2025-02-07 00:56:14 +00:00
homarr-renovate[bot]
b36b5c1eb1
chore(deps): update dependency eslint to ^9.19.0 ( #2104 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2025-01-24 20:19:35 +01:00
Meier Lukas
99c8e5b609
fix: add missing request handler for rss feeds ( #2006 )
...
* fix: add missing request handler for rss feeds
* fix: ci issues
2025-01-22 18:23:49 +01:00
homarr-renovate[bot]
e502fbc533
chore(deps): update dependency eslint to ^9.18.0 ( #1916 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2025-01-10 21:54:40 +00:00
homarr-renovate[bot]
e056f620da
chore(deps): update dependency typescript to ^5.7.3 ( #1897 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2025-01-08 19:14:44 +00:00
homarr-renovate[bot]
3860af31b6
fix(deps): update dependency octokit to ^4.1.0 ( #1898 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2025-01-08 19:14:26 +00:00
homarr-renovate[bot]
75aefcb0d5
fix(deps): update dependency octokit to ^4.0.3 ( #1806 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-12-29 16:16:34 +00:00
Manuel
dd9d8b5261
feat: add update indicator ( #1626 )
2024-12-14 18:58:46 +01:00
homarr-renovate[bot]
e0152f4ac7
chore(deps): update dependency eslint to ^9.17.0 ( #1654 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-12-13 21:42:35 +00:00
homarr-renovate[bot]
aaa3e7ce0c
fix(deps): update dependency superjson to v2.2.2 ( #1618 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-12-06 13:00:57 +00:00
Meier Lukas
71f4f8c4c8
feat: pretty-print-error to print errors in console ( #1596 )
...
Co-authored-by: Manuel <30572287+manuel-rw@users.noreply.github.com >
2024-12-05 17:24:23 +01:00
Manuel
a53a2cdd34
feat: add prettier packagejson plugin ( #1577 )
2024-12-01 22:59:11 +01:00
homarr-renovate[bot]
9968f149c6
chore(deps): update dependency eslint to ^9.16.0 ( #1573 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-11-29 21:48:31 +00:00
homarr-renovate[bot]
982ab4393e
chore(deps): update dependency typescript to ^5.7.2 ( #1523 )
...
* chore(deps): update dependency typescript to ^5.7.2
* chore(deps): update dependency typescript to ^5.7.2
* fix: typecheck issue
* 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 >
2024-11-23 19:39:20 +01:00
Meier Lukas
32ee9f3dcc
refactor: add request handlers for centralized cached requests ( #1504 )
...
* feat: add object base64 hash method
* chore: add script to add package
* feat: add request-handler package
* wip: add request handlers for all jobs and widget api procedures
* wip: remove errors shown in logs, add missing decryption for secrets in cached-request-job-handler
* wip: highly improve request handler, add request handlers for calendar, media-server, indexer-manager and more, add support for multiple inputs from job handler creator
* refactor: move media-server requests to request-handler, add invalidation logic for dns-hole and media requests
* refactor: remove unused integration item middleware
* feat: add invalidation to switch entity action of smart-home
* fix: lint issues
* chore: use integration-kind-by-category instead of union for request-handlers
* fix: build not working for tasks and websocket
* refactor: add more logs
* refactor: readd timestamp logic for diconnect status
* fix: lint and typecheck issue
* chore: address pull request feedback
2024-11-23 17:16:44 +01:00