@fubar-it-co/tmdb-client 0.0.6 → 0.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (105) hide show
  1. package/CHANGELOG.md +141 -58
  2. package/dist/client/@tanstack/react-query.gen.d.ts +35859 -0
  3. package/dist/client/@tanstack/react-query.gen.d.ts.map +1 -0
  4. package/dist/client/@tanstack/react-query.gen.js +4003 -0
  5. package/dist/client/@tanstack/react-query.gen.js.map +1 -0
  6. package/dist/client/client/client.gen.d.ts +3 -0
  7. package/dist/client/client/client.gen.d.ts.map +1 -0
  8. package/dist/client/client/client.gen.js +236 -0
  9. package/dist/client/client/client.gen.js.map +1 -0
  10. package/dist/client/client/index.d.ts +9 -0
  11. package/dist/client/client/index.d.ts.map +1 -0
  12. package/dist/client/client/index.js +8 -0
  13. package/dist/client/client/index.js.map +1 -0
  14. package/dist/client/client/types.gen.d.ts +118 -0
  15. package/dist/client/client/types.gen.d.ts.map +1 -0
  16. package/dist/client/client/types.gen.js +4 -0
  17. package/dist/client/client/types.gen.js.map +1 -0
  18. package/dist/client/client/utils.gen.d.ts +34 -0
  19. package/dist/client/client/utils.gen.d.ts.map +1 -0
  20. package/dist/client/client/utils.gen.js +230 -0
  21. package/dist/client/client/utils.gen.js.map +1 -0
  22. package/{src/client/client.gen.ts → dist/client/client.gen.d.ts} +3 -9
  23. package/dist/client/client.gen.d.ts.map +1 -0
  24. package/dist/client/client.gen.js +6 -0
  25. package/dist/client/client.gen.js.map +1 -0
  26. package/dist/client/core/auth.gen.d.ts +19 -0
  27. package/dist/client/core/auth.gen.d.ts.map +1 -0
  28. package/dist/client/core/auth.gen.js +16 -0
  29. package/dist/client/core/auth.gen.js.map +1 -0
  30. package/dist/client/core/bodySerializer.gen.d.ts +26 -0
  31. package/dist/client/core/bodySerializer.gen.d.ts.map +1 -0
  32. package/dist/client/core/bodySerializer.gen.js +59 -0
  33. package/dist/client/core/bodySerializer.gen.js.map +1 -0
  34. package/dist/client/core/params.gen.d.ts +44 -0
  35. package/dist/client/core/params.gen.d.ts.map +1 -0
  36. package/dist/client/core/params.gen.js +102 -0
  37. package/dist/client/core/params.gen.js.map +1 -0
  38. package/dist/client/core/pathSerializer.gen.d.ts +34 -0
  39. package/dist/client/core/pathSerializer.gen.d.ts.map +1 -0
  40. package/dist/client/core/pathSerializer.gen.js +108 -0
  41. package/dist/client/core/pathSerializer.gen.js.map +1 -0
  42. package/dist/client/core/queryKeySerializer.gen.d.ts +19 -0
  43. package/dist/client/core/queryKeySerializer.gen.d.ts.map +1 -0
  44. package/dist/client/core/queryKeySerializer.gen.js +94 -0
  45. package/dist/client/core/queryKeySerializer.gen.js.map +1 -0
  46. package/dist/client/core/serverSentEvents.gen.d.ts +72 -0
  47. package/dist/client/core/serverSentEvents.gen.d.ts.map +1 -0
  48. package/dist/client/core/serverSentEvents.gen.js +135 -0
  49. package/dist/client/core/serverSentEvents.gen.js.map +1 -0
  50. package/dist/client/core/types.gen.d.ts +79 -0
  51. package/dist/client/core/types.gen.d.ts.map +1 -0
  52. package/dist/client/core/types.gen.js +4 -0
  53. package/dist/client/core/types.gen.js.map +1 -0
  54. package/dist/client/core/utils.gen.d.ts +20 -0
  55. package/dist/client/core/utils.gen.d.ts.map +1 -0
  56. package/dist/client/core/utils.gen.js +89 -0
  57. package/dist/client/core/utils.gen.js.map +1 -0
  58. package/{src/client/index.ts → dist/client/index.d.ts} +2 -4
  59. package/dist/client/index.d.ts.map +1 -0
  60. package/dist/client/index.js +5 -0
  61. package/dist/client/index.js.map +1 -0
  62. package/dist/client/sdk.gen.d.ts +882 -0
  63. package/dist/client/sdk.gen.d.ts.map +1 -0
  64. package/dist/client/sdk.gen.js +1514 -0
  65. package/dist/client/sdk.gen.js.map +1 -0
  66. package/{src/client/types.gen.ts → dist/client/types.gen.d.ts} +8 -462
  67. package/dist/client/types.gen.d.ts.map +1 -0
  68. package/dist/client/types.gen.js +4 -0
  69. package/dist/client/types.gen.js.map +1 -0
  70. package/dist/index.d.ts +25 -0
  71. package/dist/index.d.ts.map +1 -0
  72. package/{src/index.ts → dist/index.js} +2 -5
  73. package/dist/index.js.map +1 -0
  74. package/{src/tmdb-config.ts → dist/tmdb-config.d.ts} +3 -25
  75. package/dist/tmdb-config.d.ts.map +1 -0
  76. package/dist/tmdb-config.js +31 -0
  77. package/dist/tmdb-config.js.map +1 -0
  78. package/{src/types/errors.ts → dist/types/errors.d.ts} +7 -6
  79. package/dist/types/errors.d.ts.map +1 -0
  80. package/dist/types/errors.js +2 -0
  81. package/dist/types/errors.js.map +1 -0
  82. package/package.json +9 -3
  83. package/.eslintignore +0 -1
  84. package/eslint.config.js +0 -15
  85. package/openapi-ts.config.ts +0 -43
  86. package/publish-local.sh +0 -86
  87. package/publish.sh +0 -114
  88. package/scripts/add-ts-nocheck.js +0 -85
  89. package/src/client/@tanstack/react-query.gen.ts +0 -4398
  90. package/src/client/client/client.gen.ts +0 -289
  91. package/src/client/client/index.ts +0 -26
  92. package/src/client/client/types.gen.ts +0 -214
  93. package/src/client/client/utils.gen.ts +0 -317
  94. package/src/client/core/auth.gen.ts +0 -42
  95. package/src/client/core/bodySerializer.gen.ts +0 -85
  96. package/src/client/core/params.gen.ts +0 -170
  97. package/src/client/core/pathSerializer.gen.ts +0 -172
  98. package/src/client/core/queryKeySerializer.gen.ts +0 -118
  99. package/src/client/core/serverSentEvents.gen.ts +0 -244
  100. package/src/client/core/types.gen.ts +0 -105
  101. package/src/client/core/utils.gen.ts +0 -141
  102. package/src/client/sdk.gen.ts +0 -1682
  103. package/src/vite-env.d.ts +0 -9
  104. package/tsconfig.build.json +0 -12
  105. package/tsconfig.json +0 -17
package/CHANGELOG.md CHANGED
@@ -1,50 +1,142 @@
1
- ## <small>0.0.6 (2026-03-11)</small>
1
+ ## <small>0.0.8 (2026-03-23)</small>
2
2
 
3
3
  * docs: add accessibility (a11y) testing guide to README ([62608c9](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/62608c9))
4
4
  * docs: add acknowledgment for Nsttt (DTS plugin) ([87ff972](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/87ff972))
5
5
  * docs: add build:packages and storybook commands to README ([32dd588](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/32dd588))
6
6
  * docs: add live demo link to README ([8f62301](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/8f62301))
7
7
  * docs: add Project Purpose section to README ([146112e](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/146112e))
8
+ * docs: add sentry error monitoring section to README ([7c63c13](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/7c63c13))
8
9
  * docs: add Storybook live URL to README ([7449502](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/7449502))
9
10
  * docs: removed cascade rules ([40647aa](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/40647aa))
11
+ * docs: restructure README with table of contents and improved hierarchy ([75ec852](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/75ec852))
10
12
  * docs: update README with reset scenario and project structure ([549dd6a](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/549dd6a))
11
13
  * docs: update README with Tailwind CSS v4 and HMR sync ([3b46283](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/3b46283))
14
+ * docs: update session state and add sentry CORS troubleshooting entry ([5c52d1e](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/5c52d1e))
15
+ * docs: update session state in CLAUDE.md ([bb24b7e](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/bb24b7e))
16
+ * docs: updated README.md ([1691698](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/1691698))
17
+ * docs(ci): document full CI/CD workflow sequence in README and architecture ([96352fb](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/96352fb))
12
18
  * docs(claude): enforce explicit approval requirement for git push and risky actions ([f6d927f](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/f6d927f))
13
19
  * docs(claude): migrate rules to .claude/ and add slash command skills ([8e45ec3](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/8e45ec3))
20
+ * docs(claude): reduce CLAUDE.md to ~230 words and tighten settings.json permissions ([ad7490e](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/ad7490e))
14
21
  * docs(claude): remove auto-loaded rules, add model selection and on-demand loading rule ([973cf36](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/973cf36))
22
+ * docs(claude): translate all french text to english in rules and commands ([2644887](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/2644887))
23
+ * docs(claude): update rules and add message-commit command ([0369b5f](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/0369b5f))
24
+ * docs(claude): update rules and add message-commit command ([c7a447b](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/c7a447b))
15
25
  * docs(claude): update session notes — Phase 4.8 done, Phase 4.6 next ([7c08fbe](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/7c08fbe))
26
+ * docs(http-client): update changelog for version bump ([480b4dc](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/480b4dc))
27
+ * docs(http-client): update changelog for version bump ([db881b8](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/db881b8))
16
28
  * docs(http-client): update changelog for version bump ([2dc2864](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/2dc2864))
17
29
  * docs(http-client): update changelog for version bump ([dfdf0f8](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/dfdf0f8))
18
30
  * docs(http-client): update changelog for version bump ([4f85338](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/4f85338))
19
31
  * docs(http-client): update changelog for version bump ([2f2307c](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/2f2307c))
20
32
  * docs(http-client): update changelog for version bump ([dd5003d](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/dd5003d))
21
33
  * docs(http-client): update changelog for version bump ([1a7a80e](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/1a7a80e))
34
+ * docs(layouts): update changelog for version bump ([b57c91d](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/b57c91d))
35
+ * docs(layouts): update changelog for version bump ([09194ac](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/09194ac))
36
+ * docs(layouts): update changelog for version bump ([cb94c3d](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/cb94c3d))
37
+ * docs(layouts): update changelog for version bump ([860aef5](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/860aef5))
38
+ * docs(layouts): update changelog for version bump ([0aea9d2](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/0aea9d2))
39
+ * docs(layouts): update changelog for version bump ([c35e3c9](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/c35e3c9))
40
+ * docs(layouts): update changelog for version bump ([fe3739f](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/fe3739f))
41
+ * docs(layouts): update changelog for version bump ([7a45f0e](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/7a45f0e))
42
+ * docs(layouts): update changelog for version bump ([803a4c4](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/803a4c4))
43
+ * docs(layouts): update changelog for version bump ([4fedd50](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/4fedd50))
22
44
  * docs(layouts): update changelog for version bump ([126f23a](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/126f23a))
23
45
  * docs(license): add MIT license ([d55012a](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/d55012a))
24
46
  * docs(readme): add readme file ([1053ffb](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/1053ffb))
47
+ * docs(readme): document all GitHub Actions secrets with build-time embedding explanation ([88169e0](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/88169e0))
25
48
  * docs(rules): add comprehensive Windsurf Cascade rules ([5b5b80a](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/5b5b80a))
26
49
  * docs(rules): document officially supported TMDB image sizes ([5c03094](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/5c03094))
50
+ * docs(shared): update changelog for version bump ([68f7f58](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/68f7f58))
51
+ * docs(shared): update changelog for version bump ([4dddb21](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/4dddb21))
27
52
  * docs(shared): update changelog for version bump ([244ca73](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/244ca73))
53
+ * docs(tokens): update changelog for version bump ([9e258d4](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/9e258d4))
28
54
  * docs(tokens): update changelog for version bump ([58902e0](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/58902e0))
29
55
  * docs(tokens): update changelog for version bump ([02bc860](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/02bc860))
30
56
  * docs(ui): add JSDoc comments to Rating subcomponent props ([9234971](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/9234971))
31
57
  * docs(ui): add JSDoc documentation to Carousel components ([101dc1e](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/101dc1e))
58
+ * docs(ui): update changelog for version bump ([ed6f139](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/ed6f139))
59
+ * docs(ui): update changelog for version bump ([7c32576](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/7c32576))
60
+ * docs(ui): update changelog for version bump ([a1d6a59](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/a1d6a59))
32
61
  * docs(ui): update changelog for version bump ([1c430e6](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/1c430e6))
62
+ * refactor: centralize test utilities in shared package ([4058ac6](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/4058ac6))
63
+ * refactor: move list and detail from packages/ to apps/ ([0459ce1](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/0459ce1))
64
+ * refactor: rename detail remote to movie ([76f18f8](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/76f18f8))
65
+ * refactor: rename list remote to home ([8c1cdf5](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/8c1cdf5))
66
+ * refactor: rename list→home, detail→movie + fix vitest hanging ([532eb9e](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/532eb9e))
67
+ * refactor: rename movie package to media and add TV series support ([c8251f5](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/c8251f5))
68
+ * refactor: simplify remotes and centralize env config ([40f1d37](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/40f1d37))
69
+ * refactor(fonts): remove Press Start 2P dependency, keep preload optimization ([6cbfa7a](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/6cbfa7a))
70
+ * refactor(home): extract hero image logic to HeroImage component ([aebf608](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/aebf608))
71
+ * refactor(layouts): replace FC<> with plain function declarations ([54a34f1](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/54a34f1))
72
+ * refactor(media): remove tabs from SimilarSection and add empty state messages ([1c15ccd](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/1c15ccd))
73
+ * refactor(media): simplify RecommendedSection to show only context media type ([e5f4520](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/e5f4520))
74
+ * refactor(shared): centralize mocks and fix import.meta.env typing ([bbbc45f](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/bbbc45f))
75
+ * refactor(shared): move getBlurDataUrl utility from ui to shared package ([985022b](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/985022b))
76
+ * refactor(ui): created common component HeroImage for Hero sections ([ddb60ca](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/ddb60ca))
77
+ * refactor(ui): replace FC<> with plain function declarations ([608aceb](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/608aceb))
78
+ * refactor(ui): transform Tabs to Compound Component pattern ([4ced714](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/4ced714))
79
+ * fix: fix on svg export script ([bd8d80a](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/bd8d80a))
80
+ * fix: generated missing remote types in host ([75cd7da](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/75cd7da))
81
+ * fix: ignore all generated api.d.ts files ([a880ef2](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/a880ef2))
82
+ * fix: paddings and alignments for home hero and media hero sections ([da2bbed](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/da2bbed))
83
+ * fix: resolve ESLint errors for pre-commit hook ([009e3f6](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/009e3f6))
84
+ * fix: wrong command in build.yml ([909bf8b](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/909bf8b))
85
+ * fix: wrong type in useTVSeriesSimilar ([3ed57f4](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/3ed57f4))
86
+ * fix(build): use esbuild minifier instead of terser ([99e5260](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/99e5260))
87
+ * fix(ci): add GITHUB_TOKEN and pin sonarqube-scan-action version ([a2b1d87](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/a2b1d87))
88
+ * fix(ci): add pnpm build:packages step to setup action ([5946f1a](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/5946f1a))
89
+ * fix(ci): correct SonarQube project key ([f5b3050](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/f5b3050))
90
+ * fix(ci): implement comprehensive coverage reporting for all packages and apps ([485a6dd](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/485a6dd))
91
+ * fix(ci): improve SonarQube configuration... ([1a48613](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/1a48613))
92
+ * fix(ci): migrate to official sonarqube-scan-action ([98f8d2f](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/98f8d2f))
93
+ * fix(ci): pass branch name to SonarQube scan ([8cc39db](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/8cc39db))
94
+ * fix(ci): resolve SonarQube workflow issues (v5→v6, reusability, race) ([a7e41e6](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/a7e41e6))
95
+ * fix(detail): fixed missing id in query key ([f969487](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/f969487))
96
+ * fix(fonts): resolve @fontsource path issues in Module Federation ([193357e](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/193357e))
97
+ * fix(home): apply MovieHero gradient and positioning to HeroSection ([4d31ca0](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/4d31ca0))
98
+ * fix(host): add health endpoints to remotes and restore prod health checks ([18f048c](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/18f048c))
99
+ * fix(host): use no-cors mode in health check to bypass CORS restrictions ([9244398](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/9244398))
100
+ * fix(host): use remoteEntry.js for health checks instead of /health endpoint ([44ccb06](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/44ccb06))
101
+ * fix(images): prioritize hero images, defer carousel posters ([77222ca](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/77222ca))
102
+ * fix(layouts): switch to unbundled ESM build for Next.js compatibility ([304a9d7](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/304a9d7))
103
+ * fix(layouts): use next/link in RootLayout for Next.js compatibility ([2292ed7](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/2292ed7))
104
+ * fix(layouts): used proper syntax for next layout ([d83d6be](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/d83d6be))
105
+ * fix(layouts): used proper syntax for next layout ([bfc33ae](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/bfc33ae))
106
+ * fix(media): remove unnecessary String() conversion in useTVSeriesSimilar hook ([894cbf7](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/894cbf7))
107
+ * fix(media): use correct types for RecommendedSection carousels ([afb5000](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/afb5000))
108
+ * fix(mf): upgrade to v1.11.0 and migrate to createInstance API ([ee8092e](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/ee8092e))
109
+ * fix(monitoring): set tracePropagationTargets to empty array to prevent CORS errors on tmdb api ([adb0aba](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/adb0aba))
110
+ * fix(netlify): escape regex dots in Image CDN remote_images config ([8411534](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/8411534))
111
+ * fix(publish): use pnpm publish instead of npm publish to resolve workspace:* dependencies ([90bcab6](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/90bcab6))
112
+ * fix(shared): replace recommendations mock data with real TMDB data ([2e55b6e](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/2e55b6e))
113
+ * fix(shared): route Netlify Image CDN via environment variable ([a36509e](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/a36509e))
114
+ * fix(tmdb-client): wrong exposed files in the package ([c27e346](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/c27e346))
115
+ * fix(ui): carousel last pagination button scrolls to absolute end ([0a50d84](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/0a50d84))
116
+ * fix(ui): export ImageLoading type from Image component ([1e21766](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/1e21766))
117
+ * fix(ui): resolve image opacity bug in carousels ([469c5ea](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/469c5ea))
118
+ * fix(ui): use aspect-video for responsive YouTube iframe in TrailerCard (#3) ([8390486](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/8390486)), closes [#3](https://github.com/fubaritico/vite-mf-monorepo-tmdb/issues/3)
119
+ * chore: add postinstall script to ensure shell scripts are executable ([8808374](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/8808374))
120
+ * chore: added exception to .gitignore ([97736d5](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/97736d5))
33
121
  * chore: added start session skill to claude ([8618c4d](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/8618c4d))
34
122
  * chore: generated types ([508fc49](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/508fc49))
35
123
  * chore: improve dev script with watch support for shared and ui ([b5508e8](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/b5508e8))
36
124
  * chore: mark publish scripts as executable ([799138a](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/799138a))
125
+ * chore: remove debug console.warn init logs from all apps ([cfbc3fb](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/cfbc3fb))
37
126
  * chore: update .windsurfrules with current project state ([e879115](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/e879115))
38
127
  * chore: updated react from 19.0.0 to 19.1.0 ([5ab9f01](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/5ab9f01))
39
128
  * chore(cleaning): remove typos an consoles ([3935c3a](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/3935c3a))
40
129
  * chore(code): removed dead code and unused imports ([50c9732](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/50c9732))
130
+ * chore(deps-dev): bump vite from 6.2.0 to 6.3.4 ([68a80db](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/68a80db))
41
131
  * chore(deps): centralize fontsource packages in pnpm catalog ([49a7175](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/49a7175))
42
132
  * chore(deps): remove husky for simplified commit process ([208474d](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/208474d))
43
133
  * chore(deps): update react-router to fix vulnerabilities ([01fccb2](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/01fccb2))
44
134
  * chore(http-client): upgrade @hey-api/openapi-ts to v0.92.3 ([d421c97](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/d421c97))
135
+ * chore(layouts): bump version to 0.3.4 and update session state ([7f1325c](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/7f1325c))
45
136
  * chore(netlify): enable Image CDN for remote TMDB images ([70710c3](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/70710c3))
46
137
  * chore(node): configure project to use Node.js LTS version ([a0903ba](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/a0903ba))
47
138
  * chore(node): update to Node.js v22 and verify application startup ([55da4d5](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/55da4d5))
139
+ * chore(packages): switch all packages to public npm access ([46205a5](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/46205a5))
48
140
  * chore(project): made shared deps and remote consistent ([b80ef7b](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/b80ef7b))
49
141
  * chore(project): setup working project architecture ([635d0c8](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/635d0c8))
50
142
  * chore(readme): add issues section ([36fde18](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/36fde18))
@@ -59,6 +151,8 @@
59
151
  * feat: svg export automation, logot icon, and a11y pass ([88ee2b6](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/88ee2b6))
60
152
  * feat: sync module federation shared versions with pnpm catalog ([e41e9a4](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/e41e9a4))
61
153
  * feat(api): add secret api key for tmdb ([90ebe04](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/90ebe04))
154
+ * feat(apps): add MF sentinels and fix prod:server build race condition ([3f454c8](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/3f454c8))
155
+ * feat(ci): add /sonar skill to fetch sonarcloud report via api ([87a1b09](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/87a1b09))
62
156
  * feat(commitlint): add commitlint for conventional commits ([5743844](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/5743844))
63
157
  * feat(css): fixed styles injected from remote into host ([b5952f4](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/b5952f4))
64
158
  * feat(detail): add error boundary for invalid movie IDs ([c302152](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/c302152))
@@ -75,7 +169,9 @@
75
169
  * feat(host): add health check for remote modules ([06fddf7](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/06fddf7))
76
170
  * feat(http-client): add TMDB API client with heyAPI ([5753782](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/5753782))
77
171
  * feat(husky): add husky for precommit hook ([b9e22fb](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/b9e22fb))
172
+ * feat(layouts): add GitHub project link in footer ([40eb45e](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/40eb45e))
78
173
  * feat(layouts): add layouts package with core components ([05c58a6](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/05c58a6))
174
+ * feat(layouts): add Next.js and React Router entry points ([e49b4bf](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/e49b4bf))
79
175
  * feat(layouts): integrate RootLayout in host and remotes routing ([aa76519](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/aa76519))
80
176
  * feat(lint): add eslint 9 and prettier ([92a2bf4](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/92a2bf4))
81
177
  * feat(list): migrate CSS to Tailwind v4 ([51b78ae](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/51b78ae))
@@ -89,6 +185,8 @@
89
185
  * feat(media): add useTVSeriesRecommendations hook and export recommendations hooks ([e5c3b30](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/e5c3b30))
90
186
  * feat(media): improve Crew component and add alternating section backgrounds ([2aa78a5](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/2aa78a5))
91
187
  * feat(media): integrate RecommendedSection into Media page ([4f0dbed](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/4f0dbed))
188
+ * feat(monitoring): add sentry error monitoring and performance tracing to all apps ([e67a462](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/e67a462))
189
+ * feat(monitoring): enable sentry in all environments and add test error button ([77b0ac7](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/77b0ac7))
92
190
  * feat(monorepo): implement micro frontend architecture with module federation ([33c6c7e](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/33c6c7e))
93
191
  * feat(movie): add alternating container backgrounds to sections ([289e064](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/289e064))
94
192
  * feat(movie): add Movie/TV Series compatibility and unified navigation ([4a55a2a](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/4a55a2a))
@@ -104,6 +202,7 @@
104
202
  * feat(react-query): implementation of react query for micro front end ([288ace6](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/288ace6))
105
203
  * feat(scripts): add script to stop all running servers ([85fc92d](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/85fc92d))
106
204
  * feat(servers): add configuration and scripts to launch the app in dev mode ([c642af0](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/c642af0))
205
+ * feat(shared): add bundled CSS exports with inlined fonts and tokens ([c3db8d2](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/c3db8d2))
107
206
  * feat(shared): add HMR sync plugin for Module Federation ([995db03](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/995db03))
108
207
  * feat(shared): add mock data and MSW handlers for movie and tv recommendations ([39a58de](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/39a58de))
109
208
  * feat(shared): add movieImages mock data and MSW handlers ([026bfc1](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/026bfc1))
@@ -116,6 +215,7 @@
116
215
  * feat(ui): add Badge component with Calendar icon and textClassName prop ([a68c2b6](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/a68c2b6))
117
216
  * feat(ui): add Carousel component with responsive pagination and compound subcomponents ([24438a1](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/24438a1))
118
217
  * feat(ui): add Carousel lightbox variant with CarouselCounter and initialIndex ([59b86b4](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/59b86b4))
218
+ * feat(ui): add color prop to Spinner component (#12) ([27fdd6b](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/27fdd6b)), closes [#12](https://github.com/fubaritico/vite-mf-monorepo-tmdb/issues/12)
119
219
  * feat(ui): add design system package with Button and Card components ([9fa9052](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/9fa9052))
120
220
  * feat(ui): add Icon component with @heroicons/react ([80a73a9](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/80a73a9))
121
221
  * feat(ui): add IconButton and Avatar components with cursor-pointer ([a3e661a](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/a3e661a))
@@ -123,10 +223,50 @@
123
223
  * feat(ui): add MovieCard component and refactor Card with CVA-style variants ([bcb5545](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/bcb5545))
124
224
  * feat(ui): add MovieCard navigation with discriminated union types ([49d46bd](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/49d46bd))
125
225
  * feat(ui): add Rating component with circle and stars variants ([5949f52](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/5949f52))
226
+ * feat(ui): add size prop to Spinner component (#11) ([6f6941c](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/6f6941c)), closes [#11](https://github.com/fubaritico/vite-mf-monorepo-tmdb/issues/11)
126
227
  * feat(ui): add Skeleton component with shimmer animation ([a500648](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/a500648))
127
228
  * feat(ui): add Typography component with 15 variants ([80d1c45](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/80d1c45))
128
229
  * feat(ui): image component with canvas-based blur placeholder ([bffd225](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/bffd225))
129
230
  * feat(ui): make Button polymorphic with as='link' | as='button' ([f3f2e11](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/f3f2e11))
231
+ * test: add comprehensive test suite reaching 90% coverage ([757a876](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/757a876))
232
+ * test: created agents to set up e2e ([d457a8f](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/d457a8f))
233
+ * test: modification in home to test ci workflow ([a28de9b](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/a28de9b))
234
+ * test: scoped build in netlify ([e0c52c5](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/e0c52c5))
235
+ * test: scoped build in netlify undo ([92138f9](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/92138f9))
236
+ * test(ci): put back Spinner as it was (#13) ([036ad52](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/036ad52)), closes [#13](https://github.com/fubaritico/vite-mf-monorepo-tmdb/issues/13)
237
+ * test(ci): testing jobs and triggers (#8) ([a5c5958](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/a5c5958)), closes [#8](https://github.com/fubaritico/vite-mf-monorepo-tmdb/issues/8)
238
+ * test(ci): testing jobs trigger, claude review (#10) ([bb35ad8](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/bb35ad8)), closes [#10](https://github.com/fubaritico/vite-mf-monorepo-tmdb/issues/10)
239
+ * test(ci): testing jobs trigger, claude review (#9) ([3b765d0](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/3b765d0)), closes [#9](https://github.com/fubaritico/vite-mf-monorepo-tmdb/issues/9)
240
+ * test(e2e): add Cucumber.js + Playwright E2E testing infrastructure ([59b5c45](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/59b5c45))
241
+ * test(setup): set environment test for the project with vitest and testing library ([1b1287c](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/1b1287c))
242
+ * ci: add GitHub Actions workflows for linting, testing, and quality gates ([3363e0f](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/3363e0f))
243
+ * ci: add SonarQube integration and Netlify deployment automation ([dbe7905](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/dbe7905))
244
+ * ci: refactor CI/CD pipeline with unified validate workflow ([a635a49](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/a635a49))
245
+ * ci: test netlify build hook integration ([2f3a715](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/2f3a715))
246
+ * ci: test netlify build hook integration ([8d31959](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/8d31959))
247
+ * ci(claude): add GitHub Actions for PR review and on-demand chat (#5) ([88fc1d1](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/88fc1d1)), closes [#5](https://github.com/fubaritico/vite-mf-monorepo-tmdb/issues/5)
248
+ * ci(deploy): add --filter flag to Netlify CLI deploy commands ([373bfe0](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/373bfe0))
249
+ * ci(deploy): add deploy message and filter debug logging ([f6fe334](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/f6fe334))
250
+ * ci(deploy): add separate Netlify deployment workflows for each app ([3573539](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/3573539))
251
+ * ci(deploy): add separate Netlify deployment workflows for each app ([06bd65b](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/06bd65b))
252
+ * ci(deploy): add site ID debug logging to deploy-home workflow ([55e41a8](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/55e41a8))
253
+ * ci(deploy): fix --dir path to be absolute from repo root with --cwd ([cbfec5e](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/cbfec5e))
254
+ * ci(deploy): fix change detection using git log parent commit ([f435e7b](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/f435e7b))
255
+ * ci(deploy): fix Get parent SHA step in remaining 4 deploy workflows ([a6390c6](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/a6390c6))
256
+ * ci(deploy): fix Netlify monorepo configuration with dorny/paths-filter ([f711e2e](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/f711e2e))
257
+ * ci(deploy): fix paths-filter always returning true in workflow_run context ([c068487](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/c068487))
258
+ * ci(deploy): fix paths-filter always returning true in workflow_run context ([ee70965](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/ee70965))
259
+ * ci(deploy): force deploy on every CI pass regardless of changed files ([6afe51e](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/6afe51e))
260
+ * ci(deploy): force storybook deploy on every CI pass ([52c0c4c](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/52c0c4c))
261
+ * ci(deploy): inject VITE_TMDB_API_TOKEN and remote URLs in build steps ([b404c5c](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/b404c5c))
262
+ * ci(deploy): skip setup and build when no relevant files changed ([398b673](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/398b673))
263
+ * ci(deploy): updated all github actions ([441a8ba](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/441a8ba))
264
+ * ci(deploy): upgrade dorny/paths-filter to v4 across all deploy workflows ([0a372af](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/0a372af))
265
+ * ci(deploy): use fetch-depth: 0 to fix HEAD^ not found in shallow clone ([300d162](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/300d162))
266
+ * ci(e2e): add E2E job to CI pipeline (#7) ([77215a7](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/77215a7)), closes [#7](https://github.com/fubaritico/vite-mf-monorepo-tmdb/issues/7)
267
+ * ci(publish): route package publishes through release branches ([8f11431](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/8f11431))
268
+ * ci(sonar): exclude generated http-client source from analysis (#6) ([eceb7b4](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/eceb7b4)), closes [#6](https://github.com/fubaritico/vite-mf-monorepo-tmdb/issues/6)
269
+ * ci(validation): added code lint and type check git worflow ([a676516](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/a676516))
130
270
  * build: add cors headers and spa redirects to root netlify config ([94c5fff](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/94c5fff))
131
271
  * build: commit generated mf-types for CI compatibility ([57457e1](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/57457e1))
132
272
  * build: commit remote.css files for CI compatibility ([862932f](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/862932f))
@@ -143,63 +283,6 @@
143
283
  * fix(home,media): add Suspense fallbacks with skeleton placeholders to prevent CLS ([694efc4](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/694efc4))
144
284
  * fix(home,media): correct Suspense fallback heights to measured values ([dc9f3d5](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/dc9f3d5))
145
285
  * refactor(list, detail): use generated tmdb-client instead of manual API calls ([64e6798](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/64e6798))
146
- * fix: fix on svg export script ([bd8d80a](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/bd8d80a))
147
- * fix: ignore all generated api.d.ts files ([a880ef2](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/a880ef2))
148
- * fix: paddings and alignments for home hero and media hero sections ([da2bbed](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/da2bbed))
149
- * fix: resolve ESLint errors for pre-commit hook ([009e3f6](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/009e3f6))
150
- * fix: wrong command in build.yml ([909bf8b](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/909bf8b))
151
- * fix: wrong type in useTVSeriesSimilar ([3ed57f4](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/3ed57f4))
152
- * fix(build): use esbuild minifier instead of terser ([99e5260](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/99e5260))
153
- * fix(ci): add GITHUB_TOKEN and pin sonarqube-scan-action version ([a2b1d87](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/a2b1d87))
154
- * fix(ci): add pnpm build:packages step to setup action ([5946f1a](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/5946f1a))
155
- * fix(ci): correct SonarQube project key ([f5b3050](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/f5b3050))
156
- * fix(ci): implement comprehensive coverage reporting for all packages and apps ([485a6dd](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/485a6dd))
157
- * fix(ci): improve SonarQube configuration... ([1a48613](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/1a48613))
158
- * fix(ci): migrate to official sonarqube-scan-action ([98f8d2f](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/98f8d2f))
159
- * fix(ci): pass branch name to SonarQube scan ([8cc39db](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/8cc39db))
160
- * fix(ci): resolve SonarQube workflow issues (v5→v6, reusability, race) ([a7e41e6](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/a7e41e6))
161
- * fix(detail): fixed missing id in query key ([f969487](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/f969487))
162
- * fix(fonts): resolve @fontsource path issues in Module Federation ([193357e](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/193357e))
163
- * fix(home): apply MovieHero gradient and positioning to HeroSection ([4d31ca0](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/4d31ca0))
164
- * fix(host): add health endpoints to remotes and restore prod health checks ([18f048c](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/18f048c))
165
- * fix(host): use no-cors mode in health check to bypass CORS restrictions ([9244398](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/9244398))
166
- * fix(host): use remoteEntry.js for health checks instead of /health endpoint ([44ccb06](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/44ccb06))
167
- * fix(images): prioritize hero images, defer carousel posters ([77222ca](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/77222ca))
168
- * fix(media): remove unnecessary String() conversion in useTVSeriesSimilar hook ([894cbf7](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/894cbf7))
169
- * fix(media): use correct types for RecommendedSection carousels ([afb5000](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/afb5000))
170
- * fix(mf): upgrade to v1.11.0 and migrate to createInstance API ([ee8092e](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/ee8092e))
171
- * fix(netlify): escape regex dots in Image CDN remote_images config ([8411534](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/8411534))
172
- * fix(shared): replace recommendations mock data with real TMDB data ([2e55b6e](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/2e55b6e))
173
- * fix(shared): route Netlify Image CDN via environment variable ([a36509e](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/a36509e))
174
- * fix(ui): carousel last pagination button scrolls to absolute end ([0a50d84](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/0a50d84))
175
- * fix(ui): export ImageLoading type from Image component ([1e21766](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/1e21766))
176
- * fix(ui): resolve image opacity bug in carousels ([469c5ea](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/469c5ea))
177
- * fix(ui): use aspect-video for responsive YouTube iframe in TrailerCard (#3) ([8390486](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/8390486)), closes [#3](https://github.com/fubaritico/vite-mf-monorepo-tmdb/issues/3)
178
- * ci: add GitHub Actions workflows for linting, testing, and quality gates ([3363e0f](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/3363e0f))
179
- * ci: add SonarQube integration and Netlify deployment automation ([dbe7905](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/dbe7905))
180
- * ci: refactor CI/CD pipeline with unified validate workflow ([a635a49](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/a635a49))
181
- * ci: test netlify build hook integration ([2f3a715](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/2f3a715))
182
- * ci: test netlify build hook integration ([8d31959](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/8d31959))
183
- * ci(validation): added code lint and type check git worflow ([a676516](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/a676516))
184
- * test: add comprehensive test suite reaching 90% coverage ([757a876](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/757a876))
185
- * test: scoped build in netlify ([e0c52c5](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/e0c52c5))
186
- * test: scoped build in netlify undo ([92138f9](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/92138f9))
187
- * test(setup): set environment test for the project with vitest and testing library ([1b1287c](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/1b1287c))
188
- * refactor: centralize test utilities in shared package ([4058ac6](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/4058ac6))
189
- * refactor: move list and detail from packages/ to apps/ ([0459ce1](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/0459ce1))
190
- * refactor: rename detail remote to movie ([76f18f8](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/76f18f8))
191
- * refactor: rename list remote to home ([8c1cdf5](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/8c1cdf5))
192
- * refactor: rename list→home, detail→movie + fix vitest hanging ([532eb9e](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/532eb9e))
193
- * refactor: rename movie package to media and add TV series support ([c8251f5](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/c8251f5))
194
- * refactor: simplify remotes and centralize env config ([40f1d37](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/40f1d37))
195
- * refactor(fonts): remove Press Start 2P dependency, keep preload optimization ([6cbfa7a](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/6cbfa7a))
196
- * refactor(home): extract hero image logic to HeroImage component ([aebf608](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/aebf608))
197
- * refactor(media): remove tabs from SimilarSection and add empty state messages ([1c15ccd](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/1c15ccd))
198
- * refactor(media): simplify RecommendedSection to show only context media type ([e5f4520](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/e5f4520))
199
- * refactor(shared): centralize mocks and fix import.meta.env typing ([bbbc45f](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/bbbc45f))
200
- * refactor(shared): move getBlurDataUrl utility from ui to shared package ([985022b](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/985022b))
201
- * refactor(ui): created common component HeroImage for Hero sections ([ddb60ca](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/ddb60ca))
202
- * refactor(ui): transform Tabs to Compound Component pattern ([4ced714](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/4ced714))
203
286
  * perf(build): enable terser minification across all remotes ([a21ffe3](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/a21ffe3))
204
287
  * perf(home): compress hero images with quality reduction and size optimization ([1f8f23f](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/1f8f23f))
205
288
  * perf(home): corrected home images size ([448ffaf](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/448ffaf))