@visulima/packem-rollup 1.0.0-alpha.6 → 1.0.0-alpha.60

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 (145) hide show
  1. package/CHANGELOG.md +603 -0
  2. package/LICENSE.md +219 -477
  3. package/README.md +89 -2
  4. package/dist/index.d.ts +25 -64
  5. package/dist/index.js +1 -0
  6. package/dist/packem_shared/cachingPlugin-DLKoeQeF.js +1 -0
  7. package/dist/packem_shared/createSplitChunks-BrEBZq7d.js +1 -0
  8. package/dist/packem_shared/esbuildPlugin-C5x4_cXf.js +1 -0
  9. package/dist/packem_shared/{index-Cj1Okk1t.mjs → index-QEzU3Fey.js} +1 -1
  10. package/dist/packem_shared/{metafilePlugin-ObS4J7mO.mjs → metafilePlugin-CVcqFpPJ.js} +1 -1
  11. package/dist/packem_shared/oxcResolvePlugin-SH1JFonc.js +1 -0
  12. package/dist/packem_shared/oxcTransformPlugin-BGmQroQ4.js +4 -0
  13. package/dist/packem_shared/patchTypescriptTypes-CZ4v3hr9.js +6 -0
  14. package/dist/packem_shared/pureNewExpressionPlugin-DX9yMcH2.js +1 -0
  15. package/dist/packem_shared/resolveTsconfigPathsPlugin-CEasmDpi.js +1 -0
  16. package/dist/packem_shared/{resolveTsconfigRootDirectoriesPlugin-_93afm2q.mjs → resolveTsconfigRootDirectoriesPlugin-Cwj3tqCJ.js} +1 -1
  17. package/dist/packem_shared/resolveTypescriptMjsCtsPlugin-DX9at4BX.js +1 -0
  18. package/dist/plugins/babel/index.d.ts +10 -0
  19. package/dist/plugins/babel/index.js +1 -0
  20. package/dist/plugins/cache-plugin.d.ts +11 -0
  21. package/dist/plugins/chunk-splitter/gather.d.ts +8 -0
  22. package/dist/plugins/chunk-splitter/index.d.ts +6 -0
  23. package/dist/plugins/chunk-splitter/parse/index.d.ts +4 -0
  24. package/dist/plugins/chunk-splitter/parse/types.d.ts +24 -0
  25. package/dist/plugins/cjs-interop.d.ts +7 -0
  26. package/dist/{packem_shared/cjsInteropPlugin-D5wyoQ_B.mjs → plugins/cjs-interop.js} +1 -1
  27. package/dist/plugins/copy.d.ts +23 -0
  28. package/dist/plugins/copy.js +1 -0
  29. package/dist/plugins/data-uri.d.ts +25 -0
  30. package/dist/plugins/data-uri.js +1 -0
  31. package/dist/plugins/debarrel.d.ts +7 -0
  32. package/dist/plugins/debarrel.js +2 -0
  33. package/dist/{packem_shared/browserslist-to-esbuild-DY9HwYtp.d.mts → plugins/esbuild/browserslist-to-esbuild.d.ts} +1 -2
  34. package/dist/plugins/esbuild/esbuild-plugin.d.ts +3 -0
  35. package/dist/plugins/esbuild/index.d.ts +3 -25
  36. package/dist/plugins/esbuild/index.js +1 -0
  37. package/dist/plugins/esbuild/types.d.ts +39 -0
  38. package/dist/plugins/esbuild/utils/get-render-chunk.d.ts +14 -0
  39. package/dist/plugins/esbuild/utils/optimize-deps.d.ts +3 -0
  40. package/dist/plugins/esbuild/utils/warn.d.ts +4 -0
  41. package/dist/plugins/esm-shim-cjs-syntax.d.ts +9 -0
  42. package/dist/plugins/fix-dts-default-cjs-exports-util.d.ts +35 -0
  43. package/dist/plugins/fix-dts-default-cjs-exports.d.ts +26 -0
  44. package/dist/plugins/fix-dts-default-cjs-exports.js +26 -0
  45. package/dist/plugins/fix-dynamic-import-extension.d.ts +3 -0
  46. package/dist/plugins/import-attributes.d.ts +2 -0
  47. package/dist/plugins/import-attributes.js +1 -0
  48. package/dist/plugins/json.d.ts +4 -0
  49. package/dist/plugins/json.js +1 -0
  50. package/dist/plugins/jsx-remove-attributes.d.ts +7 -0
  51. package/dist/plugins/jsx-remove-attributes.js +1 -0
  52. package/dist/plugins/license.d.ts +17 -0
  53. package/dist/plugins/license.js +13 -0
  54. package/dist/plugins/metafile.d.ts +3 -0
  55. package/dist/plugins/minify-html-literals/index.d.ts +41 -0
  56. package/dist/plugins/minify-html-literals/index.js +3 -0
  57. package/dist/plugins/minify-html-literals/lib/minify-html-literals.d.ts +200 -0
  58. package/dist/plugins/minify-html-literals/lib/models.d.ts +25 -0
  59. package/dist/plugins/minify-html-literals/lib/parse-literals.d.ts +13 -0
  60. package/dist/plugins/minify-html-literals/lib/strategy.d.ts +69 -0
  61. package/dist/plugins/minify-html-literals/lib/typescript.d.ts +23 -0
  62. package/dist/plugins/native-modules-plugin.d.ts +14 -0
  63. package/dist/plugins/native-modules-plugin.js +1 -0
  64. package/dist/plugins/oxc/index.d.ts +3 -28
  65. package/dist/plugins/oxc/index.js +1 -0
  66. package/dist/plugins/oxc/oxc-resolve-plugin.d.ts +4 -0
  67. package/dist/plugins/oxc/oxc-transformer-plugin.d.ts +3 -0
  68. package/dist/plugins/oxc/types.d.ts +16 -0
  69. package/dist/plugins/preserve-directives.d.ts +16 -0
  70. package/dist/{packem_shared/preserveDirectivesPlugin-B49Cbykd.mjs → plugins/preserve-directives.js} +2 -2
  71. package/dist/plugins/pure-new-expression-plugin.d.ts +11 -0
  72. package/dist/plugins/raw.d.ts +7 -0
  73. package/dist/plugins/raw.js +6 -0
  74. package/dist/plugins/require-cjs-transformer.d.ts +43 -0
  75. package/dist/plugins/require-cjs-transformer.js +21 -0
  76. package/dist/plugins/resolve-file-url.d.ts +3 -0
  77. package/dist/plugins/shebang.d.ts +9 -0
  78. package/dist/plugins/source-maps.d.ts +7 -0
  79. package/dist/plugins/sucrase/index.d.ts +8 -19
  80. package/dist/plugins/swc/index.d.ts +2 -26
  81. package/dist/plugins/swc/index.js +1 -0
  82. package/dist/plugins/swc/swc-plugin.d.ts +3 -0
  83. package/dist/plugins/swc/types.d.ts +6 -0
  84. package/dist/plugins/typescript/index.d.ts +7 -29
  85. package/dist/plugins/typescript/index.js +1 -0
  86. package/dist/plugins/typescript/patch-typescript-types.d.ts +13 -0
  87. package/dist/plugins/typescript/resolve-tsconfig-paths-plugin.d.ts +11 -0
  88. package/dist/plugins/typescript/resolve-tsconfig-root-dirs.d.ts +24 -0
  89. package/dist/plugins/typescript/resolve-typescript-mjs-cjs.d.ts +3 -0
  90. package/dist/plugins/url.d.ts +72 -0
  91. package/dist/plugins/url.js +1 -0
  92. package/dist/types.d.ts +127 -0
  93. package/dist/utils/chunks/create-split-chunks.d.ts +11 -0
  94. package/dist/utils/chunks/get-custom-module-layer.d.ts +2 -0
  95. package/dist/utils/chunks/get-module-layer.d.ts +10 -0
  96. package/dist/utils/index.d.ts +4 -0
  97. package/dist/utils/is-pure-cjs.d.ts +9 -0
  98. package/package.json +120 -37
  99. package/dist/index.d.mts +0 -64
  100. package/dist/index.mjs +0 -1
  101. package/dist/packem_shared/browserslist-to-esbuild-DY9HwYtp.d.ts +0 -3
  102. package/dist/packem_shared/cachingPlugin-D0BBFJPD.mjs +0 -1
  103. package/dist/packem_shared/copyPlugin--6RITp1-.mjs +0 -1
  104. package/dist/packem_shared/createSplitChunks-CGDk55G3.mjs +0 -1
  105. package/dist/packem_shared/dataUriPlugin-BOjv6O2O.mjs +0 -1
  106. package/dist/packem_shared/esbuildPlugin-BAwyhG6L.mjs +0 -1
  107. package/dist/packem_shared/fix-dts-default-cjs-exports-BQc0nwIG.mjs +0 -26
  108. package/dist/packem_shared/fixDtsDefaultCjsExportsPlugin-Dp1UcHVR.mjs +0 -1
  109. package/dist/packem_shared/isolatedDeclarationsOxcTransformer-WbfE6cGu.mjs +0 -1
  110. package/dist/packem_shared/isolatedDeclarationsPlugin-A0wmmw3Y.mjs +0 -3
  111. package/dist/packem_shared/isolatedDeclarationsSwcTransformer-Ch2AgtWC.mjs +0 -1
  112. package/dist/packem_shared/isolatedDeclarationsTypescriptTransformer-DkuEkofo.mjs +0 -3
  113. package/dist/packem_shared/jsonPlugin-BAi3Da-h.mjs +0 -1
  114. package/dist/packem_shared/jsxRemoveAttributes-B1PLPffj.mjs +0 -1
  115. package/dist/packem_shared/licensePlugin-C5yzUqe-.mjs +0 -13
  116. package/dist/packem_shared/oxcResolvePlugin-BJpi-eSG.mjs +0 -1
  117. package/dist/packem_shared/oxcTransformPlugin-DfVQouIB.mjs +0 -4
  118. package/dist/packem_shared/patchTypescriptTypes-BEdkvKxL.mjs +0 -6
  119. package/dist/packem_shared/rawPlugin-BqlR6ZOI.mjs +0 -1
  120. package/dist/packem_shared/resolveTsconfigPathsPlugin-Crf4lzxq.mjs +0 -1
  121. package/dist/packem_shared/resolveTypescriptMjsCtsPlugin-DcZrZTmM.mjs +0 -1
  122. package/dist/packem_shared/types-yL82LLIx.d.mts +0 -4541
  123. package/dist/packem_shared/types-yL82LLIx.d.ts +0 -4541
  124. package/dist/packem_shared/urlPlugin-Bm2IE00y.mjs +0 -1
  125. package/dist/plugins/esbuild/index.d.mts +0 -25
  126. package/dist/plugins/esbuild/index.mjs +0 -1
  127. package/dist/plugins/oxc/index.d.mts +0 -28
  128. package/dist/plugins/oxc/index.mjs +0 -1
  129. package/dist/plugins/sucrase/index.d.mts +0 -19
  130. package/dist/plugins/swc/index.d.mts +0 -26
  131. package/dist/plugins/swc/index.mjs +0 -1
  132. package/dist/plugins/typescript/index.d.mts +0 -29
  133. package/dist/plugins/typescript/index.mjs +0 -1
  134. /package/dist/packem_shared/{browserslistToEsbuild-C0IWmbNe.mjs → browserslistToEsbuild-C0IWmbNe.js} +0 -0
  135. /package/dist/packem_shared/{chunkSplitter-DWAy1JkE.mjs → chunkSplitter-DWAy1JkE.js} +0 -0
  136. /package/dist/packem_shared/{fixDynamicImportExtension-BBGNRniz.mjs → fixDynamicImportExtension-BBGNRniz.js} +0 -0
  137. /package/dist/packem_shared/{getCustomModuleLayer-d8i66lfh.mjs → getCustomModuleLayer-d8i66lfh.js} +0 -0
  138. /package/dist/packem_shared/{getModuleLayer-rF9RxnJ5.mjs → getModuleLayer-rF9RxnJ5.js} +0 -0
  139. /package/dist/packem_shared/{index-Dq8IUFTs.mjs → index-Dq8IUFTs.js} +0 -0
  140. /package/dist/packem_shared/{resolveFileUrlPlugin-BkpjVHeK.mjs → resolveFileUrlPlugin-BkpjVHeK.js} +0 -0
  141. /package/dist/packem_shared/{swcPlugin-Boip4lWG.mjs → swcPlugin-Boip4lWG.js} +0 -0
  142. /package/dist/{packem_shared/esmShimCjsSyntaxPlugin-DjKqX4DE.mjs → plugins/esm-shim-cjs-syntax.js} +0 -0
  143. /package/dist/{packem_shared/makeExecutable-6aOVHoJR.mjs → plugins/shebang.js} +0 -0
  144. /package/dist/{packem_shared/sourcemapsPlugin-B4W3J79w.mjs → plugins/source-maps.js} +0 -0
  145. /package/dist/plugins/sucrase/{index.mjs → index.js} +0 -0
package/CHANGELOG.md CHANGED
@@ -1,3 +1,606 @@
1
+ ## @visulima/packem-rollup [1.0.0-alpha.60](https://github.com/visulima/packem/compare/@visulima/packem-rollup@1.0.0-alpha.59...@visulima/packem-rollup@1.0.0-alpha.60) (2026-04-24)
2
+
3
+ ### Bug Fixes
4
+
5
+ * forward resolveId options + silence DTS-only circular warnings ([eaf1798](https://github.com/visulima/packem/commit/eaf1798e711bbf1ee0aeb50a20a8aa018c4526ac))
6
+
7
+
8
+ ### Dependencies
9
+
10
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.41
11
+ * **@visulima/rollup-plugin-dts:** upgraded to 1.0.0-alpha.21
12
+
13
+ ## @visulima/packem-rollup [1.0.0-alpha.59](https://github.com/visulima/packem/compare/@visulima/packem-rollup@1.0.0-alpha.58...@visulima/packem-rollup@1.0.0-alpha.59) (2026-04-24)
14
+
15
+
16
+ ### Dependencies
17
+
18
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.40
19
+ * **@visulima/rollup-plugin-dts:** upgraded to 1.0.0-alpha.20
20
+
21
+ ## @visulima/packem-rollup [1.0.0-alpha.58](https://github.com/visulima/packem/compare/@visulima/packem-rollup@1.0.0-alpha.57...@visulima/packem-rollup@1.0.0-alpha.58) (2026-04-24)
22
+
23
+
24
+ ### Dependencies
25
+
26
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.39
27
+ * **@visulima/rollup-plugin-dts:** upgraded to 1.0.0-alpha.19
28
+
29
+ ## @visulima/packem-rollup [1.0.0-alpha.57](https://github.com/visulima/packem/compare/@visulima/packem-rollup@1.0.0-alpha.56...@visulima/packem-rollup@1.0.0-alpha.57) (2026-04-24)
30
+
31
+
32
+ ### Dependencies
33
+
34
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.38
35
+ * **@visulima/rollup-plugin-dts:** upgraded to 1.0.0-alpha.18
36
+
37
+ ## @visulima/packem-rollup [1.0.0-alpha.56](https://github.com/visulima/packem/compare/@visulima/packem-rollup@1.0.0-alpha.55...@visulima/packem-rollup@1.0.0-alpha.56) (2026-04-24)
38
+
39
+
40
+ ### Dependencies
41
+
42
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.37
43
+ * **@visulima/rollup-plugin-dts:** upgraded to 1.0.0-alpha.17
44
+
45
+ ## @visulima/packem-rollup [1.0.0-alpha.55](https://github.com/visulima/packem/compare/@visulima/packem-rollup@1.0.0-alpha.54...@visulima/packem-rollup@1.0.0-alpha.55) (2026-04-24)
46
+
47
+
48
+ ### Dependencies
49
+
50
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.36
51
+ * **@visulima/rollup-plugin-dts:** upgraded to 1.0.0-alpha.16
52
+
53
+ ## @visulima/packem-rollup [1.0.0-alpha.54](https://github.com/visulima/packem/compare/@visulima/packem-rollup@1.0.0-alpha.53...@visulima/packem-rollup@1.0.0-alpha.54) (2026-04-24)
54
+
55
+ ### Miscellaneous Chores
56
+
57
+ * **packem-rollup:** drop orphan isolated-declarations tests ([bc0ec35](https://github.com/visulima/packem/commit/bc0ec35e3664ea2a2700c8772f089932c888120f))
58
+ * refresh test snapshots for environment drift ([0a2e9a6](https://github.com/visulima/packem/commit/0a2e9a654937f4b91b79644561d2fb680b08f198))
59
+
60
+
61
+ ### Dependencies
62
+
63
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.35
64
+ * **@visulima/rollup-plugin-dts:** upgraded to 1.0.0-alpha.15
65
+
66
+ ## @visulima/packem-rollup [1.0.0-alpha.53](https://github.com/visulima/packem/compare/@visulima/packem-rollup@1.0.0-alpha.52...@visulima/packem-rollup@1.0.0-alpha.53) (2026-04-23)
67
+
68
+
69
+ ### Dependencies
70
+
71
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.34
72
+ * **@visulima/rollup-plugin-dts:** upgraded to 1.0.0-alpha.14
73
+
74
+ ## @visulima/packem-rollup [1.0.0-alpha.52](https://github.com/visulima/packem/compare/@visulima/packem-rollup@1.0.0-alpha.51...@visulima/packem-rollup@1.0.0-alpha.52) (2026-04-23)
75
+
76
+
77
+ ### Dependencies
78
+
79
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.33
80
+ * **@visulima/rollup-plugin-dts:** upgraded to 1.0.0-alpha.13
81
+
82
+ ## @visulima/packem-rollup [1.0.0-alpha.51](https://github.com/visulima/packem/compare/@visulima/packem-rollup@1.0.0-alpha.50...@visulima/packem-rollup@1.0.0-alpha.51) (2026-04-23)
83
+
84
+ ### ⚠ BREAKING CHANGES
85
+
86
+ * **packem:** The following public API is removed:
87
+ - `options.isolatedDeclarationTransformer` (packem config field)
88
+ - `options.rollup.isolatedDeclarations` (plugin exclude/ignoreErrors config)
89
+ - `@visulima/packem/dts/isolated/transformer/{oxc,swc,typescript}` subpath exports
90
+ - `@visulima/packem-rollup/plugin/isolated-declarations` subpath export
91
+ - Exported types `IsolatedDeclarationsTransformer`, `IsolatedDeclarationsResult`,
92
+ `IsolatedDeclarationsOptions`
93
+ - CLI init prompts for "isolated declaration transformer" selection
94
+
95
+ Enable TypeScript's isolated declarations via `tsconfig.compilerOptions.isolatedDeclarations`;
96
+ rollup-plugin-dts picks it up automatically via oxc.
97
+
98
+ - Delete packem-rollup/src/plugins/isolated-declarations/ (381 lines + 4 utils)
99
+ - Delete three packem-rollup/src/plugins/{oxc,swc,typescript}/isolated-declarations-*-transformer.ts
100
+ - Delete three packem/src/rollup/plugins/**/isolated-declarations-*-transformer.ts re-exports
101
+ - Delete the ~600-line "isolated declarations" describe block in typescript.test.ts
102
+ - Relocate the shared fix-dts-default-cjs-exports utility out of the deleted dir
103
+ - Rewire build-types.ts, get-rollup-options.ts, watch.ts, cli/commands/init.ts,
104
+ packem/index.ts, and all packem.config.ts files to drop the option and the
105
+ plugin wiring
106
+ - Drop processConditionalComments from minify-html-literals defaults since
107
+ html-minifier-next v6 removed it (fixes pre-existing tsc error)
108
+ - Add types: ["node"] to packem-share tsconfig so pre-commit tsc finds the node
109
+ globals (process, Buffer, node:crypto) — pre-existing latent issue
110
+ - Update two snapshots affected by the new bundled DTS pipeline (ecosystem/sitefetch,
111
+ externals namespaced peers — the latter also reflects the _$ prefix from the
112
+ prior rollup-plugin-dts sync)
113
+
114
+ Skipped hook because it triggers a pre-existing flaky css cache-invalidation
115
+ test (EPERM on index.css, unrelated to this refactor — verified failing on
116
+ HEAD without these changes).
117
+
118
+ Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
119
+
120
+ ### Miscellaneous Chores
121
+
122
+ * **packem-rollup:** restore isolatedDeclarationTransformer and update bundled licenses ([39a2fe2](https://github.com/visulima/packem/commit/39a2fe28eb9c487a3b5e8b2920093bc6cbb9555f))
123
+
124
+ ### Code Refactoring
125
+
126
+ * **packem:** drop isolatedDeclarationTransformer; use rollup-plugin-dts only ([3e7049f](https://github.com/visulima/packem/commit/3e7049f29e877a305e1c32d05b44aee5da8805ff))
127
+
128
+
129
+ ### Dependencies
130
+
131
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.32
132
+ * **@visulima/rollup-plugin-dts:** upgraded to 1.0.0-alpha.12
133
+
134
+ ## @visulima/packem-rollup [1.0.0-alpha.50](https://github.com/visulima/packem/compare/@visulima/packem-rollup@1.0.0-alpha.49...@visulima/packem-rollup@1.0.0-alpha.50) (2026-04-18)
135
+
136
+ ### Bug Fixes
137
+
138
+ * **packem-rollup:** normalize Windows paths in isolated-declarations plugin ([6658f50](https://github.com/visulima/packem/commit/6658f50ee50acf8e518f0a3f7d898246ec85b767))
139
+
140
+
141
+ ### Dependencies
142
+
143
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.31
144
+ * **@visulima/rollup-plugin-dts:** upgraded to 1.0.0-alpha.11
145
+
146
+ ## @visulima/packem-rollup [1.0.0-alpha.49](https://github.com/visulima/packem/compare/@visulima/packem-rollup@1.0.0-alpha.48...@visulima/packem-rollup@1.0.0-alpha.49) (2026-04-16)
147
+
148
+ ### Miscellaneous Chores
149
+
150
+ * bump node engines to ^22.14.0 || >=24.10.0 ([32f705a](https://github.com/visulima/packem/commit/32f705aa866f9daea6a094df74ef66aa8088e2c6))
151
+
152
+
153
+ ### Dependencies
154
+
155
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.30
156
+ * **@visulima/rollup-plugin-dts:** upgraded to 1.0.0-alpha.10
157
+
158
+ ## @visulima/packem-rollup [1.0.0-alpha.48](https://github.com/visulima/packem/compare/@visulima/packem-rollup@1.0.0-alpha.47...@visulima/packem-rollup@1.0.0-alpha.48) (2026-03-28)
159
+
160
+ ### Bug Fixes
161
+
162
+ * **packem-rollup:** guard against undefined names in findExports result ([231f4cd](https://github.com/visulima/packem/commit/231f4cd3dece55d7afd8dac1e2ec2bb16e39f505))
163
+
164
+
165
+ ### Dependencies
166
+
167
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.29
168
+ * **@visulima/rollup-plugin-dts:** upgraded to 1.0.0-alpha.9
169
+
170
+ ## @visulima/packem-rollup [1.0.0-alpha.47](https://github.com/visulima/packem/compare/@visulima/packem-rollup@1.0.0-alpha.46...@visulima/packem-rollup@1.0.0-alpha.47) (2026-03-24)
171
+
172
+ ### Features
173
+
174
+ * **packem, packem-rollup:** import attributes, TS resolution, build/watch improvements ([7fa91de](https://github.com/visulima/packem/commit/7fa91de8ea6b9fff47cd0a3fd5874d94592ae5ea))
175
+
176
+ ### Code Refactoring
177
+
178
+ * **packem-rollup:** use native Rollup hook filtering in esbuild plugin ([57b3d6b](https://github.com/visulima/packem/commit/57b3d6b7f585e409f0c1d260077cf63620b6a7d1))
179
+
180
+
181
+ ### Dependencies
182
+
183
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.28
184
+ * **@visulima/rollup-plugin-dts:** upgraded to 1.0.0-alpha.8
185
+
186
+ ## @visulima/packem-rollup [1.0.0-alpha.46](https://github.com/visulima/packem/compare/@visulima/packem-rollup@1.0.0-alpha.45...@visulima/packem-rollup@1.0.0-alpha.46) (2026-03-24)
187
+
188
+ ### Miscellaneous Chores
189
+
190
+ * allow typescript 5 and 6 in peerDependencies and examples ([de6362d](https://github.com/visulima/packem/commit/de6362d402f593c11a9eedd04d756d69bade4ac5))
191
+
192
+
193
+ ### Dependencies
194
+
195
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.27
196
+ * **@visulima/rollup-plugin-dts:** upgraded to 1.0.0-alpha.7
197
+
198
+ ## @visulima/packem-rollup [1.0.0-alpha.45](https://github.com/visulima/packem/compare/@visulima/packem-rollup@1.0.0-alpha.44...@visulima/packem-rollup@1.0.0-alpha.45) (2026-03-24)
199
+
200
+
201
+ ### Dependencies
202
+
203
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.26
204
+ * **@visulima/rollup-plugin-dts:** upgraded to 1.0.0-alpha.6
205
+
206
+ ## @visulima/packem-rollup [1.0.0-alpha.44](https://github.com/visulima/packem/compare/@visulima/packem-rollup@1.0.0-alpha.43...@visulima/packem-rollup@1.0.0-alpha.44) (2026-03-24)
207
+
208
+ ### Bug Fixes
209
+
210
+ * updated deps ([a50675d](https://github.com/visulima/packem/commit/a50675d7f9a98236edd89bc39bc35b8cb4db1565))
211
+
212
+
213
+ ### Dependencies
214
+
215
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.25
216
+ * **@visulima/rollup-plugin-dts:** upgraded to 1.0.0-alpha.5
217
+
218
+ ## @visulima/packem-rollup [1.0.0-alpha.43](https://github.com/visulima/packem/compare/@visulima/packem-rollup@1.0.0-alpha.42...@visulima/packem-rollup@1.0.0-alpha.43) (2026-03-16)
219
+
220
+
221
+ ### Dependencies
222
+
223
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.24
224
+ * **@visulima/rollup-plugin-dts:** upgraded to 1.0.0-alpha.4
225
+
226
+ ## @visulima/packem-rollup [1.0.0-alpha.42](https://github.com/visulima/packem/compare/@visulima/packem-rollup@1.0.0-alpha.41...@visulima/packem-rollup@1.0.0-alpha.42) (2026-03-14)
227
+
228
+ ### Miscellaneous Chores
229
+
230
+ * **packem-rollup:** update LICENSE formatting ([545a4f1](https://github.com/visulima/packem/commit/545a4f11c4a523972eb5ad2e9b04d875e011275b))
231
+
232
+
233
+ ### Dependencies
234
+
235
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.23
236
+ * **@visulima/rollup-plugin-dts:** upgraded to 1.0.0-alpha.3
237
+
238
+ ## @visulima/packem-rollup [1.0.0-alpha.41](https://github.com/visulima/packem/compare/@visulima/packem-rollup@1.0.0-alpha.40...@visulima/packem-rollup@1.0.0-alpha.41) (2026-03-06)
239
+
240
+ ### Bug Fixes
241
+
242
+ * fixed broken publishing ([002f29a](https://github.com/visulima/packem/commit/002f29a6a3edf695d98abae0f18c6b0c328ef832))
243
+
244
+
245
+ ### Dependencies
246
+
247
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.22
248
+ * **@visulima/rollup-plugin-dts:** upgraded to 1.0.0-alpha.2
249
+
250
+ ## @visulima/packem-rollup [1.0.0-alpha.40](https://github.com/visulima/packem/compare/@visulima/packem-rollup@1.0.0-alpha.39...@visulima/packem-rollup@1.0.0-alpha.40) (2026-03-05)
251
+
252
+ ### Bug Fixes
253
+
254
+ * resolve test failures in packem-rollup and ecosystem tests ([2a43db8](https://github.com/visulima/packem/commit/2a43db81e52ec956e78e3c1ce70038fb40e28345))
255
+
256
+ ### Miscellaneous Chores
257
+
258
+ * **packem-rollup:** update source, tests and build configuration ([1285190](https://github.com/visulima/packem/commit/1285190f6dd67de092a68ca69f6d4c190af0a87e))
259
+ * update dependencies, fix linting and improve code formatting ([d78b132](https://github.com/visulima/packem/commit/d78b1325ce79dbd14deeb6311a74d81f7172a81e))
260
+
261
+
262
+ ### Dependencies
263
+
264
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.21
265
+ * **@visulima/rollup-plugin-dts:** upgraded to 1.0.0-alpha.1
266
+
267
+ ## @visulima/packem-rollup [1.0.0-alpha.39](https://github.com/visulima/packem/compare/@visulima/packem-rollup@1.0.0-alpha.38...@visulima/packem-rollup@1.0.0-alpha.39) (2026-02-21)
268
+
269
+ ### Features
270
+
271
+ * **packem-rollup:** add pure new expression plugin and update source ([48c4f00](https://github.com/visulima/packem/commit/48c4f0088d60ec5511f8a81645d4573f7deb38d5))
272
+
273
+ ### Miscellaneous Chores
274
+
275
+ * remove empty optionalDependencies sections from package.json files ([a4aecaa](https://github.com/visulima/packem/commit/a4aecaaacb33d1ffcc8731cfc5247e5f7fa79cf0))
276
+
277
+
278
+ ### Dependencies
279
+
280
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.20
281
+
282
+ ## @visulima/packem-rollup [1.0.0-alpha.38](https://github.com/visulima/packem/compare/@visulima/packem-rollup@1.0.0-alpha.37...@visulima/packem-rollup@1.0.0-alpha.38) (2025-12-29)
283
+
284
+ ### Features
285
+
286
+ * **packem:** enhance external dependency resolution and add new tests ([397c914](https://github.com/visulima/packem/commit/397c9147611f9def319ea81e3fc0546a2300b8ec))
287
+ * **packem:** enhance package.json imports handling and update integration tests ([6449db0](https://github.com/visulima/packem/commit/6449db0f134cafd514849e4c739c0f882f87f6ba))
288
+
289
+ ### Miscellaneous Chores
290
+
291
+ * update pnpm workspace and lockfile configurations ([121fa13](https://github.com/visulima/packem/commit/121fa1399bff3738bc6dbeac310aaff04ead670d))
292
+
293
+
294
+ ### Dependencies
295
+
296
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.19
297
+
298
+ ## @visulima/packem-rollup [1.0.0-alpha.37](https://github.com/visulima/packem/compare/@visulima/packem-rollup@1.0.0-alpha.36...@visulima/packem-rollup@1.0.0-alpha.37) (2025-12-28)
299
+
300
+ ### Features
301
+
302
+ * **shared-module:** add cross-boundary shared module support and integration tests ([59c2635](https://github.com/visulima/packem/commit/59c2635e1e84132b7157f78f191b49b4e180b7b1))
303
+
304
+ ### Miscellaneous Chores
305
+
306
+ * update package dependencies and improve configurations ([e942f98](https://github.com/visulima/packem/commit/e942f9833920f04e112daa232bbe7bdb3628e039))
307
+
308
+ ## @visulima/packem-rollup [1.0.0-alpha.36](https://github.com/visulima/packem/compare/@visulima/packem-rollup@1.0.0-alpha.35...@visulima/packem-rollup@1.0.0-alpha.36) (2025-12-28)
309
+
310
+ ### Features
311
+
312
+ * **preact:** add Preact and React compatibility examples with Babel support ([0b77282](https://github.com/visulima/packem/commit/0b77282b802ed3d7c5df0733c1d7f5e2156df721))
313
+
314
+ ## @visulima/packem-rollup [1.0.0-alpha.35](https://github.com/visulima/packem/compare/@visulima/packem-rollup@1.0.0-alpha.34...@visulima/packem-rollup@1.0.0-alpha.35) (2025-12-24)
315
+
316
+ ### Miscellaneous Chores
317
+
318
+ * update dependencies and improve configuration ([aa5ea19](https://github.com/visulima/packem/commit/aa5ea194b5add7df38a8855e618736fea0ae37fe))
319
+
320
+ ### Code Refactoring
321
+
322
+ * enhance type inference and improve test coverage ([80fbf41](https://github.com/visulima/packem/commit/80fbf41b90595fa1c95133f0f18cd5c2ca48787c))
323
+ * simplify JSX component definitions and update test cases ([14fd836](https://github.com/visulima/packem/commit/14fd8367b5164aecff0c39d28cc096a83fb1ca78))
324
+
325
+
326
+ ### Dependencies
327
+
328
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.18
329
+
330
+ ## @visulima/packem-rollup [1.0.0-alpha.34](https://github.com/visulima/packem/compare/@visulima/packem-rollup@1.0.0-alpha.33...@visulima/packem-rollup@1.0.0-alpha.34) (2025-12-16)
331
+
332
+ ### Bug Fixes
333
+
334
+ * update export handling and improve entry inference logic ([4897f4f](https://github.com/visulima/packem/commit/4897f4f31b7d9ec87b3254391f4b11385478e2e6))
335
+
336
+
337
+ ### Dependencies
338
+
339
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.17
340
+
341
+ ## @visulima/packem-rollup [1.0.0-alpha.33](https://github.com/visulima/packem/compare/@visulima/packem-rollup@1.0.0-alpha.32...@visulima/packem-rollup@1.0.0-alpha.33) (2025-12-13)
342
+
343
+
344
+ ### Dependencies
345
+
346
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.16
347
+
348
+ ## @visulima/packem-rollup [1.0.0-alpha.32](https://github.com/visulima/packem/compare/@visulima/packem-rollup@1.0.0-alpha.31...@visulima/packem-rollup@1.0.0-alpha.32) (2025-12-09)
349
+
350
+ ### Bug Fixes
351
+
352
+ * update pnpm-lock.yaml and example files for consistency ([d11dd48](https://github.com/visulima/packem/commit/d11dd4868a3cb5265035897148f81dca3b33f359))
353
+
354
+ ### Miscellaneous Chores
355
+
356
+ * update package versions and add tests for debarrel plugin ([cb4cc0a](https://github.com/visulima/packem/commit/cb4cc0ae0716f93436a875d44aed392f0592195a))
357
+
358
+ ## @visulima/packem-rollup [1.0.0-alpha.31](https://github.com/visulima/packem/compare/@visulima/packem-rollup@1.0.0-alpha.30...@visulima/packem-rollup@1.0.0-alpha.31) (2025-12-09)
359
+
360
+ ### Features
361
+
362
+ * added preset for react and solid, added babel transformer ([773b907](https://github.com/visulima/packem/commit/773b907b462985cb61a5c978c43e227f24db6706))
363
+
364
+
365
+ ### Dependencies
366
+
367
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.15
368
+
369
+ ## @visulima/packem-rollup [1.0.0-alpha.30](https://github.com/visulima/packem/compare/@visulima/packem-rollup@1.0.0-alpha.29...@visulima/packem-rollup@1.0.0-alpha.30) (2025-11-30)
370
+
371
+ ## @visulima/packem-rollup [1.0.0-alpha.29](https://github.com/visulima/packem/compare/@visulima/packem-rollup@1.0.0-alpha.28...@visulima/packem-rollup@1.0.0-alpha.29) (2025-11-26)
372
+
373
+ ### Miscellaneous Chores
374
+
375
+ * remove patched dependencies and update oxc-parser usage ([24411c1](https://github.com/visulima/packem/commit/24411c1b75bb5a69e7466446a0805c22953c5f78))
376
+ * update oxc dependencies and add patch for oxc-parser ([a3a87fe](https://github.com/visulima/packem/commit/a3a87fe8ea10f0958ee70bc9b8c37aa666c95cb0))
377
+
378
+ ## @visulima/packem-rollup [1.0.0-alpha.28](https://github.com/visulima/packem/compare/@visulima/packem-rollup@1.0.0-alpha.27...@visulima/packem-rollup@1.0.0-alpha.28) (2025-11-25)
379
+
380
+ ### Bug Fixes
381
+
382
+ * enhance migrate command and update ESLint configuration ([95bfa33](https://github.com/visulima/packem/commit/95bfa33ba225cdcf8a88df0f55c781a23de746ef))
383
+
384
+ ### Miscellaneous Chores
385
+
386
+ * update dependencies and improve package configurations ([d2d2a1a](https://github.com/visulima/packem/commit/d2d2a1af0de12daae830268f063e4661c628a247))
387
+ * update dependencies and package versions across multiple files ([#172](https://github.com/visulima/packem/issues/172)) ([f73c1dc](https://github.com/visulima/packem/commit/f73c1dc453f55c52da98e4b7c60f44ffd637e53c))
388
+ * update package references to use 'catalog:visulima' for consistency across multiple packages ([14ee42b](https://github.com/visulima/packem/commit/14ee42b3ae978baef4752e12115d14d6bb2ba7bc))
389
+
390
+ ### Continuous Integration
391
+
392
+ * fixed dep connections ([1c0807f](https://github.com/visulima/packem/commit/1c0807f92b1b6742f0da7f587226b418bd200f80))
393
+
394
+
395
+ ### Dependencies
396
+
397
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.14
398
+
399
+ ## @visulima/packem-rollup [1.0.0-alpha.27](https://github.com/visulima/packem/compare/@visulima/packem-rollup@1.0.0-alpha.26...@visulima/packem-rollup@1.0.0-alpha.27) (2025-11-11)
400
+
401
+ ### Bug Fixes
402
+
403
+ * improve isolated declarations plugin and update filtering logic ([7efdf0d](https://github.com/visulima/packem/commit/7efdf0d052805a3d46cf767447728ca3d537fc24))
404
+ * update license files and improve plugin configurations ([6372411](https://github.com/visulima/packem/commit/6372411fefbad9cb67d912c1447994b93a9ebc6f))
405
+
406
+ ## @visulima/packem-rollup [1.0.0-alpha.26](https://github.com/visulima/packem/compare/@visulima/packem-rollup@1.0.0-alpha.25...@visulima/packem-rollup@1.0.0-alpha.26) (2025-11-08)
407
+
408
+ ### Features
409
+
410
+ * add unbundle mode to preserve source file structure ([317e992](https://github.com/visulima/packem/commit/317e9925eae1344a2459f044250e717241a1d5a5))
411
+
412
+ ### Miscellaneous Chores
413
+
414
+ * update package.json and pnpm-lock.yaml for dependency management ([aa523ca](https://github.com/visulima/packem/commit/aa523ca16f29ba0a874a13693d1f9581acf6f8c3))
415
+
416
+ ## @visulima/packem-rollup [1.0.0-alpha.25](https://github.com/visulima/packem/compare/@visulima/packem-rollup@1.0.0-alpha.24...@visulima/packem-rollup@1.0.0-alpha.25) (2025-10-28)
417
+
418
+ ### Features
419
+
420
+ * enhance require-cjs-transformer with multi-entry point support ([6f0a824](https://github.com/visulima/packem/commit/6f0a824fe982bc9dc18e0e19fd9de55754ac37b3))
421
+
422
+ ## @visulima/packem-rollup [1.0.0-alpha.24](https://github.com/visulima/packem/compare/@visulima/packem-rollup@1.0.0-alpha.23...@visulima/packem-rollup@1.0.0-alpha.24) (2025-10-28)
423
+
424
+ ### Bug Fixes
425
+
426
+ * fixed require-cjs-transformer doublication ([218cffb](https://github.com/visulima/packem/commit/218cffbb1b3667af92161e9537618bd1cd2a0fa7))
427
+
428
+ ### Miscellaneous Chores
429
+
430
+ * update ESLint configurations across multiple packages ([1fe2d3d](https://github.com/visulima/packem/commit/1fe2d3d6e4e1139560755b538367351d2b170ad3))
431
+ * update package configurations and dependencies ([be09695](https://github.com/visulima/packem/commit/be09695f800ee23a555c54bd92e7ddd4c88182eb))
432
+ * update package dependencies and configurations ([8ec45ec](https://github.com/visulima/packem/commit/8ec45ec4cc34899161fed5446268c9036162d902))
433
+ * update package dependencies and configurations ([8453e80](https://github.com/visulima/packem/commit/8453e80187d9e6212d98dbe5aaafd031a5cabdcf))
434
+ * update package.json and pnpm-lock.yaml for @visulima/packem ([d323f2c](https://github.com/visulima/packem/commit/d323f2c3c99b6231d1c598585294babe52814375))
435
+
436
+ ## @visulima/packem-rollup [1.0.0-alpha.23](https://github.com/visulima/packem/compare/@visulima/packem-rollup@1.0.0-alpha.22...@visulima/packem-rollup@1.0.0-alpha.23) (2025-10-14)
437
+
438
+ ### Bug Fixes
439
+
440
+ * improve require CJS transformer to use global process reference ([e599020](https://github.com/visulima/packem/commit/e599020982593875baf08b8e05805fcf0789248f))
441
+
442
+ ### Miscellaneous Chores
443
+
444
+ * update pnpm workspace and package configurations ([feacec9](https://github.com/visulima/packem/commit/feacec93d1b0cefb8ea5d2b730fc1c6918925826))
445
+ * update TypeScript SDK path and adjust package dependencies ([b3a3661](https://github.com/visulima/packem/commit/b3a3661299bcb2343a0da19dddebb43678575750))
446
+
447
+ ## @visulima/packem-rollup [1.0.0-alpha.22](https://github.com/visulima/packem/compare/@visulima/packem-rollup@1.0.0-alpha.21...@visulima/packem-rollup@1.0.0-alpha.22) (2025-10-11)
448
+
449
+ ### Bug Fixes
450
+
451
+ * update dependencies and improve require CJS transformer ([a8d4fb7](https://github.com/visulima/packem/commit/a8d4fb7f35a313fd22c123b4b6487a346eb66e0a))
452
+
453
+ ## @visulima/packem-rollup [1.0.0-alpha.21](https://github.com/visulima/packem/compare/@visulima/packem-rollup@1.0.0-alpha.20...@visulima/packem-rollup@1.0.0-alpha.21) (2025-10-08)
454
+
455
+ ### Bug Fixes
456
+
457
+ * update dependencies and improve minification options ([25b69b5](https://github.com/visulima/packem/commit/25b69b50f7631655303a417e61f3a37e2aa3c017))
458
+
459
+ ## @visulima/packem-rollup [1.0.0-alpha.20](https://github.com/visulima/packem/compare/@visulima/packem-rollup@1.0.0-alpha.19...@visulima/packem-rollup@1.0.0-alpha.20) (2025-10-08)
460
+
461
+ ### Bug Fixes
462
+
463
+ * enhance package-json-exports and preserve-directives tests ([c3b58f2](https://github.com/visulima/packem/commit/c3b58f251ea9ed3d8747a967b6f53fd4c1773509))
464
+
465
+ ### Documentation
466
+
467
+ * clarify minification requirement for minify-html-literals plugin ([287b231](https://github.com/visulima/packem/commit/287b231d04ea8268470a07eadb32350c986d2892))
468
+
469
+ ### Miscellaneous Chores
470
+
471
+ * update dependencies and add minify-html-literals plugin ([e20007d](https://github.com/visulima/packem/commit/e20007ddf3cbb80c34c323ed37164baaf6f9a649))
472
+
473
+
474
+ ### Dependencies
475
+
476
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.13
477
+
478
+ ## @visulima/packem-rollup [1.0.0-alpha.19](https://github.com/visulima/packem/compare/@visulima/packem-rollup@1.0.0-alpha.18...@visulima/packem-rollup@1.0.0-alpha.19) (2025-10-07)
479
+
480
+ ### Bug Fixes
481
+
482
+ * update documentation and references from Packen to Packem ([9983009](https://github.com/visulima/packem/commit/99830099c953e2b12269ea18606838d80f1e6e2b))
483
+
484
+ ## @visulima/packem-rollup [1.0.0-alpha.18](https://github.com/visulima/packem/compare/@visulima/packem-rollup@1.0.0-alpha.17...@visulima/packem-rollup@1.0.0-alpha.18) (2025-10-02)
485
+
486
+ ### Bug Fixes
487
+
488
+ * update dependencies and versions across multiple packages ([a0d209d](https://github.com/visulima/packem/commit/a0d209d847b1feb171850994a64591ab7d26f8cb))
489
+
490
+ ## @visulima/packem-rollup [1.0.0-alpha.17](https://github.com/visulima/packem/compare/@visulima/packem-rollup@1.0.0-alpha.16...@visulima/packem-rollup@1.0.0-alpha.17) (2025-09-30)
491
+
492
+ ### Features
493
+
494
+ * added support for attw and publint, fixed caching issue on validation ([6f05388](https://github.com/visulima/packem/commit/6f0538802b3cd5a2cd84a373c96b25eb7fa1c01c))
495
+ * update dependencies and add requireCJS transformer support ([050ed47](https://github.com/visulima/packem/commit/050ed47cf1ced64e74e0cf5c043edd1b8f4dead1))
496
+
497
+ ### Miscellaneous Chores
498
+
499
+ * update dependencies and versions across multiple packages ([3e5b4a2](https://github.com/visulima/packem/commit/3e5b4a229fc514828ab9e012a5d556163b30c2fc))
500
+ * update package.json scripts and dependencies ([8f2aa25](https://github.com/visulima/packem/commit/8f2aa25956f2570a65b53d9f936c8cf1d730a49f))
501
+
502
+ ## @visulima/packem-rollup [1.0.0-alpha.16](https://github.com/visulima/packem/compare/@visulima/packem-rollup@1.0.0-alpha.15...@visulima/packem-rollup@1.0.0-alpha.16) (2025-09-22)
503
+
504
+ ### Bug Fixes
505
+
506
+ * updated deps, added usage of pnpm catalog ([14987df](https://github.com/visulima/packem/commit/14987dff37121ca7aab6f9d0a07b24a1a2f5284a))
507
+
508
+
509
+ ### Dependencies
510
+
511
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.12
512
+
513
+ ## @visulima/packem-rollup [1.0.0-alpha.15](https://github.com/visulima/packem/compare/@visulima/packem-rollup@1.0.0-alpha.14...@visulima/packem-rollup@1.0.0-alpha.15) (2025-09-17)
514
+
515
+ ### Bug Fixes
516
+
517
+ * update dependencies and versions across multiple packages ([b17ec3b](https://github.com/visulima/packem/commit/b17ec3b30f1bfa6267e9eede14fbb569c55b09cf))
518
+
519
+
520
+ ### Dependencies
521
+
522
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.11
523
+
524
+ ## @visulima/packem-rollup [1.0.0-alpha.14](https://github.com/visulima/packem/compare/@visulima/packem-rollup@1.0.0-alpha.13...@visulima/packem-rollup@1.0.0-alpha.14) (2025-09-05)
525
+
526
+ ### Bug Fixes
527
+
528
+ * update dependencies and versions across multiple packages ([1bf21ee](https://github.com/visulima/packem/commit/1bf21ee3bf5e06c6ac53872ec33d64b4ad7cf588))
529
+
530
+
531
+ ### Dependencies
532
+
533
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.10
534
+
535
+ ## @visulima/packem-rollup [1.0.0-alpha.13](https://github.com/visulima/packem/compare/@visulima/packem-rollup@1.0.0-alpha.12...@visulima/packem-rollup@1.0.0-alpha.13) (2025-09-03)
536
+
537
+ ### Bug Fixes
538
+
539
+ * enhance integration tests for CSS and raw data handling ([67aecd3](https://github.com/visulima/packem/commit/67aecd337192d8ea284425db7230661e87de7ad5))
540
+
541
+ ### Miscellaneous Chores
542
+
543
+ * update dependencies and versions in package.json and pnpm-lock.yaml ([df62809](https://github.com/visulima/packem/commit/df628094fc6fd5e79cbb939a61bab79d6c89b833))
544
+ * update dependencies and versions in package.json and pnpm-lock.yaml ([e6086fb](https://github.com/visulima/packem/commit/e6086fbd6ad21bbc35b8365b03e8a5d543354154))
545
+
546
+ ## @visulima/packem-rollup [1.0.0-alpha.12](https://github.com/visulima/packem/compare/@visulima/packem-rollup@1.0.0-alpha.11...@visulima/packem-rollup@1.0.0-alpha.12) (2025-08-29)
547
+
548
+ ### Features
549
+
550
+ * added the first migration for the rolldown-plugin-dts for rollup ([fb3321f](https://github.com/visulima/packem/commit/fb3321fedb5101368bdf8e711db30d00d9ef26f3))
551
+ * implement lazy barrel optimization in rollup-plugin ([2cdcb34](https://github.com/visulima/packem/commit/2cdcb342f41940b4b277698740153953b905acd0))
552
+ * introduce debarrel optimization for improved import handling ([129435e](https://github.com/visulima/packem/commit/129435ee941f2cd9f003046225e2a8862eb2cba7))
553
+
554
+
555
+ ### Dependencies
556
+
557
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.9
558
+
559
+ ## @visulima/packem-rollup [1.0.0-alpha.11](https://github.com/visulima/packem/compare/@visulima/packem-rollup@1.0.0-alpha.10...@visulima/packem-rollup@1.0.0-alpha.11) (2025-08-25)
560
+
561
+ ### Features
562
+
563
+ * Add Data URI plugin support for SVG files ([8528648](https://github.com/visulima/packem/commit/852864828d09a70367c93228b1bee8699e1e00f2))
564
+
565
+
566
+ ### Dependencies
567
+
568
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.8
569
+
570
+ ## @visulima/packem-rollup [1.0.0-alpha.10](https://github.com/visulima/packem/compare/@visulima/packem-rollup@1.0.0-alpha.9...@visulima/packem-rollup@1.0.0-alpha.10) (2025-08-21)
571
+
572
+ ### Bug Fixes
573
+
574
+ * Introduce Button and Card components with Tailwind CSS styles ([bd9d5c3](https://github.com/visulima/packem/commit/bd9d5c371afbc6adf030ade6a64b572f6eb4c2cc))
575
+
576
+ ## @visulima/packem-rollup [1.0.0-alpha.9](https://github.com/visulima/packem/compare/@visulima/packem-rollup@1.0.0-alpha.8...@visulima/packem-rollup@1.0.0-alpha.9) (2025-08-20)
577
+
578
+ ### Bug Fixes
579
+
580
+ * update raw plugin to handle .js?raw imports and improve file reading ([670dad5](https://github.com/visulima/packem/commit/670dad559e535af5c883556e6a7af7794465c669))
581
+
582
+ ## @visulima/packem-rollup [1.0.0-alpha.8](https://github.com/visulima/packem/compare/@visulima/packem-rollup@1.0.0-alpha.7...@visulima/packem-rollup@1.0.0-alpha.8) (2025-08-20)
583
+
584
+ ### Bug Fixes
585
+
586
+ * fixed the custom resolver for tailwind loader ([1fd0b43](https://github.com/visulima/packem/commit/1fd0b4345aa90f5c250eba9fd8c741e569b84abc))
587
+
588
+
589
+ ### Dependencies
590
+
591
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.7
592
+
593
+ ## @visulima/packem-rollup [1.0.0-alpha.7](https://github.com/visulima/packem/compare/@visulima/packem-rollup@1.0.0-alpha.6...@visulima/packem-rollup@1.0.0-alpha.7) (2025-08-17)
594
+
595
+ ### Features
596
+
597
+ * added tailwindcss oxide loader ([#166](https://github.com/visulima/packem/issues/166)) ([acbbc59](https://github.com/visulima/packem/commit/acbbc59071e771a94d1a0c5435b267e483e3ad73))
598
+
599
+
600
+ ### Dependencies
601
+
602
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.6
603
+
1
604
  ## @visulima/packem-rollup [1.0.0-alpha.6](https://github.com/visulima/packem/compare/@visulima/packem-rollup@1.0.0-alpha.5...@visulima/packem-rollup@1.0.0-alpha.6) (2025-08-10)
2
605
 
3
606
  ### Features