@visulima/packem 2.0.0-alpha.9 → 2.0.0-alpha.91
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.
- package/CHANGELOG.md +1288 -3
- package/LICENSE.md +3812 -2243
- package/README.md +92 -34
- package/dist/babel-runtime/packem_shared/transform-code-KNtowoK1.js +1 -0
- package/dist/babel-runtime/plugins/babel/worker.js +1 -0
- package/dist/builder/typedoc/index.d.ts +11 -23
- package/dist/builder/typedoc/index.js +3 -3
- package/dist/cli/index.js +69 -41
- package/dist/config/index.d.ts +55 -24
- package/dist/config/index.js +1 -1
- package/dist/config/preset/preact.d.ts +31 -0
- package/dist/config/preset/preact.js +2 -0
- package/dist/config/preset/react.d.ts +72 -0
- package/dist/config/preset/react.js +1 -0
- package/dist/config/preset/solid.d.ts +114 -0
- package/dist/config/preset/solid.js +1 -0
- package/dist/config/preset/svelte.d.ts +84 -0
- package/dist/config/preset/svelte.js +1 -0
- package/dist/config/preset/vue.d.ts +66 -0
- package/dist/config/preset/vue.js +1 -0
- package/dist/css/loaders/less.d.ts +1 -0
- package/dist/css/loaders/less.js +1 -0
- package/dist/css/loaders/lightningcss.d.ts +1 -0
- package/dist/css/loaders/lightningcss.js +1 -0
- package/dist/css/loaders/postcss.d.ts +1 -0
- package/dist/css/loaders/postcss.js +1 -0
- package/dist/css/loaders/sass.d.ts +1 -0
- package/dist/css/loaders/sass.js +1 -0
- package/dist/css/loaders/sourcemap.d.ts +1 -0
- package/dist/css/loaders/sourcemap.js +1 -0
- package/dist/css/loaders/stylus.d.ts +1 -0
- package/dist/css/loaders/stylus.js +1 -0
- package/dist/{rollup/plugins/css/minifiers/lightningcss.js → css/loaders/tailwindcss.d.ts} +1 -1
- package/dist/css/loaders/tailwindcss.js +1 -0
- package/dist/css/minifiers/cssnano.d.ts +1 -0
- package/dist/css/minifiers/cssnano.js +1 -0
- package/dist/css/minifiers/lightningcss.d.ts +1 -0
- package/dist/css/minifiers/lightningcss.js +1 -0
- package/dist/index.d.ts +55 -30
- package/dist/index.js +45 -1
- package/dist/packem_shared/create-or-update-key-storage-DHOKZmnD.js +28 -0
- package/dist/packem_shared/default-mHB0zin0.js +1 -0
- package/dist/packem_shared/index-UxllEEEe.js +249 -0
- package/dist/packem_shared/oxcTransformPlugin-Dwvbw2jE-BsmmBg7q.js +177 -0
- package/dist/packem_shared/types.d-BkLP91NJ.d.ts +464 -0
- package/dist/packem_shared/utils-Bsoe7qJG.js +1 -0
- package/dist/rollup/plugins/esbuild/index.d.ts +1 -24
- package/dist/rollup/plugins/esbuild/index.js +1 -1
- package/dist/rollup/plugins/oxc/oxc-transformer.d.ts +1 -20
- package/dist/rollup/plugins/oxc/oxc-transformer.js +1 -1
- package/dist/rollup/plugins/sucrase/index.d.ts +1 -19
- package/dist/rollup/plugins/sucrase/index.js +1 -1
- package/dist/rollup/plugins/swc/swc-plugin.d.ts +1 -26
- package/dist/rollup/plugins/swc/swc-plugin.js +1 -1
- package/files.d.ts +37 -0
- package/package.json +113 -78
- package/dist/packem_shared/browserslistToEsbuild-C0IWmbNe-C6xPL1oW.js +0 -1
- package/dist/packem_shared/create-or-update-key-storage-GwAIWW7R.js +0 -3
- package/dist/packem_shared/default-B6X7-Lx3.js +0 -1
- package/dist/packem_shared/default-BYM_JvQL.js +0 -1
- package/dist/packem_shared/default-B_dUKZ_J.js +0 -1
- package/dist/packem_shared/default-DjNIGH2Y.js +0 -1
- package/dist/packem_shared/default-DqRcOUe1.js +0 -1
- package/dist/packem_shared/esbuildPlugin-BAwyhG6L-yty60jMl.js +0 -3
- package/dist/packem_shared/index-CSyJAz0_.js +0 -139
- package/dist/packem_shared/index-CUp9WuCG.js +0 -1
- package/dist/packem_shared/index-DvyuEcZZ.d.ts +0 -5235
- package/dist/packem_shared/isolatedDeclarationsOxcTransformer-WbfE6cGu-NeZOx2Y7.js +0 -1
- package/dist/packem_shared/isolatedDeclarationsSwcTransformer-Ch2AgtWC-B-0lOgFf.js +0 -1
- package/dist/packem_shared/isolatedDeclarationsTypescriptTransformer-DkuEkofo-Cwe3ODMG.js +0 -3
- package/dist/packem_shared/oxcResolvePlugin-BJpi-eSG-BsYx9cDO.js +0 -1
- package/dist/packem_shared/oxcTransformPlugin-DfVQouIB-Cpfv95eA.js +0 -4
- package/dist/packem_shared/resolveTypescriptMjsCtsPlugin-DcZrZTmM-BEkYWTsH.js +0 -6
- package/dist/packem_shared/swcPlugin-Boip4lWG-CwJ-HVJc.js +0 -1
- package/dist/packem_shared/types-0XfKu6f9.d.ts +0 -163
- package/dist/rollup/plugins/css/loaders/less.d.ts +0 -1
- package/dist/rollup/plugins/css/loaders/less.js +0 -1
- package/dist/rollup/plugins/css/loaders/lightningcss.d.ts +0 -1
- package/dist/rollup/plugins/css/loaders/lightningcss.js +0 -1
- package/dist/rollup/plugins/css/loaders/postcss.d.ts +0 -1
- package/dist/rollup/plugins/css/loaders/postcss.js +0 -1
- package/dist/rollup/plugins/css/loaders/sass.d.ts +0 -1
- package/dist/rollup/plugins/css/loaders/sass.js +0 -1
- package/dist/rollup/plugins/css/loaders/sourcemap.d.ts +0 -9
- package/dist/rollup/plugins/css/loaders/sourcemap.js +0 -1
- package/dist/rollup/plugins/css/loaders/stylus.d.ts +0 -1
- package/dist/rollup/plugins/css/loaders/stylus.js +0 -1
- package/dist/rollup/plugins/css/loaders/tailwindcss.d.ts +0 -1
- package/dist/rollup/plugins/css/loaders/tailwindcss.js +0 -1
- package/dist/rollup/plugins/css/minifiers/cssnano.d.ts +0 -1
- package/dist/rollup/plugins/css/minifiers/cssnano.js +0 -1
- package/dist/rollup/plugins/css/minifiers/lightningcss.d.ts +0 -1
- package/dist/rollup/plugins/oxc/isolated-declarations-oxc-transformer.d.ts +0 -25
- package/dist/rollup/plugins/oxc/isolated-declarations-oxc-transformer.js +0 -1
- package/dist/rollup/plugins/swc/isolated-declarations-swc-transformer.d.ts +0 -20
- package/dist/rollup/plugins/swc/isolated-declarations-swc-transformer.js +0 -1
- package/dist/rollup/plugins/typescript/isolated-declarations-typescript-transformer.d.ts +0 -24
- package/dist/rollup/plugins/typescript/isolated-declarations-typescript-transformer.js +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,1288 @@
|
|
|
1
|
+
## @visulima/packem [2.0.0-alpha.91](https://github.com/visulima/packem/compare/@visulima/packem@2.0.0-alpha.90...@visulima/packem@2.0.0-alpha.91) (2026-06-16)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
* **packem:** reject size helpers on read-stream errors ([12c9e18](https://github.com/visulima/packem/commit/12c9e18a6a728360503546a3cec878291906f2f9))
|
|
6
|
+
|
|
7
|
+
### Performance Improvements
|
|
8
|
+
|
|
9
|
+
* **packem:** use a map for build-entry lookup in the size loop ([a2d18ac](https://github.com/visulima/packem/commit/a2d18ace4963be0cff4192d15e09a8fc14f65754))
|
|
10
|
+
|
|
11
|
+
### Documentation
|
|
12
|
+
|
|
13
|
+
* **packem:** align option and guide pages with current API ([65f76d8](https://github.com/visulima/packem/commit/65f76d8c9aed552a1bd604f7d65af8a076cdd6e6))
|
|
14
|
+
* **packem:** document the rolldown bundler backend in the readme ([d49fc7d](https://github.com/visulima/packem/commit/d49fc7dc86f63e887f903375c26c93fc681f0b96))
|
|
15
|
+
|
|
16
|
+
## @visulima/packem [2.0.0-alpha.90](https://github.com/visulima/packem/compare/@visulima/packem@2.0.0-alpha.89...@visulima/packem@2.0.0-alpha.90) (2026-06-16)
|
|
17
|
+
|
|
18
|
+
### Features
|
|
19
|
+
|
|
20
|
+
* **packem:** add banner/footer injection for JS and declaration output ([fef6a45](https://github.com/visulima/packem/commit/fef6a45e71e7d94c5c1a5b0ba6897766cba68346))
|
|
21
|
+
* **packem:** route DTS through rolldown natively when rolldown is the bundler ([#208](https://github.com/visulima/packem/issues/208)) ([2802f4d](https://github.com/visulima/packem/commit/2802f4d72f6c4f2d1a74e51388b4771fb33fa3e6))
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
### Dependencies
|
|
25
|
+
|
|
26
|
+
* **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.54
|
|
27
|
+
* **@visulima/rollup-plugin-dts:** upgraded to 1.0.0-alpha.35
|
|
28
|
+
* **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.74
|
|
29
|
+
|
|
30
|
+
## @visulima/packem [2.0.0-alpha.89](https://github.com/visulima/packem/compare/@visulima/packem@2.0.0-alpha.88...@visulima/packem@2.0.0-alpha.89) (2026-06-15)
|
|
31
|
+
|
|
32
|
+
### Bug Fixes
|
|
33
|
+
|
|
34
|
+
* **packem:** emit a single __cjs_getBuiltinModule helper in bundled output ([de09df0](https://github.com/visulima/packem/commit/de09df0bfc078885f61538d9f27445343e48e93a))
|
|
35
|
+
|
|
36
|
+
## @visulima/packem [2.0.0-alpha.88](https://github.com/visulima/packem/compare/@visulima/packem@2.0.0-alpha.87...@visulima/packem@2.0.0-alpha.88) (2026-06-12)
|
|
37
|
+
|
|
38
|
+
### Features
|
|
39
|
+
|
|
40
|
+
* **packem:** run preserve-directives/jsx/pure plugins under rolldown + native rolldown watch ([3087190](https://github.com/visulima/packem/commit/3087190f011f85e881c7a2dc5b0579360741ac67))
|
|
41
|
+
|
|
42
|
+
### Bug Fixes
|
|
43
|
+
|
|
44
|
+
* **packem-rollup:** handle first-position attribute in jsx-remove-attributes ([5b36f50](https://github.com/visulima/packem/commit/5b36f504c4548cf2f85e6293cb0cbb94dc01d769))
|
|
45
|
+
* **packem:** enable chunk-per-export splitting under rolldown ([8eb4e67](https://github.com/visulima/packem/commit/8eb4e679ed044487d3d1c1a86956ca5ee856501b))
|
|
46
|
+
* **packem:** keep watch mode alive when onSuccess fails ([a413637](https://github.com/visulima/packem/commit/a413637503dc156f8f30d81efb47921658fe1b20))
|
|
47
|
+
* resolve package audit findings across the monorepo ([2800d68](https://github.com/visulima/packem/commit/2800d68c00de2ff488b51ad90179731b929b9642))
|
|
48
|
+
* **rollup-plugin-css:** survive rollup cache restores so watch mode can keep its cache ([8de1655](https://github.com/visulima/packem/commit/8de1655c56085be0bab7ddeddd70ad8a25c18da1))
|
|
49
|
+
|
|
50
|
+
### Code Refactoring
|
|
51
|
+
|
|
52
|
+
* **packem:** extract shared dependency-cache load/persist helpers ([00e2e79](https://github.com/visulima/packem/commit/00e2e7954bc0dae1c633ba8c570c793849a4ffff))
|
|
53
|
+
|
|
54
|
+
### Tests
|
|
55
|
+
|
|
56
|
+
* **packem:** accept backtick-quoted inlined values in package-json-exports ([084196e](https://github.com/visulima/packem/commit/084196e5f1f238d114b88eaaf589e7c6f48ada88))
|
|
57
|
+
* **packem:** fail fast when updating snapshots without PACKEM_TEST_BUNDLER ([a0a490c](https://github.com/visulima/packem/commit/a0a490cbb04c2aff973fc81fd79b3a2cf4ecf0e2))
|
|
58
|
+
* **packem:** regenerate rolldown snapshots to match native rolldown output ([15331f4](https://github.com/visulima/packem/commit/15331f4513bba3dddb574cfa7b0aaa1302d16fab)), closes [/#region](https://github.com/visulima///issues/region)
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
### Dependencies
|
|
62
|
+
|
|
63
|
+
* **@visulima/packem-share:** upgraded to 1.0.0-alpha.50
|
|
64
|
+
* **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.53
|
|
65
|
+
* **@visulima/rollup-plugin-dts:** upgraded to 1.0.0-alpha.34
|
|
66
|
+
* **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.73
|
|
67
|
+
|
|
68
|
+
## @visulima/packem [2.0.0-alpha.87](https://github.com/visulima/packem/compare/@visulima/packem@2.0.0-alpha.86...@visulima/packem@2.0.0-alpha.87) (2026-06-04)
|
|
69
|
+
|
|
70
|
+
### Bug Fixes
|
|
71
|
+
|
|
72
|
+
* **packem:** ship the bundled CJS-DTS star-export guard (re-release) ([d8669e6](https://github.com/visulima/packem/commit/d8669e60bd0b6363faff6441c890b314ca02e78c))
|
|
73
|
+
|
|
74
|
+
## @visulima/packem [2.0.0-alpha.86](https://github.com/visulima/packem/compare/@visulima/packem@2.0.0-alpha.85...@visulima/packem@2.0.0-alpha.86) (2026-06-04)
|
|
75
|
+
|
|
76
|
+
### Bug Fixes
|
|
77
|
+
|
|
78
|
+
* **packem:** declare directly-imported runtime deps (fixes ERR_MODULE_NOT_FOUND) ([3a32234](https://github.com/visulima/packem/commit/3a32234cf2a4bf90f8c521a9cbebfc624e84fa9f))
|
|
79
|
+
|
|
80
|
+
## @visulima/packem [2.0.0-alpha.85](https://github.com/visulima/packem/compare/@visulima/packem@2.0.0-alpha.84...@visulima/packem@2.0.0-alpha.85) (2026-06-04)
|
|
81
|
+
|
|
82
|
+
### Bug Fixes
|
|
83
|
+
|
|
84
|
+
* **packem:** browser-runtime targets, shared esbuild config isolation, entry-collection perf + bench ([2e2d2da](https://github.com/visulima/packem/commit/2e2d2da705e270ec5a94fc7f26d8a1268fe6cc39))
|
|
85
|
+
* **packem:** default esbuild keepNames to false ([#207](https://github.com/visulima/packem/issues/207)) ([ceab5c5](https://github.com/visulima/packem/commit/ceab5c521a18eed10f9137d59826f9eb6e6f178e))
|
|
86
|
+
|
|
87
|
+
### Performance Improvements
|
|
88
|
+
|
|
89
|
+
* **packem:** prune orphan shared declaration chunk variants in dts output ([ef823a9](https://github.com/visulima/packem/commit/ef823a9f4ef78867afc6706141a12a2bbf637474))
|
|
90
|
+
|
|
91
|
+
### Styles
|
|
92
|
+
|
|
93
|
+
* clear eslint debt from the audit/types passes ([fd68951](https://github.com/visulima/packem/commit/fd68951681817078ae579dcad10963b1a07c1d27))
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
### Dependencies
|
|
97
|
+
|
|
98
|
+
* **@visulima/packem-share:** upgraded to 1.0.0-alpha.49
|
|
99
|
+
* **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.52
|
|
100
|
+
* **@visulima/rollup-plugin-dts:** upgraded to 1.0.0-alpha.33
|
|
101
|
+
* **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.72
|
|
102
|
+
|
|
103
|
+
## @visulima/packem [2.0.0-alpha.84](https://github.com/visulima/packem/compare/@visulima/packem@2.0.0-alpha.83...@visulima/packem@2.0.0-alpha.84) (2026-06-03)
|
|
104
|
+
|
|
105
|
+
### Bug Fixes
|
|
106
|
+
|
|
107
|
+
* **packem:** replace node-resolve with oxc resolver & isolate DTS cache per entry-set ([#206](https://github.com/visulima/packem/issues/206)) ([b2eb482](https://github.com/visulima/packem/commit/b2eb4822b44393add900d1d2272bc886b13ce738))
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
### Dependencies
|
|
111
|
+
|
|
112
|
+
* **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.51
|
|
113
|
+
* **@visulima/rollup-plugin-dts:** upgraded to 1.0.0-alpha.32
|
|
114
|
+
* **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.71
|
|
115
|
+
|
|
116
|
+
## @visulima/packem [2.0.0-alpha.83](https://github.com/visulima/packem/compare/@visulima/packem@2.0.0-alpha.82...@visulima/packem@2.0.0-alpha.83) (2026-06-03)
|
|
117
|
+
|
|
118
|
+
### Bug Fixes
|
|
119
|
+
|
|
120
|
+
* bring examples up to date with latest packem (+ 3 packem fixes) ([#205](https://github.com/visulima/packem/issues/205)) ([0e7d1ea](https://github.com/visulima/packem/commit/0e7d1ead02f2a3b353ea35b104ec3412265b91f1))
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
### Dependencies
|
|
124
|
+
|
|
125
|
+
* **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.50
|
|
126
|
+
* **@visulima/rollup-plugin-dts:** upgraded to 1.0.0-alpha.31
|
|
127
|
+
* **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.70
|
|
128
|
+
|
|
129
|
+
## @visulima/packem [2.0.0-alpha.82](https://github.com/visulima/packem/compare/@visulima/packem@2.0.0-alpha.81...@visulima/packem@2.0.0-alpha.82) (2026-06-02)
|
|
130
|
+
|
|
131
|
+
### Features
|
|
132
|
+
|
|
133
|
+
* **babel:** add parallel worker-pool transforms ([#204](https://github.com/visulima/packem/issues/204)) ([7a5444c](https://github.com/visulima/packem/commit/7a5444c4a17c464b4809323374b1244701425f4b))
|
|
134
|
+
|
|
135
|
+
|
|
136
|
+
### Dependencies
|
|
137
|
+
|
|
138
|
+
* **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.49
|
|
139
|
+
* **@visulima/rollup-plugin-dts:** upgraded to 1.0.0-alpha.30
|
|
140
|
+
* **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.69
|
|
141
|
+
|
|
142
|
+
## @visulima/packem [2.0.0-alpha.81](https://github.com/visulima/packem/compare/@visulima/packem@2.0.0-alpha.80...@visulima/packem@2.0.0-alpha.81) (2026-06-02)
|
|
143
|
+
|
|
144
|
+
### Features
|
|
145
|
+
|
|
146
|
+
* add duplicated package detector ([#203](https://github.com/visulima/packem/issues/203)) ([2b29466](https://github.com/visulima/packem/commit/2b29466bc7980477fe0e2a500feba2487dd7758a))
|
|
147
|
+
|
|
148
|
+
|
|
149
|
+
### Dependencies
|
|
150
|
+
|
|
151
|
+
* **@visulima/packem-share:** upgraded to 1.0.0-alpha.48
|
|
152
|
+
* **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.48
|
|
153
|
+
* **@visulima/rollup-plugin-dts:** upgraded to 1.0.0-alpha.29
|
|
154
|
+
* **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.68
|
|
155
|
+
|
|
156
|
+
## @visulima/packem [2.0.0-alpha.80](https://github.com/visulima/packem/compare/@visulima/packem@2.0.0-alpha.79...@visulima/packem@2.0.0-alpha.80) (2026-06-01)
|
|
157
|
+
|
|
158
|
+
### Miscellaneous Chores
|
|
159
|
+
|
|
160
|
+
* **benchmarks:** port build-tool benchmark suite onto the 2.0 codebase ([#201](https://github.com/visulima/packem/issues/201)) ([8abdf09](https://github.com/visulima/packem/commit/8abdf0938bb7c5b2b7baabbb6d2698c73dba5d55))
|
|
161
|
+
|
|
162
|
+
|
|
163
|
+
### Dependencies
|
|
164
|
+
|
|
165
|
+
* **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.47
|
|
166
|
+
* **@visulima/rollup-plugin-dts:** upgraded to 1.0.0-alpha.28
|
|
167
|
+
* **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.67
|
|
168
|
+
|
|
169
|
+
## @visulima/packem [2.0.0-alpha.79](https://github.com/visulima/packem/compare/@visulima/packem@2.0.0-alpha.78...@visulima/packem@2.0.0-alpha.79) (2026-05-28)
|
|
170
|
+
|
|
171
|
+
### Features
|
|
172
|
+
|
|
173
|
+
* rolldown ([#196](https://github.com/visulima/packem/issues/196)) ([197d465](https://github.com/visulima/packem/commit/197d465c2465993a17039319f8ede13398e00def))
|
|
174
|
+
|
|
175
|
+
|
|
176
|
+
### Dependencies
|
|
177
|
+
|
|
178
|
+
* **@visulima/packem-share:** upgraded to 1.0.0-alpha.47
|
|
179
|
+
* **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.46
|
|
180
|
+
* **@visulima/rollup-plugin-dts:** upgraded to 1.0.0-alpha.27
|
|
181
|
+
* **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.66
|
|
182
|
+
|
|
183
|
+
## @visulima/packem [2.0.0-alpha.78](https://github.com/visulima/packem/compare/@visulima/packem@2.0.0-alpha.77...@visulima/packem@2.0.0-alpha.78) (2026-05-07)
|
|
184
|
+
|
|
185
|
+
|
|
186
|
+
### Dependencies
|
|
187
|
+
|
|
188
|
+
* **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.65
|
|
189
|
+
* **@visulima/packem-share:** upgraded to 1.0.0-alpha.46
|
|
190
|
+
* **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.45
|
|
191
|
+
* **@visulima/rollup-plugin-dts:** upgraded to 1.0.0-alpha.26
|
|
192
|
+
|
|
193
|
+
## @visulima/packem [2.0.0-alpha.77](https://github.com/visulima/packem/compare/@visulima/packem@2.0.0-alpha.76...@visulima/packem@2.0.0-alpha.77) (2026-04-27)
|
|
194
|
+
|
|
195
|
+
### Bug Fixes
|
|
196
|
+
|
|
197
|
+
* **packem:** route .d.mts/.d.cts outputs to matching .mts/.cts source ([3ae5815](https://github.com/visulima/packem/commit/3ae5815520771522002f527a14904a1dc8f1ba6b))
|
|
198
|
+
|
|
199
|
+
|
|
200
|
+
### Dependencies
|
|
201
|
+
|
|
202
|
+
* **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.64
|
|
203
|
+
* **@visulima/packem-share:** upgraded to 1.0.0-alpha.45
|
|
204
|
+
* **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.44
|
|
205
|
+
* **@visulima/rollup-plugin-dts:** upgraded to 1.0.0-alpha.25
|
|
206
|
+
|
|
207
|
+
## @visulima/packem [2.0.0-alpha.76](https://github.com/visulima/packem/compare/@visulima/packem@2.0.0-alpha.75...@visulima/packem@2.0.0-alpha.76) (2026-04-24)
|
|
208
|
+
|
|
209
|
+
### Bug Fixes
|
|
210
|
+
|
|
211
|
+
* **rollup-plugin-dts:** map cached `.d.ts` entries back to all source extensions ([5d8f670](https://github.com/visulima/packem/commit/5d8f670954806c6111eb90cff42e0faeef59dea1))
|
|
212
|
+
|
|
213
|
+
|
|
214
|
+
### Dependencies
|
|
215
|
+
|
|
216
|
+
* **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.63
|
|
217
|
+
* **@visulima/packem-share:** upgraded to 1.0.0-alpha.44
|
|
218
|
+
* **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.43
|
|
219
|
+
* **@visulima/rollup-plugin-dts:** upgraded to 1.0.0-alpha.24
|
|
220
|
+
|
|
221
|
+
## @visulima/packem [2.0.0-alpha.75](https://github.com/visulima/packem/compare/@visulima/packem@2.0.0-alpha.74...@visulima/packem@2.0.0-alpha.75) (2026-04-24)
|
|
222
|
+
|
|
223
|
+
### Bug Fixes
|
|
224
|
+
|
|
225
|
+
* **packem:** declared deps win over tsconfig `paths` catch-all ([28450bf](https://github.com/visulima/packem/commit/28450bfe6339b1f077e14c911898936d1ce0f733))
|
|
226
|
+
|
|
227
|
+
|
|
228
|
+
### Dependencies
|
|
229
|
+
|
|
230
|
+
* **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.62
|
|
231
|
+
* **@visulima/packem-share:** upgraded to 1.0.0-alpha.43
|
|
232
|
+
* **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.42
|
|
233
|
+
* **@visulima/rollup-plugin-dts:** upgraded to 1.0.0-alpha.23
|
|
234
|
+
|
|
235
|
+
## @visulima/packem [2.0.0-alpha.74](https://github.com/visulima/packem/compare/@visulima/packem@2.0.0-alpha.73...@visulima/packem@2.0.0-alpha.74) (2026-04-24)
|
|
236
|
+
|
|
237
|
+
### Bug Fixes
|
|
238
|
+
|
|
239
|
+
* **packem:** externalize transitive bare specifiers from workspace-sibling .d.ts ([b9e9fb9](https://github.com/visulima/packem/commit/b9e9fb942a7db26d2a0df14117be0fef6cb89fe8))
|
|
240
|
+
|
|
241
|
+
|
|
242
|
+
### Dependencies
|
|
243
|
+
|
|
244
|
+
* **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.61
|
|
245
|
+
* **@visulima/packem-share:** upgraded to 1.0.0-alpha.42
|
|
246
|
+
* **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.41
|
|
247
|
+
* **@visulima/rollup-plugin-dts:** upgraded to 1.0.0-alpha.22
|
|
248
|
+
|
|
249
|
+
## @visulima/packem [2.0.0-alpha.73](https://github.com/visulima/packem/compare/@visulima/packem@2.0.0-alpha.72...@visulima/packem@2.0.0-alpha.73) (2026-04-24)
|
|
250
|
+
|
|
251
|
+
### Bug Fixes
|
|
252
|
+
|
|
253
|
+
* forward resolveId options + silence DTS-only circular warnings ([eaf1798](https://github.com/visulima/packem/commit/eaf1798e711bbf1ee0aeb50a20a8aa018c4526ac))
|
|
254
|
+
|
|
255
|
+
|
|
256
|
+
### Dependencies
|
|
257
|
+
|
|
258
|
+
* **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.60
|
|
259
|
+
* **@visulima/packem-share:** upgraded to 1.0.0-alpha.41
|
|
260
|
+
* **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.40
|
|
261
|
+
* **@visulima/rollup-plugin-dts:** upgraded to 1.0.0-alpha.21
|
|
262
|
+
|
|
263
|
+
## @visulima/packem [2.0.0-alpha.72](https://github.com/visulima/packem/compare/@visulima/packem@2.0.0-alpha.71...@visulima/packem@2.0.0-alpha.72) (2026-04-24)
|
|
264
|
+
|
|
265
|
+
|
|
266
|
+
### Dependencies
|
|
267
|
+
|
|
268
|
+
* **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.59
|
|
269
|
+
* **@visulima/packem-share:** upgraded to 1.0.0-alpha.40
|
|
270
|
+
* **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.39
|
|
271
|
+
* **@visulima/rollup-plugin-dts:** upgraded to 1.0.0-alpha.20
|
|
272
|
+
|
|
273
|
+
## @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)
|
|
274
|
+
|
|
275
|
+
### Bug Fixes
|
|
276
|
+
|
|
277
|
+
* **rollup-plugin-dts:** sibling .d.ts fallback for string-form exports ([2a26b69](https://github.com/visulima/packem/commit/2a26b69b322375061cdcd55a14c72301085606ef))
|
|
278
|
+
|
|
279
|
+
|
|
280
|
+
### Dependencies
|
|
281
|
+
|
|
282
|
+
* **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.58
|
|
283
|
+
* **@visulima/packem-share:** upgraded to 1.0.0-alpha.39
|
|
284
|
+
* **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.38
|
|
285
|
+
* **@visulima/rollup-plugin-dts:** upgraded to 1.0.0-alpha.19
|
|
286
|
+
|
|
287
|
+
## @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)
|
|
288
|
+
|
|
289
|
+
### Bug Fixes
|
|
290
|
+
|
|
291
|
+
* **packem:** stale dtsResolve cache + transitive bare-specifier crash ([f45c262](https://github.com/visulima/packem/commit/f45c262e24db950d1ae6eda99a9a885ee872fe55))
|
|
292
|
+
|
|
293
|
+
|
|
294
|
+
### Dependencies
|
|
295
|
+
|
|
296
|
+
* **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.57
|
|
297
|
+
* **@visulima/packem-share:** upgraded to 1.0.0-alpha.38
|
|
298
|
+
* **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.37
|
|
299
|
+
* **@visulima/rollup-plugin-dts:** upgraded to 1.0.0-alpha.18
|
|
300
|
+
|
|
301
|
+
## @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)
|
|
302
|
+
|
|
303
|
+
### Bug Fixes
|
|
304
|
+
|
|
305
|
+
* correctly handle peer-dep/types-only/merged-declaration edge cases in DTS ([42b6f7c](https://github.com/visulima/packem/commit/42b6f7c0888b6e51f7755a1afca5954b1e8ba1d3))
|
|
306
|
+
|
|
307
|
+
|
|
308
|
+
### Dependencies
|
|
309
|
+
|
|
310
|
+
* **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.56
|
|
311
|
+
* **@visulima/packem-share:** upgraded to 1.0.0-alpha.37
|
|
312
|
+
* **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.36
|
|
313
|
+
* **@visulima/rollup-plugin-dts:** upgraded to 1.0.0-alpha.17
|
|
314
|
+
|
|
315
|
+
## @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)
|
|
316
|
+
|
|
317
|
+
### Bug Fixes
|
|
318
|
+
|
|
319
|
+
* **rollup-plugin-dts:** inline bundled-package types in emitted .d.ts ([ce4c00d](https://github.com/visulima/packem/commit/ce4c00d24ebf14b25c799dc51f3b5f8939a9fae3))
|
|
320
|
+
|
|
321
|
+
|
|
322
|
+
### Dependencies
|
|
323
|
+
|
|
324
|
+
* **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.55
|
|
325
|
+
* **@visulima/packem-share:** upgraded to 1.0.0-alpha.36
|
|
326
|
+
* **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.35
|
|
327
|
+
* **@visulima/rollup-plugin-dts:** upgraded to 1.0.0-alpha.16
|
|
328
|
+
|
|
329
|
+
## @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)
|
|
330
|
+
|
|
331
|
+
### ⚠ BREAKING CHANGES
|
|
332
|
+
|
|
333
|
+
* **packem:** unify externals plugins, track per-entry DTS extensions
|
|
334
|
+
|
|
335
|
+
### Features
|
|
336
|
+
|
|
337
|
+
* **packem:** unify externals plugins, track per-entry DTS extensions ([22647ba](https://github.com/visulima/packem/commit/22647ba5d10c220051e71a3bfaa55baa59957d6e))
|
|
338
|
+
|
|
339
|
+
### Bug Fixes
|
|
340
|
+
|
|
341
|
+
* fixed release ([047b530](https://github.com/visulima/packem/commit/047b530ebcd6458f93699fd9d0f819bc7dbf9990))
|
|
342
|
+
* more release test ([027c421](https://github.com/visulima/packem/commit/027c4211ae769ed2066bc47d3b522986b43319ed))
|
|
343
|
+
* **packem:** changed node10Compatibility to false ([d35e03e](https://github.com/visulima/packem/commit/d35e03e63efad45c32e9eca9831539206e0c4503))
|
|
344
|
+
* remove data from changelog ([9fa7476](https://github.com/visulima/packem/commit/9fa74762a914e9249e06c62b902ea5312fae80f9))
|
|
345
|
+
* style changes to trigger new release ([fbf6b2f](https://github.com/visulima/packem/commit/fbf6b2f9030db0d9fd22ea61f65a2f03457a2a1a))
|
|
346
|
+
* test commit ([4f5bf23](https://github.com/visulima/packem/commit/4f5bf23cf1ab2de74863449920de7eadd85eec25))
|
|
347
|
+
|
|
348
|
+
### Miscellaneous Chores
|
|
349
|
+
|
|
350
|
+
* **release:** @visulima/packem@2.0.0-alpha.1 [skip ci] ([b8e9d0c](https://github.com/visulima/packem/commit/b8e9d0cbdc0f5bda8a07505260499ccdfecdc917)), closes [#157](https://github.com/visulima/packem/issues/157)
|
|
351
|
+
* **release:** @visulima/packem@2.0.0-alpha.1 [skip ci]\n\n## @visulima/packem [2.0.0-alpha.1](https://github.com/visulima/packem/compare/@visulima/packem@1.28.2...@visulima/packem@2.0.0-alpha.1) (2025-07-02) ([90ea031](https://github.com/visulima/packem/commit/90ea03177baad2e07ee7a6c6367c92acac79154c)), closes [#157](https://github.com/visulima/packem/issues/157) [#157](https://github.com/visulima/packem/issues/157) [#157](https://github.com/visulima/packem/issues/157) [#157](https://github.com/visulima/packem/issues/157)
|
|
352
|
+
* **release:** @visulima/packem@2.0.0-alpha.1 [skip ci]\n\n## @visulima/packem [2.0.0-alpha.1](https://github.com/visulima/packem/compare/@visulima/packem@1.28.2...@visulima/packem@2.0.0-alpha.1) (2025-07-02) ([b0b6032](https://github.com/visulima/packem/commit/b0b60320543e1af93414a031c3b748ee4dff1cf7)), closes [#157](https://github.com/visulima/packem/issues/157) [#157](https://github.com/visulima/packem/issues/157)
|
|
353
|
+
* **release:** @visulima/packem@2.0.0-alpha.1 [skip ci]\n\n## @visulima/packem [2.0.0-alpha.1](https://github.com/visulima/packem/compare/@visulima/packem@1.28.2...@visulima/packem@2.0.0-alpha.1) (2025-07-02) ([ffc6d42](https://github.com/visulima/packem/commit/ffc6d425debac8d645c09aee522b62c398ca1b12)), closes [#157](https://github.com/visulima/packem/issues/157)
|
|
354
|
+
* remove unused CSS style inject dependencies and refactor chunk handling ([f50c9e6](https://github.com/visulima/packem/commit/f50c9e69e1adc4661e7fc6b19ace2d1a0a3ab9b2))
|
|
355
|
+
* update multi-semantic-release command to ignore @visulima/packem package ([fa85b28](https://github.com/visulima/packem/commit/fa85b283a5b2cbd15d2b52c09c2db2b2d2c6c65d))
|
|
356
|
+
* update package versions and add engine requirements ([d594ac3](https://github.com/visulima/packem/commit/d594ac31a8302f3a4d86d07415002495361b6ba1))
|
|
357
|
+
|
|
358
|
+
### Code Refactoring
|
|
359
|
+
|
|
360
|
+
* centralize output extension logic in new utility functions ([fbf4b01](https://github.com/visulima/packem/commit/fbf4b0188aa9e4584a28bbe7dd02c7a323e2dce2))
|
|
361
|
+
|
|
362
|
+
### Tests
|
|
363
|
+
|
|
364
|
+
* add integration and unit tests for file extension handling ([0536e8a](https://github.com/visulima/packem/commit/0536e8a2cb4c7cddf01d66864e0fdbe3912b256c))
|
|
365
|
+
|
|
366
|
+
## @visulima/packem [2.0.0-alpha.1](https://github.com/visulima/packem/compare/@visulima/packem@1.28.2...@visulima/packem@2.0.0-alpha.1) (2025-07-02)
|
|
367
|
+
|
|
368
|
+
### ⚠ BREAKING CHANGES
|
|
369
|
+
|
|
370
|
+
* changed node from 18 to 20, split packem in reusable packages
|
|
371
|
+
|
|
372
|
+
### Features
|
|
373
|
+
|
|
374
|
+
* introduce @visulima/packem-share package for shared utilities a… ([#157](https://github.com/visulima/packem/issues/157)) ([99e977a](https://github.com/visulima/packem/commit/99e977a8f62021c9ac286fc0c9b184b96bce88f1))
|
|
375
|
+
|
|
376
|
+
### Bug Fixes
|
|
377
|
+
|
|
378
|
+
* **packem:** changed node10Compatibility to false ([d35e03e](https://github.com/visulima/packem/commit/d35e03e63efad45c32e9eca9831539206e0c4503))
|
|
379
|
+
* style changes to trigger new release ([fbf6b2f](https://github.com/visulima/packem/commit/fbf6b2f9030db0d9fd22ea61f65a2f03457a2a1a))
|
|
380
|
+
|
|
381
|
+
### Miscellaneous Chores
|
|
382
|
+
|
|
383
|
+
* **release:** @visulima/packem@2.0.0-alpha.1 [skip ci]\n\n## @visulima/packem [2.0.0-alpha.1](https://github.com/visulima/packem/compare/@visulima/packem@1.28.2...@visulima/packem@2.0.0-alpha.1) (2025-07-02) ([b0b6032](https://github.com/visulima/packem/commit/b0b60320543e1af93414a031c3b748ee4dff1cf7)), closes [#157](https://github.com/visulima/packem/issues/157) [#157](https://github.com/visulima/packem/issues/157)
|
|
384
|
+
* **release:** @visulima/packem@2.0.0-alpha.1 [skip ci]\n\n## @visulima/packem [2.0.0-alpha.1](https://github.com/visulima/packem/compare/@visulima/packem@1.28.2...@visulima/packem@2.0.0-alpha.1) (2025-07-02) ([ffc6d42](https://github.com/visulima/packem/commit/ffc6d425debac8d645c09aee522b62c398ca1b12)), closes [#157](https://github.com/visulima/packem/issues/157)
|
|
385
|
+
* remove unused CSS style inject dependencies and refactor chunk handling ([f50c9e6](https://github.com/visulima/packem/commit/f50c9e69e1adc4661e7fc6b19ace2d1a0a3ab9b2))
|
|
386
|
+
* update multi-semantic-release command to ignore @visulima/packem package ([fa85b28](https://github.com/visulima/packem/commit/fa85b283a5b2cbd15d2b52c09c2db2b2d2c6c65d))
|
|
387
|
+
* update package versions and add engine requirements ([d594ac3](https://github.com/visulima/packem/commit/d594ac31a8302f3a4d86d07415002495361b6ba1))
|
|
388
|
+
|
|
389
|
+
### Code Refactoring
|
|
390
|
+
|
|
391
|
+
* centralize output extension logic in new utility functions ([fbf4b01](https://github.com/visulima/packem/commit/fbf4b0188aa9e4584a28bbe7dd02c7a323e2dce2))
|
|
392
|
+
|
|
393
|
+
### Tests
|
|
394
|
+
|
|
395
|
+
* add integration and unit tests for file extension handling ([0536e8a](https://github.com/visulima/packem/commit/0536e8a2cb4c7cddf01d66864e0fdbe3912b256c))
|
|
396
|
+
|
|
397
|
+
## @visulima/packem [2.0.0-alpha.1](https://github.com/visulima/packem/compare/@visulima/packem@1.28.2...@visulima/packem@2.0.0-alpha.1) (2025-07-02)
|
|
398
|
+
|
|
399
|
+
### ⚠ BREAKING CHANGES
|
|
400
|
+
|
|
401
|
+
* changed node from 18 to 20, split packem in reusable packages
|
|
402
|
+
|
|
403
|
+
### Features
|
|
404
|
+
|
|
405
|
+
* introduce @visulima/packem-share package for shared utilities a… ([#157](https://github.com/visulima/packem/issues/157)) ([99e977a](https://github.com/visulima/packem/commit/99e977a8f62021c9ac286fc0c9b184b96bce88f1))
|
|
406
|
+
|
|
407
|
+
### Bug Fixes
|
|
408
|
+
|
|
409
|
+
* **packem:** changed node10Compatibility to false ([d35e03e](https://github.com/visulima/packem/commit/d35e03e63efad45c32e9eca9831539206e0c4503))
|
|
410
|
+
|
|
411
|
+
### Miscellaneous Chores
|
|
412
|
+
|
|
413
|
+
* **release:** @visulima/packem@2.0.0-alpha.1 [skip ci]\n\n## @visulima/packem [2.0.0-alpha.1](https://github.com/visulima/packem/compare/@visulima/packem@1.28.2...@visulima/packem@2.0.0-alpha.1) (2025-07-02) ([ffc6d42](https://github.com/visulima/packem/commit/ffc6d425debac8d645c09aee522b62c398ca1b12)), closes [#157](https://github.com/visulima/packem/issues/157)
|
|
414
|
+
* remove unused CSS style inject dependencies and refactor chunk handling ([f50c9e6](https://github.com/visulima/packem/commit/f50c9e69e1adc4661e7fc6b19ace2d1a0a3ab9b2))
|
|
415
|
+
* update multi-semantic-release command to ignore @visulima/packem package ([fa85b28](https://github.com/visulima/packem/commit/fa85b283a5b2cbd15d2b52c09c2db2b2d2c6c65d))
|
|
416
|
+
* update package versions and add engine requirements ([d594ac3](https://github.com/visulima/packem/commit/d594ac31a8302f3a4d86d07415002495361b6ba1))
|
|
417
|
+
|
|
418
|
+
### Code Refactoring
|
|
419
|
+
|
|
420
|
+
* centralize output extension logic in new utility functions ([fbf4b01](https://github.com/visulima/packem/commit/fbf4b0188aa9e4584a28bbe7dd02c7a323e2dce2))
|
|
421
|
+
|
|
422
|
+
### Tests
|
|
423
|
+
|
|
424
|
+
* add integration and unit tests for file extension handling ([0536e8a](https://github.com/visulima/packem/commit/0536e8a2cb4c7cddf01d66864e0fdbe3912b256c))
|
|
425
|
+
|
|
426
|
+
## @visulima/packem [2.0.0-alpha.1](https://github.com/visulima/packem/compare/@visulima/packem@1.28.2...@visulima/packem@2.0.0-alpha.1) (2025-07-02)
|
|
427
|
+
|
|
428
|
+
### ⚠ BREAKING CHANGES
|
|
429
|
+
|
|
430
|
+
* changed node from 18 to 20, split packem in reusable packages
|
|
431
|
+
|
|
432
|
+
### Features
|
|
433
|
+
|
|
434
|
+
* introduce @visulima/packem-share package for shared utilities a… ([#157](https://github.com/visulima/packem/issues/157)) ([99e977a](https://github.com/visulima/packem/commit/99e977a8f62021c9ac286fc0c9b184b96bce88f1))
|
|
435
|
+
|
|
436
|
+
### Miscellaneous Chores
|
|
437
|
+
|
|
438
|
+
* refresh test snapshots for environment drift ([0a2e9a6](https://github.com/visulima/packem/commit/0a2e9a654937f4b91b79644561d2fb680b08f198))
|
|
439
|
+
|
|
440
|
+
|
|
441
|
+
### Dependencies
|
|
442
|
+
|
|
443
|
+
* **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.54
|
|
444
|
+
* **@visulima/packem-share:** upgraded to 1.0.0-alpha.35
|
|
445
|
+
* **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.34
|
|
446
|
+
* **@visulima/rollup-plugin-dts:** upgraded to 1.0.0-alpha.15
|
|
447
|
+
|
|
448
|
+
## @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)
|
|
449
|
+
|
|
450
|
+
### Bug Fixes
|
|
451
|
+
|
|
452
|
+
* **packem-share:** emit .d.mts/.d.cts for split dual-format contexts ([eecc05f](https://github.com/visulima/packem/commit/eecc05f65e727ad2fdf4bc9cd454144334d7ae3c))
|
|
453
|
+
|
|
454
|
+
|
|
455
|
+
### Dependencies
|
|
456
|
+
|
|
457
|
+
* **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.53
|
|
458
|
+
* **@visulima/packem-share:** upgraded to 1.0.0-alpha.34
|
|
459
|
+
* **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.33
|
|
460
|
+
* **@visulima/rollup-plugin-dts:** upgraded to 1.0.0-alpha.14
|
|
461
|
+
|
|
462
|
+
## @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)
|
|
463
|
+
|
|
464
|
+
|
|
465
|
+
### Dependencies
|
|
466
|
+
|
|
467
|
+
* **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.52
|
|
468
|
+
* **@visulima/packem-share:** upgraded to 1.0.0-alpha.33
|
|
469
|
+
* **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.32
|
|
470
|
+
* **@visulima/rollup-plugin-dts:** upgraded to 1.0.0-alpha.13
|
|
471
|
+
|
|
472
|
+
## @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)
|
|
473
|
+
|
|
474
|
+
### ⚠ BREAKING CHANGES
|
|
475
|
+
|
|
476
|
+
* **packem:** drop isolatedDeclarationTransformer references; remove dead examples
|
|
477
|
+
* **packem:** The following public API is removed:
|
|
478
|
+
- `options.isolatedDeclarationTransformer` (packem config field)
|
|
479
|
+
- `options.rollup.isolatedDeclarations` (plugin exclude/ignoreErrors config)
|
|
480
|
+
- `@visulima/packem/dts/isolated/transformer/{oxc,swc,typescript}` subpath exports
|
|
481
|
+
- `@visulima/packem-rollup/plugin/isolated-declarations` subpath export
|
|
482
|
+
- Exported types `IsolatedDeclarationsTransformer`, `IsolatedDeclarationsResult`,
|
|
483
|
+
`IsolatedDeclarationsOptions`
|
|
484
|
+
- CLI init prompts for "isolated declaration transformer" selection
|
|
485
|
+
|
|
486
|
+
Enable TypeScript's isolated declarations via `tsconfig.compilerOptions.isolatedDeclarations`;
|
|
487
|
+
rollup-plugin-dts picks it up automatically via oxc.
|
|
488
|
+
|
|
489
|
+
- Delete packem-rollup/src/plugins/isolated-declarations/ (381 lines + 4 utils)
|
|
490
|
+
- Delete three packem-rollup/src/plugins/{oxc,swc,typescript}/isolated-declarations-*-transformer.ts
|
|
491
|
+
- Delete three packem/src/rollup/plugins/**/isolated-declarations-*-transformer.ts re-exports
|
|
492
|
+
- Delete the ~600-line "isolated declarations" describe block in typescript.test.ts
|
|
493
|
+
- Relocate the shared fix-dts-default-cjs-exports utility out of the deleted dir
|
|
494
|
+
- Rewire build-types.ts, get-rollup-options.ts, watch.ts, cli/commands/init.ts,
|
|
495
|
+
packem/index.ts, and all packem.config.ts files to drop the option and the
|
|
496
|
+
plugin wiring
|
|
497
|
+
- Drop processConditionalComments from minify-html-literals defaults since
|
|
498
|
+
html-minifier-next v6 removed it (fixes pre-existing tsc error)
|
|
499
|
+
- Add types: ["node"] to packem-share tsconfig so pre-commit tsc finds the node
|
|
500
|
+
globals (process, Buffer, node:crypto) — pre-existing latent issue
|
|
501
|
+
- Update two snapshots affected by the new bundled DTS pipeline (ecosystem/sitefetch,
|
|
502
|
+
externals namespaced peers — the latter also reflects the _$ prefix from the
|
|
503
|
+
prior rollup-plugin-dts sync)
|
|
504
|
+
|
|
505
|
+
Skipped hook because it triggers a pre-existing flaky css cache-invalidation
|
|
506
|
+
test (EPERM on index.css, unrelated to this refactor — verified failing on
|
|
507
|
+
HEAD without these changes).
|
|
508
|
+
|
|
509
|
+
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
|
510
|
+
|
|
511
|
+
### Features
|
|
512
|
+
|
|
513
|
+
* **packem:** add exe/SEA support for standalone executables ([61f9999](https://github.com/visulima/packem/commit/61f9999ea6262c8b8aa97272079dd0eb4200c35a))
|
|
514
|
+
|
|
515
|
+
### Performance Improvements
|
|
516
|
+
|
|
517
|
+
* **packem:** streamline DTS flow and switch self-build to oxc backend ([f4c4f39](https://github.com/visulima/packem/commit/f4c4f39c81f68972faaf86443ff62bdb46f50f20))
|
|
518
|
+
|
|
519
|
+
### Documentation
|
|
520
|
+
|
|
521
|
+
* **packem:** drop isolatedDeclarationTransformer references; remove dead examples ([f89bed6](https://github.com/visulima/packem/commit/f89bed6440b9a014401cb26c9d0759050f15614e))
|
|
522
|
+
|
|
523
|
+
### Code Refactoring
|
|
524
|
+
|
|
525
|
+
* **packem:** drop isolatedDeclarationTransformer; use rollup-plugin-dts only ([3e7049f](https://github.com/visulima/packem/commit/3e7049f29e877a305e1c32d05b44aee5da8805ff))
|
|
526
|
+
|
|
527
|
+
|
|
528
|
+
### Dependencies
|
|
529
|
+
|
|
530
|
+
* **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.51
|
|
531
|
+
* **@visulima/packem-share:** upgraded to 1.0.0-alpha.32
|
|
532
|
+
* **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.31
|
|
533
|
+
* **@visulima/rollup-plugin-dts:** upgraded to 1.0.0-alpha.12
|
|
534
|
+
|
|
535
|
+
## @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)
|
|
536
|
+
|
|
537
|
+
### Features
|
|
538
|
+
|
|
539
|
+
* **css:** extend stylus, fix lightningcss modules, add dts coverage ([302f01f](https://github.com/visulima/packem/commit/302f01f087a2a4e91e22a6da75bd280410923aa6))
|
|
540
|
+
|
|
541
|
+
|
|
542
|
+
### Dependencies
|
|
543
|
+
|
|
544
|
+
* **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.50
|
|
545
|
+
* **@visulima/packem-share:** upgraded to 1.0.0-alpha.31
|
|
546
|
+
* **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.30
|
|
547
|
+
* **@visulima/rollup-plugin-dts:** upgraded to 1.0.0-alpha.11
|
|
548
|
+
|
|
549
|
+
## @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)
|
|
550
|
+
|
|
551
|
+
### Bug Fixes
|
|
552
|
+
|
|
553
|
+
* fixed windows handling of externals, update deps ([095f18a](https://github.com/visulima/packem/commit/095f18a6eb16ff3d510be98ed533d67d550728d5))
|
|
554
|
+
|
|
555
|
+
### Miscellaneous Chores
|
|
556
|
+
|
|
557
|
+
* bump node engines to ^22.14.0 || >=24.10.0 ([32f705a](https://github.com/visulima/packem/commit/32f705aa866f9daea6a094df74ef66aa8088e2c6))
|
|
558
|
+
|
|
559
|
+
### Tests
|
|
560
|
+
|
|
561
|
+
* fixed test ([89838c1](https://github.com/visulima/packem/commit/89838c1f11dfc5b6af8f235622de603d90dd781f))
|
|
562
|
+
|
|
563
|
+
|
|
564
|
+
### Dependencies
|
|
565
|
+
|
|
566
|
+
* **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.49
|
|
567
|
+
* **@visulima/packem-share:** upgraded to 1.0.0-alpha.30
|
|
568
|
+
* **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.29
|
|
569
|
+
* **@visulima/rollup-plugin-dts:** upgraded to 1.0.0-alpha.10
|
|
570
|
+
|
|
571
|
+
## @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)
|
|
572
|
+
|
|
573
|
+
### Bug Fixes
|
|
574
|
+
|
|
575
|
+
* dont throw a error if only bin with package.json is used ([8a95946](https://github.com/visulima/packem/commit/8a95946677565894980104a05d6cff8effc99b79))
|
|
576
|
+
* **packem:** fix data-uri timeout and externals test for postgraphile v5 ([03bb96d](https://github.com/visulima/packem/commit/03bb96d5cad3e92b7d228e2b28f643c4408934a2))
|
|
577
|
+
|
|
578
|
+
|
|
579
|
+
### Dependencies
|
|
580
|
+
|
|
581
|
+
* **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.48
|
|
582
|
+
* **@visulima/packem-share:** upgraded to 1.0.0-alpha.29
|
|
583
|
+
* **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.28
|
|
584
|
+
* **@visulima/rollup-plugin-dts:** upgraded to 1.0.0-alpha.9
|
|
585
|
+
|
|
586
|
+
## @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)
|
|
587
|
+
|
|
588
|
+
### Features
|
|
589
|
+
|
|
590
|
+
* **packem, packem-rollup:** import attributes, TS resolution, build/watch improvements ([7fa91de](https://github.com/visulima/packem/commit/7fa91de8ea6b9fff47cd0a3fd5874d94592ae5ea))
|
|
591
|
+
* **packem:** add rollup-plugin-import-trace for build error diagnostics ([304cb0d](https://github.com/visulima/packem/commit/304cb0d54c19a95ca3df82b7cc52d4d289973d4e))
|
|
592
|
+
|
|
593
|
+
### Miscellaneous Chores
|
|
594
|
+
|
|
595
|
+
* update test ([bad6c42](https://github.com/visulima/packem/commit/bad6c427f898f88aad4f66969fa18c3e6fc89208))
|
|
596
|
+
* updated test snap ([1887e4c](https://github.com/visulima/packem/commit/1887e4ca83efe950a27f8f60480af67e4ea03c4d))
|
|
597
|
+
|
|
598
|
+
|
|
599
|
+
### Dependencies
|
|
600
|
+
|
|
601
|
+
* **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.47
|
|
602
|
+
* **@visulima/packem-share:** upgraded to 1.0.0-alpha.28
|
|
603
|
+
* **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.27
|
|
604
|
+
* **@visulima/rollup-plugin-dts:** upgraded to 1.0.0-alpha.8
|
|
605
|
+
|
|
606
|
+
## @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)
|
|
607
|
+
|
|
608
|
+
### Miscellaneous Chores
|
|
609
|
+
|
|
610
|
+
* allow typescript 5 and 6 in peerDependencies and examples ([de6362d](https://github.com/visulima/packem/commit/de6362d402f593c11a9eedd04d756d69bade4ac5))
|
|
611
|
+
|
|
612
|
+
|
|
613
|
+
### Dependencies
|
|
614
|
+
|
|
615
|
+
* **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.46
|
|
616
|
+
* **@visulima/packem-share:** upgraded to 1.0.0-alpha.27
|
|
617
|
+
* **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.26
|
|
618
|
+
* **@visulima/rollup-plugin-dts:** upgraded to 1.0.0-alpha.7
|
|
619
|
+
|
|
620
|
+
## @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)
|
|
621
|
+
|
|
622
|
+
|
|
623
|
+
### Dependencies
|
|
624
|
+
|
|
625
|
+
* **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.45
|
|
626
|
+
* **@visulima/packem-share:** upgraded to 1.0.0-alpha.26
|
|
627
|
+
* **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.25
|
|
628
|
+
* **@visulima/rollup-plugin-dts:** upgraded to 1.0.0-alpha.6
|
|
629
|
+
|
|
630
|
+
## @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)
|
|
631
|
+
|
|
632
|
+
### Features
|
|
633
|
+
|
|
634
|
+
* **packem:** support DTS-specific dependency inlining ([8b234c6](https://github.com/visulima/packem/commit/8b234c6fe25890250485c9aa3e81745601a7f6bd))
|
|
635
|
+
* **rollup-plugin-dts:** add include/exclude filter support ([5d76867](https://github.com/visulima/packem/commit/5d76867939d95c1d75469f85a59b9504f3c3f1e4))
|
|
636
|
+
|
|
637
|
+
### Bug Fixes
|
|
638
|
+
|
|
639
|
+
* updated deps ([a50675d](https://github.com/visulima/packem/commit/a50675d7f9a98236edd89bc39bc35b8cb4db1565))
|
|
640
|
+
|
|
641
|
+
|
|
642
|
+
### Dependencies
|
|
643
|
+
|
|
644
|
+
* **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.44
|
|
645
|
+
* **@visulima/packem-share:** upgraded to 1.0.0-alpha.25
|
|
646
|
+
* **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.24
|
|
647
|
+
* **@visulima/rollup-plugin-dts:** upgraded to 1.0.0-alpha.5
|
|
648
|
+
|
|
649
|
+
## @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)
|
|
650
|
+
|
|
651
|
+
|
|
652
|
+
### Dependencies
|
|
653
|
+
|
|
654
|
+
* **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.43
|
|
655
|
+
* **@visulima/packem-share:** upgraded to 1.0.0-alpha.24
|
|
656
|
+
* **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.23
|
|
657
|
+
* **@visulima/rollup-plugin-dts:** upgraded to 1.0.0-alpha.4
|
|
658
|
+
|
|
659
|
+
## @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)
|
|
660
|
+
|
|
661
|
+
### Miscellaneous Chores
|
|
662
|
+
|
|
663
|
+
* **packem:** update dependencies and clean up fixture package.json files ([9cf26d1](https://github.com/visulima/packem/commit/9cf26d177534aaa692971a630145273b87912ef0))
|
|
664
|
+
|
|
665
|
+
|
|
666
|
+
### Dependencies
|
|
667
|
+
|
|
668
|
+
* **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.42
|
|
669
|
+
* **@visulima/packem-share:** upgraded to 1.0.0-alpha.23
|
|
670
|
+
* **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.22
|
|
671
|
+
* **@visulima/rollup-plugin-dts:** upgraded to 1.0.0-alpha.3
|
|
672
|
+
|
|
673
|
+
## @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)
|
|
674
|
+
|
|
675
|
+
### Bug Fixes
|
|
676
|
+
|
|
677
|
+
* fixed broken publishing ([002f29a](https://github.com/visulima/packem/commit/002f29a6a3edf695d98abae0f18c6b0c328ef832))
|
|
678
|
+
|
|
679
|
+
|
|
680
|
+
### Dependencies
|
|
681
|
+
|
|
682
|
+
* **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.41
|
|
683
|
+
* **@visulima/packem-share:** upgraded to 1.0.0-alpha.22
|
|
684
|
+
* **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.21
|
|
685
|
+
* **@visulima/rollup-plugin-dts:** upgraded to 1.0.0-alpha.2
|
|
686
|
+
|
|
687
|
+
## @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)
|
|
688
|
+
|
|
689
|
+
### Features
|
|
690
|
+
|
|
691
|
+
* **packem:** update source, tests and configuration ([1d6e310](https://github.com/visulima/packem/commit/1d6e310c988e0a14414ea769b0560dc025fd0d16))
|
|
692
|
+
|
|
693
|
+
### Bug Fixes
|
|
694
|
+
|
|
695
|
+
* resolve test failures in packem-rollup and ecosystem tests ([2a43db8](https://github.com/visulima/packem/commit/2a43db81e52ec956e78e3c1ce70038fb40e28345))
|
|
696
|
+
|
|
697
|
+
### Miscellaneous Chores
|
|
698
|
+
|
|
699
|
+
* update dependencies, fix linting and improve code formatting ([d78b132](https://github.com/visulima/packem/commit/d78b1325ce79dbd14deeb6311a74d81f7172a81e))
|
|
700
|
+
* update examples, root config and lockfile ([a10440d](https://github.com/visulima/packem/commit/a10440d06e9d0e283cee4b9ef3b06a43166e513e))
|
|
701
|
+
|
|
702
|
+
|
|
703
|
+
### Dependencies
|
|
704
|
+
|
|
705
|
+
* **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.40
|
|
706
|
+
* **@visulima/packem-share:** upgraded to 1.0.0-alpha.21
|
|
707
|
+
* **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.20
|
|
708
|
+
* **@visulima/rollup-plugin-dts:** upgraded to 1.0.0-alpha.1
|
|
709
|
+
|
|
710
|
+
## @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)
|
|
711
|
+
|
|
712
|
+
### Bug Fixes
|
|
713
|
+
|
|
714
|
+
* **packem:** fix integration test failures and update source ([64673f1](https://github.com/visulima/packem/commit/64673f1e7c631ed0e454c13579bb9f71d0f9b3b9))
|
|
715
|
+
|
|
716
|
+
### Miscellaneous Chores
|
|
717
|
+
|
|
718
|
+
* remove empty optionalDependencies sections from package.json files ([a4aecaa](https://github.com/visulima/packem/commit/a4aecaaacb33d1ffcc8731cfc5247e5f7fa79cf0))
|
|
719
|
+
|
|
720
|
+
|
|
721
|
+
### Dependencies
|
|
722
|
+
|
|
723
|
+
* **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.39
|
|
724
|
+
* **@visulima/packem-share:** upgraded to 1.0.0-alpha.20
|
|
725
|
+
* **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.19
|
|
726
|
+
|
|
727
|
+
## @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)
|
|
728
|
+
|
|
729
|
+
### Features
|
|
730
|
+
|
|
731
|
+
* **packem:** enhance Preact and React presets for development mode ([4cf7b15](https://github.com/visulima/packem/commit/4cf7b154bab6b67adb1f0f253004c62e4e1d6079))
|
|
732
|
+
|
|
733
|
+
## @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)
|
|
734
|
+
|
|
735
|
+
### Features
|
|
736
|
+
|
|
737
|
+
* **packem:** add TypeScript resolution plugins and enhance integration tests ([fabe2aa](https://github.com/visulima/packem/commit/fabe2aadc0fb1df947c4f0c70df3357bbbac63d1))
|
|
738
|
+
* **packem:** enhance external dependency resolution and add new tests ([397c914](https://github.com/visulima/packem/commit/397c9147611f9def319ea81e3fc0546a2300b8ec))
|
|
739
|
+
* **packem:** enhance package.json imports handling and update integration tests ([6449db0](https://github.com/visulima/packem/commit/6449db0f134cafd514849e4c739c0f882f87f6ba))
|
|
740
|
+
|
|
741
|
+
### Miscellaneous Chores
|
|
742
|
+
|
|
743
|
+
* update pnpm workspace and lockfile configurations ([121fa13](https://github.com/visulima/packem/commit/121fa1399bff3738bc6dbeac310aaff04ead670d))
|
|
744
|
+
|
|
745
|
+
### Tests
|
|
746
|
+
|
|
747
|
+
* add integration test for externalized dependency resolution ([30fac39](https://github.com/visulima/packem/commit/30fac399113e835a6cde48e5c3b297ff965ee518))
|
|
748
|
+
|
|
749
|
+
|
|
750
|
+
### Dependencies
|
|
751
|
+
|
|
752
|
+
* **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.38
|
|
753
|
+
* **@visulima/packem-share:** upgraded to 1.0.0-alpha.19
|
|
754
|
+
* **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.18
|
|
755
|
+
|
|
756
|
+
## @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)
|
|
757
|
+
|
|
758
|
+
### Features
|
|
759
|
+
|
|
760
|
+
* **shared-module:** add cross-boundary shared module support and integration tests ([59c2635](https://github.com/visulima/packem/commit/59c2635e1e84132b7157f78f191b49b4e180b7b1))
|
|
761
|
+
|
|
762
|
+
### Miscellaneous Chores
|
|
763
|
+
|
|
764
|
+
* update package dependencies and improve configurations ([e942f98](https://github.com/visulima/packem/commit/e942f9833920f04e112daa232bbe7bdb3628e039))
|
|
765
|
+
|
|
766
|
+
### Code Refactoring
|
|
767
|
+
|
|
768
|
+
* standardize code formatting and improve readability ([2bc01d1](https://github.com/visulima/packem/commit/2bc01d1e1b266dceb6023e29d3211bc7415e4946))
|
|
769
|
+
|
|
770
|
+
|
|
771
|
+
### Dependencies
|
|
772
|
+
|
|
773
|
+
* **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.37
|
|
774
|
+
* **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.17
|
|
775
|
+
|
|
776
|
+
## @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)
|
|
777
|
+
|
|
778
|
+
### Features
|
|
779
|
+
|
|
780
|
+
* **preact:** add Preact and React compatibility examples with Babel support ([0b77282](https://github.com/visulima/packem/commit/0b77282b802ed3d7c5df0733c1d7f5e2156df721))
|
|
781
|
+
|
|
782
|
+
|
|
783
|
+
### Dependencies
|
|
784
|
+
|
|
785
|
+
* **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.36
|
|
786
|
+
* **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.16
|
|
787
|
+
|
|
788
|
+
## @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)
|
|
789
|
+
|
|
790
|
+
### Miscellaneous Chores
|
|
791
|
+
|
|
792
|
+
* update dependencies and improve configuration ([aa5ea19](https://github.com/visulima/packem/commit/aa5ea194b5add7df38a8855e618736fea0ae37fe))
|
|
793
|
+
* update package dependencies and improve configuration ([a7dd729](https://github.com/visulima/packem/commit/a7dd729e75a08380ebb70bffb629ec1df3c2bb7f))
|
|
794
|
+
|
|
795
|
+
### Code Refactoring
|
|
796
|
+
|
|
797
|
+
* enhance type inference and improve test coverage ([80fbf41](https://github.com/visulima/packem/commit/80fbf41b90595fa1c95133f0f18cd5c2ca48787c))
|
|
798
|
+
* improve environment variable handling and enhance entry inference ([c21e7b9](https://github.com/visulima/packem/commit/c21e7b9537a77fe835ef25d5bc4b4d0898e89b35))
|
|
799
|
+
* simplify JSX component definitions and update test cases ([14fd836](https://github.com/visulima/packem/commit/14fd8367b5164aecff0c39d28cc096a83fb1ca78))
|
|
800
|
+
|
|
801
|
+
|
|
802
|
+
### Dependencies
|
|
803
|
+
|
|
804
|
+
* **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.35
|
|
805
|
+
* **@visulima/packem-share:** upgraded to 1.0.0-alpha.18
|
|
806
|
+
* **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.15
|
|
807
|
+
|
|
808
|
+
## @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)
|
|
809
|
+
|
|
810
|
+
### Features
|
|
811
|
+
|
|
812
|
+
* add solid preset options and user babel options merging ([1b93748](https://github.com/visulima/packem/commit/1b93748f986619ed121dbc31361072421eaae74f))
|
|
813
|
+
* add support for loading environment variables from .env files ([0b041c6](https://github.com/visulima/packem/commit/0b041c62cb5457095bea5a9ea68ab8dbf8b63f53))
|
|
814
|
+
* enhance build configuration and environment handling ([78d4c32](https://github.com/visulima/packem/commit/78d4c32f5f12685bb09acc5c50c3200274765125))
|
|
815
|
+
* enhance hooks functionality and improve documentation ([dfea61d](https://github.com/visulima/packem/commit/dfea61ddd2b286327c382b2c50b1b94cceb3d3ad))
|
|
816
|
+
* enhance package.json exports and improve Solid preset handling ([ba61fb6](https://github.com/visulima/packem/commit/ba61fb6e71fbfed8ae8f66256676b5606a5dca87))
|
|
817
|
+
|
|
818
|
+
### Bug Fixes
|
|
819
|
+
|
|
820
|
+
* update export handling and improve entry inference logic ([4897f4f](https://github.com/visulima/packem/commit/4897f4f31b7d9ec87b3254391f4b11385478e2e6))
|
|
821
|
+
|
|
822
|
+
### Miscellaneous Chores
|
|
823
|
+
|
|
824
|
+
* update package dependencies and improve build configuration ([690fb64](https://github.com/visulima/packem/commit/690fb641471278110f6175e6396d5bee9352c8eb))
|
|
825
|
+
|
|
826
|
+
### Code Refactoring
|
|
827
|
+
|
|
828
|
+
* streamline environment variable handling and improve test coverage ([642c513](https://github.com/visulima/packem/commit/642c513d61fdc64069a7d7affc78b986ad29b9b1))
|
|
829
|
+
|
|
830
|
+
|
|
831
|
+
### Dependencies
|
|
832
|
+
|
|
833
|
+
* **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.34
|
|
834
|
+
* **@visulima/packem-share:** upgraded to 1.0.0-alpha.17
|
|
835
|
+
* **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.14
|
|
836
|
+
|
|
837
|
+
## @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)
|
|
838
|
+
|
|
839
|
+
### Bug Fixes
|
|
840
|
+
|
|
841
|
+
* update package versions in pnpm-lock.yaml and package.json files ([c227ecf](https://github.com/visulima/packem/commit/c227ecf2b15b900242c37958f754a48a6d47b57f))
|
|
842
|
+
|
|
843
|
+
|
|
844
|
+
### Dependencies
|
|
845
|
+
|
|
846
|
+
* **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.33
|
|
847
|
+
* **@visulima/packem-share:** upgraded to 1.0.0-alpha.16
|
|
848
|
+
* **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.13
|
|
849
|
+
|
|
850
|
+
## @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)
|
|
851
|
+
|
|
852
|
+
### Bug Fixes
|
|
853
|
+
|
|
854
|
+
* improve logic for checking Git status in add command ([bbb85c7](https://github.com/visulima/packem/commit/bbb85c7952221bb840f0697a4db85a4ba4a5327b))
|
|
855
|
+
|
|
856
|
+
## @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)
|
|
857
|
+
|
|
858
|
+
### Bug Fixes
|
|
859
|
+
|
|
860
|
+
* update pnpm-lock.yaml and example files for consistency ([d11dd48](https://github.com/visulima/packem/commit/d11dd4868a3cb5265035897148f81dca3b33f359))
|
|
861
|
+
|
|
862
|
+
|
|
863
|
+
### Dependencies
|
|
864
|
+
|
|
865
|
+
* **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.32
|
|
866
|
+
* **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.12
|
|
867
|
+
|
|
868
|
+
## @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)
|
|
869
|
+
|
|
870
|
+
### Features
|
|
871
|
+
|
|
872
|
+
* add Vue and Svelte presets with example configurations ([5d7c0eb](https://github.com/visulima/packem/commit/5d7c0ebaac1a105a863c8c92e953623398734f5b))
|
|
873
|
+
|
|
874
|
+
## @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)
|
|
875
|
+
|
|
876
|
+
### Features
|
|
877
|
+
|
|
878
|
+
* added preset for react and solid, added babel transformer ([773b907](https://github.com/visulima/packem/commit/773b907b462985cb61a5c978c43e227f24db6706))
|
|
879
|
+
|
|
880
|
+
|
|
881
|
+
### Dependencies
|
|
882
|
+
|
|
883
|
+
* **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.31
|
|
884
|
+
* **@visulima/packem-share:** upgraded to 1.0.0-alpha.15
|
|
885
|
+
* **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.11
|
|
886
|
+
|
|
887
|
+
## @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)
|
|
888
|
+
|
|
889
|
+
### Code Refactoring
|
|
890
|
+
|
|
891
|
+
* enhance extractExportFilenames function and improve package entry validation ([a3674e1](https://github.com/visulima/packem/commit/a3674e15a9c2484d43d8ae658df1b018a69a62b1))
|
|
892
|
+
|
|
893
|
+
|
|
894
|
+
### Dependencies
|
|
895
|
+
|
|
896
|
+
* **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.30
|
|
897
|
+
* **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.10
|
|
898
|
+
|
|
899
|
+
## @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)
|
|
900
|
+
|
|
901
|
+
|
|
902
|
+
### Dependencies
|
|
903
|
+
|
|
904
|
+
* **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.29
|
|
905
|
+
* **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.9
|
|
906
|
+
|
|
907
|
+
## @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)
|
|
908
|
+
|
|
909
|
+
### Bug Fixes
|
|
910
|
+
|
|
911
|
+
* enable debarrel plugin in Rollup options ([5cde5f6](https://github.com/visulima/packem/commit/5cde5f63c043406b42cb1eea4e4245d0e34aa570))
|
|
912
|
+
* enhance migrate command and update ESLint configuration ([95bfa33](https://github.com/visulima/packem/commit/95bfa33ba225cdcf8a88df0f55c781a23de746ef))
|
|
913
|
+
|
|
914
|
+
|
|
915
|
+
### Dependencies
|
|
916
|
+
|
|
917
|
+
* **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.28
|
|
918
|
+
* **@visulima/packem-share:** upgraded to 1.0.0-alpha.14
|
|
919
|
+
* **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.8
|
|
920
|
+
|
|
921
|
+
## @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)
|
|
922
|
+
|
|
923
|
+
### Bug Fixes
|
|
924
|
+
|
|
925
|
+
* updated deps and added more cli command tests ([ddbc7fd](https://github.com/visulima/packem/commit/ddbc7fd46ca785a1e548a7b2dcdb259ac35d50bf))
|
|
926
|
+
|
|
927
|
+
## @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)
|
|
928
|
+
|
|
929
|
+
### Features
|
|
930
|
+
|
|
931
|
+
* add migrate command to facilitate migration from other bundlers to packem ([518154f](https://github.com/visulima/packem/commit/518154f7b7fe642be22698a4c0c3d1738ca41a88))
|
|
932
|
+
|
|
933
|
+
### Miscellaneous Chores
|
|
934
|
+
|
|
935
|
+
* update dependencies and package versions across multiple files ([#172](https://github.com/visulima/packem/issues/172)) ([f73c1dc](https://github.com/visulima/packem/commit/f73c1dc453f55c52da98e4b7c60f44ffd637e53c))
|
|
936
|
+
* update package references to use 'catalog:visulima' for consistency across multiple packages ([14ee42b](https://github.com/visulima/packem/commit/14ee42b3ae978baef4752e12115d14d6bb2ba7bc))
|
|
937
|
+
|
|
938
|
+
## @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)
|
|
939
|
+
|
|
940
|
+
### Bug Fixes
|
|
941
|
+
|
|
942
|
+
* improve isolated declarations plugin and update filtering logic ([7efdf0d](https://github.com/visulima/packem/commit/7efdf0d052805a3d46cf767447728ca3d537fc24))
|
|
943
|
+
* update license files and improve plugin configurations ([6372411](https://github.com/visulima/packem/commit/6372411fefbad9cb67d912c1447994b93a9ebc6f))
|
|
944
|
+
|
|
945
|
+
|
|
946
|
+
### Dependencies
|
|
947
|
+
|
|
948
|
+
* **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.27
|
|
949
|
+
|
|
950
|
+
## @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)
|
|
951
|
+
|
|
952
|
+
### Bug Fixes
|
|
953
|
+
|
|
954
|
+
* update dependencies and configurations across multiple packages ([74aeb65](https://github.com/visulima/packem/commit/74aeb6569713c08d19f5581952febf9934c56024))
|
|
955
|
+
|
|
956
|
+
## @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)
|
|
957
|
+
|
|
958
|
+
### Features
|
|
959
|
+
|
|
960
|
+
* add unbundle mode to preserve source file structure ([317e992](https://github.com/visulima/packem/commit/317e9925eae1344a2459f044250e717241a1d5a5))
|
|
961
|
+
|
|
962
|
+
### Miscellaneous Chores
|
|
963
|
+
|
|
964
|
+
* update package.json and pnpm-lock.yaml for dependency management ([aa523ca](https://github.com/visulima/packem/commit/aa523ca16f29ba0a874a13693d1f9581acf6f8c3))
|
|
965
|
+
|
|
966
|
+
|
|
967
|
+
### Dependencies
|
|
968
|
+
|
|
969
|
+
* **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.26
|
|
970
|
+
|
|
971
|
+
## @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)
|
|
972
|
+
|
|
973
|
+
### Features
|
|
974
|
+
|
|
975
|
+
* enhance require-cjs-transformer with multi-entry point support ([6f0a824](https://github.com/visulima/packem/commit/6f0a824fe982bc9dc18e0e19fd9de55754ac37b3))
|
|
976
|
+
|
|
977
|
+
|
|
978
|
+
### Dependencies
|
|
979
|
+
|
|
980
|
+
* **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.25
|
|
981
|
+
|
|
982
|
+
## @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)
|
|
983
|
+
|
|
984
|
+
### Bug Fixes
|
|
985
|
+
|
|
986
|
+
* fixed require-cjs-transformer doublication ([218cffb](https://github.com/visulima/packem/commit/218cffbb1b3667af92161e9537618bd1cd2a0fa7))
|
|
987
|
+
|
|
988
|
+
### Miscellaneous Chores
|
|
989
|
+
|
|
990
|
+
* update ESLint configurations across multiple packages ([1fe2d3d](https://github.com/visulima/packem/commit/1fe2d3d6e4e1139560755b538367351d2b170ad3))
|
|
991
|
+
* update package configurations and dependencies ([be09695](https://github.com/visulima/packem/commit/be09695f800ee23a555c54bd92e7ddd4c88182eb))
|
|
992
|
+
* update package dependencies and configurations ([8ec45ec](https://github.com/visulima/packem/commit/8ec45ec4cc34899161fed5446268c9036162d902))
|
|
993
|
+
* update package dependencies and configurations ([8453e80](https://github.com/visulima/packem/commit/8453e80187d9e6212d98dbe5aaafd031a5cabdcf))
|
|
994
|
+
|
|
995
|
+
|
|
996
|
+
### Dependencies
|
|
997
|
+
|
|
998
|
+
* **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.24
|
|
999
|
+
|
|
1000
|
+
## @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)
|
|
1001
|
+
|
|
1002
|
+
|
|
1003
|
+
### Dependencies
|
|
1004
|
+
|
|
1005
|
+
* **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.23
|
|
1006
|
+
|
|
1007
|
+
## @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)
|
|
1008
|
+
|
|
1009
|
+
### Bug Fixes
|
|
1010
|
+
|
|
1011
|
+
* update readme ([3b5467f](https://github.com/visulima/packem/commit/3b5467f8ba57e39495582a8914d970fe455c70e8))
|
|
1012
|
+
|
|
1013
|
+
### Miscellaneous Chores
|
|
1014
|
+
|
|
1015
|
+
* add .cursorignore and update package.json for isolated transformers ([750e101](https://github.com/visulima/packem/commit/750e101a6d5b88f0b9a6c5952ee1223c825eb2ad))
|
|
1016
|
+
* update pnpm workspace and package configurations ([feacec9](https://github.com/visulima/packem/commit/feacec93d1b0cefb8ea5d2b730fc1c6918925826))
|
|
1017
|
+
* update TypeScript SDK path and adjust package dependencies ([b3a3661](https://github.com/visulima/packem/commit/b3a3661299bcb2343a0da19dddebb43678575750))
|
|
1018
|
+
|
|
1019
|
+
## @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)
|
|
1020
|
+
|
|
1021
|
+
### Bug Fixes
|
|
1022
|
+
|
|
1023
|
+
* update dependencies and improve require CJS transformer ([a8d4fb7](https://github.com/visulima/packem/commit/a8d4fb7f35a313fd22c123b4b6487a346eb66e0a))
|
|
1024
|
+
|
|
1025
|
+
|
|
1026
|
+
### Dependencies
|
|
1027
|
+
|
|
1028
|
+
* **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.22
|
|
1029
|
+
|
|
1030
|
+
## @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)
|
|
1031
|
+
|
|
1032
|
+
### Bug Fixes
|
|
1033
|
+
|
|
1034
|
+
* enhance minifyHTMLLiterals plugin options to include logger ([ca6ecae](https://github.com/visulima/packem/commit/ca6ecae6ea18fd5ee4cb13111d3fe3938bd489b0))
|
|
1035
|
+
|
|
1036
|
+
## @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)
|
|
1037
|
+
|
|
1038
|
+
### Bug Fixes
|
|
1039
|
+
|
|
1040
|
+
* update dependencies and improve minification options ([25b69b5](https://github.com/visulima/packem/commit/25b69b50f7631655303a417e61f3a37e2aa3c017))
|
|
1041
|
+
|
|
1042
|
+
|
|
1043
|
+
### Dependencies
|
|
1044
|
+
|
|
1045
|
+
* **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.21
|
|
1046
|
+
|
|
1047
|
+
## @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)
|
|
1048
|
+
|
|
1049
|
+
### Bug Fixes
|
|
1050
|
+
|
|
1051
|
+
* enhance package-json-exports and preserve-directives tests ([c3b58f2](https://github.com/visulima/packem/commit/c3b58f251ea9ed3d8747a967b6f53fd4c1773509))
|
|
1052
|
+
|
|
1053
|
+
### Miscellaneous Chores
|
|
1054
|
+
|
|
1055
|
+
* update dependencies and add minify-html-literals plugin ([e20007d](https://github.com/visulima/packem/commit/e20007ddf3cbb80c34c323ed37164baaf6f9a649))
|
|
1056
|
+
* update dependencies and improve package validation tests ([b4fd83b](https://github.com/visulima/packem/commit/b4fd83bf3f5749d53c1c01eaf10d61f88530d9f4))
|
|
1057
|
+
|
|
1058
|
+
### Tests
|
|
1059
|
+
|
|
1060
|
+
* enhance infer-entries and package validation tests ([42624c1](https://github.com/visulima/packem/commit/42624c1b14f937e4365222753ace3f4b4b0d9b3c))
|
|
1061
|
+
|
|
1062
|
+
|
|
1063
|
+
### Dependencies
|
|
1064
|
+
|
|
1065
|
+
* **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.20
|
|
1066
|
+
* **@visulima/packem-share:** upgraded to 1.0.0-alpha.13
|
|
1067
|
+
* **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.7
|
|
1068
|
+
|
|
1069
|
+
## @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)
|
|
1070
|
+
|
|
1071
|
+
### Bug Fixes
|
|
1072
|
+
|
|
1073
|
+
* update documentation and references from Packen to Packem ([9983009](https://github.com/visulima/packem/commit/99830099c953e2b12269ea18606838d80f1e6e2b))
|
|
1074
|
+
|
|
1075
|
+
### Miscellaneous Chores
|
|
1076
|
+
|
|
1077
|
+
* update package.json dependencies for packem and rollup-plugin-css ([8ff92d6](https://github.com/visulima/packem/commit/8ff92d6a904882076bda9ac796b4fe8740fc4f57))
|
|
1078
|
+
|
|
1079
|
+
|
|
1080
|
+
### Dependencies
|
|
1081
|
+
|
|
1082
|
+
* **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.19
|
|
1083
|
+
|
|
1084
|
+
## @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)
|
|
1085
|
+
|
|
1086
|
+
### Bug Fixes
|
|
1087
|
+
|
|
1088
|
+
* update dependencies and versions across multiple packages ([a0d209d](https://github.com/visulima/packem/commit/a0d209d847b1feb171850994a64591ab7d26f8cb))
|
|
1089
|
+
|
|
1090
|
+
|
|
1091
|
+
### Dependencies
|
|
1092
|
+
|
|
1093
|
+
* **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.18
|
|
1094
|
+
|
|
1095
|
+
## @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)
|
|
1096
|
+
|
|
1097
|
+
### Features
|
|
1098
|
+
|
|
1099
|
+
* added support for attw and publint, fixed caching issue on validation ([6f05388](https://github.com/visulima/packem/commit/6f0538802b3cd5a2cd84a373c96b25eb7fa1c01c))
|
|
1100
|
+
* update dependencies and add requireCJS transformer support ([050ed47](https://github.com/visulima/packem/commit/050ed47cf1ced64e74e0cf5c043edd1b8f4dead1))
|
|
1101
|
+
|
|
1102
|
+
### Miscellaneous Chores
|
|
1103
|
+
|
|
1104
|
+
* update dependencies and versions across multiple packages ([5bd26ea](https://github.com/visulima/packem/commit/5bd26ea047d62464758e5810307f6e059f5c1025))
|
|
1105
|
+
* update dependencies and versions across multiple packages ([3e5b4a2](https://github.com/visulima/packem/commit/3e5b4a229fc514828ab9e012a5d556163b30c2fc))
|
|
1106
|
+
|
|
1107
|
+
### Code Refactoring
|
|
1108
|
+
|
|
1109
|
+
* remove publint integration and clean up related code ([68c0215](https://github.com/visulima/packem/commit/68c021590b5224e85d0609fad39705f71323fc6b))
|
|
1110
|
+
|
|
1111
|
+
|
|
1112
|
+
### Dependencies
|
|
1113
|
+
|
|
1114
|
+
* **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.17
|
|
1115
|
+
|
|
1116
|
+
## @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)
|
|
1117
|
+
|
|
1118
|
+
### Bug Fixes
|
|
1119
|
+
|
|
1120
|
+
* updated deps, added usage of pnpm catalog ([14987df](https://github.com/visulima/packem/commit/14987dff37121ca7aab6f9d0a07b24a1a2f5284a))
|
|
1121
|
+
|
|
1122
|
+
|
|
1123
|
+
### Dependencies
|
|
1124
|
+
|
|
1125
|
+
* **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.16
|
|
1126
|
+
* **@visulima/packem-share:** upgraded to 1.0.0-alpha.12
|
|
1127
|
+
* **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.6
|
|
1128
|
+
|
|
1129
|
+
## @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)
|
|
1130
|
+
|
|
1131
|
+
### Bug Fixes
|
|
1132
|
+
|
|
1133
|
+
* update dependencies and versions across multiple packages ([b17ec3b](https://github.com/visulima/packem/commit/b17ec3b30f1bfa6267e9eede14fbb569c55b09cf))
|
|
1134
|
+
|
|
1135
|
+
|
|
1136
|
+
### Dependencies
|
|
1137
|
+
|
|
1138
|
+
* **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.15
|
|
1139
|
+
* **@visulima/packem-share:** upgraded to 1.0.0-alpha.11
|
|
1140
|
+
* **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.5
|
|
1141
|
+
|
|
1142
|
+
## @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)
|
|
1143
|
+
|
|
1144
|
+
### Bug Fixes
|
|
1145
|
+
|
|
1146
|
+
* update dependencies and versions across multiple packages ([1bf21ee](https://github.com/visulima/packem/commit/1bf21ee3bf5e06c6ac53872ec33d64b4ad7cf588))
|
|
1147
|
+
|
|
1148
|
+
|
|
1149
|
+
### Dependencies
|
|
1150
|
+
|
|
1151
|
+
* **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.14
|
|
1152
|
+
* **@visulima/packem-share:** upgraded to 1.0.0-alpha.10
|
|
1153
|
+
* **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.4
|
|
1154
|
+
|
|
1155
|
+
## @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)
|
|
1156
|
+
|
|
1157
|
+
### Bug Fixes
|
|
1158
|
+
|
|
1159
|
+
* enhance integration tests for CSS and raw data handling ([67aecd3](https://github.com/visulima/packem/commit/67aecd337192d8ea284425db7230661e87de7ad5))
|
|
1160
|
+
|
|
1161
|
+
### Code Refactoring
|
|
1162
|
+
|
|
1163
|
+
* update integration tests to use toContain for better readability ([f4015b1](https://github.com/visulima/packem/commit/f4015b10f9910e6f6e4f214a9e0a423c57c0291f))
|
|
1164
|
+
|
|
1165
|
+
|
|
1166
|
+
### Dependencies
|
|
1167
|
+
|
|
1168
|
+
* **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.13
|
|
1169
|
+
|
|
1170
|
+
## @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)
|
|
1171
|
+
|
|
1172
|
+
### Bug Fixes
|
|
1173
|
+
|
|
1174
|
+
* update .gitignore and enhance tests for CSS processing ([4e706a2](https://github.com/visulima/packem/commit/4e706a267ee2d7b9a89796b7227ae65f80823b71))
|
|
1175
|
+
|
|
1176
|
+
### Miscellaneous Chores
|
|
1177
|
+
|
|
1178
|
+
* update dependencies and versions in package.json and pnpm-lock.yaml ([df62809](https://github.com/visulima/packem/commit/df628094fc6fd5e79cbb939a61bab79d6c89b833))
|
|
1179
|
+
|
|
1180
|
+
|
|
1181
|
+
### Dependencies
|
|
1182
|
+
|
|
1183
|
+
* **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.3
|
|
1184
|
+
|
|
1185
|
+
## @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)
|
|
1186
|
+
|
|
1187
|
+
### Features
|
|
1188
|
+
|
|
1189
|
+
* add inline CSS processing mode to rollup-plugin-css ([2605997](https://github.com/visulima/packem/commit/2605997bc1e76a80b22529fd71ec053c02111ea2))
|
|
1190
|
+
|
|
1191
|
+
### Miscellaneous Chores
|
|
1192
|
+
|
|
1193
|
+
* update dependencies and versions in package.json and pnpm-lock.yaml ([e6086fb](https://github.com/visulima/packem/commit/e6086fbd6ad21bbc35b8365b03e8a5d543354154))
|
|
1194
|
+
|
|
1195
|
+
|
|
1196
|
+
### Dependencies
|
|
1197
|
+
|
|
1198
|
+
* **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.2
|
|
1199
|
+
|
|
1200
|
+
## @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)
|
|
1201
|
+
|
|
1202
|
+
### Features
|
|
1203
|
+
|
|
1204
|
+
* added the first migration for the rolldown-plugin-dts for rollup ([fb3321f](https://github.com/visulima/packem/commit/fb3321fedb5101368bdf8e711db30d00d9ef26f3))
|
|
1205
|
+
* enhance jiti import resolution in create-stub ([6c4ddb3](https://github.com/visulima/packem/commit/6c4ddb32238fd5cb3ac94e9f98ce27999c58034a))
|
|
1206
|
+
* implement lazy barrel optimization in rollup-plugin ([2cdcb34](https://github.com/visulima/packem/commit/2cdcb342f41940b4b277698740153953b905acd0))
|
|
1207
|
+
* introduce debarrel optimization for improved import handling ([129435e](https://github.com/visulima/packem/commit/129435ee941f2cd9f003046225e2a8862eb2cba7))
|
|
1208
|
+
* update rollup-plugin-dts with new dependencies and type handling improvements ([b9ca7f8](https://github.com/visulima/packem/commit/b9ca7f802247977c5cd0a4debf8fe3a376c525df))
|
|
1209
|
+
|
|
1210
|
+
### Code Refactoring
|
|
1211
|
+
|
|
1212
|
+
* rename rollup-css-plugin to rollup-plugin-css and update related imports ([876e241](https://github.com/visulima/packem/commit/876e241ec8cf727e9f1666902733996752b18295))
|
|
1213
|
+
|
|
1214
|
+
|
|
1215
|
+
### Dependencies
|
|
1216
|
+
|
|
1217
|
+
* **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.12
|
|
1218
|
+
* **@visulima/packem-share:** upgraded to 1.0.0-alpha.9
|
|
1219
|
+
* **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.1
|
|
1220
|
+
|
|
1221
|
+
## @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)
|
|
1222
|
+
|
|
1223
|
+
### Features
|
|
1224
|
+
|
|
1225
|
+
* Add Data URI plugin support for SVG files ([8528648](https://github.com/visulima/packem/commit/852864828d09a70367c93228b1bee8699e1e00f2))
|
|
1226
|
+
|
|
1227
|
+
|
|
1228
|
+
### Dependencies
|
|
1229
|
+
|
|
1230
|
+
* **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.11
|
|
1231
|
+
* **@visulima/packem-share:** upgraded to 1.0.0-alpha.8
|
|
1232
|
+
* **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.10
|
|
1233
|
+
|
|
1234
|
+
## @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)
|
|
1235
|
+
|
|
1236
|
+
### Bug Fixes
|
|
1237
|
+
|
|
1238
|
+
* Introduce Button and Card components with Tailwind CSS styles ([bd9d5c3](https://github.com/visulima/packem/commit/bd9d5c371afbc6adf030ade6a64b572f6eb4c2cc))
|
|
1239
|
+
|
|
1240
|
+
### Code Refactoring
|
|
1241
|
+
|
|
1242
|
+
* Update component imports and CSS references for Tailwind integration ([46a1293](https://github.com/visulima/packem/commit/46a1293c5694fccd79670f9c9f51565374f26069))
|
|
1243
|
+
* Update CSS imports and component structure for Tailwind integration ([8f4535a](https://github.com/visulima/packem/commit/8f4535a6cf762ae8a5369154fdc870e76e817ffc))
|
|
1244
|
+
|
|
1245
|
+
|
|
1246
|
+
### Dependencies
|
|
1247
|
+
|
|
1248
|
+
* **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.10
|
|
1249
|
+
* **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.9
|
|
1250
|
+
|
|
1251
|
+
## @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)
|
|
1252
|
+
|
|
1253
|
+
|
|
1254
|
+
### Dependencies
|
|
1255
|
+
|
|
1256
|
+
* **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.8
|
|
1257
|
+
|
|
1258
|
+
## @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)
|
|
1259
|
+
|
|
1260
|
+
### Bug Fixes
|
|
1261
|
+
|
|
1262
|
+
* update raw plugin to handle .js?raw imports and improve file reading ([670dad5](https://github.com/visulima/packem/commit/670dad559e535af5c883556e6a7af7794465c669))
|
|
1263
|
+
|
|
1264
|
+
|
|
1265
|
+
### Dependencies
|
|
1266
|
+
|
|
1267
|
+
* **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.9
|
|
1268
|
+
|
|
1269
|
+
## @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)
|
|
1270
|
+
|
|
1271
|
+
### Bug Fixes
|
|
1272
|
+
|
|
1273
|
+
* fixed the custom resolver for tailwind loader ([1fd0b43](https://github.com/visulima/packem/commit/1fd0b4345aa90f5c250eba9fd8c741e569b84abc))
|
|
1274
|
+
|
|
1275
|
+
### Miscellaneous Chores
|
|
1276
|
+
|
|
1277
|
+
* update dependencies for Tailwind CSS and CSS Style Inject ([ef84f41](https://github.com/visulima/packem/commit/ef84f4193be1008b630e9bb29b2cbc78a6d93532))
|
|
1278
|
+
|
|
1279
|
+
|
|
1280
|
+
### Dependencies
|
|
1281
|
+
|
|
1282
|
+
* **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.8
|
|
1283
|
+
* **@visulima/packem-share:** upgraded to 1.0.0-alpha.7
|
|
1284
|
+
* **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.7
|
|
1285
|
+
|
|
1
1286
|
## @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)
|
|
2
1287
|
|
|
3
1288
|
### Features
|
|
@@ -9,7 +1294,7 @@
|
|
|
9
1294
|
|
|
10
1295
|
* **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.7
|
|
11
1296
|
* **@visulima/packem-share:** upgraded to 1.0.0-alpha.6
|
|
12
|
-
* **@visulima/rollup-css
|
|
1297
|
+
* **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.6
|
|
13
1298
|
|
|
14
1299
|
## @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)
|
|
15
1300
|
|
|
@@ -39,7 +1324,7 @@
|
|
|
39
1324
|
|
|
40
1325
|
* **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.5
|
|
41
1326
|
* **@visulima/packem-share:** upgraded to 1.0.0-alpha.5
|
|
42
|
-
* **@visulima/rollup-css
|
|
1327
|
+
* **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.5
|
|
43
1328
|
|
|
44
1329
|
## @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)
|
|
45
1330
|
|
|
@@ -222,7 +1507,7 @@
|
|
|
222
1507
|
|
|
223
1508
|
* **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.1
|
|
224
1509
|
* **@visulima/packem-share:** upgraded to 1.0.0-alpha.1
|
|
225
|
-
* **@visulima/rollup-css
|
|
1510
|
+
* **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.1
|
|
226
1511
|
|
|
227
1512
|
## @visulima/packem [1.28.2](https://github.com/visulima/packem/compare/@visulima/packem@1.28.1...@visulima/packem@1.28.2) (2025-06-24)
|
|
228
1513
|
|