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

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