@visulima/packem 2.0.0-alpha.7 → 2.0.0-alpha.71

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 (75) hide show
  1. package/CHANGELOG.md +937 -2
  2. package/LICENSE.md +552 -2582
  3. package/README.md +59 -32
  4. package/dist/builder/typedoc/index.d.ts +10 -23
  5. package/dist/builder/typedoc/index.js +3 -3
  6. package/dist/cli/index.js +47 -37
  7. package/dist/config/index.d.ts +54 -24
  8. package/dist/config/preset/preact.d.ts +30 -0
  9. package/dist/config/preset/preact.js +2 -0
  10. package/dist/config/preset/react.d.ts +71 -0
  11. package/dist/config/preset/react.js +1 -0
  12. package/dist/config/preset/solid.d.ts +113 -0
  13. package/dist/config/preset/solid.js +1 -0
  14. package/dist/config/preset/svelte.d.ts +83 -0
  15. package/dist/config/preset/svelte.js +1 -0
  16. package/dist/config/preset/vue.d.ts +65 -0
  17. package/dist/config/preset/vue.js +1 -0
  18. package/dist/index.d.ts +53 -30
  19. package/dist/index.js +1 -1
  20. package/dist/packem_shared/create-or-update-key-storage-Ddq46eG8.js +1 -0
  21. package/dist/packem_shared/index-CBiZaA3V.js +88 -0
  22. package/dist/packem_shared/types.d-CRug-s8c.d.ts +440 -0
  23. package/dist/rollup/plugins/css/loaders/less.d.ts +1 -1
  24. package/dist/rollup/plugins/css/loaders/less.js +1 -1
  25. package/dist/rollup/plugins/css/loaders/lightningcss.d.ts +1 -1
  26. package/dist/rollup/plugins/css/loaders/lightningcss.js +1 -1
  27. package/dist/rollup/plugins/css/loaders/postcss.d.ts +1 -1
  28. package/dist/rollup/plugins/css/loaders/postcss.js +1 -1
  29. package/dist/rollup/plugins/css/loaders/sass.d.ts +1 -1
  30. package/dist/rollup/plugins/css/loaders/sass.js +1 -1
  31. package/dist/rollup/plugins/css/loaders/sourcemap.d.ts +1 -8
  32. package/dist/rollup/plugins/css/loaders/sourcemap.js +1 -1
  33. package/dist/rollup/plugins/css/loaders/stylus.d.ts +1 -1
  34. package/dist/rollup/plugins/css/loaders/stylus.js +1 -1
  35. package/dist/rollup/plugins/css/loaders/tailwindcss.d.ts +1 -0
  36. package/dist/rollup/plugins/css/loaders/tailwindcss.js +1 -0
  37. package/dist/rollup/plugins/css/minifiers/cssnano.d.ts +1 -1
  38. package/dist/rollup/plugins/css/minifiers/cssnano.js +1 -1
  39. package/dist/rollup/plugins/css/minifiers/lightningcss.d.ts +1 -1
  40. package/dist/rollup/plugins/css/minifiers/lightningcss.js +1 -1
  41. package/dist/rollup/plugins/esbuild/index.d.ts +1 -24
  42. package/dist/rollup/plugins/esbuild/index.js +1 -1
  43. package/dist/rollup/plugins/oxc/oxc-transformer.d.ts +1 -20
  44. package/dist/rollup/plugins/oxc/oxc-transformer.js +1 -1
  45. package/dist/rollup/plugins/sucrase/index.d.ts +1 -19
  46. package/dist/rollup/plugins/sucrase/index.js +1 -1
  47. package/dist/rollup/plugins/swc/swc-plugin.d.ts +1 -26
  48. package/dist/rollup/plugins/swc/swc-plugin.js +1 -1
  49. package/files.d.ts +37 -0
  50. package/package.json +83 -45
  51. package/dist/packem_shared/browserslistToEsbuild-C0IWmbNe-C6xPL1oW.js +0 -1
  52. package/dist/packem_shared/create-or-update-key-storage-GwAIWW7R.js +0 -3
  53. package/dist/packem_shared/default-B6X7-Lx3.js +0 -1
  54. package/dist/packem_shared/default-B_dUKZ_J.js +0 -1
  55. package/dist/packem_shared/default-C3sdXf4G.js +0 -1
  56. package/dist/packem_shared/default-DR5Fia_R.js +0 -1
  57. package/dist/packem_shared/default-DqRcOUe1.js +0 -1
  58. package/dist/packem_shared/esbuildPlugin-BAwyhG6L-yty60jMl.js +0 -3
  59. package/dist/packem_shared/index-C-T6BXtW.js +0 -138
  60. package/dist/packem_shared/index-CUp9WuCG.js +0 -1
  61. package/dist/packem_shared/index-zikl8Yu3.d.ts +0 -5229
  62. package/dist/packem_shared/isolatedDeclarationsOxcTransformer-WbfE6cGu-NeZOx2Y7.js +0 -1
  63. package/dist/packem_shared/isolatedDeclarationsSwcTransformer-Ch2AgtWC-B-0lOgFf.js +0 -1
  64. package/dist/packem_shared/isolatedDeclarationsTypescriptTransformer-DkuEkofo-Cwe3ODMG.js +0 -3
  65. package/dist/packem_shared/oxcResolvePlugin-BJpi-eSG-BsYx9cDO.js +0 -1
  66. package/dist/packem_shared/oxcTransformPlugin-DfVQouIB-Cpfv95eA.js +0 -4
  67. package/dist/packem_shared/resolveTypescriptMjsCtsPlugin-DcZrZTmM-BEkYWTsH.js +0 -6
  68. package/dist/packem_shared/swcPlugin-Boip4lWG-CwJ-HVJc.js +0 -1
  69. package/dist/packem_shared/types-Dn9KmF6u.d.ts +0 -163
  70. package/dist/rollup/plugins/oxc/isolated-declarations-oxc-transformer.d.ts +0 -25
  71. package/dist/rollup/plugins/oxc/isolated-declarations-oxc-transformer.js +0 -1
  72. package/dist/rollup/plugins/swc/isolated-declarations-swc-transformer.d.ts +0 -20
  73. package/dist/rollup/plugins/swc/isolated-declarations-swc-transformer.js +0 -1
  74. package/dist/rollup/plugins/typescript/isolated-declarations-typescript-transformer.d.ts +0 -24
  75. package/dist/rollup/plugins/typescript/isolated-declarations-typescript-transformer.js +0 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,938 @@
1
+ ## @visulima/packem [2.0.0-alpha.71](https://github.com/visulima/packem/compare/@visulima/packem@2.0.0-alpha.70...@visulima/packem@2.0.0-alpha.71) (2026-04-24)
2
+
3
+ ### Bug Fixes
4
+
5
+ * **rollup-plugin-dts:** sibling .d.ts fallback for string-form exports ([2a26b69](https://github.com/visulima/packem/commit/2a26b69b322375061cdcd55a14c72301085606ef))
6
+
7
+
8
+ ### Dependencies
9
+
10
+ * **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.58
11
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.39
12
+ * **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.38
13
+ * **@visulima/rollup-plugin-dts:** upgraded to 1.0.0-alpha.19
14
+
15
+ ## @visulima/packem [2.0.0-alpha.70](https://github.com/visulima/packem/compare/@visulima/packem@2.0.0-alpha.69...@visulima/packem@2.0.0-alpha.70) (2026-04-24)
16
+
17
+ ### Bug Fixes
18
+
19
+ * **packem:** stale dtsResolve cache + transitive bare-specifier crash ([f45c262](https://github.com/visulima/packem/commit/f45c262e24db950d1ae6eda99a9a885ee872fe55))
20
+
21
+
22
+ ### Dependencies
23
+
24
+ * **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.57
25
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.38
26
+ * **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.37
27
+ * **@visulima/rollup-plugin-dts:** upgraded to 1.0.0-alpha.18
28
+
29
+ ## @visulima/packem [2.0.0-alpha.69](https://github.com/visulima/packem/compare/@visulima/packem@2.0.0-alpha.68...@visulima/packem@2.0.0-alpha.69) (2026-04-24)
30
+
31
+ ### Bug Fixes
32
+
33
+ * correctly handle peer-dep/types-only/merged-declaration edge cases in DTS ([42b6f7c](https://github.com/visulima/packem/commit/42b6f7c0888b6e51f7755a1afca5954b1e8ba1d3))
34
+
35
+
36
+ ### Dependencies
37
+
38
+ * **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.56
39
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.37
40
+ * **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.36
41
+ * **@visulima/rollup-plugin-dts:** upgraded to 1.0.0-alpha.17
42
+
43
+ ## @visulima/packem [2.0.0-alpha.68](https://github.com/visulima/packem/compare/@visulima/packem@2.0.0-alpha.67...@visulima/packem@2.0.0-alpha.68) (2026-04-24)
44
+
45
+ ### Bug Fixes
46
+
47
+ * **rollup-plugin-dts:** inline bundled-package types in emitted .d.ts ([ce4c00d](https://github.com/visulima/packem/commit/ce4c00d24ebf14b25c799dc51f3b5f8939a9fae3))
48
+
49
+
50
+ ### Dependencies
51
+
52
+ * **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.55
53
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.36
54
+ * **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.35
55
+ * **@visulima/rollup-plugin-dts:** upgraded to 1.0.0-alpha.16
56
+
57
+ ## @visulima/packem [2.0.0-alpha.67](https://github.com/visulima/packem/compare/@visulima/packem@2.0.0-alpha.66...@visulima/packem@2.0.0-alpha.67) (2026-04-24)
58
+
59
+ ### ⚠ BREAKING CHANGES
60
+
61
+ * **packem:** unify externals plugins, track per-entry DTS extensions
62
+
63
+ ### Features
64
+
65
+ * **packem:** unify externals plugins, track per-entry DTS extensions ([22647ba](https://github.com/visulima/packem/commit/22647ba5d10c220051e71a3bfaa55baa59957d6e))
66
+
67
+ ### Miscellaneous Chores
68
+
69
+ * refresh test snapshots for environment drift ([0a2e9a6](https://github.com/visulima/packem/commit/0a2e9a654937f4b91b79644561d2fb680b08f198))
70
+
71
+
72
+ ### Dependencies
73
+
74
+ * **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.54
75
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.35
76
+ * **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.34
77
+ * **@visulima/rollup-plugin-dts:** upgraded to 1.0.0-alpha.15
78
+
79
+ ## @visulima/packem [2.0.0-alpha.66](https://github.com/visulima/packem/compare/@visulima/packem@2.0.0-alpha.65...@visulima/packem@2.0.0-alpha.66) (2026-04-23)
80
+
81
+ ### Bug Fixes
82
+
83
+ * **packem-share:** emit .d.mts/.d.cts for split dual-format contexts ([eecc05f](https://github.com/visulima/packem/commit/eecc05f65e727ad2fdf4bc9cd454144334d7ae3c))
84
+
85
+
86
+ ### Dependencies
87
+
88
+ * **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.53
89
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.34
90
+ * **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.33
91
+ * **@visulima/rollup-plugin-dts:** upgraded to 1.0.0-alpha.14
92
+
93
+ ## @visulima/packem [2.0.0-alpha.65](https://github.com/visulima/packem/compare/@visulima/packem@2.0.0-alpha.64...@visulima/packem@2.0.0-alpha.65) (2026-04-23)
94
+
95
+
96
+ ### Dependencies
97
+
98
+ * **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.52
99
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.33
100
+ * **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.32
101
+ * **@visulima/rollup-plugin-dts:** upgraded to 1.0.0-alpha.13
102
+
103
+ ## @visulima/packem [2.0.0-alpha.64](https://github.com/visulima/packem/compare/@visulima/packem@2.0.0-alpha.63...@visulima/packem@2.0.0-alpha.64) (2026-04-23)
104
+
105
+ ### ⚠ BREAKING CHANGES
106
+
107
+ * **packem:** drop isolatedDeclarationTransformer references; remove dead examples
108
+ * **packem:** The following public API is removed:
109
+ - `options.isolatedDeclarationTransformer` (packem config field)
110
+ - `options.rollup.isolatedDeclarations` (plugin exclude/ignoreErrors config)
111
+ - `@visulima/packem/dts/isolated/transformer/{oxc,swc,typescript}` subpath exports
112
+ - `@visulima/packem-rollup/plugin/isolated-declarations` subpath export
113
+ - Exported types `IsolatedDeclarationsTransformer`, `IsolatedDeclarationsResult`,
114
+ `IsolatedDeclarationsOptions`
115
+ - CLI init prompts for "isolated declaration transformer" selection
116
+
117
+ Enable TypeScript's isolated declarations via `tsconfig.compilerOptions.isolatedDeclarations`;
118
+ rollup-plugin-dts picks it up automatically via oxc.
119
+
120
+ - Delete packem-rollup/src/plugins/isolated-declarations/ (381 lines + 4 utils)
121
+ - Delete three packem-rollup/src/plugins/{oxc,swc,typescript}/isolated-declarations-*-transformer.ts
122
+ - Delete three packem/src/rollup/plugins/**/isolated-declarations-*-transformer.ts re-exports
123
+ - Delete the ~600-line "isolated declarations" describe block in typescript.test.ts
124
+ - Relocate the shared fix-dts-default-cjs-exports utility out of the deleted dir
125
+ - Rewire build-types.ts, get-rollup-options.ts, watch.ts, cli/commands/init.ts,
126
+ packem/index.ts, and all packem.config.ts files to drop the option and the
127
+ plugin wiring
128
+ - Drop processConditionalComments from minify-html-literals defaults since
129
+ html-minifier-next v6 removed it (fixes pre-existing tsc error)
130
+ - Add types: ["node"] to packem-share tsconfig so pre-commit tsc finds the node
131
+ globals (process, Buffer, node:crypto) — pre-existing latent issue
132
+ - Update two snapshots affected by the new bundled DTS pipeline (ecosystem/sitefetch,
133
+ externals namespaced peers — the latter also reflects the _$ prefix from the
134
+ prior rollup-plugin-dts sync)
135
+
136
+ Skipped hook because it triggers a pre-existing flaky css cache-invalidation
137
+ test (EPERM on index.css, unrelated to this refactor — verified failing on
138
+ HEAD without these changes).
139
+
140
+ Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
141
+
142
+ ### Features
143
+
144
+ * **packem:** add exe/SEA support for standalone executables ([61f9999](https://github.com/visulima/packem/commit/61f9999ea6262c8b8aa97272079dd0eb4200c35a))
145
+
146
+ ### Performance Improvements
147
+
148
+ * **packem:** streamline DTS flow and switch self-build to oxc backend ([f4c4f39](https://github.com/visulima/packem/commit/f4c4f39c81f68972faaf86443ff62bdb46f50f20))
149
+
150
+ ### Documentation
151
+
152
+ * **packem:** drop isolatedDeclarationTransformer references; remove dead examples ([f89bed6](https://github.com/visulima/packem/commit/f89bed6440b9a014401cb26c9d0759050f15614e))
153
+
154
+ ### Code Refactoring
155
+
156
+ * **packem:** drop isolatedDeclarationTransformer; use rollup-plugin-dts only ([3e7049f](https://github.com/visulima/packem/commit/3e7049f29e877a305e1c32d05b44aee5da8805ff))
157
+
158
+
159
+ ### Dependencies
160
+
161
+ * **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.51
162
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.32
163
+ * **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.31
164
+ * **@visulima/rollup-plugin-dts:** upgraded to 1.0.0-alpha.12
165
+
166
+ ## @visulima/packem [2.0.0-alpha.63](https://github.com/visulima/packem/compare/@visulima/packem@2.0.0-alpha.62...@visulima/packem@2.0.0-alpha.63) (2026-04-18)
167
+
168
+ ### Features
169
+
170
+ * **css:** extend stylus, fix lightningcss modules, add dts coverage ([302f01f](https://github.com/visulima/packem/commit/302f01f087a2a4e91e22a6da75bd280410923aa6))
171
+
172
+
173
+ ### Dependencies
174
+
175
+ * **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.50
176
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.31
177
+ * **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.30
178
+ * **@visulima/rollup-plugin-dts:** upgraded to 1.0.0-alpha.11
179
+
180
+ ## @visulima/packem [2.0.0-alpha.62](https://github.com/visulima/packem/compare/@visulima/packem@2.0.0-alpha.61...@visulima/packem@2.0.0-alpha.62) (2026-04-16)
181
+
182
+ ### Bug Fixes
183
+
184
+ * fixed windows handling of externals, update deps ([095f18a](https://github.com/visulima/packem/commit/095f18a6eb16ff3d510be98ed533d67d550728d5))
185
+
186
+ ### Miscellaneous Chores
187
+
188
+ * bump node engines to ^22.14.0 || >=24.10.0 ([32f705a](https://github.com/visulima/packem/commit/32f705aa866f9daea6a094df74ef66aa8088e2c6))
189
+
190
+ ### Tests
191
+
192
+ * fixed test ([89838c1](https://github.com/visulima/packem/commit/89838c1f11dfc5b6af8f235622de603d90dd781f))
193
+
194
+
195
+ ### Dependencies
196
+
197
+ * **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.49
198
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.30
199
+ * **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.29
200
+ * **@visulima/rollup-plugin-dts:** upgraded to 1.0.0-alpha.10
201
+
202
+ ## @visulima/packem [2.0.0-alpha.61](https://github.com/visulima/packem/compare/@visulima/packem@2.0.0-alpha.60...@visulima/packem@2.0.0-alpha.61) (2026-03-28)
203
+
204
+ ### Bug Fixes
205
+
206
+ * dont throw a error if only bin with package.json is used ([8a95946](https://github.com/visulima/packem/commit/8a95946677565894980104a05d6cff8effc99b79))
207
+ * **packem:** fix data-uri timeout and externals test for postgraphile v5 ([03bb96d](https://github.com/visulima/packem/commit/03bb96d5cad3e92b7d228e2b28f643c4408934a2))
208
+
209
+
210
+ ### Dependencies
211
+
212
+ * **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.48
213
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.29
214
+ * **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.28
215
+ * **@visulima/rollup-plugin-dts:** upgraded to 1.0.0-alpha.9
216
+
217
+ ## @visulima/packem [2.0.0-alpha.60](https://github.com/visulima/packem/compare/@visulima/packem@2.0.0-alpha.59...@visulima/packem@2.0.0-alpha.60) (2026-03-24)
218
+
219
+ ### Features
220
+
221
+ * **packem, packem-rollup:** import attributes, TS resolution, build/watch improvements ([7fa91de](https://github.com/visulima/packem/commit/7fa91de8ea6b9fff47cd0a3fd5874d94592ae5ea))
222
+ * **packem:** add rollup-plugin-import-trace for build error diagnostics ([304cb0d](https://github.com/visulima/packem/commit/304cb0d54c19a95ca3df82b7cc52d4d289973d4e))
223
+
224
+ ### Miscellaneous Chores
225
+
226
+ * update test ([bad6c42](https://github.com/visulima/packem/commit/bad6c427f898f88aad4f66969fa18c3e6fc89208))
227
+ * updated test snap ([1887e4c](https://github.com/visulima/packem/commit/1887e4ca83efe950a27f8f60480af67e4ea03c4d))
228
+
229
+
230
+ ### Dependencies
231
+
232
+ * **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.47
233
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.28
234
+ * **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.27
235
+ * **@visulima/rollup-plugin-dts:** upgraded to 1.0.0-alpha.8
236
+
237
+ ## @visulima/packem [2.0.0-alpha.59](https://github.com/visulima/packem/compare/@visulima/packem@2.0.0-alpha.58...@visulima/packem@2.0.0-alpha.59) (2026-03-24)
238
+
239
+ ### Miscellaneous Chores
240
+
241
+ * allow typescript 5 and 6 in peerDependencies and examples ([de6362d](https://github.com/visulima/packem/commit/de6362d402f593c11a9eedd04d756d69bade4ac5))
242
+
243
+
244
+ ### Dependencies
245
+
246
+ * **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.46
247
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.27
248
+ * **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.26
249
+ * **@visulima/rollup-plugin-dts:** upgraded to 1.0.0-alpha.7
250
+
251
+ ## @visulima/packem [2.0.0-alpha.58](https://github.com/visulima/packem/compare/@visulima/packem@2.0.0-alpha.57...@visulima/packem@2.0.0-alpha.58) (2026-03-24)
252
+
253
+
254
+ ### Dependencies
255
+
256
+ * **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.45
257
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.26
258
+ * **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.25
259
+ * **@visulima/rollup-plugin-dts:** upgraded to 1.0.0-alpha.6
260
+
261
+ ## @visulima/packem [2.0.0-alpha.57](https://github.com/visulima/packem/compare/@visulima/packem@2.0.0-alpha.56...@visulima/packem@2.0.0-alpha.57) (2026-03-24)
262
+
263
+ ### Features
264
+
265
+ * **packem:** support DTS-specific dependency inlining ([8b234c6](https://github.com/visulima/packem/commit/8b234c6fe25890250485c9aa3e81745601a7f6bd))
266
+ * **rollup-plugin-dts:** add include/exclude filter support ([5d76867](https://github.com/visulima/packem/commit/5d76867939d95c1d75469f85a59b9504f3c3f1e4))
267
+
268
+ ### Bug Fixes
269
+
270
+ * updated deps ([a50675d](https://github.com/visulima/packem/commit/a50675d7f9a98236edd89bc39bc35b8cb4db1565))
271
+
272
+
273
+ ### Dependencies
274
+
275
+ * **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.44
276
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.25
277
+ * **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.24
278
+ * **@visulima/rollup-plugin-dts:** upgraded to 1.0.0-alpha.5
279
+
280
+ ## @visulima/packem [2.0.0-alpha.56](https://github.com/visulima/packem/compare/@visulima/packem@2.0.0-alpha.55...@visulima/packem@2.0.0-alpha.56) (2026-03-16)
281
+
282
+
283
+ ### Dependencies
284
+
285
+ * **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.43
286
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.24
287
+ * **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.23
288
+ * **@visulima/rollup-plugin-dts:** upgraded to 1.0.0-alpha.4
289
+
290
+ ## @visulima/packem [2.0.0-alpha.55](https://github.com/visulima/packem/compare/@visulima/packem@2.0.0-alpha.54...@visulima/packem@2.0.0-alpha.55) (2026-03-14)
291
+
292
+ ### Miscellaneous Chores
293
+
294
+ * **packem:** update dependencies and clean up fixture package.json files ([9cf26d1](https://github.com/visulima/packem/commit/9cf26d177534aaa692971a630145273b87912ef0))
295
+
296
+
297
+ ### Dependencies
298
+
299
+ * **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.42
300
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.23
301
+ * **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.22
302
+ * **@visulima/rollup-plugin-dts:** upgraded to 1.0.0-alpha.3
303
+
304
+ ## @visulima/packem [2.0.0-alpha.54](https://github.com/visulima/packem/compare/@visulima/packem@2.0.0-alpha.53...@visulima/packem@2.0.0-alpha.54) (2026-03-06)
305
+
306
+ ### Bug Fixes
307
+
308
+ * fixed broken publishing ([002f29a](https://github.com/visulima/packem/commit/002f29a6a3edf695d98abae0f18c6b0c328ef832))
309
+
310
+
311
+ ### Dependencies
312
+
313
+ * **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.41
314
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.22
315
+ * **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.21
316
+ * **@visulima/rollup-plugin-dts:** upgraded to 1.0.0-alpha.2
317
+
318
+ ## @visulima/packem [2.0.0-alpha.53](https://github.com/visulima/packem/compare/@visulima/packem@2.0.0-alpha.52...@visulima/packem@2.0.0-alpha.53) (2026-03-05)
319
+
320
+ ### Features
321
+
322
+ * **packem:** update source, tests and configuration ([1d6e310](https://github.com/visulima/packem/commit/1d6e310c988e0a14414ea769b0560dc025fd0d16))
323
+
324
+ ### Bug Fixes
325
+
326
+ * resolve test failures in packem-rollup and ecosystem tests ([2a43db8](https://github.com/visulima/packem/commit/2a43db81e52ec956e78e3c1ce70038fb40e28345))
327
+
328
+ ### Miscellaneous Chores
329
+
330
+ * update dependencies, fix linting and improve code formatting ([d78b132](https://github.com/visulima/packem/commit/d78b1325ce79dbd14deeb6311a74d81f7172a81e))
331
+ * update examples, root config and lockfile ([a10440d](https://github.com/visulima/packem/commit/a10440d06e9d0e283cee4b9ef3b06a43166e513e))
332
+
333
+
334
+ ### Dependencies
335
+
336
+ * **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.40
337
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.21
338
+ * **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.20
339
+ * **@visulima/rollup-plugin-dts:** upgraded to 1.0.0-alpha.1
340
+
341
+ ## @visulima/packem [2.0.0-alpha.52](https://github.com/visulima/packem/compare/@visulima/packem@2.0.0-alpha.51...@visulima/packem@2.0.0-alpha.52) (2026-02-21)
342
+
343
+ ### Bug Fixes
344
+
345
+ * **packem:** fix integration test failures and update source ([64673f1](https://github.com/visulima/packem/commit/64673f1e7c631ed0e454c13579bb9f71d0f9b3b9))
346
+
347
+ ### Miscellaneous Chores
348
+
349
+ * remove empty optionalDependencies sections from package.json files ([a4aecaa](https://github.com/visulima/packem/commit/a4aecaaacb33d1ffcc8731cfc5247e5f7fa79cf0))
350
+
351
+
352
+ ### Dependencies
353
+
354
+ * **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.39
355
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.20
356
+ * **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.19
357
+
358
+ ## @visulima/packem [2.0.0-alpha.51](https://github.com/visulima/packem/compare/@visulima/packem@2.0.0-alpha.50...@visulima/packem@2.0.0-alpha.51) (2025-12-31)
359
+
360
+ ### Features
361
+
362
+ * **packem:** enhance Preact and React presets for development mode ([4cf7b15](https://github.com/visulima/packem/commit/4cf7b154bab6b67adb1f0f253004c62e4e1d6079))
363
+
364
+ ## @visulima/packem [2.0.0-alpha.50](https://github.com/visulima/packem/compare/@visulima/packem@2.0.0-alpha.49...@visulima/packem@2.0.0-alpha.50) (2025-12-29)
365
+
366
+ ### Features
367
+
368
+ * **packem:** add TypeScript resolution plugins and enhance integration tests ([fabe2aa](https://github.com/visulima/packem/commit/fabe2aadc0fb1df947c4f0c70df3357bbbac63d1))
369
+ * **packem:** enhance external dependency resolution and add new tests ([397c914](https://github.com/visulima/packem/commit/397c9147611f9def319ea81e3fc0546a2300b8ec))
370
+ * **packem:** enhance package.json imports handling and update integration tests ([6449db0](https://github.com/visulima/packem/commit/6449db0f134cafd514849e4c739c0f882f87f6ba))
371
+
372
+ ### Miscellaneous Chores
373
+
374
+ * update pnpm workspace and lockfile configurations ([121fa13](https://github.com/visulima/packem/commit/121fa1399bff3738bc6dbeac310aaff04ead670d))
375
+
376
+ ### Tests
377
+
378
+ * add integration test for externalized dependency resolution ([30fac39](https://github.com/visulima/packem/commit/30fac399113e835a6cde48e5c3b297ff965ee518))
379
+
380
+
381
+ ### Dependencies
382
+
383
+ * **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.38
384
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.19
385
+ * **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.18
386
+
387
+ ## @visulima/packem [2.0.0-alpha.49](https://github.com/visulima/packem/compare/@visulima/packem@2.0.0-alpha.48...@visulima/packem@2.0.0-alpha.49) (2025-12-28)
388
+
389
+ ### Features
390
+
391
+ * **shared-module:** add cross-boundary shared module support and integration tests ([59c2635](https://github.com/visulima/packem/commit/59c2635e1e84132b7157f78f191b49b4e180b7b1))
392
+
393
+ ### Miscellaneous Chores
394
+
395
+ * update package dependencies and improve configurations ([e942f98](https://github.com/visulima/packem/commit/e942f9833920f04e112daa232bbe7bdb3628e039))
396
+
397
+ ### Code Refactoring
398
+
399
+ * standardize code formatting and improve readability ([2bc01d1](https://github.com/visulima/packem/commit/2bc01d1e1b266dceb6023e29d3211bc7415e4946))
400
+
401
+
402
+ ### Dependencies
403
+
404
+ * **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.37
405
+ * **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.17
406
+
407
+ ## @visulima/packem [2.0.0-alpha.48](https://github.com/visulima/packem/compare/@visulima/packem@2.0.0-alpha.47...@visulima/packem@2.0.0-alpha.48) (2025-12-28)
408
+
409
+ ### Features
410
+
411
+ * **preact:** add Preact and React compatibility examples with Babel support ([0b77282](https://github.com/visulima/packem/commit/0b77282b802ed3d7c5df0733c1d7f5e2156df721))
412
+
413
+
414
+ ### Dependencies
415
+
416
+ * **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.36
417
+ * **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.16
418
+
419
+ ## @visulima/packem [2.0.0-alpha.47](https://github.com/visulima/packem/compare/@visulima/packem@2.0.0-alpha.46...@visulima/packem@2.0.0-alpha.47) (2025-12-24)
420
+
421
+ ### Miscellaneous Chores
422
+
423
+ * update dependencies and improve configuration ([aa5ea19](https://github.com/visulima/packem/commit/aa5ea194b5add7df38a8855e618736fea0ae37fe))
424
+ * update package dependencies and improve configuration ([a7dd729](https://github.com/visulima/packem/commit/a7dd729e75a08380ebb70bffb629ec1df3c2bb7f))
425
+
426
+ ### Code Refactoring
427
+
428
+ * enhance type inference and improve test coverage ([80fbf41](https://github.com/visulima/packem/commit/80fbf41b90595fa1c95133f0f18cd5c2ca48787c))
429
+ * improve environment variable handling and enhance entry inference ([c21e7b9](https://github.com/visulima/packem/commit/c21e7b9537a77fe835ef25d5bc4b4d0898e89b35))
430
+ * simplify JSX component definitions and update test cases ([14fd836](https://github.com/visulima/packem/commit/14fd8367b5164aecff0c39d28cc096a83fb1ca78))
431
+
432
+
433
+ ### Dependencies
434
+
435
+ * **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.35
436
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.18
437
+ * **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.15
438
+
439
+ ## @visulima/packem [2.0.0-alpha.46](https://github.com/visulima/packem/compare/@visulima/packem@2.0.0-alpha.45...@visulima/packem@2.0.0-alpha.46) (2025-12-16)
440
+
441
+ ### Features
442
+
443
+ * add solid preset options and user babel options merging ([1b93748](https://github.com/visulima/packem/commit/1b93748f986619ed121dbc31361072421eaae74f))
444
+ * add support for loading environment variables from .env files ([0b041c6](https://github.com/visulima/packem/commit/0b041c62cb5457095bea5a9ea68ab8dbf8b63f53))
445
+ * enhance build configuration and environment handling ([78d4c32](https://github.com/visulima/packem/commit/78d4c32f5f12685bb09acc5c50c3200274765125))
446
+ * enhance hooks functionality and improve documentation ([dfea61d](https://github.com/visulima/packem/commit/dfea61ddd2b286327c382b2c50b1b94cceb3d3ad))
447
+ * enhance package.json exports and improve Solid preset handling ([ba61fb6](https://github.com/visulima/packem/commit/ba61fb6e71fbfed8ae8f66256676b5606a5dca87))
448
+
449
+ ### Bug Fixes
450
+
451
+ * update export handling and improve entry inference logic ([4897f4f](https://github.com/visulima/packem/commit/4897f4f31b7d9ec87b3254391f4b11385478e2e6))
452
+
453
+ ### Miscellaneous Chores
454
+
455
+ * update package dependencies and improve build configuration ([690fb64](https://github.com/visulima/packem/commit/690fb641471278110f6175e6396d5bee9352c8eb))
456
+
457
+ ### Code Refactoring
458
+
459
+ * streamline environment variable handling and improve test coverage ([642c513](https://github.com/visulima/packem/commit/642c513d61fdc64069a7d7affc78b986ad29b9b1))
460
+
461
+
462
+ ### Dependencies
463
+
464
+ * **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.34
465
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.17
466
+ * **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.14
467
+
468
+ ## @visulima/packem [2.0.0-alpha.45](https://github.com/visulima/packem/compare/@visulima/packem@2.0.0-alpha.44...@visulima/packem@2.0.0-alpha.45) (2025-12-13)
469
+
470
+ ### Bug Fixes
471
+
472
+ * update package versions in pnpm-lock.yaml and package.json files ([c227ecf](https://github.com/visulima/packem/commit/c227ecf2b15b900242c37958f754a48a6d47b57f))
473
+
474
+
475
+ ### Dependencies
476
+
477
+ * **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.33
478
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.16
479
+ * **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.13
480
+
481
+ ## @visulima/packem [2.0.0-alpha.44](https://github.com/visulima/packem/compare/@visulima/packem@2.0.0-alpha.43...@visulima/packem@2.0.0-alpha.44) (2025-12-13)
482
+
483
+ ### Bug Fixes
484
+
485
+ * improve logic for checking Git status in add command ([bbb85c7](https://github.com/visulima/packem/commit/bbb85c7952221bb840f0697a4db85a4ba4a5327b))
486
+
487
+ ## @visulima/packem [2.0.0-alpha.43](https://github.com/visulima/packem/compare/@visulima/packem@2.0.0-alpha.42...@visulima/packem@2.0.0-alpha.43) (2025-12-09)
488
+
489
+ ### Bug Fixes
490
+
491
+ * update pnpm-lock.yaml and example files for consistency ([d11dd48](https://github.com/visulima/packem/commit/d11dd4868a3cb5265035897148f81dca3b33f359))
492
+
493
+
494
+ ### Dependencies
495
+
496
+ * **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.32
497
+ * **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.12
498
+
499
+ ## @visulima/packem [2.0.0-alpha.42](https://github.com/visulima/packem/compare/@visulima/packem@2.0.0-alpha.41...@visulima/packem@2.0.0-alpha.42) (2025-12-09)
500
+
501
+ ### Features
502
+
503
+ * add Vue and Svelte presets with example configurations ([5d7c0eb](https://github.com/visulima/packem/commit/5d7c0ebaac1a105a863c8c92e953623398734f5b))
504
+
505
+ ## @visulima/packem [2.0.0-alpha.41](https://github.com/visulima/packem/compare/@visulima/packem@2.0.0-alpha.40...@visulima/packem@2.0.0-alpha.41) (2025-12-09)
506
+
507
+ ### Features
508
+
509
+ * added preset for react and solid, added babel transformer ([773b907](https://github.com/visulima/packem/commit/773b907b462985cb61a5c978c43e227f24db6706))
510
+
511
+
512
+ ### Dependencies
513
+
514
+ * **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.31
515
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.15
516
+ * **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.11
517
+
518
+ ## @visulima/packem [2.0.0-alpha.40](https://github.com/visulima/packem/compare/@visulima/packem@2.0.0-alpha.39...@visulima/packem@2.0.0-alpha.40) (2025-11-30)
519
+
520
+ ### Code Refactoring
521
+
522
+ * enhance extractExportFilenames function and improve package entry validation ([a3674e1](https://github.com/visulima/packem/commit/a3674e15a9c2484d43d8ae658df1b018a69a62b1))
523
+
524
+
525
+ ### Dependencies
526
+
527
+ * **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.30
528
+ * **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.10
529
+
530
+ ## @visulima/packem [2.0.0-alpha.39](https://github.com/visulima/packem/compare/@visulima/packem@2.0.0-alpha.38...@visulima/packem@2.0.0-alpha.39) (2025-11-26)
531
+
532
+
533
+ ### Dependencies
534
+
535
+ * **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.29
536
+ * **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.9
537
+
538
+ ## @visulima/packem [2.0.0-alpha.38](https://github.com/visulima/packem/compare/@visulima/packem@2.0.0-alpha.37...@visulima/packem@2.0.0-alpha.38) (2025-11-25)
539
+
540
+ ### Bug Fixes
541
+
542
+ * enable debarrel plugin in Rollup options ([5cde5f6](https://github.com/visulima/packem/commit/5cde5f63c043406b42cb1eea4e4245d0e34aa570))
543
+ * enhance migrate command and update ESLint configuration ([95bfa33](https://github.com/visulima/packem/commit/95bfa33ba225cdcf8a88df0f55c781a23de746ef))
544
+
545
+
546
+ ### Dependencies
547
+
548
+ * **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.28
549
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.14
550
+ * **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.8
551
+
552
+ ## @visulima/packem [2.0.0-alpha.37](https://github.com/visulima/packem/compare/@visulima/packem@2.0.0-alpha.36...@visulima/packem@2.0.0-alpha.37) (2025-11-13)
553
+
554
+ ### Bug Fixes
555
+
556
+ * updated deps and added more cli command tests ([ddbc7fd](https://github.com/visulima/packem/commit/ddbc7fd46ca785a1e548a7b2dcdb259ac35d50bf))
557
+
558
+ ## @visulima/packem [2.0.0-alpha.36](https://github.com/visulima/packem/compare/@visulima/packem@2.0.0-alpha.35...@visulima/packem@2.0.0-alpha.36) (2025-11-11)
559
+
560
+ ### Features
561
+
562
+ * add migrate command to facilitate migration from other bundlers to packem ([518154f](https://github.com/visulima/packem/commit/518154f7b7fe642be22698a4c0c3d1738ca41a88))
563
+
564
+ ### Miscellaneous Chores
565
+
566
+ * update dependencies and package versions across multiple files ([#172](https://github.com/visulima/packem/issues/172)) ([f73c1dc](https://github.com/visulima/packem/commit/f73c1dc453f55c52da98e4b7c60f44ffd637e53c))
567
+ * update package references to use 'catalog:visulima' for consistency across multiple packages ([14ee42b](https://github.com/visulima/packem/commit/14ee42b3ae978baef4752e12115d14d6bb2ba7bc))
568
+
569
+ ## @visulima/packem [2.0.0-alpha.35](https://github.com/visulima/packem/compare/@visulima/packem@2.0.0-alpha.34...@visulima/packem@2.0.0-alpha.35) (2025-11-11)
570
+
571
+ ### Bug Fixes
572
+
573
+ * improve isolated declarations plugin and update filtering logic ([7efdf0d](https://github.com/visulima/packem/commit/7efdf0d052805a3d46cf767447728ca3d537fc24))
574
+ * update license files and improve plugin configurations ([6372411](https://github.com/visulima/packem/commit/6372411fefbad9cb67d912c1447994b93a9ebc6f))
575
+
576
+
577
+ ### Dependencies
578
+
579
+ * **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.27
580
+
581
+ ## @visulima/packem [2.0.0-alpha.34](https://github.com/visulima/packem/compare/@visulima/packem@2.0.0-alpha.33...@visulima/packem@2.0.0-alpha.34) (2025-11-10)
582
+
583
+ ### Bug Fixes
584
+
585
+ * update dependencies and configurations across multiple packages ([74aeb65](https://github.com/visulima/packem/commit/74aeb6569713c08d19f5581952febf9934c56024))
586
+
587
+ ## @visulima/packem [2.0.0-alpha.33](https://github.com/visulima/packem/compare/@visulima/packem@2.0.0-alpha.32...@visulima/packem@2.0.0-alpha.33) (2025-11-08)
588
+
589
+ ### Features
590
+
591
+ * add unbundle mode to preserve source file structure ([317e992](https://github.com/visulima/packem/commit/317e9925eae1344a2459f044250e717241a1d5a5))
592
+
593
+ ### Miscellaneous Chores
594
+
595
+ * update package.json and pnpm-lock.yaml for dependency management ([aa523ca](https://github.com/visulima/packem/commit/aa523ca16f29ba0a874a13693d1f9581acf6f8c3))
596
+
597
+
598
+ ### Dependencies
599
+
600
+ * **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.26
601
+
602
+ ## @visulima/packem [2.0.0-alpha.32](https://github.com/visulima/packem/compare/@visulima/packem@2.0.0-alpha.31...@visulima/packem@2.0.0-alpha.32) (2025-10-28)
603
+
604
+ ### Features
605
+
606
+ * enhance require-cjs-transformer with multi-entry point support ([6f0a824](https://github.com/visulima/packem/commit/6f0a824fe982bc9dc18e0e19fd9de55754ac37b3))
607
+
608
+
609
+ ### Dependencies
610
+
611
+ * **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.25
612
+
613
+ ## @visulima/packem [2.0.0-alpha.31](https://github.com/visulima/packem/compare/@visulima/packem@2.0.0-alpha.30...@visulima/packem@2.0.0-alpha.31) (2025-10-28)
614
+
615
+ ### Bug Fixes
616
+
617
+ * fixed require-cjs-transformer doublication ([218cffb](https://github.com/visulima/packem/commit/218cffbb1b3667af92161e9537618bd1cd2a0fa7))
618
+
619
+ ### Miscellaneous Chores
620
+
621
+ * update ESLint configurations across multiple packages ([1fe2d3d](https://github.com/visulima/packem/commit/1fe2d3d6e4e1139560755b538367351d2b170ad3))
622
+ * update package configurations and dependencies ([be09695](https://github.com/visulima/packem/commit/be09695f800ee23a555c54bd92e7ddd4c88182eb))
623
+ * update package dependencies and configurations ([8ec45ec](https://github.com/visulima/packem/commit/8ec45ec4cc34899161fed5446268c9036162d902))
624
+ * update package dependencies and configurations ([8453e80](https://github.com/visulima/packem/commit/8453e80187d9e6212d98dbe5aaafd031a5cabdcf))
625
+
626
+
627
+ ### Dependencies
628
+
629
+ * **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.24
630
+
631
+ ## @visulima/packem [2.0.0-alpha.30](https://github.com/visulima/packem/compare/@visulima/packem@2.0.0-alpha.29...@visulima/packem@2.0.0-alpha.30) (2025-10-14)
632
+
633
+
634
+ ### Dependencies
635
+
636
+ * **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.23
637
+
638
+ ## @visulima/packem [2.0.0-alpha.29](https://github.com/visulima/packem/compare/@visulima/packem@2.0.0-alpha.28...@visulima/packem@2.0.0-alpha.29) (2025-10-12)
639
+
640
+ ### Bug Fixes
641
+
642
+ * update readme ([3b5467f](https://github.com/visulima/packem/commit/3b5467f8ba57e39495582a8914d970fe455c70e8))
643
+
644
+ ### Miscellaneous Chores
645
+
646
+ * add .cursorignore and update package.json for isolated transformers ([750e101](https://github.com/visulima/packem/commit/750e101a6d5b88f0b9a6c5952ee1223c825eb2ad))
647
+ * update pnpm workspace and package configurations ([feacec9](https://github.com/visulima/packem/commit/feacec93d1b0cefb8ea5d2b730fc1c6918925826))
648
+ * update TypeScript SDK path and adjust package dependencies ([b3a3661](https://github.com/visulima/packem/commit/b3a3661299bcb2343a0da19dddebb43678575750))
649
+
650
+ ## @visulima/packem [2.0.0-alpha.28](https://github.com/visulima/packem/compare/@visulima/packem@2.0.0-alpha.27...@visulima/packem@2.0.0-alpha.28) (2025-10-11)
651
+
652
+ ### Bug Fixes
653
+
654
+ * update dependencies and improve require CJS transformer ([a8d4fb7](https://github.com/visulima/packem/commit/a8d4fb7f35a313fd22c123b4b6487a346eb66e0a))
655
+
656
+
657
+ ### Dependencies
658
+
659
+ * **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.22
660
+
661
+ ## @visulima/packem [2.0.0-alpha.27](https://github.com/visulima/packem/compare/@visulima/packem@2.0.0-alpha.26...@visulima/packem@2.0.0-alpha.27) (2025-10-08)
662
+
663
+ ### Bug Fixes
664
+
665
+ * enhance minifyHTMLLiterals plugin options to include logger ([ca6ecae](https://github.com/visulima/packem/commit/ca6ecae6ea18fd5ee4cb13111d3fe3938bd489b0))
666
+
667
+ ## @visulima/packem [2.0.0-alpha.26](https://github.com/visulima/packem/compare/@visulima/packem@2.0.0-alpha.25...@visulima/packem@2.0.0-alpha.26) (2025-10-08)
668
+
669
+ ### Bug Fixes
670
+
671
+ * update dependencies and improve minification options ([25b69b5](https://github.com/visulima/packem/commit/25b69b50f7631655303a417e61f3a37e2aa3c017))
672
+
673
+
674
+ ### Dependencies
675
+
676
+ * **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.21
677
+
678
+ ## @visulima/packem [2.0.0-alpha.25](https://github.com/visulima/packem/compare/@visulima/packem@2.0.0-alpha.24...@visulima/packem@2.0.0-alpha.25) (2025-10-08)
679
+
680
+ ### Bug Fixes
681
+
682
+ * enhance package-json-exports and preserve-directives tests ([c3b58f2](https://github.com/visulima/packem/commit/c3b58f251ea9ed3d8747a967b6f53fd4c1773509))
683
+
684
+ ### Miscellaneous Chores
685
+
686
+ * update dependencies and add minify-html-literals plugin ([e20007d](https://github.com/visulima/packem/commit/e20007ddf3cbb80c34c323ed37164baaf6f9a649))
687
+ * update dependencies and improve package validation tests ([b4fd83b](https://github.com/visulima/packem/commit/b4fd83bf3f5749d53c1c01eaf10d61f88530d9f4))
688
+
689
+ ### Tests
690
+
691
+ * enhance infer-entries and package validation tests ([42624c1](https://github.com/visulima/packem/commit/42624c1b14f937e4365222753ace3f4b4b0d9b3c))
692
+
693
+
694
+ ### Dependencies
695
+
696
+ * **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.20
697
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.13
698
+ * **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.7
699
+
700
+ ## @visulima/packem [2.0.0-alpha.24](https://github.com/visulima/packem/compare/@visulima/packem@2.0.0-alpha.23...@visulima/packem@2.0.0-alpha.24) (2025-10-07)
701
+
702
+ ### Bug Fixes
703
+
704
+ * update documentation and references from Packen to Packem ([9983009](https://github.com/visulima/packem/commit/99830099c953e2b12269ea18606838d80f1e6e2b))
705
+
706
+ ### Miscellaneous Chores
707
+
708
+ * update package.json dependencies for packem and rollup-plugin-css ([8ff92d6](https://github.com/visulima/packem/commit/8ff92d6a904882076bda9ac796b4fe8740fc4f57))
709
+
710
+
711
+ ### Dependencies
712
+
713
+ * **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.19
714
+
715
+ ## @visulima/packem [2.0.0-alpha.23](https://github.com/visulima/packem/compare/@visulima/packem@2.0.0-alpha.22...@visulima/packem@2.0.0-alpha.23) (2025-10-02)
716
+
717
+ ### Bug Fixes
718
+
719
+ * update dependencies and versions across multiple packages ([a0d209d](https://github.com/visulima/packem/commit/a0d209d847b1feb171850994a64591ab7d26f8cb))
720
+
721
+
722
+ ### Dependencies
723
+
724
+ * **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.18
725
+
726
+ ## @visulima/packem [2.0.0-alpha.22](https://github.com/visulima/packem/compare/@visulima/packem@2.0.0-alpha.21...@visulima/packem@2.0.0-alpha.22) (2025-09-30)
727
+
728
+ ### Features
729
+
730
+ * added support for attw and publint, fixed caching issue on validation ([6f05388](https://github.com/visulima/packem/commit/6f0538802b3cd5a2cd84a373c96b25eb7fa1c01c))
731
+ * update dependencies and add requireCJS transformer support ([050ed47](https://github.com/visulima/packem/commit/050ed47cf1ced64e74e0cf5c043edd1b8f4dead1))
732
+
733
+ ### Miscellaneous Chores
734
+
735
+ * update dependencies and versions across multiple packages ([5bd26ea](https://github.com/visulima/packem/commit/5bd26ea047d62464758e5810307f6e059f5c1025))
736
+ * update dependencies and versions across multiple packages ([3e5b4a2](https://github.com/visulima/packem/commit/3e5b4a229fc514828ab9e012a5d556163b30c2fc))
737
+
738
+ ### Code Refactoring
739
+
740
+ * remove publint integration and clean up related code ([68c0215](https://github.com/visulima/packem/commit/68c021590b5224e85d0609fad39705f71323fc6b))
741
+
742
+
743
+ ### Dependencies
744
+
745
+ * **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.17
746
+
747
+ ## @visulima/packem [2.0.0-alpha.21](https://github.com/visulima/packem/compare/@visulima/packem@2.0.0-alpha.20...@visulima/packem@2.0.0-alpha.21) (2025-09-22)
748
+
749
+ ### Bug Fixes
750
+
751
+ * updated deps, added usage of pnpm catalog ([14987df](https://github.com/visulima/packem/commit/14987dff37121ca7aab6f9d0a07b24a1a2f5284a))
752
+
753
+
754
+ ### Dependencies
755
+
756
+ * **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.16
757
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.12
758
+ * **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.6
759
+
760
+ ## @visulima/packem [2.0.0-alpha.20](https://github.com/visulima/packem/compare/@visulima/packem@2.0.0-alpha.19...@visulima/packem@2.0.0-alpha.20) (2025-09-17)
761
+
762
+ ### Bug Fixes
763
+
764
+ * update dependencies and versions across multiple packages ([b17ec3b](https://github.com/visulima/packem/commit/b17ec3b30f1bfa6267e9eede14fbb569c55b09cf))
765
+
766
+
767
+ ### Dependencies
768
+
769
+ * **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.15
770
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.11
771
+ * **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.5
772
+
773
+ ## @visulima/packem [2.0.0-alpha.19](https://github.com/visulima/packem/compare/@visulima/packem@2.0.0-alpha.18...@visulima/packem@2.0.0-alpha.19) (2025-09-05)
774
+
775
+ ### Bug Fixes
776
+
777
+ * update dependencies and versions across multiple packages ([1bf21ee](https://github.com/visulima/packem/commit/1bf21ee3bf5e06c6ac53872ec33d64b4ad7cf588))
778
+
779
+
780
+ ### Dependencies
781
+
782
+ * **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.14
783
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.10
784
+ * **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.4
785
+
786
+ ## @visulima/packem [2.0.0-alpha.18](https://github.com/visulima/packem/compare/@visulima/packem@2.0.0-alpha.17...@visulima/packem@2.0.0-alpha.18) (2025-09-03)
787
+
788
+ ### Bug Fixes
789
+
790
+ * enhance integration tests for CSS and raw data handling ([67aecd3](https://github.com/visulima/packem/commit/67aecd337192d8ea284425db7230661e87de7ad5))
791
+
792
+ ### Code Refactoring
793
+
794
+ * update integration tests to use toContain for better readability ([f4015b1](https://github.com/visulima/packem/commit/f4015b10f9910e6f6e4f214a9e0a423c57c0291f))
795
+
796
+
797
+ ### Dependencies
798
+
799
+ * **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.13
800
+
801
+ ## @visulima/packem [2.0.0-alpha.17](https://github.com/visulima/packem/compare/@visulima/packem@2.0.0-alpha.16...@visulima/packem@2.0.0-alpha.17) (2025-09-03)
802
+
803
+ ### Bug Fixes
804
+
805
+ * update .gitignore and enhance tests for CSS processing ([4e706a2](https://github.com/visulima/packem/commit/4e706a267ee2d7b9a89796b7227ae65f80823b71))
806
+
807
+ ### Miscellaneous Chores
808
+
809
+ * update dependencies and versions in package.json and pnpm-lock.yaml ([df62809](https://github.com/visulima/packem/commit/df628094fc6fd5e79cbb939a61bab79d6c89b833))
810
+
811
+
812
+ ### Dependencies
813
+
814
+ * **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.3
815
+
816
+ ## @visulima/packem [2.0.0-alpha.16](https://github.com/visulima/packem/compare/@visulima/packem@2.0.0-alpha.15...@visulima/packem@2.0.0-alpha.16) (2025-09-01)
817
+
818
+ ### Features
819
+
820
+ * add inline CSS processing mode to rollup-plugin-css ([2605997](https://github.com/visulima/packem/commit/2605997bc1e76a80b22529fd71ec053c02111ea2))
821
+
822
+ ### Miscellaneous Chores
823
+
824
+ * update dependencies and versions in package.json and pnpm-lock.yaml ([e6086fb](https://github.com/visulima/packem/commit/e6086fbd6ad21bbc35b8365b03e8a5d543354154))
825
+
826
+
827
+ ### Dependencies
828
+
829
+ * **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.2
830
+
831
+ ## @visulima/packem [2.0.0-alpha.15](https://github.com/visulima/packem/compare/@visulima/packem@2.0.0-alpha.14...@visulima/packem@2.0.0-alpha.15) (2025-08-29)
832
+
833
+ ### Features
834
+
835
+ * added the first migration for the rolldown-plugin-dts for rollup ([fb3321f](https://github.com/visulima/packem/commit/fb3321fedb5101368bdf8e711db30d00d9ef26f3))
836
+ * enhance jiti import resolution in create-stub ([6c4ddb3](https://github.com/visulima/packem/commit/6c4ddb32238fd5cb3ac94e9f98ce27999c58034a))
837
+ * implement lazy barrel optimization in rollup-plugin ([2cdcb34](https://github.com/visulima/packem/commit/2cdcb342f41940b4b277698740153953b905acd0))
838
+ * introduce debarrel optimization for improved import handling ([129435e](https://github.com/visulima/packem/commit/129435ee941f2cd9f003046225e2a8862eb2cba7))
839
+ * update rollup-plugin-dts with new dependencies and type handling improvements ([b9ca7f8](https://github.com/visulima/packem/commit/b9ca7f802247977c5cd0a4debf8fe3a376c525df))
840
+
841
+ ### Code Refactoring
842
+
843
+ * rename rollup-css-plugin to rollup-plugin-css and update related imports ([876e241](https://github.com/visulima/packem/commit/876e241ec8cf727e9f1666902733996752b18295))
844
+
845
+
846
+ ### Dependencies
847
+
848
+ * **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.12
849
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.9
850
+ * **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.1
851
+
852
+ ## @visulima/packem [2.0.0-alpha.14](https://github.com/visulima/packem/compare/@visulima/packem@2.0.0-alpha.13...@visulima/packem@2.0.0-alpha.14) (2025-08-25)
853
+
854
+ ### Features
855
+
856
+ * Add Data URI plugin support for SVG files ([8528648](https://github.com/visulima/packem/commit/852864828d09a70367c93228b1bee8699e1e00f2))
857
+
858
+
859
+ ### Dependencies
860
+
861
+ * **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.11
862
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.8
863
+ * **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.10
864
+
865
+ ## @visulima/packem [2.0.0-alpha.13](https://github.com/visulima/packem/compare/@visulima/packem@2.0.0-alpha.12...@visulima/packem@2.0.0-alpha.13) (2025-08-21)
866
+
867
+ ### Bug Fixes
868
+
869
+ * Introduce Button and Card components with Tailwind CSS styles ([bd9d5c3](https://github.com/visulima/packem/commit/bd9d5c371afbc6adf030ade6a64b572f6eb4c2cc))
870
+
871
+ ### Code Refactoring
872
+
873
+ * Update component imports and CSS references for Tailwind integration ([46a1293](https://github.com/visulima/packem/commit/46a1293c5694fccd79670f9c9f51565374f26069))
874
+ * Update CSS imports and component structure for Tailwind integration ([8f4535a](https://github.com/visulima/packem/commit/8f4535a6cf762ae8a5369154fdc870e76e817ffc))
875
+
876
+
877
+ ### Dependencies
878
+
879
+ * **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.10
880
+ * **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.9
881
+
882
+ ## @visulima/packem [2.0.0-alpha.12](https://github.com/visulima/packem/compare/@visulima/packem@2.0.0-alpha.11...@visulima/packem@2.0.0-alpha.12) (2025-08-21)
883
+
884
+
885
+ ### Dependencies
886
+
887
+ * **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.8
888
+
889
+ ## @visulima/packem [2.0.0-alpha.11](https://github.com/visulima/packem/compare/@visulima/packem@2.0.0-alpha.10...@visulima/packem@2.0.0-alpha.11) (2025-08-20)
890
+
891
+ ### Bug Fixes
892
+
893
+ * update raw plugin to handle .js?raw imports and improve file reading ([670dad5](https://github.com/visulima/packem/commit/670dad559e535af5c883556e6a7af7794465c669))
894
+
895
+
896
+ ### Dependencies
897
+
898
+ * **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.9
899
+
900
+ ## @visulima/packem [2.0.0-alpha.10](https://github.com/visulima/packem/compare/@visulima/packem@2.0.0-alpha.9...@visulima/packem@2.0.0-alpha.10) (2025-08-20)
901
+
902
+ ### Bug Fixes
903
+
904
+ * fixed the custom resolver for tailwind loader ([1fd0b43](https://github.com/visulima/packem/commit/1fd0b4345aa90f5c250eba9fd8c741e569b84abc))
905
+
906
+ ### Miscellaneous Chores
907
+
908
+ * update dependencies for Tailwind CSS and CSS Style Inject ([ef84f41](https://github.com/visulima/packem/commit/ef84f4193be1008b630e9bb29b2cbc78a6d93532))
909
+
910
+
911
+ ### Dependencies
912
+
913
+ * **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.8
914
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.7
915
+ * **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.7
916
+
917
+ ## @visulima/packem [2.0.0-alpha.9](https://github.com/visulima/packem/compare/@visulima/packem@2.0.0-alpha.8...@visulima/packem@2.0.0-alpha.9) (2025-08-17)
918
+
919
+ ### Features
920
+
921
+ * added tailwindcss oxide loader ([#166](https://github.com/visulima/packem/issues/166)) ([acbbc59](https://github.com/visulima/packem/commit/acbbc59071e771a94d1a0c5435b267e483e3ad73))
922
+
923
+
924
+ ### Dependencies
925
+
926
+ * **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.7
927
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.6
928
+ * **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.6
929
+
930
+ ## @visulima/packem [2.0.0-alpha.8](https://github.com/visulima/packem/compare/@visulima/packem@2.0.0-alpha.7...@visulima/packem@2.0.0-alpha.8) (2025-08-11)
931
+
932
+ ### Bug Fixes
933
+
934
+ * fixed undefined based on exitCode ([9bd9a54](https://github.com/visulima/packem/commit/9bd9a5413d78163b56efda75c18270ad9f099106))
935
+
1
936
  ## @visulima/packem [2.0.0-alpha.7](https://github.com/visulima/packem/compare/@visulima/packem@2.0.0-alpha.6...@visulima/packem@2.0.0-alpha.7) (2025-08-10)
2
937
 
3
938
  ### Features
@@ -20,7 +955,7 @@
20
955
 
21
956
  * **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.5
22
957
  * **@visulima/packem-share:** upgraded to 1.0.0-alpha.5
23
- * **@visulima/rollup-css-plugin:** upgraded to 1.0.0-alpha.5
958
+ * **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.5
24
959
 
25
960
  ## @visulima/packem [2.0.0-alpha.5](https://github.com/visulima/packem/compare/@visulima/packem@2.0.0-alpha.4...@visulima/packem@2.0.0-alpha.5) (2025-07-31)
26
961
 
@@ -203,7 +1138,7 @@
203
1138
 
204
1139
  * **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.1
205
1140
  * **@visulima/packem-share:** upgraded to 1.0.0-alpha.1
206
- * **@visulima/rollup-css-plugin:** upgraded to 1.0.0-alpha.1
1141
+ * **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.1
207
1142
 
208
1143
  ## @visulima/packem [1.28.2](https://github.com/visulima/packem/compare/@visulima/packem@1.28.1...@visulima/packem@1.28.2) (2025-06-24)
209
1144