@visulima/packem 1.2.1 → 1.2.2
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 +6 -0
- package/dist/cli.mjs +1 -1
- package/package.json +23 -23
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
## @visulima/packem [1.2.2](https://github.com/visulima/packem/compare/@visulima/packem@1.2.1...@visulima/packem@1.2.2) (2024-11-04)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
* updated dependencies of @visulima/*,@babel/parser,jiti,rollup and tinyglobby ([46b8837](https://github.com/visulima/packem/commit/46b8837ab0876cdcacbde27ab2012c75b6a09b2f))
|
|
6
|
+
|
|
1
7
|
## @visulima/packem [1.2.1](https://github.com/visulima/packem/compare/@visulima/packem@1.2.0...@visulima/packem@1.2.1) (2024-11-03)
|
|
2
8
|
|
|
3
9
|
### Bug Fixes
|
package/dist/cli.mjs
CHANGED
|
@@ -5,7 +5,7 @@ import __cjs_mod__ from "node:module"; // -- packem CommonJS require shim --
|
|
|
5
5
|
const __filename = __cjs_url__.fileURLToPath(import.meta.url);
|
|
6
6
|
const __dirname = __cjs_path__.dirname(__filename);
|
|
7
7
|
const require = __cjs_mod__.createRequire(import.meta.url);
|
|
8
|
-
const rr="@visulima/packem",nr="1.2.
|
|
8
|
+
const rr="@visulima/packem",nr="1.2.1";var ir=Object.defineProperty,sr=m((e,t)=>ir(e,"name",{value:t,configurable:!0}),"t$9");const Dt=sr(async(e,t="")=>{let o=t;if(!o){const r=["packem.config.js","packem.config.mjs","packem.config.cjs","packem.config.ts","packem.config.cts","packem.config.mts"];for await(const n of r)if(await ut(w(e,n))){o="./"+n;break}}if(!/\.(?:js|mjs|cjs|ts|cts|mts)$/.test(o))throw new Error("Invalid packem config file extension. Only .js, .mjs, .cjs, .ts, .cts and .mts extensions are allowed.");return o},"findPackemFile");var ar=Object.defineProperty,Ue=m((e,t)=>ar(e,"name",{value:t,configurable:!0}),"d$g");const lr=["typedoc","typedoc-plugin-markdown","typedoc-plugin-rename-defaults","@ckeditor/typedoc-plugins"],cr=Ue(e=>{e.addCommand({argument:{description:"Add a packem feature to your project",name:"feature",required:!0},description:"Add a optional packem feature to your project",execute:Ue(async({argument:t,logger:o,options:r})=>{const n=$(pt(),r.dir??"."),s=await Dt(n,r.config??""),i=await Oe(s,{buffer:!1}),a=new T(i);if(t.includes("typedoc")){if(i.includes("typedoc: typedocBuilder")||i.includes("@visulima/packem/builder/typedoc")){o.warn("Typedoc has already been added to the packem config.");return}o.info("Adding typedoc dependencies..."),await ie(lr,{cwd:process.cwd(),dev:!0,silent:!0}),a.prepend(`import typedocBuilder from "@visulima/packem/builder/typedoc";
|
|
9
9
|
`),i.includes("builder: {")?a.replace("builder: {",`builder: {
|
|
10
10
|
typedoc: typedocBuilder,
|
|
11
11
|
`):a.replace("transformer,",`transformer,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visulima/packem",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.2",
|
|
4
4
|
"description": "A fast and modern bundler for Node.js and TypeScript.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"anolilab",
|
|
@@ -195,7 +195,7 @@
|
|
|
195
195
|
],
|
|
196
196
|
"dependencies": {
|
|
197
197
|
"@antfu/install-pkg": "0.4.1",
|
|
198
|
-
"@babel/parser": "7.
|
|
198
|
+
"@babel/parser": "7.26.2",
|
|
199
199
|
"@clack/prompts": "0.7.0",
|
|
200
200
|
"@rollup/plugin-alias": "5.1.1",
|
|
201
201
|
"@rollup/plugin-commonjs": "28.0.1",
|
|
@@ -205,56 +205,56 @@
|
|
|
205
205
|
"@rollup/plugin-node-resolve": "15.3.0",
|
|
206
206
|
"@rollup/plugin-replace": "6.0.1",
|
|
207
207
|
"@rollup/plugin-wasm": "6.2.2",
|
|
208
|
-
"@rollup/pluginutils": "5.1.
|
|
209
|
-
"@visulima/cerebro": "1.1.
|
|
208
|
+
"@rollup/pluginutils": "5.1.3",
|
|
209
|
+
"@visulima/cerebro": "1.1.25",
|
|
210
210
|
"@visulima/colorize": "1.4.12",
|
|
211
|
-
"@visulima/find-cache-dir": "1.0.
|
|
212
|
-
"@visulima/fs": "2.
|
|
211
|
+
"@visulima/find-cache-dir": "1.0.15",
|
|
212
|
+
"@visulima/fs": "2.3.0",
|
|
213
213
|
"@visulima/humanizer": "1.0.14",
|
|
214
|
-
"@visulima/package": "3.1.
|
|
214
|
+
"@visulima/package": "3.1.5",
|
|
215
215
|
"@visulima/pail": "2.1.11",
|
|
216
216
|
"@visulima/path": "1.1.1",
|
|
217
|
-
"@visulima/tsconfig": "1.
|
|
217
|
+
"@visulima/tsconfig": "1.1.1",
|
|
218
218
|
"defu": "6.1.4",
|
|
219
219
|
"es-module-lexer": "1.5.4",
|
|
220
220
|
"fastest-levenshtein": "1.0.16",
|
|
221
221
|
"glob-parent": "6.0.2",
|
|
222
222
|
"hookable": "5.5.3",
|
|
223
|
-
"jiti": "2.
|
|
223
|
+
"jiti": "2.4.0",
|
|
224
224
|
"magic-string": "0.30.12",
|
|
225
225
|
"mlly": "1.7.2",
|
|
226
226
|
"oxc-parser": "0.33.0",
|
|
227
|
-
"rollup": "4.24.
|
|
227
|
+
"rollup": "4.24.4",
|
|
228
228
|
"rollup-plugin-dts": "6.1.1",
|
|
229
229
|
"rollup-plugin-license": "3.5.3",
|
|
230
230
|
"rollup-plugin-polyfill-node": "0.13.0",
|
|
231
231
|
"rollup-plugin-visualizer": "5.12.0",
|
|
232
232
|
"semver": "7.6.3",
|
|
233
|
-
"tinyglobby": "0.2.
|
|
233
|
+
"tinyglobby": "0.2.10"
|
|
234
234
|
},
|
|
235
235
|
"devDependencies": {
|
|
236
236
|
"@anolilab/eslint-config": "^15.0.3",
|
|
237
237
|
"@anolilab/prettier-config": "^5.0.14",
|
|
238
|
-
"@anolilab/semantic-release-pnpm": "^1.1.
|
|
239
|
-
"@anolilab/semantic-release-preset": "^9.0.
|
|
238
|
+
"@anolilab/semantic-release-pnpm": "^1.1.5",
|
|
239
|
+
"@anolilab/semantic-release-preset": "^9.0.2",
|
|
240
240
|
"@arethetypeswrong/cli": "^0.16.4",
|
|
241
|
-
"@babel/core": "^7.
|
|
241
|
+
"@babel/core": "^7.26.0",
|
|
242
242
|
"@ckeditor/typedoc-plugins": "44.2.1",
|
|
243
243
|
"@rushstack/eslint-plugin-security": "^0.8.3",
|
|
244
244
|
"@secretlint/secretlint-rule-preset-recommend": "^9.0.0",
|
|
245
|
-
"@swc/core": "^1.
|
|
245
|
+
"@swc/core": "^1.8.0",
|
|
246
246
|
"@swc/types": "0.1.12",
|
|
247
247
|
"@total-typescript/ts-reset": "^0.6.1",
|
|
248
248
|
"@types/estree": "^1.0.6",
|
|
249
249
|
"@types/glob": "^8.1.0",
|
|
250
250
|
"@types/glob-parent": "^5.1.3",
|
|
251
251
|
"@types/is-glob": "^4.0.4",
|
|
252
|
-
"@types/node": "18.19.
|
|
252
|
+
"@types/node": "18.19.64",
|
|
253
253
|
"@types/react": "^18.3.12",
|
|
254
254
|
"@types/react-dom": "^18.3.1",
|
|
255
255
|
"@types/semver": "^7.5.8",
|
|
256
|
-
"@vitest/coverage-v8": "^2.1.
|
|
257
|
-
"@vitest/ui": "^2.1.
|
|
256
|
+
"@vitest/coverage-v8": "^2.1.4",
|
|
257
|
+
"@vitest/ui": "^2.1.4",
|
|
258
258
|
"conventional-changelog-conventionalcommits": "8.0.0",
|
|
259
259
|
"cross-env": "^7.0.3",
|
|
260
260
|
"detect-indent": "^7.0.1",
|
|
@@ -267,22 +267,22 @@
|
|
|
267
267
|
"eslint-plugin-vitest": "0.4.1",
|
|
268
268
|
"eslint-plugin-vitest-globals": "^1.5.0",
|
|
269
269
|
"estree-walker": "^3.0.3",
|
|
270
|
-
"execa": "^9.
|
|
270
|
+
"execa": "^9.5.1",
|
|
271
271
|
"oxc-transform": "^0.33.0",
|
|
272
272
|
"prettier": "^3.3.3",
|
|
273
273
|
"react": "^18.3.1",
|
|
274
274
|
"react-dom": "^18.3.1",
|
|
275
275
|
"rimraf": "^6.0.1",
|
|
276
276
|
"secretlint": "9.0.0",
|
|
277
|
-
"semantic-release": "^24.
|
|
277
|
+
"semantic-release": "^24.2.0",
|
|
278
278
|
"sort-package-json": "^2.10.1",
|
|
279
279
|
"sucrase": "^3.35.0",
|
|
280
280
|
"tempy": "^3.1.0",
|
|
281
|
-
"typedoc": "0.26.
|
|
282
|
-
"typedoc-plugin-markdown": "4.2.
|
|
281
|
+
"typedoc": "0.26.11",
|
|
282
|
+
"typedoc-plugin-markdown": "4.2.10",
|
|
283
283
|
"typedoc-plugin-rename-defaults": "0.7.1",
|
|
284
284
|
"typescript": "^5.6.3",
|
|
285
|
-
"vitest": "^2.1.
|
|
285
|
+
"vitest": "^2.1.4"
|
|
286
286
|
},
|
|
287
287
|
"peerDependencies": {
|
|
288
288
|
"@ckeditor/typedoc-plugins": "44.2.1",
|