@visulima/packem 1.9.2 → 1.10.0
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 +99 -97
- package/dist/packem.cjs +66 -64
- package/dist/packem.mjs +70 -68
- package/dist/rollup/plugins/isolated-declarations/index.d.cts +3 -3
- package/dist/rollup/plugins/isolated-declarations/index.d.mts +3 -3
- package/dist/rollup/plugins/isolated-declarations/index.d.ts +3 -3
- package/dist/rollup/plugins/oxc/isolated-declarations-oxc-transformer.cjs +1 -1
- package/dist/rollup/plugins/oxc/isolated-declarations-oxc-transformer.d.cts +1 -1
- package/dist/rollup/plugins/oxc/isolated-declarations-oxc-transformer.d.mts +1 -1
- package/dist/rollup/plugins/oxc/isolated-declarations-oxc-transformer.d.ts +1 -1
- package/dist/rollup/plugins/oxc/isolated-declarations-oxc-transformer.mjs +1 -1
- package/dist/rollup/plugins/swc/isolated-declarations-swc-transformer.cjs +1 -1
- package/dist/rollup/plugins/swc/isolated-declarations-swc-transformer.d.cts +1 -1
- package/dist/rollup/plugins/swc/isolated-declarations-swc-transformer.d.mts +1 -1
- package/dist/rollup/plugins/swc/isolated-declarations-swc-transformer.d.ts +1 -1
- package/dist/rollup/plugins/swc/isolated-declarations-swc-transformer.mjs +1 -1
- package/dist/rollup/plugins/typescript/isolated-declarations-typescript-transformer.cjs +3 -1
- package/dist/rollup/plugins/typescript/isolated-declarations-typescript-transformer.d.cts +1 -1
- package/dist/rollup/plugins/typescript/isolated-declarations-typescript-transformer.d.mts +1 -1
- package/dist/rollup/plugins/typescript/isolated-declarations-typescript-transformer.d.ts +1 -1
- package/dist/rollup/plugins/typescript/isolated-declarations-typescript-transformer.mjs +3 -1
- package/dist/types.d.cts +3 -1
- package/dist/types.d.mts +3 -1
- package/dist/types.d.ts +3 -1
- package/package.json +39 -39
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import type { FilterPattern } from "@rollup/pluginutils";
|
|
2
|
+
import type { Pail } from "@visulima/pail";
|
|
2
3
|
import type { TsConfigResult } from "@visulima/tsconfig";
|
|
3
4
|
import type { Plugin } from "rollup";
|
|
4
|
-
import type {
|
|
5
|
-
import type { Pail } from "@visulima/pail";
|
|
5
|
+
import type { IsolatedDeclarationsTransformer } from "../../../types.d.cts";
|
|
6
6
|
export type IsolatedDeclarationsOptions = {
|
|
7
7
|
exclude?: FilterPattern;
|
|
8
8
|
ignoreErrors?: boolean;
|
|
9
9
|
include?: FilterPattern;
|
|
10
10
|
};
|
|
11
|
-
export declare const isolatedDeclarationsPlugin: (sourceDirectory: string, transformer:
|
|
11
|
+
export declare const isolatedDeclarationsPlugin: (sourceDirectory: string, transformer: IsolatedDeclarationsTransformer, declaration: boolean | "compatible" | "node16" | undefined, cjsInterop: boolean, logger: Pail, options: IsolatedDeclarationsOptions, sourceMap: boolean, tsconfig?: TsConfigResult) => Plugin;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import type { FilterPattern } from "@rollup/pluginutils";
|
|
2
|
+
import type { Pail } from "@visulima/pail";
|
|
2
3
|
import type { TsConfigResult } from "@visulima/tsconfig";
|
|
3
4
|
import type { Plugin } from "rollup";
|
|
4
|
-
import type {
|
|
5
|
-
import type { Pail } from "@visulima/pail";
|
|
5
|
+
import type { IsolatedDeclarationsTransformer } from "../../../types.d.mts";
|
|
6
6
|
export type IsolatedDeclarationsOptions = {
|
|
7
7
|
exclude?: FilterPattern;
|
|
8
8
|
ignoreErrors?: boolean;
|
|
9
9
|
include?: FilterPattern;
|
|
10
10
|
};
|
|
11
|
-
export declare const isolatedDeclarationsPlugin: (sourceDirectory: string, transformer:
|
|
11
|
+
export declare const isolatedDeclarationsPlugin: (sourceDirectory: string, transformer: IsolatedDeclarationsTransformer, declaration: boolean | "compatible" | "node16" | undefined, cjsInterop: boolean, logger: Pail, options: IsolatedDeclarationsOptions, sourceMap: boolean, tsconfig?: TsConfigResult) => Plugin;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import type { FilterPattern } from "@rollup/pluginutils";
|
|
2
|
+
import type { Pail } from "@visulima/pail";
|
|
2
3
|
import type { TsConfigResult } from "@visulima/tsconfig";
|
|
3
4
|
import type { Plugin } from "rollup";
|
|
4
|
-
import type {
|
|
5
|
-
import type { Pail } from "@visulima/pail";
|
|
5
|
+
import type { IsolatedDeclarationsTransformer } from "../../../types.d.ts";
|
|
6
6
|
export type IsolatedDeclarationsOptions = {
|
|
7
7
|
exclude?: FilterPattern;
|
|
8
8
|
ignoreErrors?: boolean;
|
|
9
9
|
include?: FilterPattern;
|
|
10
10
|
};
|
|
11
|
-
export declare const isolatedDeclarationsPlugin: (sourceDirectory: string, transformer:
|
|
11
|
+
export declare const isolatedDeclarationsPlugin: (sourceDirectory: string, transformer: IsolatedDeclarationsTransformer, declaration: boolean | "compatible" | "node16" | undefined, cjsInterop: boolean, logger: Pail, options: IsolatedDeclarationsOptions, sourceMap: boolean, tsconfig?: TsConfigResult) => Plugin;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var
|
|
1
|
+
"use strict";var c=Object.defineProperty;var o=(r,e)=>c(r,"name",{value:e,configurable:!0});const n=require("oxc-transform");var i=Object.defineProperty,m=o((r,e)=>i(r,"name",{value:e,configurable:!0}),"s");const p=m((r,e,s)=>{const a=n.isolatedDeclaration(r,e,{sourcemap:s});return{errors:a.errors.map(t=>t.message),map:a.map?.mappings,sourceText:a.code}},"isolatedDeclarationsOxcTransformer");module.exports=p;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { IsolatedDeclarationsResult } from "../../../types.d.cts";
|
|
2
|
-
declare const isolatedDeclarationsOxcTransformer: (id: string, code: string) => IsolatedDeclarationsResult;
|
|
2
|
+
declare const isolatedDeclarationsOxcTransformer: (id: string, code: string, sourceMap?: boolean) => IsolatedDeclarationsResult;
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
export = isolatedDeclarationsOxcTransformer;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import type { IsolatedDeclarationsResult } from "../../../types.d.mts";
|
|
2
|
-
declare const isolatedDeclarationsOxcTransformer: (id: string, code: string) => IsolatedDeclarationsResult;
|
|
2
|
+
declare const isolatedDeclarationsOxcTransformer: (id: string, code: string, sourceMap?: boolean) => IsolatedDeclarationsResult;
|
|
3
3
|
export default isolatedDeclarationsOxcTransformer;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { IsolatedDeclarationsResult } from "../../../types.d.ts";
|
|
2
|
-
declare const isolatedDeclarationsOxcTransformer: (id: string, code: string) => IsolatedDeclarationsResult;
|
|
2
|
+
declare const isolatedDeclarationsOxcTransformer: (id: string, code: string, sourceMap?: boolean) => IsolatedDeclarationsResult;
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
export = isolatedDeclarationsOxcTransformer;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
var c=Object.defineProperty;var o=(e,r)=>c(e,"name",{value:r,configurable:!0});import{isolatedDeclaration as m}from"oxc-transform";var n=Object.defineProperty,i=o((e,r)=>n(e,"name",{value:r,configurable:!0}),"s");const u=i((e,r,s)=>{const a=m(e,r,{sourcemap:s});return{errors:a.errors.map(t=>t.message),map:a.map?.mappings,sourceText:a.code}},"isolatedDeclarationsOxcTransformer");export{u as default};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var
|
|
1
|
+
"use strict";var c=Object.defineProperty;var t=(e,r)=>c(e,"name",{value:r,configurable:!0});const n=require("@swc/core");var i=Object.defineProperty,p=t((e,r)=>i(e,"name",{value:r,configurable:!0}),"e");const u=p(async(e,r,a)=>{try{const s=await n.transform(r,{filename:e,jsc:{experimental:{emitIsolatedDts:!0},parser:{syntax:"typescript",tsx:!1}},sourceMaps:a}),o=JSON.parse(s.output);return{errors:[],map:s.map?JSON.parse(s.map).mappings:void 0,sourceText:o.__swc_isolated_declarations__}}catch(s){return{errors:[s.toString()],sourceText:""}}},"isolatedDeclarationsSwcTransformer");module.exports=u;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { IsolatedDeclarationsResult } from "../../../types.d.cts";
|
|
2
|
-
declare const isolatedDeclarationsSwcTransformer: (id: string, code: string) => Promise<IsolatedDeclarationsResult>;
|
|
2
|
+
declare const isolatedDeclarationsSwcTransformer: (id: string, code: string, sourceMap?: boolean) => Promise<IsolatedDeclarationsResult>;
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
export = isolatedDeclarationsSwcTransformer;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import type { IsolatedDeclarationsResult } from "../../../types.d.mts";
|
|
2
|
-
declare const isolatedDeclarationsSwcTransformer: (id: string, code: string) => Promise<IsolatedDeclarationsResult>;
|
|
2
|
+
declare const isolatedDeclarationsSwcTransformer: (id: string, code: string, sourceMap?: boolean) => Promise<IsolatedDeclarationsResult>;
|
|
3
3
|
export default isolatedDeclarationsSwcTransformer;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { IsolatedDeclarationsResult } from "../../../types.d.ts";
|
|
2
|
-
declare const isolatedDeclarationsSwcTransformer: (id: string, code: string) => Promise<IsolatedDeclarationsResult>;
|
|
2
|
+
declare const isolatedDeclarationsSwcTransformer: (id: string, code: string, sourceMap?: boolean) => Promise<IsolatedDeclarationsResult>;
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
export = isolatedDeclarationsSwcTransformer;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
var n=Object.defineProperty;var t=(r,e)=>n(r,"name",{value:e,configurable:!0});import{transform as p}from"@swc/core";var c=Object.defineProperty,i=t((r,e)=>c(r,"name",{value:e,configurable:!0}),"e");const u=i(async(r,e,s)=>{try{const a=await p(e,{filename:r,jsc:{experimental:{emitIsolatedDts:!0},parser:{syntax:"typescript",tsx:!1}},sourceMaps:s}),o=JSON.parse(a.output);return{errors:[],map:a.map?JSON.parse(a.map).mappings:void 0,sourceText:o.__swc_isolated_declarations__}}catch(a){return{errors:[a.toString()],sourceText:""}}},"isolatedDeclarationsSwcTransformer");export{u as default};
|
|
@@ -1 +1,3 @@
|
|
|
1
|
-
"use strict";var
|
|
1
|
+
"use strict";var m=Object.defineProperty;var l=(e,t)=>m(e,"name",{value:t,configurable:!0});const r=require("typescript");var y=Object.defineProperty,s=l((e,t)=>y(e,"name",{value:t,configurable:!0}),"s");const D=s(e=>{const t=e.split(`
|
|
2
|
+
`);return t.at(-1)?.startsWith("//# sourceMappingURL=")?t.slice(0,-1).join(`
|
|
3
|
+
`):e},"stripMapUrl"),C=s(async(e,t,g,n)=>{const o={declarationMap:g,...n?.compilerOptions};let{diagnostics:c,outputText:a,sourceMapText:i}=r.transpileDeclaration(t,{fileName:e,reportDiagnostics:!0,...n,compilerOptions:o});o.declarationMap&&(a=D(a));const u=c?.length?[r.formatDiagnostics(c,{getCanonicalFileName:s(p=>r.sys.useCaseSensitiveFileNames?p:p.toLowerCase(),"getCanonicalFileName"),getCurrentDirectory:s(()=>r.sys.getCurrentDirectory(),"getCurrentDirectory"),getNewLine:s(()=>r.sys.newLine,"getNewLine")})]:[];return i&&(i=JSON.parse(i).mappings),{errors:u,map:i,sourceText:a}},"isolatedDeclarationsTypescriptTransformer");module.exports=C;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { TranspileOptions } from "typescript";
|
|
2
2
|
import type { IsolatedDeclarationsResult } from "../../../types.d.cts";
|
|
3
|
-
declare const isolatedDeclarationsTypescriptTransformer: (id: string, code: string, transformOptions?: TranspileOptions) => Promise<IsolatedDeclarationsResult>;
|
|
3
|
+
declare const isolatedDeclarationsTypescriptTransformer: (id: string, code: string, sourceMap?: boolean, transformOptions?: TranspileOptions) => Promise<IsolatedDeclarationsResult>;
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
export = isolatedDeclarationsTypescriptTransformer;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import type { TranspileOptions } from "typescript";
|
|
2
2
|
import type { IsolatedDeclarationsResult } from "../../../types.d.mts";
|
|
3
|
-
declare const isolatedDeclarationsTypescriptTransformer: (id: string, code: string, transformOptions?: TranspileOptions) => Promise<IsolatedDeclarationsResult>;
|
|
3
|
+
declare const isolatedDeclarationsTypescriptTransformer: (id: string, code: string, sourceMap?: boolean, transformOptions?: TranspileOptions) => Promise<IsolatedDeclarationsResult>;
|
|
4
4
|
export default isolatedDeclarationsTypescriptTransformer;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { TranspileOptions } from "typescript";
|
|
2
2
|
import type { IsolatedDeclarationsResult } from "../../../types.d.ts";
|
|
3
|
-
declare const isolatedDeclarationsTypescriptTransformer: (id: string, code: string, transformOptions?: TranspileOptions) => Promise<IsolatedDeclarationsResult>;
|
|
3
|
+
declare const isolatedDeclarationsTypescriptTransformer: (id: string, code: string, sourceMap?: boolean, transformOptions?: TranspileOptions) => Promise<IsolatedDeclarationsResult>;
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
export = isolatedDeclarationsTypescriptTransformer;
|
|
@@ -1 +1,3 @@
|
|
|
1
|
-
var
|
|
1
|
+
var u=Object.defineProperty;var l=(e,t)=>u(e,"name",{value:t,configurable:!0});import{transpileDeclaration as f,formatDiagnostics as D,sys as s}from"typescript";var y=Object.defineProperty,r=l((e,t)=>y(e,"name",{value:t,configurable:!0}),"s");const C=r(e=>{const t=e.split(`
|
|
2
|
+
`);return t.at(-1)?.startsWith("//# sourceMappingURL=")?t.slice(0,-1).join(`
|
|
3
|
+
`):e},"stripMapUrl"),L=r(async(e,t,g,n)=>{const o={declarationMap:g,...n?.compilerOptions};let{diagnostics:c,outputText:i,sourceMapText:a}=f(t,{fileName:e,reportDiagnostics:!0,...n,compilerOptions:o});o.declarationMap&&(i=C(i));const m=c?.length?[D(c,{getCanonicalFileName:r(p=>s.useCaseSensitiveFileNames?p:p.toLowerCase(),"getCanonicalFileName"),getCurrentDirectory:r(()=>s.getCurrentDirectory(),"getCurrentDirectory"),getNewLine:r(()=>s.newLine,"getNewLine")})]:[];return a&&(a=JSON.parse(a).mappings),{errors:m,map:a,sourceText:i}},"isolatedDeclarationsTypescriptTransformer");export{L as default};
|
package/dist/types.d.cts
CHANGED
|
@@ -177,7 +177,7 @@ export interface BuildOptions {
|
|
|
177
177
|
failOnWarn?: boolean;
|
|
178
178
|
fileCache?: boolean;
|
|
179
179
|
/** @experimental */
|
|
180
|
-
isolatedDeclarationTransformer?:
|
|
180
|
+
isolatedDeclarationTransformer?: IsolatedDeclarationsTransformer;
|
|
181
181
|
/**
|
|
182
182
|
* Jiti options, where [jiti](https://github.com/unjs/jiti) is used to load the entry files.
|
|
183
183
|
*/
|
|
@@ -282,9 +282,11 @@ export type InferEntriesResult = {
|
|
|
282
282
|
warnings: string[];
|
|
283
283
|
};
|
|
284
284
|
export type Mode = "build" | "jit" | "watch" | "tsdoc";
|
|
285
|
+
export type IsolatedDeclarationsTransformer = (code: string, id: string, sourceMap?: boolean) => Promise<IsolatedDeclarationsResult>;
|
|
285
286
|
export interface IsolatedDeclarationsResult {
|
|
286
287
|
errors: string[];
|
|
287
288
|
sourceText: string;
|
|
289
|
+
map?: string;
|
|
288
290
|
}
|
|
289
291
|
export type { PostCSSMeta } from "./rollup/plugins/css/loaders/types.d.cts";
|
|
290
292
|
export type { InjectOptions, StyleOptions } from "./rollup/plugins/css/types.d.cts";
|
package/dist/types.d.mts
CHANGED
|
@@ -177,7 +177,7 @@ export interface BuildOptions {
|
|
|
177
177
|
failOnWarn?: boolean;
|
|
178
178
|
fileCache?: boolean;
|
|
179
179
|
/** @experimental */
|
|
180
|
-
isolatedDeclarationTransformer?:
|
|
180
|
+
isolatedDeclarationTransformer?: IsolatedDeclarationsTransformer;
|
|
181
181
|
/**
|
|
182
182
|
* Jiti options, where [jiti](https://github.com/unjs/jiti) is used to load the entry files.
|
|
183
183
|
*/
|
|
@@ -282,9 +282,11 @@ export type InferEntriesResult = {
|
|
|
282
282
|
warnings: string[];
|
|
283
283
|
};
|
|
284
284
|
export type Mode = "build" | "jit" | "watch" | "tsdoc";
|
|
285
|
+
export type IsolatedDeclarationsTransformer = (code: string, id: string, sourceMap?: boolean) => Promise<IsolatedDeclarationsResult>;
|
|
285
286
|
export interface IsolatedDeclarationsResult {
|
|
286
287
|
errors: string[];
|
|
287
288
|
sourceText: string;
|
|
289
|
+
map?: string;
|
|
288
290
|
}
|
|
289
291
|
export type { PostCSSMeta } from "./rollup/plugins/css/loaders/types.d.mts";
|
|
290
292
|
export type { InjectOptions, StyleOptions } from "./rollup/plugins/css/types.d.mts";
|
package/dist/types.d.ts
CHANGED
|
@@ -177,7 +177,7 @@ export interface BuildOptions {
|
|
|
177
177
|
failOnWarn?: boolean;
|
|
178
178
|
fileCache?: boolean;
|
|
179
179
|
/** @experimental */
|
|
180
|
-
isolatedDeclarationTransformer?:
|
|
180
|
+
isolatedDeclarationTransformer?: IsolatedDeclarationsTransformer;
|
|
181
181
|
/**
|
|
182
182
|
* Jiti options, where [jiti](https://github.com/unjs/jiti) is used to load the entry files.
|
|
183
183
|
*/
|
|
@@ -282,9 +282,11 @@ export type InferEntriesResult = {
|
|
|
282
282
|
warnings: string[];
|
|
283
283
|
};
|
|
284
284
|
export type Mode = "build" | "jit" | "watch" | "tsdoc";
|
|
285
|
+
export type IsolatedDeclarationsTransformer = (code: string, id: string, sourceMap?: boolean) => Promise<IsolatedDeclarationsResult>;
|
|
285
286
|
export interface IsolatedDeclarationsResult {
|
|
286
287
|
errors: string[];
|
|
287
288
|
sourceText: string;
|
|
289
|
+
map?: string;
|
|
288
290
|
}
|
|
289
291
|
export type { PostCSSMeta } from "./rollup/plugins/css/loaders/types.d.ts";
|
|
290
292
|
export type { InjectOptions, StyleOptions } from "./rollup/plugins/css/types.d.ts";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visulima/packem",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.10.0",
|
|
4
4
|
"description": "A fast and modern bundler for Node.js and TypeScript.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"anolilab",
|
|
@@ -327,8 +327,8 @@
|
|
|
327
327
|
"LICENSE.md"
|
|
328
328
|
],
|
|
329
329
|
"dependencies": {
|
|
330
|
-
"@antfu/install-pkg": "0.
|
|
331
|
-
"@babel/parser": "7.26.
|
|
330
|
+
"@antfu/install-pkg": "0.5.0",
|
|
331
|
+
"@babel/parser": "7.26.3",
|
|
332
332
|
"@clack/prompts": "0.8.2",
|
|
333
333
|
"@csstools/css-parser-algorithms": "3.0.4",
|
|
334
334
|
"@csstools/css-tokenizer": "3.0.3",
|
|
@@ -342,28 +342,28 @@
|
|
|
342
342
|
"@rollup/plugin-replace": "6.0.1",
|
|
343
343
|
"@rollup/plugin-wasm": "6.2.2",
|
|
344
344
|
"@rollup/pluginutils": "5.1.3",
|
|
345
|
-
"@visulima/cerebro": "1.1.
|
|
346
|
-
"@visulima/colorize": "1.4.
|
|
347
|
-
"@visulima/find-cache-dir": "1.0.
|
|
348
|
-
"@visulima/fs": "2.3.
|
|
349
|
-
"@visulima/humanizer": "1.0.
|
|
350
|
-
"@visulima/package": "3.1.
|
|
351
|
-
"@visulima/pail": "2.1.
|
|
352
|
-
"@visulima/path": "1.1.
|
|
353
|
-
"@visulima/source-map": "1.0.
|
|
354
|
-
"@visulima/tsconfig": "1.1.
|
|
345
|
+
"@visulima/cerebro": "1.1.26",
|
|
346
|
+
"@visulima/colorize": "1.4.13",
|
|
347
|
+
"@visulima/find-cache-dir": "1.0.16",
|
|
348
|
+
"@visulima/fs": "2.3.1",
|
|
349
|
+
"@visulima/humanizer": "1.0.15",
|
|
350
|
+
"@visulima/package": "3.1.6",
|
|
351
|
+
"@visulima/pail": "2.1.12",
|
|
352
|
+
"@visulima/path": "1.1.2",
|
|
353
|
+
"@visulima/source-map": "1.0.11",
|
|
354
|
+
"@visulima/tsconfig": "1.1.2",
|
|
355
355
|
"browserslist": "4.24.2",
|
|
356
356
|
"defu": "6.1.4",
|
|
357
357
|
"es-module-lexer": "1.5.4",
|
|
358
358
|
"fastest-levenshtein": "1.0.16",
|
|
359
359
|
"glob-parent": "6.0.2",
|
|
360
360
|
"hookable": "5.5.3",
|
|
361
|
-
"jiti": "2.4.
|
|
362
|
-
"magic-string": "0.30.
|
|
361
|
+
"jiti": "2.4.1",
|
|
362
|
+
"magic-string": "0.30.15",
|
|
363
363
|
"mlly": "1.7.3",
|
|
364
|
-
"oxc-parser": "0.
|
|
365
|
-
"oxc-resolver": "
|
|
366
|
-
"rollup": "4.
|
|
364
|
+
"oxc-parser": "0.40.1",
|
|
365
|
+
"oxc-resolver": "3.0.1",
|
|
366
|
+
"rollup": "4.28.1",
|
|
367
367
|
"rollup-plugin-dts": "6.1.1",
|
|
368
368
|
"rollup-plugin-license": "3.5.3",
|
|
369
369
|
"rollup-plugin-polyfill-node": "0.13.0",
|
|
@@ -374,19 +374,19 @@
|
|
|
374
374
|
"tinyglobby": "0.2.10"
|
|
375
375
|
},
|
|
376
376
|
"devDependencies": {
|
|
377
|
-
"@oxc-project/types": "0.
|
|
377
|
+
"@oxc-project/types": "0.40.1",
|
|
378
378
|
"@anolilab/eslint-config": "^15.0.3",
|
|
379
379
|
"@anolilab/prettier-config": "^5.0.14",
|
|
380
380
|
"@anolilab/semantic-release-pnpm": "^1.1.5",
|
|
381
381
|
"@anolilab/semantic-release-preset": "^9.0.2",
|
|
382
|
-
"@arethetypeswrong/cli": "^0.17.
|
|
382
|
+
"@arethetypeswrong/cli": "^0.17.1",
|
|
383
383
|
"@babel/core": "^7.26.0",
|
|
384
384
|
"@ckeditor/typedoc-plugins": "44.2.1",
|
|
385
385
|
"@rushstack/eslint-plugin-security": "^0.8.3",
|
|
386
386
|
"@secretlint/secretlint-rule-preset-recommend": "^9.0.0",
|
|
387
387
|
"@svgr/core": "^8.1.0",
|
|
388
|
-
"@swc/core": "^1.
|
|
389
|
-
"@swc/types": "0.1.
|
|
388
|
+
"@swc/core": "^1.10.1",
|
|
389
|
+
"@swc/types": "0.1.17",
|
|
390
390
|
"@total-typescript/ts-reset": "^0.6.1",
|
|
391
391
|
"@types/estree": "^1.0.6",
|
|
392
392
|
"@types/glob": "^8.1.0",
|
|
@@ -394,17 +394,17 @@
|
|
|
394
394
|
"@types/icss-utils": "^5.1.2",
|
|
395
395
|
"@types/is-glob": "^4.0.4",
|
|
396
396
|
"@types/less": "3.0.7",
|
|
397
|
-
"@types/node": "
|
|
397
|
+
"@types/node": "22.10.2",
|
|
398
398
|
"@types/node-sass": "^4.11.8",
|
|
399
399
|
"@types/postcss-modules-local-by-default": "^4.0.2",
|
|
400
400
|
"@types/postcss-modules-scope": "^3.0.4",
|
|
401
|
-
"@types/react": "^
|
|
402
|
-
"@types/react-dom": "^
|
|
401
|
+
"@types/react": "^19.0.1",
|
|
402
|
+
"@types/react-dom": "^19.0.2",
|
|
403
403
|
"@types/semver": "^7.5.8",
|
|
404
404
|
"@types/stylus": "^0.48.43",
|
|
405
405
|
"@types/uglifycss": "^0.0.11",
|
|
406
|
-
"@vitest/coverage-v8": "^2.1.
|
|
407
|
-
"@vitest/ui": "^2.1.
|
|
406
|
+
"@vitest/coverage-v8": "^2.1.8",
|
|
407
|
+
"@vitest/ui": "^2.1.8",
|
|
408
408
|
"conventional-changelog-conventionalcommits": "8.0.0",
|
|
409
409
|
"cross-env": "^7.0.3",
|
|
410
410
|
"cssnano": "7.0.6",
|
|
@@ -419,30 +419,30 @@
|
|
|
419
419
|
"eslint-plugin-vitest": "0.4.1",
|
|
420
420
|
"eslint-plugin-vitest-globals": "^1.5.0",
|
|
421
421
|
"estree-walker": "^3.0.3",
|
|
422
|
-
"execa": "^9.5.
|
|
422
|
+
"execa": "^9.5.2",
|
|
423
423
|
"icss-utils": "^5.1.0",
|
|
424
|
-
"less": "^4.2.
|
|
425
|
-
"lightningcss": "1.28.
|
|
424
|
+
"less": "^4.2.1",
|
|
425
|
+
"lightningcss": "1.28.2",
|
|
426
426
|
"mime": "4.0.4",
|
|
427
427
|
"minireset.css": "0.0.7",
|
|
428
428
|
"node-sass": "^9.0.0",
|
|
429
|
-
"oxc-transform": "^0.
|
|
429
|
+
"oxc-transform": "^0.40.1",
|
|
430
430
|
"p-queue": "^8.0.1",
|
|
431
431
|
"postcss": "^8.4.49",
|
|
432
432
|
"postcss-custom-properties": "14.0.4",
|
|
433
433
|
"postcss-load-config": "^6.0.1",
|
|
434
434
|
"postcss-modules-extract-imports": "^3.1.0",
|
|
435
|
-
"postcss-modules-local-by-default": "^4.
|
|
435
|
+
"postcss-modules-local-by-default": "^4.2.0",
|
|
436
436
|
"postcss-modules-scope": "^3.2.1",
|
|
437
437
|
"postcss-modules-values": "^4.0.0",
|
|
438
438
|
"postcss-value-parser": "^4.2.0",
|
|
439
|
-
"prettier": "^3.
|
|
439
|
+
"prettier": "^3.4.2",
|
|
440
440
|
"react": "^18.3.1",
|
|
441
441
|
"react-dom": "^18.3.1",
|
|
442
442
|
"rimraf": "^6.0.1",
|
|
443
443
|
"rollup-plugin-lit-css": "^5.0.1",
|
|
444
|
-
"sass": "^1.
|
|
445
|
-
"sass-embedded": "^1.
|
|
444
|
+
"sass": "^1.82.0",
|
|
445
|
+
"sass-embedded": "^1.82.0",
|
|
446
446
|
"secretlint": "9.0.0",
|
|
447
447
|
"semantic-release": "^24.2.0",
|
|
448
448
|
"sort-package-json": "^2.12.0",
|
|
@@ -451,11 +451,11 @@
|
|
|
451
451
|
"sugarss": "5.0.0",
|
|
452
452
|
"tempy": "^3.1.0",
|
|
453
453
|
"tree-kill": "^1.2.2",
|
|
454
|
-
"typedoc": "0.
|
|
455
|
-
"typedoc-plugin-markdown": "4.2
|
|
456
|
-
"typedoc-plugin-rename-defaults": "0.7.
|
|
454
|
+
"typedoc": "0.27.4",
|
|
455
|
+
"typedoc-plugin-markdown": "4.3.2",
|
|
456
|
+
"typedoc-plugin-rename-defaults": "0.7.2",
|
|
457
457
|
"typescript": "^5.7.2",
|
|
458
|
-
"vitest": "^2.1.
|
|
458
|
+
"vitest": "^2.1.8"
|
|
459
459
|
},
|
|
460
460
|
"peerDependencies": {
|
|
461
461
|
"@ckeditor/typedoc-plugins": ">=44.0.0",
|