Weblate and Sakari Kukkonen
bfa06eb0d8
chore(i18n): translate terms
...
Co-authored-by: Sakari Kukkonen <sakari.j.kukkonen@gmail.com >
Translate-URL: https://translate.jellyfin.org/projects/jellyfin-vue/jellyfin-vue/fi/
Translation: Jellyfin Vue/Jellyfin Vue
2026-04-15 11:58:28 +00:00
Weblate and Sakari Kukkonen
34b0185da9
chore(i18n): translate terms
...
Co-authored-by: Sakari Kukkonen <sakari.j.kukkonen@gmail.com >
Translate-URL: https://translate.jellyfin.org/projects/jellyfin-vue/jellyfin-vue/fi/
Translation: Jellyfin Vue/Jellyfin Vue
2026-04-15 11:52:37 +00:00
Weblate and Sakari Kukkonen
e6eaeeb9c9
chore(i18n): translate terms
...
Co-authored-by: Sakari Kukkonen <sakari.j.kukkonen@gmail.com >
Translate-URL: https://translate.jellyfin.org/projects/jellyfin-vue/jellyfin-vue/fi/
Translation: Jellyfin Vue/Jellyfin Vue
2026-04-15 11:37:54 +00:00
Weblate and Sakari Kukkonen
c59ea3f437
chore(i18n): translate terms
...
Co-authored-by: Sakari Kukkonen <sakari.j.kukkonen@gmail.com >
Translate-URL: https://translate.jellyfin.org/projects/jellyfin-vue/jellyfin-vue/fi/
Translation: Jellyfin Vue/Jellyfin Vue
2026-04-15 11:34:46 +00:00
renovate[bot]
994a09907b
chore(deps): update dependency axios to v1.15.0 [security] ( #2777 )
2026-04-10 01:05:45 +02:00
Fernando Fernández
1e33c3a303
chore(dx): add unocss extension as recommended
2026-04-08 00:53:13 +02:00
renovate[bot]
d0dbfddcf8
chore(deps): lock file maintenance ( #2773 )
2026-04-08 00:42:51 +02:00
renovate[bot]
a3da5411f3
chore(deps): update npm (runtime) ( #2763 )
2026-04-07 22:20:18 +00:00
renovate[bot]
c3377913b8
chore(deps): update docker/login-action action to v4.1.0 ( #2765 )
2026-04-08 00:08:42 +02:00
renovate[bot]
9e3b1e3b5b
chore(deps): update dependency marked to v18 ( #2775 )
2026-04-07 22:05:17 +00:00
renovate[bot]
d5a2895192
ci(renovate): migrate config ( #2774 )
2026-04-07 23:40:20 +02:00
renovate[bot]
be749b8c64
chore(deps): update npm (development) (major) ( #2728 )
2026-04-07 21:36:47 +00:00
renovate[bot]
ca70d7ee14
chore(deps): update dependency vite to v8.0.5 [security] ( #2768 )
2026-04-07 21:24:00 +00:00
renovate[bot]
8a20bca585
chore(deps): pin pnpm to 10.33.0 ( #2770 )
2026-04-07 21:12:21 +00:00
Fernando Fernández
9a9b4252be
ci(renovate): separate catalogs for runtime and development dependencies
...
Signed-off-by: Fernando Fernández <ferferga@hotmail.com >
2026-04-07 23:02:13 +02:00
Fernando Fernández
06703c8e6c
fix: add extension to imports
...
Adding the extensions to imports simplify module resolution for TypeScript.
This is also now enforced by an ESLint rule.
Signed-off-by: Fernando Fernández <ferferga@hotmail.com >
2026-04-07 18:58:12 +02:00
Fernando Fernández
eadb131c2b
fix(eslint): typescript resolver
...
This prevented linting altogether in the whole monorepo
Signed-off-by: Fernando Fernández <ferferga@hotmail.com >
2026-04-07 18:58:12 +02:00
Fernando Fernández
4172c836f3
chore(deps): update eslint-plugin-file-progress & eslint-plugin-sonarjs
...
This was one of the dependencies that was blocking the upgrade to eslint v10
eslint-plugin-sonarjs had vulnerabilities in transitive dependencies
Also sort the package.json in all the projects to follow the schema (https://json.schemastore.org/package.json )
Signed-off-by: Fernando Fernández <ferferga@hotmail.com >
2026-04-07 18:58:12 +02:00
Fernando Fernández
de6989c152
ci(pnpm): run a check for monorepo dependency cycles, switch to pnpm i
...
pnpm i is an alias to pnpm install, so the shorter version is desired
Signed-off-by: Fernando Fernández <ferferga@hotmail.com >
2026-04-07 18:58:12 +02:00
Fernando Fernández
de14c404e6
fix(monorepo): cyclic workspace dependency between shared and configs
...
Signed-off-by: Fernando Fernández <ferferga@hotmail.com >
2026-04-07 18:58:12 +02:00
Fernando Fernández
68673a092f
chore(monorepo): move frontend under packages folder
...
Signed-off-by: Fernando Fernández <ferferga@hotmail.com >
2026-04-07 18:58:12 +02:00
Fernando Fernández
f82cf2bdea
ci(renovate): run pnpm dedupe on every dependency update
...
Signed-off-by: Fernando Fernández <ferferga@hotmail.com >
2026-04-07 18:58:12 +02:00
Fernando Fernández
f00e60fcd3
chore: migrate to pnpm
...
NPM refuses to acknowledge their limitations when working with monorepos
Signed-off-by: Fernando Fernández <ferferga@hotmail.com >
2026-04-07 18:58:12 +02:00
Fernando Fernández
bd0809953b
chore(typescript): remove deprecated baseUrl option
...
The baseUrl tsconfig option was deprecated in TypeScript 6.
Also fixed the TypeScript monorepo config, making type checking isolated to each project and resolution of monorepo's types outside the package that it's running the check.
Signed-off-by: Fernando Fernández <ferferga@hotmail.com >
2026-04-07 18:58:12 +02:00
renovate[bot]
4f8701a6e2
chore(deps): update dependency defu to v6.1.5 [security] ( #2767 )
2026-04-05 20:36:22 +02:00
Bill Thornton
ed01ae9c6a
chore: add min stability days for npm renovate updates ( #2766 )
2026-04-03 16:23:32 -04:00
Fernando Fernández
3f06a18efa
chore: remove deprecated VSCode settings
...
Signed-off-by: Fernando Fernández <ferferga@hotmail.com >
2026-04-01 20:32:43 +02:00
Fernando Fernández
ddce7a7a53
style: automatic eslint fix
...
Signed-off-by: Fernando Fernández <ferferga@hotmail.com >
2026-04-01 20:31:00 +02:00
mtallalazam
a834eb6d8e
refactor: migrate css from vuetify to unocss for playback/music
2026-04-01 20:31:00 +02:00
mtallalazam
7e22eeb0e8
refactor: migrate css from vuetify to unocss for playback/video
2026-04-01 20:31:00 +02:00
mtallalazam
871a5d501b
refactor: migrate css from vuetify to unocss for settings/users/[id]
2026-04-01 20:31:00 +02:00
mtallalazam
a8d0239333
refactor: migrate css from vuetify to unocss for settings/users/new
2026-04-01 20:31:00 +02:00
mtallalazam
2e983bc443
refactor: migrate css from vuetify to unocss for settings/users/index
2026-04-01 20:31:00 +02:00
mtallalazam
bd99c4da39
refactor: migrate css from vuetify to unocss for settings/logs-and-activity
2026-04-01 20:31:00 +02:00
mtallalazam
0085668b7c
refactor: migrate css from vuetify to unocss for settings/index
2026-04-01 20:31:00 +02:00
mtallalazam
df77639e6e
refactor: migrate css from vuetify to unocss for artist/[itemId]
2026-04-01 20:31:00 +02:00
mtallalazam
86475128cc
refactor: migrate css from vuetify to unocss for person/[itemId]
2026-04-01 20:31:00 +02:00
mtallalazam
6c83748aff
refactor: migrate css from vuetify to unocss for genre/[itemId]
2026-04-01 20:31:00 +02:00
mtallalazam
00dd32b91f
refactor: migrate css from vuetify to unocss for musicalbum/[itemId]
2026-04-01 20:31:00 +02:00
mtallalazam
190b9bca09
refactor: migrate css from vuetify to unocss for series/[itemId]
2026-04-01 20:31:00 +02:00
mtallalazam
2c1f7de0bf
refactor: migrate css from vuetify to unocss for item/[itemId]
2026-04-01 20:31:00 +02:00
mtallalazam
e69f62d392
refactor: migrate css from vuetify to unocss for library/[itemId]
2026-04-01 20:31:00 +02:00
mtallalazam
009f137f42
refactor: migrate css from vuetify to unocss for select
2026-04-01 20:31:00 +02:00
mtallalazam and Fernando Fernández
d7600ee82a
refactor: migrate css from vuetify to unocss for server/login
...
(ferferga): Fix missing flex styles
Co-authored-by: Fernando Fernández <ferferga@hotmail.com >
Signed-off-by: Fernando Fernández <ferferga@hotmail.com >
2026-04-01 20:31:00 +02:00
mtallalazam
1c8a29b35a
refactor: migrate css from vuetify to unocss for metadata
2026-04-01 20:31:00 +02:00
mtallalazam
6c69d9b3a2
refactor: migrate css from vuetify to unocss for search
2026-04-01 20:31:00 +02:00
mtallalazam
65594a7a81
refactor: migrate css from vuetify to unocss for wizard
2026-04-01 20:31:00 +02:00
mtallalazam
b32692b019
refactor: migrate css from vuetify to unocss for ItemCols
2026-04-01 20:31:00 +02:00
mtallalazam
585bdf9040
refactor: migrate css from vuetify to unocss for AudioControls
2026-04-01 20:31:00 +02:00
mtallalazam
209a620f96
refactor: migrate css from vuetify to unocss for PlayButton
2026-04-01 20:31:00 +02:00