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

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