@visulima/packem 2.0.0-alpha.6 → 2.0.0-alpha.61
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +747 -2
- package/LICENSE.md +552 -2582
- package/README.md +58 -12
- package/dist/builder/typedoc/generate-reference-documentation.d.ts +4 -0
- package/dist/builder/typedoc/index.d.ts +3 -26
- package/dist/builder/typedoc/index.js +3 -3
- package/dist/cli/commands/add.d.ts +4 -0
- package/dist/cli/commands/build.d.ts +21 -0
- package/dist/cli/commands/init.d.ts +3 -0
- package/dist/cli/commands/migrate.d.ts +21 -0
- package/dist/cli/commands/utils/css-loader-dependencies.d.ts +2 -0
- package/dist/cli/index.d.ts +1 -0
- package/dist/cli/index.js +50 -37
- package/dist/config/index.d.ts +48 -28
- package/dist/config/preset/auto.d.ts +3 -0
- package/dist/config/preset/preact.d.ts +18 -0
- package/dist/config/preset/preact.js +2 -0
- package/dist/config/preset/react.d.ts +59 -0
- package/dist/config/preset/react.js +1 -0
- package/dist/config/preset/solid.d.ts +101 -0
- package/dist/config/preset/solid.js +1 -0
- package/dist/config/preset/svelte.d.ts +71 -0
- package/dist/config/preset/svelte.js +1 -0
- package/dist/config/preset/utils/infer-entries.d.ts +12 -0
- package/dist/config/preset/utils/overwrite-with-publish-config.d.ts +4 -0
- package/dist/config/preset/vue.d.ts +53 -0
- package/dist/config/preset/vue.js +1 -0
- package/dist/config/utils/find-packem-file.d.ts +2 -0
- package/dist/config/utils/load-env-file.d.ts +15 -0
- package/dist/config/utils/load-package-json.d.ts +6 -0
- package/dist/config/utils/load-packem-config.d.ts +7 -0
- package/dist/config/utils/load-preset.d.ts +4 -0
- package/dist/config/utils/load-tsconfig.d.ts +5 -0
- package/dist/config/utils/prepare-entries.d.ts +4 -0
- package/dist/index.d.ts +45 -32
- package/dist/index.js +1 -1
- package/dist/jit/create-stub.d.ts +4 -0
- package/dist/lib/concurrency.d.ts +6 -0
- package/dist/packem/build.d.ts +21 -0
- package/dist/packem/index.d.ts +24 -0
- package/dist/packem/node10-compatibility.d.ts +7 -0
- package/dist/packem/utils/brotli-size.d.ts +2 -0
- package/dist/packem/utils/group-by-keys.d.ts +12 -0
- package/dist/packem/utils/gzip-size.d.ts +2 -0
- package/dist/packem_shared/create-or-update-key-storage-U4wgANkm.js +1 -0
- package/dist/packem_shared/index-J19RvR9y.js +83 -0
- package/dist/rollup/build-types.d.ts +5 -0
- package/dist/rollup/build.d.ts +5 -0
- package/dist/rollup/get-rollup-options.d.ts +5 -0
- package/dist/rollup/plugins/css/loaders/less.d.ts +1 -1
- package/dist/rollup/plugins/css/loaders/less.js +1 -1
- package/dist/rollup/plugins/css/loaders/lightningcss.d.ts +1 -1
- package/dist/rollup/plugins/css/loaders/lightningcss.js +1 -1
- package/dist/rollup/plugins/css/loaders/postcss.d.ts +1 -1
- package/dist/rollup/plugins/css/loaders/postcss.js +1 -1
- package/dist/rollup/plugins/css/loaders/sass.d.ts +1 -1
- package/dist/rollup/plugins/css/loaders/sass.js +1 -1
- package/dist/rollup/plugins/css/loaders/sourcemap.d.ts +1 -8
- package/dist/rollup/plugins/css/loaders/sourcemap.js +1 -1
- package/dist/rollup/plugins/css/loaders/stylus.d.ts +1 -1
- package/dist/rollup/plugins/css/loaders/stylus.js +1 -1
- package/dist/rollup/plugins/css/loaders/tailwindcss.d.ts +1 -0
- package/dist/rollup/plugins/css/loaders/tailwindcss.js +1 -0
- package/dist/rollup/plugins/css/minifiers/cssnano.d.ts +1 -1
- package/dist/rollup/plugins/css/minifiers/cssnano.js +1 -1
- package/dist/rollup/plugins/css/minifiers/lightningcss.d.ts +1 -1
- package/dist/rollup/plugins/css/minifiers/lightningcss.js +1 -1
- package/dist/rollup/plugins/esbuild/index.d.ts +2 -24
- package/dist/rollup/plugins/esbuild/index.js +1 -1
- package/dist/rollup/plugins/externalize-dependencies.d.ts +28 -0
- package/dist/rollup/plugins/oxc/isolated-declarations-oxc-transformer.d.ts +1 -25
- package/dist/rollup/plugins/oxc/isolated-declarations-oxc-transformer.js +1 -1
- package/dist/rollup/plugins/oxc/oxc-transformer.d.ts +2 -20
- package/dist/rollup/plugins/oxc/oxc-transformer.js +1 -1
- package/dist/rollup/plugins/resolve-externals-plugin.d.ts +62 -0
- package/dist/rollup/plugins/resolve-implicit-externals.d.ts +21 -0
- package/dist/rollup/plugins/sucrase/index.d.ts +2 -19
- package/dist/rollup/plugins/sucrase/index.js +1 -1
- package/dist/rollup/plugins/swc/isolated-declarations-swc-transformer.d.ts +1 -20
- package/dist/rollup/plugins/swc/isolated-declarations-swc-transformer.js +1 -1
- package/dist/rollup/plugins/swc/swc-plugin.d.ts +2 -26
- package/dist/rollup/plugins/swc/swc-plugin.js +1 -1
- package/dist/rollup/plugins/typescript/isolated-declarations-typescript-transformer.d.ts +1 -24
- package/dist/rollup/plugins/typescript/isolated-declarations-typescript-transformer.js +1 -1
- package/dist/rollup/utils/resolve-aliases.d.ts +4 -0
- package/dist/rollup/watch.d.ts +5 -0
- package/dist/types.d.ts +335 -0
- package/dist/utils/clean-distribution-directories.d.ts +4 -0
- package/dist/utils/create-defu-with-hooks-merger.d.ts +14 -0
- package/dist/utils/create-or-update-key-storage.d.ts +3 -0
- package/dist/utils/extract-export-filenames.d.ts +16 -0
- package/dist/utils/find-alternatives.d.ts +2 -0
- package/dist/utils/get-package-side-effect.d.ts +3 -0
- package/dist/utils/import-specifier.d.ts +20 -0
- package/dist/utils/infer-export-type.d.ts +3 -0
- package/dist/utils/kill-process.d.ts +14 -0
- package/dist/utils/log-build-errors.d.ts +4 -0
- package/dist/utils/remove-old-cache-folders.d.ts +3 -0
- package/dist/utils/warn-legacy-cjs.d.ts +8 -0
- package/dist/validator/attw.d.ts +7 -0
- package/dist/validator/package-json/index.d.ts +4 -0
- package/dist/validator/package-json/validate-dependencies.d.ts +4 -0
- package/dist/validator/package-json/validate-engines.d.ts +4 -0
- package/dist/validator/package-json/validate-package-entries.d.ts +4 -0
- package/dist/validator/package-json/validate-package-fields.d.ts +4 -0
- package/dist/validator/validate-alias-entries.d.ts +3 -0
- package/dist/validator/validate-bundle-size.d.ts +4 -0
- package/files.d.ts +37 -0
- package/package.json +90 -36
- 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-B_dUKZ_J.js +0 -1
- package/dist/packem_shared/default-C3sdXf4G.js +0 -1
- package/dist/packem_shared/default-DR5Fia_R.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-BHVpfOuE.js +0 -138
- package/dist/packem_shared/index-CUp9WuCG.js +0 -1
- package/dist/packem_shared/index-zikl8Yu3.d.ts +0 -5229
- 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-Dn9KmF6u.d.ts +0 -163
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,748 @@
|
|
|
1
|
+
## @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)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
* dont throw a error if only bin with package.json is used ([8a95946](https://github.com/visulima/packem/commit/8a95946677565894980104a05d6cff8effc99b79))
|
|
6
|
+
* **packem:** fix data-uri timeout and externals test for postgraphile v5 ([03bb96d](https://github.com/visulima/packem/commit/03bb96d5cad3e92b7d228e2b28f643c4408934a2))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Dependencies
|
|
10
|
+
|
|
11
|
+
* **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.48
|
|
12
|
+
* **@visulima/packem-share:** upgraded to 1.0.0-alpha.29
|
|
13
|
+
* **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.28
|
|
14
|
+
* **@visulima/rollup-plugin-dts:** upgraded to 1.0.0-alpha.9
|
|
15
|
+
|
|
16
|
+
## @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)
|
|
17
|
+
|
|
18
|
+
### Features
|
|
19
|
+
|
|
20
|
+
* **packem, packem-rollup:** import attributes, TS resolution, build/watch improvements ([7fa91de](https://github.com/visulima/packem/commit/7fa91de8ea6b9fff47cd0a3fd5874d94592ae5ea))
|
|
21
|
+
* **packem:** add rollup-plugin-import-trace for build error diagnostics ([304cb0d](https://github.com/visulima/packem/commit/304cb0d54c19a95ca3df82b7cc52d4d289973d4e))
|
|
22
|
+
|
|
23
|
+
### Miscellaneous Chores
|
|
24
|
+
|
|
25
|
+
* update test ([bad6c42](https://github.com/visulima/packem/commit/bad6c427f898f88aad4f66969fa18c3e6fc89208))
|
|
26
|
+
* updated test snap ([1887e4c](https://github.com/visulima/packem/commit/1887e4ca83efe950a27f8f60480af67e4ea03c4d))
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
### Dependencies
|
|
30
|
+
|
|
31
|
+
* **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.47
|
|
32
|
+
* **@visulima/packem-share:** upgraded to 1.0.0-alpha.28
|
|
33
|
+
* **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.27
|
|
34
|
+
* **@visulima/rollup-plugin-dts:** upgraded to 1.0.0-alpha.8
|
|
35
|
+
|
|
36
|
+
## @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)
|
|
37
|
+
|
|
38
|
+
### Miscellaneous Chores
|
|
39
|
+
|
|
40
|
+
* allow typescript 5 and 6 in peerDependencies and examples ([de6362d](https://github.com/visulima/packem/commit/de6362d402f593c11a9eedd04d756d69bade4ac5))
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
### Dependencies
|
|
44
|
+
|
|
45
|
+
* **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.46
|
|
46
|
+
* **@visulima/packem-share:** upgraded to 1.0.0-alpha.27
|
|
47
|
+
* **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.26
|
|
48
|
+
* **@visulima/rollup-plugin-dts:** upgraded to 1.0.0-alpha.7
|
|
49
|
+
|
|
50
|
+
## @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)
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
### Dependencies
|
|
54
|
+
|
|
55
|
+
* **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.45
|
|
56
|
+
* **@visulima/packem-share:** upgraded to 1.0.0-alpha.26
|
|
57
|
+
* **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.25
|
|
58
|
+
* **@visulima/rollup-plugin-dts:** upgraded to 1.0.0-alpha.6
|
|
59
|
+
|
|
60
|
+
## @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)
|
|
61
|
+
|
|
62
|
+
### Features
|
|
63
|
+
|
|
64
|
+
* **packem:** support DTS-specific dependency inlining ([8b234c6](https://github.com/visulima/packem/commit/8b234c6fe25890250485c9aa3e81745601a7f6bd))
|
|
65
|
+
* **rollup-plugin-dts:** add include/exclude filter support ([5d76867](https://github.com/visulima/packem/commit/5d76867939d95c1d75469f85a59b9504f3c3f1e4))
|
|
66
|
+
|
|
67
|
+
### Bug Fixes
|
|
68
|
+
|
|
69
|
+
* updated deps ([a50675d](https://github.com/visulima/packem/commit/a50675d7f9a98236edd89bc39bc35b8cb4db1565))
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
### Dependencies
|
|
73
|
+
|
|
74
|
+
* **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.44
|
|
75
|
+
* **@visulima/packem-share:** upgraded to 1.0.0-alpha.25
|
|
76
|
+
* **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.24
|
|
77
|
+
* **@visulima/rollup-plugin-dts:** upgraded to 1.0.0-alpha.5
|
|
78
|
+
|
|
79
|
+
## @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)
|
|
80
|
+
|
|
81
|
+
|
|
82
|
+
### Dependencies
|
|
83
|
+
|
|
84
|
+
* **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.43
|
|
85
|
+
* **@visulima/packem-share:** upgraded to 1.0.0-alpha.24
|
|
86
|
+
* **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.23
|
|
87
|
+
* **@visulima/rollup-plugin-dts:** upgraded to 1.0.0-alpha.4
|
|
88
|
+
|
|
89
|
+
## @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)
|
|
90
|
+
|
|
91
|
+
### Miscellaneous Chores
|
|
92
|
+
|
|
93
|
+
* **packem:** update dependencies and clean up fixture package.json files ([9cf26d1](https://github.com/visulima/packem/commit/9cf26d177534aaa692971a630145273b87912ef0))
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
### Dependencies
|
|
97
|
+
|
|
98
|
+
* **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.42
|
|
99
|
+
* **@visulima/packem-share:** upgraded to 1.0.0-alpha.23
|
|
100
|
+
* **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.22
|
|
101
|
+
* **@visulima/rollup-plugin-dts:** upgraded to 1.0.0-alpha.3
|
|
102
|
+
|
|
103
|
+
## @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)
|
|
104
|
+
|
|
105
|
+
### Bug Fixes
|
|
106
|
+
|
|
107
|
+
* fixed broken publishing ([002f29a](https://github.com/visulima/packem/commit/002f29a6a3edf695d98abae0f18c6b0c328ef832))
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
### Dependencies
|
|
111
|
+
|
|
112
|
+
* **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.41
|
|
113
|
+
* **@visulima/packem-share:** upgraded to 1.0.0-alpha.22
|
|
114
|
+
* **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.21
|
|
115
|
+
* **@visulima/rollup-plugin-dts:** upgraded to 1.0.0-alpha.2
|
|
116
|
+
|
|
117
|
+
## @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)
|
|
118
|
+
|
|
119
|
+
### Features
|
|
120
|
+
|
|
121
|
+
* **packem:** update source, tests and configuration ([1d6e310](https://github.com/visulima/packem/commit/1d6e310c988e0a14414ea769b0560dc025fd0d16))
|
|
122
|
+
|
|
123
|
+
### Bug Fixes
|
|
124
|
+
|
|
125
|
+
* resolve test failures in packem-rollup and ecosystem tests ([2a43db8](https://github.com/visulima/packem/commit/2a43db81e52ec956e78e3c1ce70038fb40e28345))
|
|
126
|
+
|
|
127
|
+
### Miscellaneous Chores
|
|
128
|
+
|
|
129
|
+
* update dependencies, fix linting and improve code formatting ([d78b132](https://github.com/visulima/packem/commit/d78b1325ce79dbd14deeb6311a74d81f7172a81e))
|
|
130
|
+
* update examples, root config and lockfile ([a10440d](https://github.com/visulima/packem/commit/a10440d06e9d0e283cee4b9ef3b06a43166e513e))
|
|
131
|
+
|
|
132
|
+
|
|
133
|
+
### Dependencies
|
|
134
|
+
|
|
135
|
+
* **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.40
|
|
136
|
+
* **@visulima/packem-share:** upgraded to 1.0.0-alpha.21
|
|
137
|
+
* **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.20
|
|
138
|
+
* **@visulima/rollup-plugin-dts:** upgraded to 1.0.0-alpha.1
|
|
139
|
+
|
|
140
|
+
## @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)
|
|
141
|
+
|
|
142
|
+
### Bug Fixes
|
|
143
|
+
|
|
144
|
+
* **packem:** fix integration test failures and update source ([64673f1](https://github.com/visulima/packem/commit/64673f1e7c631ed0e454c13579bb9f71d0f9b3b9))
|
|
145
|
+
|
|
146
|
+
### Miscellaneous Chores
|
|
147
|
+
|
|
148
|
+
* remove empty optionalDependencies sections from package.json files ([a4aecaa](https://github.com/visulima/packem/commit/a4aecaaacb33d1ffcc8731cfc5247e5f7fa79cf0))
|
|
149
|
+
|
|
150
|
+
|
|
151
|
+
### Dependencies
|
|
152
|
+
|
|
153
|
+
* **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.39
|
|
154
|
+
* **@visulima/packem-share:** upgraded to 1.0.0-alpha.20
|
|
155
|
+
* **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.19
|
|
156
|
+
|
|
157
|
+
## @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)
|
|
158
|
+
|
|
159
|
+
### Features
|
|
160
|
+
|
|
161
|
+
* **packem:** enhance Preact and React presets for development mode ([4cf7b15](https://github.com/visulima/packem/commit/4cf7b154bab6b67adb1f0f253004c62e4e1d6079))
|
|
162
|
+
|
|
163
|
+
## @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)
|
|
164
|
+
|
|
165
|
+
### Features
|
|
166
|
+
|
|
167
|
+
* **packem:** add TypeScript resolution plugins and enhance integration tests ([fabe2aa](https://github.com/visulima/packem/commit/fabe2aadc0fb1df947c4f0c70df3357bbbac63d1))
|
|
168
|
+
* **packem:** enhance external dependency resolution and add new tests ([397c914](https://github.com/visulima/packem/commit/397c9147611f9def319ea81e3fc0546a2300b8ec))
|
|
169
|
+
* **packem:** enhance package.json imports handling and update integration tests ([6449db0](https://github.com/visulima/packem/commit/6449db0f134cafd514849e4c739c0f882f87f6ba))
|
|
170
|
+
|
|
171
|
+
### Miscellaneous Chores
|
|
172
|
+
|
|
173
|
+
* update pnpm workspace and lockfile configurations ([121fa13](https://github.com/visulima/packem/commit/121fa1399bff3738bc6dbeac310aaff04ead670d))
|
|
174
|
+
|
|
175
|
+
### Tests
|
|
176
|
+
|
|
177
|
+
* add integration test for externalized dependency resolution ([30fac39](https://github.com/visulima/packem/commit/30fac399113e835a6cde48e5c3b297ff965ee518))
|
|
178
|
+
|
|
179
|
+
|
|
180
|
+
### Dependencies
|
|
181
|
+
|
|
182
|
+
* **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.38
|
|
183
|
+
* **@visulima/packem-share:** upgraded to 1.0.0-alpha.19
|
|
184
|
+
* **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.18
|
|
185
|
+
|
|
186
|
+
## @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)
|
|
187
|
+
|
|
188
|
+
### Features
|
|
189
|
+
|
|
190
|
+
* **shared-module:** add cross-boundary shared module support and integration tests ([59c2635](https://github.com/visulima/packem/commit/59c2635e1e84132b7157f78f191b49b4e180b7b1))
|
|
191
|
+
|
|
192
|
+
### Miscellaneous Chores
|
|
193
|
+
|
|
194
|
+
* update package dependencies and improve configurations ([e942f98](https://github.com/visulima/packem/commit/e942f9833920f04e112daa232bbe7bdb3628e039))
|
|
195
|
+
|
|
196
|
+
### Code Refactoring
|
|
197
|
+
|
|
198
|
+
* standardize code formatting and improve readability ([2bc01d1](https://github.com/visulima/packem/commit/2bc01d1e1b266dceb6023e29d3211bc7415e4946))
|
|
199
|
+
|
|
200
|
+
|
|
201
|
+
### Dependencies
|
|
202
|
+
|
|
203
|
+
* **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.37
|
|
204
|
+
* **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.17
|
|
205
|
+
|
|
206
|
+
## @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)
|
|
207
|
+
|
|
208
|
+
### Features
|
|
209
|
+
|
|
210
|
+
* **preact:** add Preact and React compatibility examples with Babel support ([0b77282](https://github.com/visulima/packem/commit/0b77282b802ed3d7c5df0733c1d7f5e2156df721))
|
|
211
|
+
|
|
212
|
+
|
|
213
|
+
### Dependencies
|
|
214
|
+
|
|
215
|
+
* **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.36
|
|
216
|
+
* **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.16
|
|
217
|
+
|
|
218
|
+
## @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)
|
|
219
|
+
|
|
220
|
+
### Miscellaneous Chores
|
|
221
|
+
|
|
222
|
+
* update dependencies and improve configuration ([aa5ea19](https://github.com/visulima/packem/commit/aa5ea194b5add7df38a8855e618736fea0ae37fe))
|
|
223
|
+
* update package dependencies and improve configuration ([a7dd729](https://github.com/visulima/packem/commit/a7dd729e75a08380ebb70bffb629ec1df3c2bb7f))
|
|
224
|
+
|
|
225
|
+
### Code Refactoring
|
|
226
|
+
|
|
227
|
+
* enhance type inference and improve test coverage ([80fbf41](https://github.com/visulima/packem/commit/80fbf41b90595fa1c95133f0f18cd5c2ca48787c))
|
|
228
|
+
* improve environment variable handling and enhance entry inference ([c21e7b9](https://github.com/visulima/packem/commit/c21e7b9537a77fe835ef25d5bc4b4d0898e89b35))
|
|
229
|
+
* simplify JSX component definitions and update test cases ([14fd836](https://github.com/visulima/packem/commit/14fd8367b5164aecff0c39d28cc096a83fb1ca78))
|
|
230
|
+
|
|
231
|
+
|
|
232
|
+
### Dependencies
|
|
233
|
+
|
|
234
|
+
* **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.35
|
|
235
|
+
* **@visulima/packem-share:** upgraded to 1.0.0-alpha.18
|
|
236
|
+
* **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.15
|
|
237
|
+
|
|
238
|
+
## @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)
|
|
239
|
+
|
|
240
|
+
### Features
|
|
241
|
+
|
|
242
|
+
* add solid preset options and user babel options merging ([1b93748](https://github.com/visulima/packem/commit/1b93748f986619ed121dbc31361072421eaae74f))
|
|
243
|
+
* add support for loading environment variables from .env files ([0b041c6](https://github.com/visulima/packem/commit/0b041c62cb5457095bea5a9ea68ab8dbf8b63f53))
|
|
244
|
+
* enhance build configuration and environment handling ([78d4c32](https://github.com/visulima/packem/commit/78d4c32f5f12685bb09acc5c50c3200274765125))
|
|
245
|
+
* enhance hooks functionality and improve documentation ([dfea61d](https://github.com/visulima/packem/commit/dfea61ddd2b286327c382b2c50b1b94cceb3d3ad))
|
|
246
|
+
* enhance package.json exports and improve Solid preset handling ([ba61fb6](https://github.com/visulima/packem/commit/ba61fb6e71fbfed8ae8f66256676b5606a5dca87))
|
|
247
|
+
|
|
248
|
+
### Bug Fixes
|
|
249
|
+
|
|
250
|
+
* update export handling and improve entry inference logic ([4897f4f](https://github.com/visulima/packem/commit/4897f4f31b7d9ec87b3254391f4b11385478e2e6))
|
|
251
|
+
|
|
252
|
+
### Miscellaneous Chores
|
|
253
|
+
|
|
254
|
+
* update package dependencies and improve build configuration ([690fb64](https://github.com/visulima/packem/commit/690fb641471278110f6175e6396d5bee9352c8eb))
|
|
255
|
+
|
|
256
|
+
### Code Refactoring
|
|
257
|
+
|
|
258
|
+
* streamline environment variable handling and improve test coverage ([642c513](https://github.com/visulima/packem/commit/642c513d61fdc64069a7d7affc78b986ad29b9b1))
|
|
259
|
+
|
|
260
|
+
|
|
261
|
+
### Dependencies
|
|
262
|
+
|
|
263
|
+
* **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.34
|
|
264
|
+
* **@visulima/packem-share:** upgraded to 1.0.0-alpha.17
|
|
265
|
+
* **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.14
|
|
266
|
+
|
|
267
|
+
## @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)
|
|
268
|
+
|
|
269
|
+
### Bug Fixes
|
|
270
|
+
|
|
271
|
+
* update package versions in pnpm-lock.yaml and package.json files ([c227ecf](https://github.com/visulima/packem/commit/c227ecf2b15b900242c37958f754a48a6d47b57f))
|
|
272
|
+
|
|
273
|
+
|
|
274
|
+
### Dependencies
|
|
275
|
+
|
|
276
|
+
* **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.33
|
|
277
|
+
* **@visulima/packem-share:** upgraded to 1.0.0-alpha.16
|
|
278
|
+
* **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.13
|
|
279
|
+
|
|
280
|
+
## @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)
|
|
281
|
+
|
|
282
|
+
### Bug Fixes
|
|
283
|
+
|
|
284
|
+
* improve logic for checking Git status in add command ([bbb85c7](https://github.com/visulima/packem/commit/bbb85c7952221bb840f0697a4db85a4ba4a5327b))
|
|
285
|
+
|
|
286
|
+
## @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)
|
|
287
|
+
|
|
288
|
+
### Bug Fixes
|
|
289
|
+
|
|
290
|
+
* update pnpm-lock.yaml and example files for consistency ([d11dd48](https://github.com/visulima/packem/commit/d11dd4868a3cb5265035897148f81dca3b33f359))
|
|
291
|
+
|
|
292
|
+
|
|
293
|
+
### Dependencies
|
|
294
|
+
|
|
295
|
+
* **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.32
|
|
296
|
+
* **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.12
|
|
297
|
+
|
|
298
|
+
## @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)
|
|
299
|
+
|
|
300
|
+
### Features
|
|
301
|
+
|
|
302
|
+
* add Vue and Svelte presets with example configurations ([5d7c0eb](https://github.com/visulima/packem/commit/5d7c0ebaac1a105a863c8c92e953623398734f5b))
|
|
303
|
+
|
|
304
|
+
## @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)
|
|
305
|
+
|
|
306
|
+
### Features
|
|
307
|
+
|
|
308
|
+
* added preset for react and solid, added babel transformer ([773b907](https://github.com/visulima/packem/commit/773b907b462985cb61a5c978c43e227f24db6706))
|
|
309
|
+
|
|
310
|
+
|
|
311
|
+
### Dependencies
|
|
312
|
+
|
|
313
|
+
* **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.31
|
|
314
|
+
* **@visulima/packem-share:** upgraded to 1.0.0-alpha.15
|
|
315
|
+
* **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.11
|
|
316
|
+
|
|
317
|
+
## @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)
|
|
318
|
+
|
|
319
|
+
### Code Refactoring
|
|
320
|
+
|
|
321
|
+
* enhance extractExportFilenames function and improve package entry validation ([a3674e1](https://github.com/visulima/packem/commit/a3674e15a9c2484d43d8ae658df1b018a69a62b1))
|
|
322
|
+
|
|
323
|
+
|
|
324
|
+
### Dependencies
|
|
325
|
+
|
|
326
|
+
* **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.30
|
|
327
|
+
* **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.10
|
|
328
|
+
|
|
329
|
+
## @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)
|
|
330
|
+
|
|
331
|
+
|
|
332
|
+
### Dependencies
|
|
333
|
+
|
|
334
|
+
* **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.29
|
|
335
|
+
* **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.9
|
|
336
|
+
|
|
337
|
+
## @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)
|
|
338
|
+
|
|
339
|
+
### Bug Fixes
|
|
340
|
+
|
|
341
|
+
* enable debarrel plugin in Rollup options ([5cde5f6](https://github.com/visulima/packem/commit/5cde5f63c043406b42cb1eea4e4245d0e34aa570))
|
|
342
|
+
* enhance migrate command and update ESLint configuration ([95bfa33](https://github.com/visulima/packem/commit/95bfa33ba225cdcf8a88df0f55c781a23de746ef))
|
|
343
|
+
|
|
344
|
+
|
|
345
|
+
### Dependencies
|
|
346
|
+
|
|
347
|
+
* **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.28
|
|
348
|
+
* **@visulima/packem-share:** upgraded to 1.0.0-alpha.14
|
|
349
|
+
* **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.8
|
|
350
|
+
|
|
351
|
+
## @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)
|
|
352
|
+
|
|
353
|
+
### Bug Fixes
|
|
354
|
+
|
|
355
|
+
* updated deps and added more cli command tests ([ddbc7fd](https://github.com/visulima/packem/commit/ddbc7fd46ca785a1e548a7b2dcdb259ac35d50bf))
|
|
356
|
+
|
|
357
|
+
## @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)
|
|
358
|
+
|
|
359
|
+
### Features
|
|
360
|
+
|
|
361
|
+
* add migrate command to facilitate migration from other bundlers to packem ([518154f](https://github.com/visulima/packem/commit/518154f7b7fe642be22698a4c0c3d1738ca41a88))
|
|
362
|
+
|
|
363
|
+
### Miscellaneous Chores
|
|
364
|
+
|
|
365
|
+
* update dependencies and package versions across multiple files ([#172](https://github.com/visulima/packem/issues/172)) ([f73c1dc](https://github.com/visulima/packem/commit/f73c1dc453f55c52da98e4b7c60f44ffd637e53c))
|
|
366
|
+
* update package references to use 'catalog:visulima' for consistency across multiple packages ([14ee42b](https://github.com/visulima/packem/commit/14ee42b3ae978baef4752e12115d14d6bb2ba7bc))
|
|
367
|
+
|
|
368
|
+
## @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)
|
|
369
|
+
|
|
370
|
+
### Bug Fixes
|
|
371
|
+
|
|
372
|
+
* improve isolated declarations plugin and update filtering logic ([7efdf0d](https://github.com/visulima/packem/commit/7efdf0d052805a3d46cf767447728ca3d537fc24))
|
|
373
|
+
* update license files and improve plugin configurations ([6372411](https://github.com/visulima/packem/commit/6372411fefbad9cb67d912c1447994b93a9ebc6f))
|
|
374
|
+
|
|
375
|
+
|
|
376
|
+
### Dependencies
|
|
377
|
+
|
|
378
|
+
* **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.27
|
|
379
|
+
|
|
380
|
+
## @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)
|
|
381
|
+
|
|
382
|
+
### Bug Fixes
|
|
383
|
+
|
|
384
|
+
* update dependencies and configurations across multiple packages ([74aeb65](https://github.com/visulima/packem/commit/74aeb6569713c08d19f5581952febf9934c56024))
|
|
385
|
+
|
|
386
|
+
## @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)
|
|
387
|
+
|
|
388
|
+
### Features
|
|
389
|
+
|
|
390
|
+
* add unbundle mode to preserve source file structure ([317e992](https://github.com/visulima/packem/commit/317e9925eae1344a2459f044250e717241a1d5a5))
|
|
391
|
+
|
|
392
|
+
### Miscellaneous Chores
|
|
393
|
+
|
|
394
|
+
* update package.json and pnpm-lock.yaml for dependency management ([aa523ca](https://github.com/visulima/packem/commit/aa523ca16f29ba0a874a13693d1f9581acf6f8c3))
|
|
395
|
+
|
|
396
|
+
|
|
397
|
+
### Dependencies
|
|
398
|
+
|
|
399
|
+
* **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.26
|
|
400
|
+
|
|
401
|
+
## @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)
|
|
402
|
+
|
|
403
|
+
### Features
|
|
404
|
+
|
|
405
|
+
* enhance require-cjs-transformer with multi-entry point support ([6f0a824](https://github.com/visulima/packem/commit/6f0a824fe982bc9dc18e0e19fd9de55754ac37b3))
|
|
406
|
+
|
|
407
|
+
|
|
408
|
+
### Dependencies
|
|
409
|
+
|
|
410
|
+
* **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.25
|
|
411
|
+
|
|
412
|
+
## @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)
|
|
413
|
+
|
|
414
|
+
### Bug Fixes
|
|
415
|
+
|
|
416
|
+
* fixed require-cjs-transformer doublication ([218cffb](https://github.com/visulima/packem/commit/218cffbb1b3667af92161e9537618bd1cd2a0fa7))
|
|
417
|
+
|
|
418
|
+
### Miscellaneous Chores
|
|
419
|
+
|
|
420
|
+
* update ESLint configurations across multiple packages ([1fe2d3d](https://github.com/visulima/packem/commit/1fe2d3d6e4e1139560755b538367351d2b170ad3))
|
|
421
|
+
* update package configurations and dependencies ([be09695](https://github.com/visulima/packem/commit/be09695f800ee23a555c54bd92e7ddd4c88182eb))
|
|
422
|
+
* update package dependencies and configurations ([8ec45ec](https://github.com/visulima/packem/commit/8ec45ec4cc34899161fed5446268c9036162d902))
|
|
423
|
+
* update package dependencies and configurations ([8453e80](https://github.com/visulima/packem/commit/8453e80187d9e6212d98dbe5aaafd031a5cabdcf))
|
|
424
|
+
|
|
425
|
+
|
|
426
|
+
### Dependencies
|
|
427
|
+
|
|
428
|
+
* **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.24
|
|
429
|
+
|
|
430
|
+
## @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)
|
|
431
|
+
|
|
432
|
+
|
|
433
|
+
### Dependencies
|
|
434
|
+
|
|
435
|
+
* **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.23
|
|
436
|
+
|
|
437
|
+
## @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)
|
|
438
|
+
|
|
439
|
+
### Bug Fixes
|
|
440
|
+
|
|
441
|
+
* update readme ([3b5467f](https://github.com/visulima/packem/commit/3b5467f8ba57e39495582a8914d970fe455c70e8))
|
|
442
|
+
|
|
443
|
+
### Miscellaneous Chores
|
|
444
|
+
|
|
445
|
+
* add .cursorignore and update package.json for isolated transformers ([750e101](https://github.com/visulima/packem/commit/750e101a6d5b88f0b9a6c5952ee1223c825eb2ad))
|
|
446
|
+
* update pnpm workspace and package configurations ([feacec9](https://github.com/visulima/packem/commit/feacec93d1b0cefb8ea5d2b730fc1c6918925826))
|
|
447
|
+
* update TypeScript SDK path and adjust package dependencies ([b3a3661](https://github.com/visulima/packem/commit/b3a3661299bcb2343a0da19dddebb43678575750))
|
|
448
|
+
|
|
449
|
+
## @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)
|
|
450
|
+
|
|
451
|
+
### Bug Fixes
|
|
452
|
+
|
|
453
|
+
* update dependencies and improve require CJS transformer ([a8d4fb7](https://github.com/visulima/packem/commit/a8d4fb7f35a313fd22c123b4b6487a346eb66e0a))
|
|
454
|
+
|
|
455
|
+
|
|
456
|
+
### Dependencies
|
|
457
|
+
|
|
458
|
+
* **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.22
|
|
459
|
+
|
|
460
|
+
## @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)
|
|
461
|
+
|
|
462
|
+
### Bug Fixes
|
|
463
|
+
|
|
464
|
+
* enhance minifyHTMLLiterals plugin options to include logger ([ca6ecae](https://github.com/visulima/packem/commit/ca6ecae6ea18fd5ee4cb13111d3fe3938bd489b0))
|
|
465
|
+
|
|
466
|
+
## @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)
|
|
467
|
+
|
|
468
|
+
### Bug Fixes
|
|
469
|
+
|
|
470
|
+
* update dependencies and improve minification options ([25b69b5](https://github.com/visulima/packem/commit/25b69b50f7631655303a417e61f3a37e2aa3c017))
|
|
471
|
+
|
|
472
|
+
|
|
473
|
+
### Dependencies
|
|
474
|
+
|
|
475
|
+
* **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.21
|
|
476
|
+
|
|
477
|
+
## @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)
|
|
478
|
+
|
|
479
|
+
### Bug Fixes
|
|
480
|
+
|
|
481
|
+
* enhance package-json-exports and preserve-directives tests ([c3b58f2](https://github.com/visulima/packem/commit/c3b58f251ea9ed3d8747a967b6f53fd4c1773509))
|
|
482
|
+
|
|
483
|
+
### Miscellaneous Chores
|
|
484
|
+
|
|
485
|
+
* update dependencies and add minify-html-literals plugin ([e20007d](https://github.com/visulima/packem/commit/e20007ddf3cbb80c34c323ed37164baaf6f9a649))
|
|
486
|
+
* update dependencies and improve package validation tests ([b4fd83b](https://github.com/visulima/packem/commit/b4fd83bf3f5749d53c1c01eaf10d61f88530d9f4))
|
|
487
|
+
|
|
488
|
+
### Tests
|
|
489
|
+
|
|
490
|
+
* enhance infer-entries and package validation tests ([42624c1](https://github.com/visulima/packem/commit/42624c1b14f937e4365222753ace3f4b4b0d9b3c))
|
|
491
|
+
|
|
492
|
+
|
|
493
|
+
### Dependencies
|
|
494
|
+
|
|
495
|
+
* **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.20
|
|
496
|
+
* **@visulima/packem-share:** upgraded to 1.0.0-alpha.13
|
|
497
|
+
* **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.7
|
|
498
|
+
|
|
499
|
+
## @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)
|
|
500
|
+
|
|
501
|
+
### Bug Fixes
|
|
502
|
+
|
|
503
|
+
* update documentation and references from Packen to Packem ([9983009](https://github.com/visulima/packem/commit/99830099c953e2b12269ea18606838d80f1e6e2b))
|
|
504
|
+
|
|
505
|
+
### Miscellaneous Chores
|
|
506
|
+
|
|
507
|
+
* update package.json dependencies for packem and rollup-plugin-css ([8ff92d6](https://github.com/visulima/packem/commit/8ff92d6a904882076bda9ac796b4fe8740fc4f57))
|
|
508
|
+
|
|
509
|
+
|
|
510
|
+
### Dependencies
|
|
511
|
+
|
|
512
|
+
* **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.19
|
|
513
|
+
|
|
514
|
+
## @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)
|
|
515
|
+
|
|
516
|
+
### Bug Fixes
|
|
517
|
+
|
|
518
|
+
* update dependencies and versions across multiple packages ([a0d209d](https://github.com/visulima/packem/commit/a0d209d847b1feb171850994a64591ab7d26f8cb))
|
|
519
|
+
|
|
520
|
+
|
|
521
|
+
### Dependencies
|
|
522
|
+
|
|
523
|
+
* **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.18
|
|
524
|
+
|
|
525
|
+
## @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)
|
|
526
|
+
|
|
527
|
+
### Features
|
|
528
|
+
|
|
529
|
+
* added support for attw and publint, fixed caching issue on validation ([6f05388](https://github.com/visulima/packem/commit/6f0538802b3cd5a2cd84a373c96b25eb7fa1c01c))
|
|
530
|
+
* update dependencies and add requireCJS transformer support ([050ed47](https://github.com/visulima/packem/commit/050ed47cf1ced64e74e0cf5c043edd1b8f4dead1))
|
|
531
|
+
|
|
532
|
+
### Miscellaneous Chores
|
|
533
|
+
|
|
534
|
+
* update dependencies and versions across multiple packages ([5bd26ea](https://github.com/visulima/packem/commit/5bd26ea047d62464758e5810307f6e059f5c1025))
|
|
535
|
+
* update dependencies and versions across multiple packages ([3e5b4a2](https://github.com/visulima/packem/commit/3e5b4a229fc514828ab9e012a5d556163b30c2fc))
|
|
536
|
+
|
|
537
|
+
### Code Refactoring
|
|
538
|
+
|
|
539
|
+
* remove publint integration and clean up related code ([68c0215](https://github.com/visulima/packem/commit/68c021590b5224e85d0609fad39705f71323fc6b))
|
|
540
|
+
|
|
541
|
+
|
|
542
|
+
### Dependencies
|
|
543
|
+
|
|
544
|
+
* **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.17
|
|
545
|
+
|
|
546
|
+
## @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)
|
|
547
|
+
|
|
548
|
+
### Bug Fixes
|
|
549
|
+
|
|
550
|
+
* updated deps, added usage of pnpm catalog ([14987df](https://github.com/visulima/packem/commit/14987dff37121ca7aab6f9d0a07b24a1a2f5284a))
|
|
551
|
+
|
|
552
|
+
|
|
553
|
+
### Dependencies
|
|
554
|
+
|
|
555
|
+
* **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.16
|
|
556
|
+
* **@visulima/packem-share:** upgraded to 1.0.0-alpha.12
|
|
557
|
+
* **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.6
|
|
558
|
+
|
|
559
|
+
## @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)
|
|
560
|
+
|
|
561
|
+
### Bug Fixes
|
|
562
|
+
|
|
563
|
+
* update dependencies and versions across multiple packages ([b17ec3b](https://github.com/visulima/packem/commit/b17ec3b30f1bfa6267e9eede14fbb569c55b09cf))
|
|
564
|
+
|
|
565
|
+
|
|
566
|
+
### Dependencies
|
|
567
|
+
|
|
568
|
+
* **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.15
|
|
569
|
+
* **@visulima/packem-share:** upgraded to 1.0.0-alpha.11
|
|
570
|
+
* **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.5
|
|
571
|
+
|
|
572
|
+
## @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)
|
|
573
|
+
|
|
574
|
+
### Bug Fixes
|
|
575
|
+
|
|
576
|
+
* update dependencies and versions across multiple packages ([1bf21ee](https://github.com/visulima/packem/commit/1bf21ee3bf5e06c6ac53872ec33d64b4ad7cf588))
|
|
577
|
+
|
|
578
|
+
|
|
579
|
+
### Dependencies
|
|
580
|
+
|
|
581
|
+
* **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.14
|
|
582
|
+
* **@visulima/packem-share:** upgraded to 1.0.0-alpha.10
|
|
583
|
+
* **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.4
|
|
584
|
+
|
|
585
|
+
## @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)
|
|
586
|
+
|
|
587
|
+
### Bug Fixes
|
|
588
|
+
|
|
589
|
+
* enhance integration tests for CSS and raw data handling ([67aecd3](https://github.com/visulima/packem/commit/67aecd337192d8ea284425db7230661e87de7ad5))
|
|
590
|
+
|
|
591
|
+
### Code Refactoring
|
|
592
|
+
|
|
593
|
+
* update integration tests to use toContain for better readability ([f4015b1](https://github.com/visulima/packem/commit/f4015b10f9910e6f6e4f214a9e0a423c57c0291f))
|
|
594
|
+
|
|
595
|
+
|
|
596
|
+
### Dependencies
|
|
597
|
+
|
|
598
|
+
* **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.13
|
|
599
|
+
|
|
600
|
+
## @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)
|
|
601
|
+
|
|
602
|
+
### Bug Fixes
|
|
603
|
+
|
|
604
|
+
* update .gitignore and enhance tests for CSS processing ([4e706a2](https://github.com/visulima/packem/commit/4e706a267ee2d7b9a89796b7227ae65f80823b71))
|
|
605
|
+
|
|
606
|
+
### Miscellaneous Chores
|
|
607
|
+
|
|
608
|
+
* update dependencies and versions in package.json and pnpm-lock.yaml ([df62809](https://github.com/visulima/packem/commit/df628094fc6fd5e79cbb939a61bab79d6c89b833))
|
|
609
|
+
|
|
610
|
+
|
|
611
|
+
### Dependencies
|
|
612
|
+
|
|
613
|
+
* **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.3
|
|
614
|
+
|
|
615
|
+
## @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)
|
|
616
|
+
|
|
617
|
+
### Features
|
|
618
|
+
|
|
619
|
+
* add inline CSS processing mode to rollup-plugin-css ([2605997](https://github.com/visulima/packem/commit/2605997bc1e76a80b22529fd71ec053c02111ea2))
|
|
620
|
+
|
|
621
|
+
### Miscellaneous Chores
|
|
622
|
+
|
|
623
|
+
* update dependencies and versions in package.json and pnpm-lock.yaml ([e6086fb](https://github.com/visulima/packem/commit/e6086fbd6ad21bbc35b8365b03e8a5d543354154))
|
|
624
|
+
|
|
625
|
+
|
|
626
|
+
### Dependencies
|
|
627
|
+
|
|
628
|
+
* **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.2
|
|
629
|
+
|
|
630
|
+
## @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)
|
|
631
|
+
|
|
632
|
+
### Features
|
|
633
|
+
|
|
634
|
+
* added the first migration for the rolldown-plugin-dts for rollup ([fb3321f](https://github.com/visulima/packem/commit/fb3321fedb5101368bdf8e711db30d00d9ef26f3))
|
|
635
|
+
* enhance jiti import resolution in create-stub ([6c4ddb3](https://github.com/visulima/packem/commit/6c4ddb32238fd5cb3ac94e9f98ce27999c58034a))
|
|
636
|
+
* implement lazy barrel optimization in rollup-plugin ([2cdcb34](https://github.com/visulima/packem/commit/2cdcb342f41940b4b277698740153953b905acd0))
|
|
637
|
+
* introduce debarrel optimization for improved import handling ([129435e](https://github.com/visulima/packem/commit/129435ee941f2cd9f003046225e2a8862eb2cba7))
|
|
638
|
+
* update rollup-plugin-dts with new dependencies and type handling improvements ([b9ca7f8](https://github.com/visulima/packem/commit/b9ca7f802247977c5cd0a4debf8fe3a376c525df))
|
|
639
|
+
|
|
640
|
+
### Code Refactoring
|
|
641
|
+
|
|
642
|
+
* rename rollup-css-plugin to rollup-plugin-css and update related imports ([876e241](https://github.com/visulima/packem/commit/876e241ec8cf727e9f1666902733996752b18295))
|
|
643
|
+
|
|
644
|
+
|
|
645
|
+
### Dependencies
|
|
646
|
+
|
|
647
|
+
* **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.12
|
|
648
|
+
* **@visulima/packem-share:** upgraded to 1.0.0-alpha.9
|
|
649
|
+
* **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.1
|
|
650
|
+
|
|
651
|
+
## @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)
|
|
652
|
+
|
|
653
|
+
### Features
|
|
654
|
+
|
|
655
|
+
* Add Data URI plugin support for SVG files ([8528648](https://github.com/visulima/packem/commit/852864828d09a70367c93228b1bee8699e1e00f2))
|
|
656
|
+
|
|
657
|
+
|
|
658
|
+
### Dependencies
|
|
659
|
+
|
|
660
|
+
* **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.11
|
|
661
|
+
* **@visulima/packem-share:** upgraded to 1.0.0-alpha.8
|
|
662
|
+
* **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.10
|
|
663
|
+
|
|
664
|
+
## @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)
|
|
665
|
+
|
|
666
|
+
### Bug Fixes
|
|
667
|
+
|
|
668
|
+
* Introduce Button and Card components with Tailwind CSS styles ([bd9d5c3](https://github.com/visulima/packem/commit/bd9d5c371afbc6adf030ade6a64b572f6eb4c2cc))
|
|
669
|
+
|
|
670
|
+
### Code Refactoring
|
|
671
|
+
|
|
672
|
+
* Update component imports and CSS references for Tailwind integration ([46a1293](https://github.com/visulima/packem/commit/46a1293c5694fccd79670f9c9f51565374f26069))
|
|
673
|
+
* Update CSS imports and component structure for Tailwind integration ([8f4535a](https://github.com/visulima/packem/commit/8f4535a6cf762ae8a5369154fdc870e76e817ffc))
|
|
674
|
+
|
|
675
|
+
|
|
676
|
+
### Dependencies
|
|
677
|
+
|
|
678
|
+
* **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.10
|
|
679
|
+
* **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.9
|
|
680
|
+
|
|
681
|
+
## @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)
|
|
682
|
+
|
|
683
|
+
|
|
684
|
+
### Dependencies
|
|
685
|
+
|
|
686
|
+
* **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.8
|
|
687
|
+
|
|
688
|
+
## @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)
|
|
689
|
+
|
|
690
|
+
### Bug Fixes
|
|
691
|
+
|
|
692
|
+
* update raw plugin to handle .js?raw imports and improve file reading ([670dad5](https://github.com/visulima/packem/commit/670dad559e535af5c883556e6a7af7794465c669))
|
|
693
|
+
|
|
694
|
+
|
|
695
|
+
### Dependencies
|
|
696
|
+
|
|
697
|
+
* **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.9
|
|
698
|
+
|
|
699
|
+
## @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)
|
|
700
|
+
|
|
701
|
+
### Bug Fixes
|
|
702
|
+
|
|
703
|
+
* fixed the custom resolver for tailwind loader ([1fd0b43](https://github.com/visulima/packem/commit/1fd0b4345aa90f5c250eba9fd8c741e569b84abc))
|
|
704
|
+
|
|
705
|
+
### Miscellaneous Chores
|
|
706
|
+
|
|
707
|
+
* update dependencies for Tailwind CSS and CSS Style Inject ([ef84f41](https://github.com/visulima/packem/commit/ef84f4193be1008b630e9bb29b2cbc78a6d93532))
|
|
708
|
+
|
|
709
|
+
|
|
710
|
+
### Dependencies
|
|
711
|
+
|
|
712
|
+
* **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.8
|
|
713
|
+
* **@visulima/packem-share:** upgraded to 1.0.0-alpha.7
|
|
714
|
+
* **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.7
|
|
715
|
+
|
|
716
|
+
## @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)
|
|
717
|
+
|
|
718
|
+
### Features
|
|
719
|
+
|
|
720
|
+
* added tailwindcss oxide loader ([#166](https://github.com/visulima/packem/issues/166)) ([acbbc59](https://github.com/visulima/packem/commit/acbbc59071e771a94d1a0c5435b267e483e3ad73))
|
|
721
|
+
|
|
722
|
+
|
|
723
|
+
### Dependencies
|
|
724
|
+
|
|
725
|
+
* **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.7
|
|
726
|
+
* **@visulima/packem-share:** upgraded to 1.0.0-alpha.6
|
|
727
|
+
* **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.6
|
|
728
|
+
|
|
729
|
+
## @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)
|
|
730
|
+
|
|
731
|
+
### Bug Fixes
|
|
732
|
+
|
|
733
|
+
* fixed undefined based on exitCode ([9bd9a54](https://github.com/visulima/packem/commit/9bd9a5413d78163b56efda75c18270ad9f099106))
|
|
734
|
+
|
|
735
|
+
## @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)
|
|
736
|
+
|
|
737
|
+
### Features
|
|
738
|
+
|
|
739
|
+
* add lucide-static integration and SVG comment stripping ([ac344b3](https://github.com/visulima/packem/commit/ac344b3eb9566e479764625cd877617379d10c16))
|
|
740
|
+
|
|
741
|
+
|
|
742
|
+
### Dependencies
|
|
743
|
+
|
|
744
|
+
* **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.6
|
|
745
|
+
|
|
1
746
|
## @visulima/packem [2.0.0-alpha.6](https://github.com/visulima/packem/compare/@visulima/packem@2.0.0-alpha.5...@visulima/packem@2.0.0-alpha.6) (2025-08-10)
|
|
2
747
|
|
|
3
748
|
### Bug Fixes
|
|
@@ -9,7 +754,7 @@
|
|
|
9
754
|
|
|
10
755
|
* **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.5
|
|
11
756
|
* **@visulima/packem-share:** upgraded to 1.0.0-alpha.5
|
|
12
|
-
* **@visulima/rollup-css
|
|
757
|
+
* **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.5
|
|
13
758
|
|
|
14
759
|
## @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)
|
|
15
760
|
|
|
@@ -192,7 +937,7 @@
|
|
|
192
937
|
|
|
193
938
|
* **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.1
|
|
194
939
|
* **@visulima/packem-share:** upgraded to 1.0.0-alpha.1
|
|
195
|
-
* **@visulima/rollup-css
|
|
940
|
+
* **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.1
|
|
196
941
|
|
|
197
942
|
## @visulima/packem [1.28.2](https://github.com/visulima/packem/compare/@visulima/packem@1.28.1...@visulima/packem@1.28.2) (2025-06-24)
|
|
198
943
|
|