diff --git a/common/shared/package.json b/common/shared/package.json index dd8bf9e..43a0914 100644 --- a/common/shared/package.json +++ b/common/shared/package.json @@ -17,7 +17,7 @@ "./vite": "./vite/index.ts" }, "dependencies": { - "fs-extra": "^11.3.4", + "fs-extra": "^11.3.5", "vite": "7", "vite-plugin-dts": "^4.5.4", "vite-plugin-external": "^6.2.2" diff --git a/common/shared/types/global.d.ts b/common/shared/types/global.d.ts new file mode 100644 index 0000000..35306c6 --- /dev/null +++ b/common/shared/types/global.d.ts @@ -0,0 +1 @@ +declare module '*.css'; diff --git a/examples-node/package.json b/examples-node/package.json index ac08a1a..fc256bc 100644 --- a/examples-node/package.json +++ b/examples-node/package.json @@ -16,6 +16,6 @@ "esbuild-plugin-clean": "^1.0.1", "esbuild-plugin-copy": "^2.1.1", "minimist": "^1.2.8", - "typescript": "^5.9.3" + "typescript": "^6.0.3" } } diff --git a/examples/package.json b/examples/package.json index 9aefaba..b62df30 100644 --- a/examples/package.json +++ b/examples/package.json @@ -29,6 +29,6 @@ "esbuild-style-plugin": "^1.6.3", "http-proxy": "^1.18.1", "minimist": "^1.2.8", - "typescript": "^5.9.3" + "typescript": "^6.0.3" } } diff --git a/package.json b/package.json index 4ded79e..197a80d 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "univer-presets", "version": "0.21.1", "private": true, - "packageManager": "pnpm@10.27.0", + "packageManager": "pnpm@10.33.3", "author": "DreamNum Co., Ltd. ", "license": "Apache-2.0", "engines": { @@ -30,12 +30,12 @@ "cross-env": "^10.1.0", "eslint": "^9.39.2", "eslint-plugin-format": "^1.2.0", - "fs-extra": "^11.3.4", - "lint-staged": "^16.4.0", + "fs-extra": "^11.3.5", + "lint-staged": "^17.0.2", "release-it": "19.2.4", "simple-git-hooks": "^2.13.1", "tsx": "^4.21.0", - "turbo": "^2.8.17" + "turbo": "^2.9.9" }, "overrides": { "vite": "7" diff --git a/packages/preset-docs-advanced/README.md b/packages/preset-docs-advanced/README.md new file mode 100644 index 0000000..1f525f6 --- /dev/null +++ b/packages/preset-docs-advanced/README.md @@ -0,0 +1,38 @@ +# @univerjs/preset-docs-advanced + +[![npm version](https://img.shields.io/npm/v/@univerjs/preset-docs-advanced?style=flat-square)](https://npmjs.com/package/@univerjs/preset-docs-advanced) +[![license](https://img.shields.io/npm/l/@univerjs/preset-docs-advanced?style=flat-square)](https://npmjs.com/package/@univerjs/preset-docs-advanced) +[![downloads](https://img.shields.io/npm/dm/@univerjs/preset-docs-advanced?style=flat-square)](https://npmjs.com/package/@univerjs/preset-docs-advanced) + +`@univerjs/preset-docs-advanced` provides a preset for advanced Univer Docs with print and exchange capabilities. + +## Package Overview + +| Package | UMD global | CSS | Locales | Facade entry | +| -------------------------------- | -------------------------- | :-: | :-----: | :----------: | +| `@univerjs/preset-docs-advanced` | `UniverDocsAdvancedPreset` | Yes | Yes | Yes | + +## Installation + +```sh +pnpm add @univerjs/preset-docs-advanced +# or +npm install @univerjs/preset-docs-advanced +``` + +Keep all `@univerjs/*` and `@univerjs-pro/*` packages on the same version. + +## Usage + +```ts +import { UniverDocsAdvancedPreset } from '@univerjs/preset-docs-advanced'; + +// Use with createUniver: +// createUniver({ presets: [UniverDocsAdvancedPreset()] }); +``` + +## Resources + +- [Documentation](https://docs.univer.ai) +- [NPM package](https://npmjs.com/package/@univerjs/preset-docs-advanced) +- [GitHub repository](https://github.com/dream-num/univer) diff --git a/packages/preset-docs-advanced/package.json b/packages/preset-docs-advanced/package.json index 0458c6f..acc324a 100644 --- a/packages/preset-docs-advanced/package.json +++ b/packages/preset-docs-advanced/package.json @@ -2,7 +2,7 @@ "name": "@univerjs/preset-docs-advanced", "version": "0.21.1", "private": false, - "description": "", + "description": "Preset for advanced Univer Docs with print and exchange capabilities.", "author": "DreamNum Co., Ltd. ", "license": "Apache-2.0", "funding": { @@ -19,7 +19,10 @@ }, "keywords": [ "univer", - "univer-preset" + "univer-preset", + "docs", + "advanced", + "print" ], "sideEffects": [ "*.css" @@ -83,6 +86,6 @@ "react": "18.3.1", "react-dom": "18.3.1", "rxjs": "7.8.2", - "typescript": "^5.9.3" + "typescript": "^6.0.3" } } diff --git a/packages/preset-docs-advanced/tsconfig.json b/packages/preset-docs-advanced/tsconfig.json index d4f9172..7ade7bf 100644 --- a/packages/preset-docs-advanced/tsconfig.json +++ b/packages/preset-docs-advanced/tsconfig.json @@ -4,5 +4,5 @@ "rootDir": "src", "outDir": "lib/types" }, - "include": ["src"] + "include": ["src", "../../common/shared/types/global.d.ts"] } diff --git a/packages/preset-docs-collaboration/README.md b/packages/preset-docs-collaboration/README.md new file mode 100644 index 0000000..609cfd2 --- /dev/null +++ b/packages/preset-docs-collaboration/README.md @@ -0,0 +1,38 @@ +# @univerjs/preset-docs-collaboration + +[![npm version](https://img.shields.io/npm/v/@univerjs/preset-docs-collaboration?style=flat-square)](https://npmjs.com/package/@univerjs/preset-docs-collaboration) +[![license](https://img.shields.io/npm/l/@univerjs/preset-docs-collaboration?style=flat-square)](https://npmjs.com/package/@univerjs/preset-docs-collaboration) +[![downloads](https://img.shields.io/npm/dm/@univerjs/preset-docs-collaboration?style=flat-square)](https://npmjs.com/package/@univerjs/preset-docs-collaboration) + +`@univerjs/preset-docs-collaboration` provides a preset for real-time collaboration in Univer Docs. + +## Package Overview + +| Package | UMD global | CSS | Locales | Facade entry | +| ------------------------------------- | ------------------------------- | :-: | :-----: | :----------: | +| `@univerjs/preset-docs-collaboration` | `UniverDocsCollaborationPreset` | Yes | Yes | Yes | + +## Installation + +```sh +pnpm add @univerjs/preset-docs-collaboration +# or +npm install @univerjs/preset-docs-collaboration +``` + +Keep all `@univerjs/*` and `@univerjs-pro/*` packages on the same version. + +## Usage + +```ts +import { UniverDocsCollaborationPreset } from '@univerjs/preset-docs-collaboration'; + +// Use with createUniver: +// createUniver({ presets: [UniverDocsCollaborationPreset()] }); +``` + +## Resources + +- [Documentation](https://docs.univer.ai) +- [NPM package](https://npmjs.com/package/@univerjs/preset-docs-collaboration) +- [GitHub repository](https://github.com/dream-num/univer) diff --git a/packages/preset-docs-collaboration/package.json b/packages/preset-docs-collaboration/package.json index f099d7c..e7def16 100644 --- a/packages/preset-docs-collaboration/package.json +++ b/packages/preset-docs-collaboration/package.json @@ -2,7 +2,7 @@ "name": "@univerjs/preset-docs-collaboration", "version": "0.21.1", "private": false, - "description": "", + "description": "Preset for real-time collaboration in Univer Docs.", "author": "DreamNum Co., Ltd. ", "license": "Apache-2.0", "funding": { @@ -19,7 +19,9 @@ }, "keywords": [ "univer", - "univer-preset" + "univer-preset", + "docs", + "collaboration" ], "sideEffects": [ "*.css" @@ -80,6 +82,6 @@ "react": "18.3.1", "react-dom": "18.3.1", "rxjs": "7.8.2", - "typescript": "^5.9.3" + "typescript": "^6.0.3" } } diff --git a/packages/preset-docs-collaboration/tsconfig.json b/packages/preset-docs-collaboration/tsconfig.json index d4f9172..7ade7bf 100644 --- a/packages/preset-docs-collaboration/tsconfig.json +++ b/packages/preset-docs-collaboration/tsconfig.json @@ -4,5 +4,5 @@ "rootDir": "src", "outDir": "lib/types" }, - "include": ["src"] + "include": ["src", "../../common/shared/types/global.d.ts"] } diff --git a/packages/preset-docs-core/README.md b/packages/preset-docs-core/README.md new file mode 100644 index 0000000..918ce61 --- /dev/null +++ b/packages/preset-docs-core/README.md @@ -0,0 +1,38 @@ +# @univerjs/preset-docs-core + +[![npm version](https://img.shields.io/npm/v/@univerjs/preset-docs-core?style=flat-square)](https://npmjs.com/package/@univerjs/preset-docs-core) +[![license](https://img.shields.io/npm/l/@univerjs/preset-docs-core?style=flat-square)](https://npmjs.com/package/@univerjs/preset-docs-core) +[![downloads](https://img.shields.io/npm/dm/@univerjs/preset-docs-core?style=flat-square)](https://npmjs.com/package/@univerjs/preset-docs-core) + +`@univerjs/preset-docs-core` provides a preset for core Univer Docs editing and UI features. + +## Package Overview + +| Package | UMD global | CSS | Locales | Facade entry | +| ---------------------------- | ---------------------- | :-: | :-----: | :----------: | +| `@univerjs/preset-docs-core` | `UniverDocsCorePreset` | Yes | Yes | Yes | + +## Installation + +```sh +pnpm add @univerjs/preset-docs-core +# or +npm install @univerjs/preset-docs-core +``` + +Keep all `@univerjs/*` packages on the same version. + +## Usage + +```ts +import { UniverDocsCorePreset } from '@univerjs/preset-docs-core'; + +// Use with createUniver: +// createUniver({ presets: [UniverDocsCorePreset()] }); +``` + +## Resources + +- [Documentation](https://docs.univer.ai) +- [NPM package](https://npmjs.com/package/@univerjs/preset-docs-core) +- [GitHub repository](https://github.com/dream-num/univer) diff --git a/packages/preset-docs-core/package.json b/packages/preset-docs-core/package.json index a4139d0..8a20e89 100644 --- a/packages/preset-docs-core/package.json +++ b/packages/preset-docs-core/package.json @@ -2,7 +2,7 @@ "name": "@univerjs/preset-docs-core", "version": "0.21.1", "private": false, - "description": "", + "description": "Preset for core Univer Docs editing and UI features.", "author": "DreamNum Co., Ltd. ", "license": "Apache-2.0", "funding": { @@ -19,7 +19,9 @@ }, "keywords": [ "univer", - "univer-preset" + "univer-preset", + "docs", + "core" ], "sideEffects": [ "*.css" @@ -84,6 +86,6 @@ "react": "18.3.1", "react-dom": "18.3.1", "rxjs": "7.8.2", - "typescript": "^5.9.3" + "typescript": "^6.0.3" } } diff --git a/packages/preset-docs-core/tsconfig.json b/packages/preset-docs-core/tsconfig.json index d4f9172..7ade7bf 100644 --- a/packages/preset-docs-core/tsconfig.json +++ b/packages/preset-docs-core/tsconfig.json @@ -4,5 +4,5 @@ "rootDir": "src", "outDir": "lib/types" }, - "include": ["src"] + "include": ["src", "../../common/shared/types/global.d.ts"] } diff --git a/packages/preset-docs-drawing/README.md b/packages/preset-docs-drawing/README.md new file mode 100644 index 0000000..a0fa91a --- /dev/null +++ b/packages/preset-docs-drawing/README.md @@ -0,0 +1,38 @@ +# @univerjs/preset-docs-drawing + +[![npm version](https://img.shields.io/npm/v/@univerjs/preset-docs-drawing?style=flat-square)](https://npmjs.com/package/@univerjs/preset-docs-drawing) +[![license](https://img.shields.io/npm/l/@univerjs/preset-docs-drawing?style=flat-square)](https://npmjs.com/package/@univerjs/preset-docs-drawing) +[![downloads](https://img.shields.io/npm/dm/@univerjs/preset-docs-drawing?style=flat-square)](https://npmjs.com/package/@univerjs/preset-docs-drawing) + +`@univerjs/preset-docs-drawing` provides a preset for drawing capabilities in Univer Docs. + +## Package Overview + +| Package | UMD global | CSS | Locales | Facade entry | +| ------------------------------- | ------------------------- | :-: | :-----: | :----------: | +| `@univerjs/preset-docs-drawing` | `UniverDocsDrawingPreset` | Yes | Yes | No | + +## Installation + +```sh +pnpm add @univerjs/preset-docs-drawing +# or +npm install @univerjs/preset-docs-drawing +``` + +Keep all `@univerjs/*` packages on the same version. + +## Usage + +```ts +import { UniverDocsDrawingPreset } from '@univerjs/preset-docs-drawing'; + +// Use with createUniver: +// createUniver({ presets: [UniverDocsDrawingPreset()] }); +``` + +## Resources + +- [Documentation](https://docs.univer.ai) +- [NPM package](https://npmjs.com/package/@univerjs/preset-docs-drawing) +- [GitHub repository](https://github.com/dream-num/univer) diff --git a/packages/preset-docs-drawing/package.json b/packages/preset-docs-drawing/package.json index 961dbb3..1bf019c 100644 --- a/packages/preset-docs-drawing/package.json +++ b/packages/preset-docs-drawing/package.json @@ -2,7 +2,7 @@ "name": "@univerjs/preset-docs-drawing", "version": "0.21.1", "private": false, - "description": "", + "description": "Preset for drawing capabilities in Univer Docs.", "author": "DreamNum Co., Ltd. ", "license": "Apache-2.0", "funding": { @@ -19,7 +19,9 @@ }, "keywords": [ "univer", - "univer-preset" + "univer-preset", + "docs", + "drawing" ], "sideEffects": [ "*.css" @@ -81,6 +83,6 @@ "react": "18.3.1", "react-dom": "18.3.1", "rxjs": "7.8.2", - "typescript": "^5.9.3" + "typescript": "^6.0.3" } } diff --git a/packages/preset-docs-drawing/tsconfig.json b/packages/preset-docs-drawing/tsconfig.json index d4f9172..7ade7bf 100644 --- a/packages/preset-docs-drawing/tsconfig.json +++ b/packages/preset-docs-drawing/tsconfig.json @@ -4,5 +4,5 @@ "rootDir": "src", "outDir": "lib/types" }, - "include": ["src"] + "include": ["src", "../../common/shared/types/global.d.ts"] } diff --git a/packages/preset-docs-hyper-link/README.md b/packages/preset-docs-hyper-link/README.md new file mode 100644 index 0000000..6634fa4 --- /dev/null +++ b/packages/preset-docs-hyper-link/README.md @@ -0,0 +1,38 @@ +# @univerjs/preset-docs-hyper-link + +[![npm version](https://img.shields.io/npm/v/@univerjs/preset-docs-hyper-link?style=flat-square)](https://npmjs.com/package/@univerjs/preset-docs-hyper-link) +[![license](https://img.shields.io/npm/l/@univerjs/preset-docs-hyper-link?style=flat-square)](https://npmjs.com/package/@univerjs/preset-docs-hyper-link) +[![downloads](https://img.shields.io/npm/dm/@univerjs/preset-docs-hyper-link?style=flat-square)](https://npmjs.com/package/@univerjs/preset-docs-hyper-link) + +`@univerjs/preset-docs-hyper-link` provides a preset for hyperlink support in Univer Docs. + +## Package Overview + +| Package | UMD global | CSS | Locales | Facade entry | +| ---------------------------------- | --------------------------- | :-: | :-----: | :----------: | +| `@univerjs/preset-docs-hyper-link` | `UniverDocsHyperLinkPreset` | Yes | Yes | No | + +## Installation + +```sh +pnpm add @univerjs/preset-docs-hyper-link +# or +npm install @univerjs/preset-docs-hyper-link +``` + +Keep all `@univerjs/*` packages on the same version. + +## Usage + +```ts +import { UniverDocsHyperLinkPreset } from '@univerjs/preset-docs-hyper-link'; + +// Use with createUniver: +// createUniver({ presets: [UniverDocsHyperLinkPreset()] }); +``` + +## Resources + +- [Documentation](https://docs.univer.ai) +- [NPM package](https://npmjs.com/package/@univerjs/preset-docs-hyper-link) +- [GitHub repository](https://github.com/dream-num/univer) diff --git a/packages/preset-docs-hyper-link/package.json b/packages/preset-docs-hyper-link/package.json index 342dd5d..92941a0 100644 --- a/packages/preset-docs-hyper-link/package.json +++ b/packages/preset-docs-hyper-link/package.json @@ -2,7 +2,7 @@ "name": "@univerjs/preset-docs-hyper-link", "version": "0.21.1", "private": false, - "description": "", + "description": "Preset for hyperlink support in Univer Docs.", "author": "DreamNum Co., Ltd. ", "license": "Apache-2.0", "funding": { @@ -19,7 +19,9 @@ }, "keywords": [ "univer", - "univer-preset" + "univer-preset", + "docs", + "hyperlink" ], "sideEffects": [ "*.css" @@ -79,6 +81,6 @@ "react": "18.3.1", "react-dom": "18.3.1", "rxjs": "7.8.2", - "typescript": "^5.9.3" + "typescript": "^6.0.3" } } diff --git a/packages/preset-docs-hyper-link/tsconfig.json b/packages/preset-docs-hyper-link/tsconfig.json index d4f9172..7ade7bf 100644 --- a/packages/preset-docs-hyper-link/tsconfig.json +++ b/packages/preset-docs-hyper-link/tsconfig.json @@ -4,5 +4,5 @@ "rootDir": "src", "outDir": "lib/types" }, - "include": ["src"] + "include": ["src", "../../common/shared/types/global.d.ts"] } diff --git a/packages/preset-docs-node-core/README.md b/packages/preset-docs-node-core/README.md new file mode 100644 index 0000000..7f15d56 --- /dev/null +++ b/packages/preset-docs-node-core/README.md @@ -0,0 +1,38 @@ +# @univerjs/preset-docs-node-core + +[![npm version](https://img.shields.io/npm/v/@univerjs/preset-docs-node-core?style=flat-square)](https://npmjs.com/package/@univerjs/preset-docs-node-core) +[![license](https://img.shields.io/npm/l/@univerjs/preset-docs-node-core?style=flat-square)](https://npmjs.com/package/@univerjs/preset-docs-node-core) +[![downloads](https://img.shields.io/npm/dm/@univerjs/preset-docs-node-core?style=flat-square)](https://npmjs.com/package/@univerjs/preset-docs-node-core) + +`@univerjs/preset-docs-node-core` provides a preset for running Univer Docs on Node.js with core features. + +## Package Overview + +| Package | UMD global | CSS | Locales | Facade entry | +| --------------------------------- | -------------------------- | :-: | :-----: | :----------: | +| `@univerjs/preset-docs-node-core` | `UniverDocsNodeCorePreset` | No | Yes | Yes | + +## Installation + +```sh +pnpm add @univerjs/preset-docs-node-core +# or +npm install @univerjs/preset-docs-node-core +``` + +Keep all `@univerjs/*` packages on the same version. + +## Usage + +```ts +import { UniverDocsNodeCorePreset } from '@univerjs/preset-docs-node-core'; + +// Use with createUniver: +// createUniver({ presets: [UniverDocsNodeCorePreset()] }); +``` + +## Resources + +- [Documentation](https://docs.univer.ai) +- [NPM package](https://npmjs.com/package/@univerjs/preset-docs-node-core) +- [GitHub repository](https://github.com/dream-num/univer) diff --git a/packages/preset-docs-node-core/package.json b/packages/preset-docs-node-core/package.json index 0bd97f6..80a3cfd 100644 --- a/packages/preset-docs-node-core/package.json +++ b/packages/preset-docs-node-core/package.json @@ -2,7 +2,7 @@ "name": "@univerjs/preset-docs-node-core", "version": "0.21.1", "private": false, - "description": "", + "description": "Preset for running Univer Docs on Node.js with core features.", "author": "DreamNum Co., Ltd. ", "license": "Apache-2.0", "funding": { @@ -19,7 +19,10 @@ }, "keywords": [ "univer", - "univer-preset" + "univer-preset", + "docs", + "node", + "core" ], "sideEffects": [ "*.css" @@ -81,6 +84,6 @@ "@univerjs-infra/shared": "workspace:*", "@univerjs/core": "0.21.1", "rxjs": "7.8.2", - "typescript": "^5.9.3" + "typescript": "^6.0.3" } } diff --git a/packages/preset-docs-node-core/tsconfig.json b/packages/preset-docs-node-core/tsconfig.json index d4f9172..7ade7bf 100644 --- a/packages/preset-docs-node-core/tsconfig.json +++ b/packages/preset-docs-node-core/tsconfig.json @@ -4,5 +4,5 @@ "rootDir": "src", "outDir": "lib/types" }, - "include": ["src"] + "include": ["src", "../../common/shared/types/global.d.ts"] } diff --git a/packages/preset-docs-thread-comment/README.md b/packages/preset-docs-thread-comment/README.md new file mode 100644 index 0000000..ce8f80a --- /dev/null +++ b/packages/preset-docs-thread-comment/README.md @@ -0,0 +1,38 @@ +# @univerjs/preset-docs-thread-comment + +[![npm version](https://img.shields.io/npm/v/@univerjs/preset-docs-thread-comment?style=flat-square)](https://npmjs.com/package/@univerjs/preset-docs-thread-comment) +[![license](https://img.shields.io/npm/l/@univerjs/preset-docs-thread-comment?style=flat-square)](https://npmjs.com/package/@univerjs/preset-docs-thread-comment) +[![downloads](https://img.shields.io/npm/dm/@univerjs/preset-docs-thread-comment?style=flat-square)](https://npmjs.com/package/@univerjs/preset-docs-thread-comment) + +`@univerjs/preset-docs-thread-comment` provides a preset for thread comments in Univer Docs. + +## Package Overview + +| Package | UMD global | CSS | Locales | Facade entry | +| -------------------------------------- | ------------------------------- | :-: | :-----: | :----------: | +| `@univerjs/preset-docs-thread-comment` | `UniverDocsThreadCommentPreset` | Yes | Yes | No | + +## Installation + +```sh +pnpm add @univerjs/preset-docs-thread-comment +# or +npm install @univerjs/preset-docs-thread-comment +``` + +Keep all `@univerjs/*` packages on the same version. + +## Usage + +```ts +import { UniverDocsThreadCommentPreset } from '@univerjs/preset-docs-thread-comment'; + +// Use with createUniver: +// createUniver({ presets: [UniverDocsThreadCommentPreset()] }); +``` + +## Resources + +- [Documentation](https://docs.univer.ai) +- [NPM package](https://npmjs.com/package/@univerjs/preset-docs-thread-comment) +- [GitHub repository](https://github.com/dream-num/univer) diff --git a/packages/preset-docs-thread-comment/package.json b/packages/preset-docs-thread-comment/package.json index 3b39e4a..a271d86 100644 --- a/packages/preset-docs-thread-comment/package.json +++ b/packages/preset-docs-thread-comment/package.json @@ -2,7 +2,7 @@ "name": "@univerjs/preset-docs-thread-comment", "version": "0.21.1", "private": false, - "description": "", + "description": "Preset for thread comments in Univer Docs.", "author": "DreamNum Co., Ltd. ", "license": "Apache-2.0", "funding": { @@ -19,7 +19,9 @@ }, "keywords": [ "univer", - "univer-preset" + "univer-preset", + "docs", + "thread-comment" ], "sideEffects": [ "*.css" @@ -80,6 +82,6 @@ "react": "18.3.1", "react-dom": "18.3.1", "rxjs": "7.8.2", - "typescript": "^5.9.3" + "typescript": "^6.0.3" } } diff --git a/packages/preset-docs-thread-comment/tsconfig.json b/packages/preset-docs-thread-comment/tsconfig.json index d4f9172..7ade7bf 100644 --- a/packages/preset-docs-thread-comment/tsconfig.json +++ b/packages/preset-docs-thread-comment/tsconfig.json @@ -4,5 +4,5 @@ "rootDir": "src", "outDir": "lib/types" }, - "include": ["src"] + "include": ["src", "../../common/shared/types/global.d.ts"] } diff --git a/packages/preset-sheets-advanced/README.md b/packages/preset-sheets-advanced/README.md new file mode 100644 index 0000000..9e860ce --- /dev/null +++ b/packages/preset-sheets-advanced/README.md @@ -0,0 +1,38 @@ +# @univerjs/preset-sheets-advanced + +[![npm version](https://img.shields.io/npm/v/@univerjs/preset-sheets-advanced?style=flat-square)](https://npmjs.com/package/@univerjs/preset-sheets-advanced) +[![license](https://img.shields.io/npm/l/@univerjs/preset-sheets-advanced?style=flat-square)](https://npmjs.com/package/@univerjs/preset-sheets-advanced) +[![downloads](https://img.shields.io/npm/dm/@univerjs/preset-sheets-advanced?style=flat-square)](https://npmjs.com/package/@univerjs/preset-sheets-advanced) + +`@univerjs/preset-sheets-advanced` provides a preset for advanced Univer Sheets with charts, pivot tables, and print capabilities. + +## Package Overview + +| Package | UMD global | CSS | Locales | Facade entry | +| ---------------------------------- | ---------------------------- | :-: | :-----: | :----------: | +| `@univerjs/preset-sheets-advanced` | `UniverSheetsAdvancedPreset` | Yes | Yes | Yes | + +## Installation + +```sh +pnpm add @univerjs/preset-sheets-advanced +# or +npm install @univerjs/preset-sheets-advanced +``` + +Keep all `@univerjs/*` and `@univerjs-pro/*` packages on the same version. + +## Usage + +```ts +import { UniverSheetsAdvancedPreset } from '@univerjs/preset-sheets-advanced'; + +// Use with createUniver: +// createUniver({ presets: [UniverSheetsAdvancedPreset()] }); +``` + +## Resources + +- [Documentation](https://docs.univer.ai) +- [NPM package](https://npmjs.com/package/@univerjs/preset-sheets-advanced) +- [GitHub repository](https://github.com/dream-num/univer) diff --git a/packages/preset-sheets-advanced/package.json b/packages/preset-sheets-advanced/package.json index 354f4d0..4496c05 100644 --- a/packages/preset-sheets-advanced/package.json +++ b/packages/preset-sheets-advanced/package.json @@ -2,7 +2,7 @@ "name": "@univerjs/preset-sheets-advanced", "version": "0.21.1", "private": false, - "description": "", + "description": "Preset for advanced Univer Sheets with charts, pivot tables, and print capabilities.", "author": "DreamNum Co., Ltd. ", "license": "Apache-2.0", "funding": { @@ -19,7 +19,10 @@ }, "keywords": [ "univer", - "univer-preset" + "univer-preset", + "sheets", + "advanced", + "chart" ], "sideEffects": [ "*.css" @@ -102,6 +105,6 @@ "react": "18.3.1", "react-dom": "18.3.1", "rxjs": "7.8.2", - "typescript": "^5.9.3" + "typescript": "^6.0.3" } } diff --git a/packages/preset-sheets-advanced/tsconfig.json b/packages/preset-sheets-advanced/tsconfig.json index d4f9172..7ade7bf 100644 --- a/packages/preset-sheets-advanced/tsconfig.json +++ b/packages/preset-sheets-advanced/tsconfig.json @@ -4,5 +4,5 @@ "rootDir": "src", "outDir": "lib/types" }, - "include": ["src"] + "include": ["src", "../../common/shared/types/global.d.ts"] } diff --git a/packages/preset-sheets-collaboration/README.md b/packages/preset-sheets-collaboration/README.md new file mode 100644 index 0000000..5abd319 --- /dev/null +++ b/packages/preset-sheets-collaboration/README.md @@ -0,0 +1,38 @@ +# @univerjs/preset-sheets-collaboration + +[![npm version](https://img.shields.io/npm/v/@univerjs/preset-sheets-collaboration?style=flat-square)](https://npmjs.com/package/@univerjs/preset-sheets-collaboration) +[![license](https://img.shields.io/npm/l/@univerjs/preset-sheets-collaboration?style=flat-square)](https://npmjs.com/package/@univerjs/preset-sheets-collaboration) +[![downloads](https://img.shields.io/npm/dm/@univerjs/preset-sheets-collaboration?style=flat-square)](https://npmjs.com/package/@univerjs/preset-sheets-collaboration) + +`@univerjs/preset-sheets-collaboration` provides a preset for real-time collaboration and edit history in Univer Sheets. + +## Package Overview + +| Package | UMD global | CSS | Locales | Facade entry | +| --------------------------------------- | --------------------------------- | :-: | :-----: | :----------: | +| `@univerjs/preset-sheets-collaboration` | `UniverSheetsCollaborationPreset` | Yes | Yes | Yes | + +## Installation + +```sh +pnpm add @univerjs/preset-sheets-collaboration +# or +npm install @univerjs/preset-sheets-collaboration +``` + +Keep all `@univerjs/*` and `@univerjs-pro/*` packages on the same version. + +## Usage + +```ts +import { UniverSheetsCollaborationPreset } from '@univerjs/preset-sheets-collaboration'; + +// Use with createUniver: +// createUniver({ presets: [UniverSheetsCollaborationPreset()] }); +``` + +## Resources + +- [Documentation](https://docs.univer.ai) +- [NPM package](https://npmjs.com/package/@univerjs/preset-sheets-collaboration) +- [GitHub repository](https://github.com/dream-num/univer) diff --git a/packages/preset-sheets-collaboration/package.json b/packages/preset-sheets-collaboration/package.json index fa7364c..2060b16 100644 --- a/packages/preset-sheets-collaboration/package.json +++ b/packages/preset-sheets-collaboration/package.json @@ -2,7 +2,7 @@ "name": "@univerjs/preset-sheets-collaboration", "version": "0.21.1", "private": false, - "description": "", + "description": "Preset for real-time collaboration and edit history in Univer Sheets.", "author": "DreamNum Co., Ltd. ", "license": "Apache-2.0", "funding": { @@ -19,7 +19,9 @@ }, "keywords": [ "univer", - "univer-preset" + "univer-preset", + "sheets", + "collaboration" ], "sideEffects": [ "*.css" @@ -84,6 +86,6 @@ "react": "18.3.1", "react-dom": "18.3.1", "rxjs": "7.8.2", - "typescript": "^5.9.3" + "typescript": "^6.0.3" } } diff --git a/packages/preset-sheets-collaboration/tsconfig.json b/packages/preset-sheets-collaboration/tsconfig.json index d4f9172..7ade7bf 100644 --- a/packages/preset-sheets-collaboration/tsconfig.json +++ b/packages/preset-sheets-collaboration/tsconfig.json @@ -4,5 +4,5 @@ "rootDir": "src", "outDir": "lib/types" }, - "include": ["src"] + "include": ["src", "../../common/shared/types/global.d.ts"] } diff --git a/packages/preset-sheets-conditional-formatting/README.md b/packages/preset-sheets-conditional-formatting/README.md new file mode 100644 index 0000000..97a36b0 --- /dev/null +++ b/packages/preset-sheets-conditional-formatting/README.md @@ -0,0 +1,38 @@ +# @univerjs/preset-sheets-conditional-formatting + +[![npm version](https://img.shields.io/npm/v/@univerjs/preset-sheets-conditional-formatting?style=flat-square)](https://npmjs.com/package/@univerjs/preset-sheets-conditional-formatting) +[![license](https://img.shields.io/npm/l/@univerjs/preset-sheets-conditional-formatting?style=flat-square)](https://npmjs.com/package/@univerjs/preset-sheets-conditional-formatting) +[![downloads](https://img.shields.io/npm/dm/@univerjs/preset-sheets-conditional-formatting?style=flat-square)](https://npmjs.com/package/@univerjs/preset-sheets-conditional-formatting) + +`@univerjs/preset-sheets-conditional-formatting` provides a preset for conditional formatting in Univer Sheets. + +## Package Overview + +| Package | UMD global | CSS | Locales | Facade entry | +| ------------------------------------------------ | ----------------------------------------- | :-: | :-----: | :----------: | +| `@univerjs/preset-sheets-conditional-formatting` | `UniverSheetsConditionalFormattingPreset` | Yes | Yes | Yes | + +## Installation + +```sh +pnpm add @univerjs/preset-sheets-conditional-formatting +# or +npm install @univerjs/preset-sheets-conditional-formatting +``` + +Keep all `@univerjs/*` packages on the same version. + +## Usage + +```ts +import { UniverSheetsConditionalFormattingPreset } from '@univerjs/preset-sheets-conditional-formatting'; + +// Use with createUniver: +// createUniver({ presets: [UniverSheetsConditionalFormattingPreset()] }); +``` + +## Resources + +- [Documentation](https://docs.univer.ai) +- [NPM package](https://npmjs.com/package/@univerjs/preset-sheets-conditional-formatting) +- [GitHub repository](https://github.com/dream-num/univer) diff --git a/packages/preset-sheets-conditional-formatting/package.json b/packages/preset-sheets-conditional-formatting/package.json index 23c03cb..4f67497 100644 --- a/packages/preset-sheets-conditional-formatting/package.json +++ b/packages/preset-sheets-conditional-formatting/package.json @@ -2,7 +2,7 @@ "name": "@univerjs/preset-sheets-conditional-formatting", "version": "0.21.1", "private": false, - "description": "", + "description": "Preset for conditional formatting in Univer Sheets.", "author": "DreamNum Co., Ltd. ", "license": "Apache-2.0", "funding": { @@ -19,7 +19,9 @@ }, "keywords": [ "univer", - "univer-preset" + "univer-preset", + "sheets", + "conditional-formatting" ], "sideEffects": [ "*.css" @@ -79,6 +81,6 @@ "react": "18.3.1", "react-dom": "18.3.1", "rxjs": "7.8.2", - "typescript": "^5.9.3" + "typescript": "^6.0.3" } } diff --git a/packages/preset-sheets-conditional-formatting/tsconfig.json b/packages/preset-sheets-conditional-formatting/tsconfig.json index d4f9172..7ade7bf 100644 --- a/packages/preset-sheets-conditional-formatting/tsconfig.json +++ b/packages/preset-sheets-conditional-formatting/tsconfig.json @@ -4,5 +4,5 @@ "rootDir": "src", "outDir": "lib/types" }, - "include": ["src"] + "include": ["src", "../../common/shared/types/global.d.ts"] } diff --git a/packages/preset-sheets-core/README.md b/packages/preset-sheets-core/README.md new file mode 100644 index 0000000..0e441b9 --- /dev/null +++ b/packages/preset-sheets-core/README.md @@ -0,0 +1,38 @@ +# @univerjs/preset-sheets-core + +[![npm version](https://img.shields.io/npm/v/@univerjs/preset-sheets-core?style=flat-square)](https://npmjs.com/package/@univerjs/preset-sheets-core) +[![license](https://img.shields.io/npm/l/@univerjs/preset-sheets-core?style=flat-square)](https://npmjs.com/package/@univerjs/preset-sheets-core) +[![downloads](https://img.shields.io/npm/dm/@univerjs/preset-sheets-core?style=flat-square)](https://npmjs.com/package/@univerjs/preset-sheets-core) + +`@univerjs/preset-sheets-core` provides a preset for core Univer Sheets spreadsheet features. + +## Package Overview + +| Package | UMD global | CSS | Locales | Facade entry | +| ------------------------------ | ------------------------ | :-: | :-----: | :----------: | +| `@univerjs/preset-sheets-core` | `UniverSheetsCorePreset` | Yes | Yes | Yes | + +## Installation + +```sh +pnpm add @univerjs/preset-sheets-core +# or +npm install @univerjs/preset-sheets-core +``` + +Keep all `@univerjs/*` packages on the same version. + +## Usage + +```ts +import { UniverSheetsCorePreset } from '@univerjs/preset-sheets-core'; + +// Use with createUniver: +// createUniver({ presets: [UniverSheetsCorePreset()] }); +``` + +## Resources + +- [Documentation](https://docs.univer.ai) +- [NPM package](https://npmjs.com/package/@univerjs/preset-sheets-core) +- [GitHub repository](https://github.com/dream-num/univer) diff --git a/packages/preset-sheets-core/package.json b/packages/preset-sheets-core/package.json index 2c547c3..a6342de 100644 --- a/packages/preset-sheets-core/package.json +++ b/packages/preset-sheets-core/package.json @@ -2,7 +2,7 @@ "name": "@univerjs/preset-sheets-core", "version": "0.21.1", "private": false, - "description": "", + "description": "Preset for core Univer Sheets spreadsheet features.", "author": "DreamNum Co., Ltd. ", "license": "Apache-2.0", "funding": { @@ -19,7 +19,9 @@ }, "keywords": [ "univer", - "univer-preset" + "univer-preset", + "sheets", + "core" ], "sideEffects": [ "*.css" @@ -97,6 +99,6 @@ "react": "18.3.1", "react-dom": "18.3.1", "rxjs": "7.8.2", - "typescript": "^5.9.3" + "typescript": "^6.0.3" } } diff --git a/packages/preset-sheets-core/tsconfig.json b/packages/preset-sheets-core/tsconfig.json index d4f9172..7ade7bf 100644 --- a/packages/preset-sheets-core/tsconfig.json +++ b/packages/preset-sheets-core/tsconfig.json @@ -4,5 +4,5 @@ "rootDir": "src", "outDir": "lib/types" }, - "include": ["src"] + "include": ["src", "../../common/shared/types/global.d.ts"] } diff --git a/packages/preset-sheets-data-validation/README.md b/packages/preset-sheets-data-validation/README.md new file mode 100644 index 0000000..f8dd8fc --- /dev/null +++ b/packages/preset-sheets-data-validation/README.md @@ -0,0 +1,38 @@ +# @univerjs/preset-sheets-data-validation + +[![npm version](https://img.shields.io/npm/v/@univerjs/preset-sheets-data-validation?style=flat-square)](https://npmjs.com/package/@univerjs/preset-sheets-data-validation) +[![license](https://img.shields.io/npm/l/@univerjs/preset-sheets-data-validation?style=flat-square)](https://npmjs.com/package/@univerjs/preset-sheets-data-validation) +[![downloads](https://img.shields.io/npm/dm/@univerjs/preset-sheets-data-validation?style=flat-square)](https://npmjs.com/package/@univerjs/preset-sheets-data-validation) + +`@univerjs/preset-sheets-data-validation` provides a preset for data validation in Univer Sheets. + +## Package Overview + +| Package | UMD global | CSS | Locales | Facade entry | +| ----------------------------------------- | ---------------------------------- | :-: | :-----: | :----------: | +| `@univerjs/preset-sheets-data-validation` | `UniverSheetsDataValidationPreset` | Yes | Yes | Yes | + +## Installation + +```sh +pnpm add @univerjs/preset-sheets-data-validation +# or +npm install @univerjs/preset-sheets-data-validation +``` + +Keep all `@univerjs/*` packages on the same version. + +## Usage + +```ts +import { UniverSheetsDataValidationPreset } from '@univerjs/preset-sheets-data-validation'; + +// Use with createUniver: +// createUniver({ presets: [UniverSheetsDataValidationPreset()] }); +``` + +## Resources + +- [Documentation](https://docs.univer.ai) +- [NPM package](https://npmjs.com/package/@univerjs/preset-sheets-data-validation) +- [GitHub repository](https://github.com/dream-num/univer) diff --git a/packages/preset-sheets-data-validation/package.json b/packages/preset-sheets-data-validation/package.json index ff3a359..5f59f6c 100644 --- a/packages/preset-sheets-data-validation/package.json +++ b/packages/preset-sheets-data-validation/package.json @@ -2,7 +2,7 @@ "name": "@univerjs/preset-sheets-data-validation", "version": "0.21.1", "private": false, - "description": "", + "description": "Preset for data validation in Univer Sheets.", "author": "DreamNum Co., Ltd. ", "license": "Apache-2.0", "funding": { @@ -19,7 +19,9 @@ }, "keywords": [ "univer", - "univer-preset" + "univer-preset", + "sheets", + "data-validation" ], "sideEffects": [ "*.css" @@ -80,6 +82,6 @@ "react": "18.3.1", "react-dom": "18.3.1", "rxjs": "7.8.2", - "typescript": "^5.9.3" + "typescript": "^6.0.3" } } diff --git a/packages/preset-sheets-data-validation/tsconfig.json b/packages/preset-sheets-data-validation/tsconfig.json index d4f9172..7ade7bf 100644 --- a/packages/preset-sheets-data-validation/tsconfig.json +++ b/packages/preset-sheets-data-validation/tsconfig.json @@ -4,5 +4,5 @@ "rootDir": "src", "outDir": "lib/types" }, - "include": ["src"] + "include": ["src", "../../common/shared/types/global.d.ts"] } diff --git a/packages/preset-sheets-drawing/README.md b/packages/preset-sheets-drawing/README.md new file mode 100644 index 0000000..e12fed9 --- /dev/null +++ b/packages/preset-sheets-drawing/README.md @@ -0,0 +1,38 @@ +# @univerjs/preset-sheets-drawing + +[![npm version](https://img.shields.io/npm/v/@univerjs/preset-sheets-drawing?style=flat-square)](https://npmjs.com/package/@univerjs/preset-sheets-drawing) +[![license](https://img.shields.io/npm/l/@univerjs/preset-sheets-drawing?style=flat-square)](https://npmjs.com/package/@univerjs/preset-sheets-drawing) +[![downloads](https://img.shields.io/npm/dm/@univerjs/preset-sheets-drawing?style=flat-square)](https://npmjs.com/package/@univerjs/preset-sheets-drawing) + +`@univerjs/preset-sheets-drawing` provides a preset for drawing capabilities in Univer Sheets. + +## Package Overview + +| Package | UMD global | CSS | Locales | Facade entry | +| --------------------------------- | --------------------------- | :-: | :-----: | :----------: | +| `@univerjs/preset-sheets-drawing` | `UniverSheetsDrawingPreset` | Yes | Yes | Yes | + +## Installation + +```sh +pnpm add @univerjs/preset-sheets-drawing +# or +npm install @univerjs/preset-sheets-drawing +``` + +Keep all `@univerjs/*` packages on the same version. + +## Usage + +```ts +import { UniverSheetsDrawingPreset } from '@univerjs/preset-sheets-drawing'; + +// Use with createUniver: +// createUniver({ presets: [UniverSheetsDrawingPreset()] }); +``` + +## Resources + +- [Documentation](https://docs.univer.ai) +- [NPM package](https://npmjs.com/package/@univerjs/preset-sheets-drawing) +- [GitHub repository](https://github.com/dream-num/univer) diff --git a/packages/preset-sheets-drawing/package.json b/packages/preset-sheets-drawing/package.json index 87f71bd..f41766d 100644 --- a/packages/preset-sheets-drawing/package.json +++ b/packages/preset-sheets-drawing/package.json @@ -2,7 +2,7 @@ "name": "@univerjs/preset-sheets-drawing", "version": "0.21.1", "private": false, - "description": "", + "description": "Preset for drawing capabilities in Univer Sheets.", "author": "DreamNum Co., Ltd. ", "license": "Apache-2.0", "funding": { @@ -19,7 +19,9 @@ }, "keywords": [ "univer", - "univer-preset" + "univer-preset", + "sheets", + "drawing" ], "sideEffects": [ "*.css" @@ -82,6 +84,6 @@ "react": "18.3.1", "react-dom": "18.3.1", "rxjs": "7.8.2", - "typescript": "^5.9.3" + "typescript": "^6.0.3" } } diff --git a/packages/preset-sheets-drawing/tsconfig.json b/packages/preset-sheets-drawing/tsconfig.json index d4f9172..7ade7bf 100644 --- a/packages/preset-sheets-drawing/tsconfig.json +++ b/packages/preset-sheets-drawing/tsconfig.json @@ -4,5 +4,5 @@ "rootDir": "src", "outDir": "lib/types" }, - "include": ["src"] + "include": ["src", "../../common/shared/types/global.d.ts"] } diff --git a/packages/preset-sheets-filter/README.md b/packages/preset-sheets-filter/README.md new file mode 100644 index 0000000..76ab233 --- /dev/null +++ b/packages/preset-sheets-filter/README.md @@ -0,0 +1,38 @@ +# @univerjs/preset-sheets-filter + +[![npm version](https://img.shields.io/npm/v/@univerjs/preset-sheets-filter?style=flat-square)](https://npmjs.com/package/@univerjs/preset-sheets-filter) +[![license](https://img.shields.io/npm/l/@univerjs/preset-sheets-filter?style=flat-square)](https://npmjs.com/package/@univerjs/preset-sheets-filter) +[![downloads](https://img.shields.io/npm/dm/@univerjs/preset-sheets-filter?style=flat-square)](https://npmjs.com/package/@univerjs/preset-sheets-filter) + +`@univerjs/preset-sheets-filter` provides a preset for filter functionality in Univer Sheets. + +## Package Overview + +| Package | UMD global | CSS | Locales | Facade entry | +| -------------------------------- | -------------------------- | :-: | :-----: | :----------: | +| `@univerjs/preset-sheets-filter` | `UniverSheetsFilterPreset` | Yes | Yes | Yes | + +## Installation + +```sh +pnpm add @univerjs/preset-sheets-filter +# or +npm install @univerjs/preset-sheets-filter +``` + +Keep all `@univerjs/*` packages on the same version. + +## Usage + +```ts +import { UniverSheetsFilterPreset } from '@univerjs/preset-sheets-filter'; + +// Use with createUniver: +// createUniver({ presets: [UniverSheetsFilterPreset()] }); +``` + +## Resources + +- [Documentation](https://docs.univer.ai) +- [NPM package](https://npmjs.com/package/@univerjs/preset-sheets-filter) +- [GitHub repository](https://github.com/dream-num/univer) diff --git a/packages/preset-sheets-filter/package.json b/packages/preset-sheets-filter/package.json index 2c072c7..e6ec500 100644 --- a/packages/preset-sheets-filter/package.json +++ b/packages/preset-sheets-filter/package.json @@ -2,7 +2,7 @@ "name": "@univerjs/preset-sheets-filter", "version": "0.21.1", "private": false, - "description": "", + "description": "Preset for filter functionality in Univer Sheets.", "author": "DreamNum Co., Ltd. ", "license": "Apache-2.0", "funding": { @@ -19,7 +19,9 @@ }, "keywords": [ "univer", - "univer-preset" + "univer-preset", + "sheets", + "filter" ], "sideEffects": [ "*.css" @@ -85,6 +87,6 @@ "react": "18.3.1", "react-dom": "18.3.1", "rxjs": "7.8.2", - "typescript": "^5.9.3" + "typescript": "^6.0.3" } } diff --git a/packages/preset-sheets-filter/tsconfig.json b/packages/preset-sheets-filter/tsconfig.json index d4f9172..7ade7bf 100644 --- a/packages/preset-sheets-filter/tsconfig.json +++ b/packages/preset-sheets-filter/tsconfig.json @@ -4,5 +4,5 @@ "rootDir": "src", "outDir": "lib/types" }, - "include": ["src"] + "include": ["src", "../../common/shared/types/global.d.ts"] } diff --git a/packages/preset-sheets-find-replace/README.md b/packages/preset-sheets-find-replace/README.md new file mode 100644 index 0000000..d84ed34 --- /dev/null +++ b/packages/preset-sheets-find-replace/README.md @@ -0,0 +1,38 @@ +# @univerjs/preset-sheets-find-replace + +[![npm version](https://img.shields.io/npm/v/@univerjs/preset-sheets-find-replace?style=flat-square)](https://npmjs.com/package/@univerjs/preset-sheets-find-replace) +[![license](https://img.shields.io/npm/l/@univerjs/preset-sheets-find-replace?style=flat-square)](https://npmjs.com/package/@univerjs/preset-sheets-find-replace) +[![downloads](https://img.shields.io/npm/dm/@univerjs/preset-sheets-find-replace?style=flat-square)](https://npmjs.com/package/@univerjs/preset-sheets-find-replace) + +`@univerjs/preset-sheets-find-replace` provides a preset for find and replace capabilities in Univer Sheets. + +## Package Overview + +| Package | UMD global | CSS | Locales | Facade entry | +| -------------------------------------- | ------------------------------- | :-: | :-----: | :----------: | +| `@univerjs/preset-sheets-find-replace` | `UniverSheetsFindReplacePreset` | Yes | Yes | Yes | + +## Installation + +```sh +pnpm add @univerjs/preset-sheets-find-replace +# or +npm install @univerjs/preset-sheets-find-replace +``` + +Keep all `@univerjs/*` packages on the same version. + +## Usage + +```ts +import { UniverSheetsFindReplacePreset } from '@univerjs/preset-sheets-find-replace'; + +// Use with createUniver: +// createUniver({ presets: [UniverSheetsFindReplacePreset()] }); +``` + +## Resources + +- [Documentation](https://docs.univer.ai) +- [NPM package](https://npmjs.com/package/@univerjs/preset-sheets-find-replace) +- [GitHub repository](https://github.com/dream-num/univer) diff --git a/packages/preset-sheets-find-replace/package.json b/packages/preset-sheets-find-replace/package.json index e2f281f..e37ce39 100644 --- a/packages/preset-sheets-find-replace/package.json +++ b/packages/preset-sheets-find-replace/package.json @@ -2,7 +2,7 @@ "name": "@univerjs/preset-sheets-find-replace", "version": "0.21.1", "private": false, - "description": "", + "description": "Preset for find and replace capabilities in Univer Sheets.", "author": "DreamNum Co., Ltd. ", "license": "Apache-2.0", "funding": { @@ -19,7 +19,9 @@ }, "keywords": [ "univer", - "univer-preset" + "univer-preset", + "sheets", + "find-replace" ], "sideEffects": [ "*.css" @@ -79,6 +81,6 @@ "react": "18.3.1", "react-dom": "18.3.1", "rxjs": "7.8.2", - "typescript": "^5.9.3" + "typescript": "^6.0.3" } } diff --git a/packages/preset-sheets-find-replace/tsconfig.json b/packages/preset-sheets-find-replace/tsconfig.json index d4f9172..7ade7bf 100644 --- a/packages/preset-sheets-find-replace/tsconfig.json +++ b/packages/preset-sheets-find-replace/tsconfig.json @@ -4,5 +4,5 @@ "rootDir": "src", "outDir": "lib/types" }, - "include": ["src"] + "include": ["src", "../../common/shared/types/global.d.ts"] } diff --git a/packages/preset-sheets-hyper-link/README.md b/packages/preset-sheets-hyper-link/README.md new file mode 100644 index 0000000..3aa65e9 --- /dev/null +++ b/packages/preset-sheets-hyper-link/README.md @@ -0,0 +1,38 @@ +# @univerjs/preset-sheets-hyper-link + +[![npm version](https://img.shields.io/npm/v/@univerjs/preset-sheets-hyper-link?style=flat-square)](https://npmjs.com/package/@univerjs/preset-sheets-hyper-link) +[![license](https://img.shields.io/npm/l/@univerjs/preset-sheets-hyper-link?style=flat-square)](https://npmjs.com/package/@univerjs/preset-sheets-hyper-link) +[![downloads](https://img.shields.io/npm/dm/@univerjs/preset-sheets-hyper-link?style=flat-square)](https://npmjs.com/package/@univerjs/preset-sheets-hyper-link) + +`@univerjs/preset-sheets-hyper-link` provides a preset for hyperlink support in Univer Sheets. + +## Package Overview + +| Package | UMD global | CSS | Locales | Facade entry | +| ------------------------------------ | ----------------------------- | :-: | :-----: | :----------: | +| `@univerjs/preset-sheets-hyper-link` | `UniverSheetsHyperLinkPreset` | Yes | Yes | Yes | + +## Installation + +```sh +pnpm add @univerjs/preset-sheets-hyper-link +# or +npm install @univerjs/preset-sheets-hyper-link +``` + +Keep all `@univerjs/*` packages on the same version. + +## Usage + +```ts +import { UniverSheetsHyperLinkPreset } from '@univerjs/preset-sheets-hyper-link'; + +// Use with createUniver: +// createUniver({ presets: [UniverSheetsHyperLinkPreset()] }); +``` + +## Resources + +- [Documentation](https://docs.univer.ai) +- [NPM package](https://npmjs.com/package/@univerjs/preset-sheets-hyper-link) +- [GitHub repository](https://github.com/dream-num/univer) diff --git a/packages/preset-sheets-hyper-link/package.json b/packages/preset-sheets-hyper-link/package.json index b5a0b81..1c2c513 100644 --- a/packages/preset-sheets-hyper-link/package.json +++ b/packages/preset-sheets-hyper-link/package.json @@ -2,7 +2,7 @@ "name": "@univerjs/preset-sheets-hyper-link", "version": "0.21.1", "private": false, - "description": "", + "description": "Preset for hyperlink support in Univer Sheets.", "author": "DreamNum Co., Ltd. ", "license": "Apache-2.0", "funding": { @@ -19,7 +19,9 @@ }, "keywords": [ "univer", - "univer-preset" + "univer-preset", + "sheets", + "hyperlink" ], "sideEffects": [ "*.css" @@ -79,6 +81,6 @@ "react": "18.3.1", "react-dom": "18.3.1", "rxjs": "7.8.2", - "typescript": "^5.9.3" + "typescript": "^6.0.3" } } diff --git a/packages/preset-sheets-hyper-link/tsconfig.json b/packages/preset-sheets-hyper-link/tsconfig.json index d4f9172..7ade7bf 100644 --- a/packages/preset-sheets-hyper-link/tsconfig.json +++ b/packages/preset-sheets-hyper-link/tsconfig.json @@ -4,5 +4,5 @@ "rootDir": "src", "outDir": "lib/types" }, - "include": ["src"] + "include": ["src", "../../common/shared/types/global.d.ts"] } diff --git a/packages/preset-sheets-node-core/README.md b/packages/preset-sheets-node-core/README.md new file mode 100644 index 0000000..7a6c63b --- /dev/null +++ b/packages/preset-sheets-node-core/README.md @@ -0,0 +1,38 @@ +# @univerjs/preset-sheets-node-core + +[![npm version](https://img.shields.io/npm/v/@univerjs/preset-sheets-node-core?style=flat-square)](https://npmjs.com/package/@univerjs/preset-sheets-node-core) +[![license](https://img.shields.io/npm/l/@univerjs/preset-sheets-node-core?style=flat-square)](https://npmjs.com/package/@univerjs/preset-sheets-node-core) +[![downloads](https://img.shields.io/npm/dm/@univerjs/preset-sheets-node-core?style=flat-square)](https://npmjs.com/package/@univerjs/preset-sheets-node-core) + +`@univerjs/preset-sheets-node-core` provides a preset for running Univer Sheets on Node.js with core features. + +## Package Overview + +| Package | UMD global | CSS | Locales | Facade entry | +| ----------------------------------- | ---------------------------- | :-: | :-----: | :----------: | +| `@univerjs/preset-sheets-node-core` | `UniverSheetsNodeCorePreset` | No | Yes | Yes | + +## Installation + +```sh +pnpm add @univerjs/preset-sheets-node-core +# or +npm install @univerjs/preset-sheets-node-core +``` + +Keep all `@univerjs/*` packages on the same version. + +## Usage + +```ts +import { UniverSheetsNodeCorePreset } from '@univerjs/preset-sheets-node-core'; + +// Use with createUniver: +// createUniver({ presets: [UniverSheetsNodeCorePreset()] }); +``` + +## Resources + +- [Documentation](https://docs.univer.ai) +- [NPM package](https://npmjs.com/package/@univerjs/preset-sheets-node-core) +- [GitHub repository](https://github.com/dream-num/univer) diff --git a/packages/preset-sheets-node-core/package.json b/packages/preset-sheets-node-core/package.json index 253ca28..e55f847 100644 --- a/packages/preset-sheets-node-core/package.json +++ b/packages/preset-sheets-node-core/package.json @@ -2,7 +2,7 @@ "name": "@univerjs/preset-sheets-node-core", "version": "0.21.1", "private": false, - "description": "", + "description": "Preset for running Univer Sheets on Node.js with core features.", "author": "DreamNum Co., Ltd. ", "license": "Apache-2.0", "funding": { @@ -19,7 +19,10 @@ }, "keywords": [ "univer", - "univer-preset" + "univer-preset", + "sheets", + "node", + "core" ], "sideEffects": [ "*.css" @@ -93,6 +96,6 @@ "@univerjs-infra/shared": "workspace:*", "@univerjs/core": "0.21.1", "rxjs": "7.8.2", - "typescript": "^5.9.3" + "typescript": "^6.0.3" } } diff --git a/packages/preset-sheets-node-core/tsconfig.json b/packages/preset-sheets-node-core/tsconfig.json index d4f9172..7ade7bf 100644 --- a/packages/preset-sheets-node-core/tsconfig.json +++ b/packages/preset-sheets-node-core/tsconfig.json @@ -4,5 +4,5 @@ "rootDir": "src", "outDir": "lib/types" }, - "include": ["src"] + "include": ["src", "../../common/shared/types/global.d.ts"] } diff --git a/packages/preset-sheets-note/README.md b/packages/preset-sheets-note/README.md new file mode 100644 index 0000000..1f802a7 --- /dev/null +++ b/packages/preset-sheets-note/README.md @@ -0,0 +1,38 @@ +# @univerjs/preset-sheets-note + +[![npm version](https://img.shields.io/npm/v/@univerjs/preset-sheets-note?style=flat-square)](https://npmjs.com/package/@univerjs/preset-sheets-note) +[![license](https://img.shields.io/npm/l/@univerjs/preset-sheets-note?style=flat-square)](https://npmjs.com/package/@univerjs/preset-sheets-note) +[![downloads](https://img.shields.io/npm/dm/@univerjs/preset-sheets-note?style=flat-square)](https://npmjs.com/package/@univerjs/preset-sheets-note) + +`@univerjs/preset-sheets-note` provides a preset for notes in Univer Sheets. + +## Package Overview + +| Package | UMD global | CSS | Locales | Facade entry | +| ------------------------------ | ------------------------ | :-: | :-----: | :----------: | +| `@univerjs/preset-sheets-note` | `UniverSheetsNotePreset` | Yes | Yes | Yes | + +## Installation + +```sh +pnpm add @univerjs/preset-sheets-note +# or +npm install @univerjs/preset-sheets-note +``` + +Keep all `@univerjs/*` packages on the same version. + +## Usage + +```ts +import { UniverSheetsNotePreset } from '@univerjs/preset-sheets-note'; + +// Use with createUniver: +// createUniver({ presets: [UniverSheetsNotePreset()] }); +``` + +## Resources + +- [Documentation](https://docs.univer.ai) +- [NPM package](https://npmjs.com/package/@univerjs/preset-sheets-note) +- [GitHub repository](https://github.com/dream-num/univer) diff --git a/packages/preset-sheets-note/package.json b/packages/preset-sheets-note/package.json index 7f8e78b..a02d390 100644 --- a/packages/preset-sheets-note/package.json +++ b/packages/preset-sheets-note/package.json @@ -2,7 +2,7 @@ "name": "@univerjs/preset-sheets-note", "version": "0.21.1", "private": false, - "description": "", + "description": "Preset for notes in Univer Sheets.", "author": "DreamNum Co., Ltd. ", "license": "Apache-2.0", "funding": { @@ -19,7 +19,9 @@ }, "keywords": [ "univer", - "univer-preset" + "univer-preset", + "sheets", + "note" ], "sideEffects": [ "*.css" @@ -79,6 +81,6 @@ "react": "18.3.1", "react-dom": "18.3.1", "rxjs": "7.8.2", - "typescript": "^5.9.3" + "typescript": "^6.0.3" } } diff --git a/packages/preset-sheets-note/tsconfig.json b/packages/preset-sheets-note/tsconfig.json index d4f9172..7ade7bf 100644 --- a/packages/preset-sheets-note/tsconfig.json +++ b/packages/preset-sheets-note/tsconfig.json @@ -4,5 +4,5 @@ "rootDir": "src", "outDir": "lib/types" }, - "include": ["src"] + "include": ["src", "../../common/shared/types/global.d.ts"] } diff --git a/packages/preset-sheets-sort/README.md b/packages/preset-sheets-sort/README.md new file mode 100644 index 0000000..1074bb2 --- /dev/null +++ b/packages/preset-sheets-sort/README.md @@ -0,0 +1,38 @@ +# @univerjs/preset-sheets-sort + +[![npm version](https://img.shields.io/npm/v/@univerjs/preset-sheets-sort?style=flat-square)](https://npmjs.com/package/@univerjs/preset-sheets-sort) +[![license](https://img.shields.io/npm/l/@univerjs/preset-sheets-sort?style=flat-square)](https://npmjs.com/package/@univerjs/preset-sheets-sort) +[![downloads](https://img.shields.io/npm/dm/@univerjs/preset-sheets-sort?style=flat-square)](https://npmjs.com/package/@univerjs/preset-sheets-sort) + +`@univerjs/preset-sheets-sort` provides a preset for sort functionality in Univer Sheets. + +## Package Overview + +| Package | UMD global | CSS | Locales | Facade entry | +| ------------------------------ | ------------------------ | :-: | :-----: | :----------: | +| `@univerjs/preset-sheets-sort` | `UniverSheetsSortPreset` | Yes | Yes | Yes | + +## Installation + +```sh +pnpm add @univerjs/preset-sheets-sort +# or +npm install @univerjs/preset-sheets-sort +``` + +Keep all `@univerjs/*` packages on the same version. + +## Usage + +```ts +import { UniverSheetsSortPreset } from '@univerjs/preset-sheets-sort'; + +// Use with createUniver: +// createUniver({ presets: [UniverSheetsSortPreset()] }); +``` + +## Resources + +- [Documentation](https://docs.univer.ai) +- [NPM package](https://npmjs.com/package/@univerjs/preset-sheets-sort) +- [GitHub repository](https://github.com/dream-num/univer) diff --git a/packages/preset-sheets-sort/package.json b/packages/preset-sheets-sort/package.json index 04073d2..e40303a 100644 --- a/packages/preset-sheets-sort/package.json +++ b/packages/preset-sheets-sort/package.json @@ -2,7 +2,7 @@ "name": "@univerjs/preset-sheets-sort", "version": "0.21.1", "private": false, - "description": "", + "description": "Preset for sort functionality in Univer Sheets.", "author": "DreamNum Co., Ltd. ", "license": "Apache-2.0", "funding": { @@ -19,7 +19,9 @@ }, "keywords": [ "univer", - "univer-preset" + "univer-preset", + "sheets", + "sort" ], "sideEffects": [ "*.css" @@ -79,6 +81,6 @@ "react": "18.3.1", "react-dom": "18.3.1", "rxjs": "7.8.2", - "typescript": "^5.9.3" + "typescript": "^6.0.3" } } diff --git a/packages/preset-sheets-sort/tsconfig.json b/packages/preset-sheets-sort/tsconfig.json index d4f9172..7ade7bf 100644 --- a/packages/preset-sheets-sort/tsconfig.json +++ b/packages/preset-sheets-sort/tsconfig.json @@ -4,5 +4,5 @@ "rootDir": "src", "outDir": "lib/types" }, - "include": ["src"] + "include": ["src", "../../common/shared/types/global.d.ts"] } diff --git a/packages/preset-sheets-table/README.md b/packages/preset-sheets-table/README.md new file mode 100644 index 0000000..a186b8a --- /dev/null +++ b/packages/preset-sheets-table/README.md @@ -0,0 +1,38 @@ +# @univerjs/preset-sheets-table + +[![npm version](https://img.shields.io/npm/v/@univerjs/preset-sheets-table?style=flat-square)](https://npmjs.com/package/@univerjs/preset-sheets-table) +[![license](https://img.shields.io/npm/l/@univerjs/preset-sheets-table?style=flat-square)](https://npmjs.com/package/@univerjs/preset-sheets-table) +[![downloads](https://img.shields.io/npm/dm/@univerjs/preset-sheets-table?style=flat-square)](https://npmjs.com/package/@univerjs/preset-sheets-table) + +`@univerjs/preset-sheets-table` provides a preset for table features in Univer Sheets. + +## Package Overview + +| Package | UMD global | CSS | Locales | Facade entry | +| ------------------------------- | ------------------------- | :-: | :-----: | :----------: | +| `@univerjs/preset-sheets-table` | `UniverSheetsTablePreset` | Yes | Yes | Yes | + +## Installation + +```sh +pnpm add @univerjs/preset-sheets-table +# or +npm install @univerjs/preset-sheets-table +``` + +Keep all `@univerjs/*` packages on the same version. + +## Usage + +```ts +import { UniverSheetsTablePreset } from '@univerjs/preset-sheets-table'; + +// Use with createUniver: +// createUniver({ presets: [UniverSheetsTablePreset()] }); +``` + +## Resources + +- [Documentation](https://docs.univer.ai) +- [NPM package](https://npmjs.com/package/@univerjs/preset-sheets-table) +- [GitHub repository](https://github.com/dream-num/univer) diff --git a/packages/preset-sheets-table/package.json b/packages/preset-sheets-table/package.json index 3bb3ed2..9c3e180 100644 --- a/packages/preset-sheets-table/package.json +++ b/packages/preset-sheets-table/package.json @@ -2,7 +2,7 @@ "name": "@univerjs/preset-sheets-table", "version": "0.21.1", "private": false, - "description": "", + "description": "Preset for table features in Univer Sheets.", "author": "DreamNum Co., Ltd. ", "license": "Apache-2.0", "funding": { @@ -19,7 +19,9 @@ }, "keywords": [ "univer", - "univer-preset" + "univer-preset", + "sheets", + "table" ], "sideEffects": [ "*.css" @@ -79,6 +81,6 @@ "react": "18.3.1", "react-dom": "18.3.1", "rxjs": "7.8.2", - "typescript": "^5.9.3" + "typescript": "^6.0.3" } } diff --git a/packages/preset-sheets-table/tsconfig.json b/packages/preset-sheets-table/tsconfig.json index d4f9172..7ade7bf 100644 --- a/packages/preset-sheets-table/tsconfig.json +++ b/packages/preset-sheets-table/tsconfig.json @@ -4,5 +4,5 @@ "rootDir": "src", "outDir": "lib/types" }, - "include": ["src"] + "include": ["src", "../../common/shared/types/global.d.ts"] } diff --git a/packages/preset-sheets-thread-comment/README.md b/packages/preset-sheets-thread-comment/README.md new file mode 100644 index 0000000..53f035e --- /dev/null +++ b/packages/preset-sheets-thread-comment/README.md @@ -0,0 +1,38 @@ +# @univerjs/preset-sheets-thread-comment + +[![npm version](https://img.shields.io/npm/v/@univerjs/preset-sheets-thread-comment?style=flat-square)](https://npmjs.com/package/@univerjs/preset-sheets-thread-comment) +[![license](https://img.shields.io/npm/l/@univerjs/preset-sheets-thread-comment?style=flat-square)](https://npmjs.com/package/@univerjs/preset-sheets-thread-comment) +[![downloads](https://img.shields.io/npm/dm/@univerjs/preset-sheets-thread-comment?style=flat-square)](https://npmjs.com/package/@univerjs/preset-sheets-thread-comment) + +`@univerjs/preset-sheets-thread-comment` provides a preset for thread comments in Univer Sheets. + +## Package Overview + +| Package | UMD global | CSS | Locales | Facade entry | +| ---------------------------------------- | --------------------------------- | :-: | :-----: | :----------: | +| `@univerjs/preset-sheets-thread-comment` | `UniverSheetsThreadCommentPreset` | Yes | Yes | Yes | + +## Installation + +```sh +pnpm add @univerjs/preset-sheets-thread-comment +# or +npm install @univerjs/preset-sheets-thread-comment +``` + +Keep all `@univerjs/*` packages on the same version. + +## Usage + +```ts +import { UniverSheetsThreadCommentPreset } from '@univerjs/preset-sheets-thread-comment'; + +// Use with createUniver: +// createUniver({ presets: [UniverSheetsThreadCommentPreset()] }); +``` + +## Resources + +- [Documentation](https://docs.univer.ai) +- [NPM package](https://npmjs.com/package/@univerjs/preset-sheets-thread-comment) +- [GitHub repository](https://github.com/dream-num/univer) diff --git a/packages/preset-sheets-thread-comment/package.json b/packages/preset-sheets-thread-comment/package.json index ab34fee..8516a16 100644 --- a/packages/preset-sheets-thread-comment/package.json +++ b/packages/preset-sheets-thread-comment/package.json @@ -2,7 +2,7 @@ "name": "@univerjs/preset-sheets-thread-comment", "version": "0.21.1", "private": false, - "description": "", + "description": "Preset for thread comments in Univer Sheets.", "author": "DreamNum Co., Ltd. ", "license": "Apache-2.0", "funding": { @@ -19,7 +19,9 @@ }, "keywords": [ "univer", - "univer-preset" + "univer-preset", + "sheets", + "thread-comment" ], "sideEffects": [ "*.css" @@ -81,6 +83,6 @@ "react": "18.3.1", "react-dom": "18.3.1", "rxjs": "7.8.2", - "typescript": "^5.9.3" + "typescript": "^6.0.3" } } diff --git a/packages/preset-sheets-thread-comment/tsconfig.json b/packages/preset-sheets-thread-comment/tsconfig.json index d4f9172..7ade7bf 100644 --- a/packages/preset-sheets-thread-comment/tsconfig.json +++ b/packages/preset-sheets-thread-comment/tsconfig.json @@ -4,5 +4,5 @@ "rootDir": "src", "outDir": "lib/types" }, - "include": ["src"] + "include": ["src", "../../common/shared/types/global.d.ts"] } diff --git a/packages/presets/README.md b/packages/presets/README.md new file mode 100644 index 0000000..e8b579b --- /dev/null +++ b/packages/presets/README.md @@ -0,0 +1,39 @@ +# @univerjs/presets + +[![npm version](https://img.shields.io/npm/v/@univerjs/presets?style=flat-square)](https://npmjs.com/package/@univerjs/presets) +[![license](https://img.shields.io/npm/l/@univerjs/presets?style=flat-square)](https://npmjs.com/package/@univerjs/presets) +[![downloads](https://img.shields.io/npm/dm/@univerjs/presets?style=flat-square)](https://npmjs.com/package/@univerjs/presets) + +`@univerjs/presets` Build Univer apps faster and easier with pre-configured plugin collections. + +## Package Overview + +| Package | UMD global | CSS | Locales | Facade entry | +| ------------------- | -------------- | :-: | :-----: | :----------: | +| `@univerjs/presets` | `createUniver` | No | No | Yes | + +## Installation + +```sh +pnpm add @univerjs/presets +# or +npm install @univerjs/presets +``` + +Keep all `@univerjs/*` and `@univerjs-pro/*` packages on the same version. + +## Usage + +```ts +import { createUniver, UniverSheetsCorePreset } from '@univerjs/presets'; + +const { univer, univerAPI } = createUniver({ + presets: [UniverSheetsCorePreset()], +}); +``` + +## Resources + +- [Documentation](https://docs.univer.ai) +- [NPM package](https://npmjs.com/package/@univerjs/presets) +- [GitHub repository](https://github.com/dream-num/univer) diff --git a/packages/presets/package.json b/packages/presets/package.json index 1e896d0..5442631 100644 --- a/packages/presets/package.json +++ b/packages/presets/package.json @@ -2,7 +2,7 @@ "name": "@univerjs/presets", "version": "0.21.1", "private": false, - "description": "Build Univer apps faster and easier", + "description": "Build Univer apps faster and easier with pre-configured plugin collections.", "author": "DreamNum Co., Ltd. ", "license": "Apache-2.0", "funding": { @@ -19,7 +19,8 @@ }, "keywords": [ "univer", - "univer-preset" + "univer-preset", + "presets" ], "sideEffects": [ "*.css" @@ -353,6 +354,6 @@ "react": "18.3.1", "react-dom": "18.3.1", "rxjs": "7.8.2", - "typescript": "^5.9.3" + "typescript": "^6.0.3" } } diff --git a/packages/presets/tsconfig.json b/packages/presets/tsconfig.json index d4f9172..7ade7bf 100644 --- a/packages/presets/tsconfig.json +++ b/packages/presets/tsconfig.json @@ -4,5 +4,5 @@ "rootDir": "src", "outDir": "lib/types" }, - "include": ["src"] + "include": ["src", "../../common/shared/types/global.d.ts"] } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 74de1e6..93b7e60 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -10,7 +10,7 @@ importers: devDependencies: '@antfu/eslint-config': specifier: ^6.7.3 - version: 6.7.3(@vue/compiler-sfc@3.5.16)(eslint-plugin-format@1.2.0(eslint@9.39.2(jiti@2.6.1)))(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) + version: 6.7.3(@vue/compiler-sfc@3.5.16)(eslint-plugin-format@1.2.0(eslint@9.39.2(jiti@2.6.1)))(eslint@9.39.2(jiti@2.6.1))(typescript@6.0.3) '@release-it-plugins/workspaces': specifier: ^5.0.3 version: 5.0.3(release-it@19.2.4(@types/node@25.0.3)) @@ -33,11 +33,11 @@ importers: specifier: ^1.2.0 version: 1.2.0(eslint@9.39.2(jiti@2.6.1)) fs-extra: - specifier: ^11.3.4 - version: 11.3.4 + specifier: ^11.3.5 + version: 11.3.5 lint-staged: - specifier: ^16.4.0 - version: 16.4.0 + specifier: ^17.0.2 + version: 17.0.2 release-it: specifier: 19.2.4 version: 19.2.4(@types/node@25.0.3) @@ -48,20 +48,20 @@ importers: specifier: ^4.21.0 version: 4.21.0 turbo: - specifier: ^2.8.17 - version: 2.8.17 + specifier: ^2.9.9 + version: 2.9.9 common/shared: dependencies: fs-extra: - specifier: ^11.3.4 - version: 11.3.4 + specifier: ^11.3.5 + version: 11.3.5 vite: specifier: '7' - version: 7.3.1(@types/node@25.0.3)(jiti@2.6.1)(less@4.3.0)(lightningcss@1.32.0)(sass@1.89.2)(tsx@4.21.0)(yaml@2.8.2) + version: 7.3.1(@types/node@25.0.3)(jiti@2.6.1)(less@4.3.0)(lightningcss@1.32.0)(sass@1.89.2)(tsx@4.21.0)(yaml@2.8.4) vite-plugin-dts: specifier: ^4.5.4 - version: 4.5.4(@types/node@25.0.3)(rollup@4.55.1)(typescript@5.9.3)(vite@7.3.1(@types/node@25.0.3)(jiti@2.6.1)(less@4.3.0)(lightningcss@1.32.0)(sass@1.89.2)(tsx@4.21.0)(yaml@2.8.2)) + version: 4.5.4(@types/node@25.0.3)(rollup@4.55.1)(typescript@6.0.3)(vite@7.3.1(@types/node@25.0.3)(jiti@2.6.1)(less@4.3.0)(lightningcss@1.32.0)(sass@1.89.2)(tsx@4.21.0)(yaml@2.8.4)) vite-plugin-external: specifier: ^6.2.2 version: 6.2.2 @@ -114,7 +114,7 @@ importers: version: 2.1.1(esbuild@0.27.4) esbuild-plugin-vue3: specifier: ^0.5.1 - version: 0.5.1(sass@1.89.2)(vue@3.5.16(typescript@5.9.3)) + version: 0.5.1(sass@1.89.2)(vue@3.5.16(typescript@6.0.3)) esbuild-style-plugin: specifier: ^1.6.3 version: 1.6.3 @@ -125,8 +125,8 @@ importers: specifier: ^1.2.8 version: 1.2.8 typescript: - specifier: ^5.9.3 - version: 5.9.3 + specifier: ^6.0.3 + version: 6.0.3 examples-node: dependencies: @@ -147,8 +147,8 @@ importers: specifier: ^1.2.8 version: 1.2.8 typescript: - specifier: ^5.9.3 - version: 5.9.3 + specifier: ^6.0.3 + version: 6.0.3 packages/preset-docs-advanced: dependencies: @@ -187,8 +187,8 @@ importers: specifier: 7.8.2 version: 7.8.2 typescript: - specifier: ^5.9.3 - version: 5.9.3 + specifier: ^6.0.3 + version: 6.0.3 packages/preset-docs-collaboration: dependencies: @@ -218,8 +218,8 @@ importers: specifier: 7.8.2 version: 7.8.2 typescript: - specifier: ^5.9.3 - version: 5.9.3 + specifier: ^6.0.3 + version: 6.0.3 packages/preset-docs-core: dependencies: @@ -261,8 +261,8 @@ importers: specifier: 7.8.2 version: 7.8.2 typescript: - specifier: ^5.9.3 - version: 5.9.3 + specifier: ^6.0.3 + version: 6.0.3 packages/preset-docs-drawing: dependencies: @@ -295,8 +295,8 @@ importers: specifier: 7.8.2 version: 7.8.2 typescript: - specifier: ^5.9.3 - version: 5.9.3 + specifier: ^6.0.3 + version: 6.0.3 packages/preset-docs-hyper-link: dependencies: @@ -323,8 +323,8 @@ importers: specifier: 7.8.2 version: 7.8.2 typescript: - specifier: ^5.9.3 - version: 5.9.3 + specifier: ^6.0.3 + version: 6.0.3 packages/preset-docs-node-core: dependencies: @@ -363,8 +363,8 @@ importers: specifier: 7.8.2 version: 7.8.2 typescript: - specifier: ^5.9.3 - version: 5.9.3 + specifier: ^6.0.3 + version: 6.0.3 packages/preset-docs-thread-comment: dependencies: @@ -394,8 +394,8 @@ importers: specifier: 7.8.2 version: 7.8.2 typescript: - specifier: ^5.9.3 - version: 5.9.3 + specifier: ^6.0.3 + version: 6.0.3 packages/preset-sheets-advanced: dependencies: @@ -473,8 +473,8 @@ importers: specifier: 7.8.2 version: 7.8.2 typescript: - specifier: ^5.9.3 - version: 5.9.3 + specifier: ^6.0.3 + version: 6.0.3 packages/preset-sheets-collaboration: dependencies: @@ -516,8 +516,8 @@ importers: specifier: 7.8.2 version: 7.8.2 typescript: - specifier: ^5.9.3 - version: 5.9.3 + specifier: ^6.0.3 + version: 6.0.3 packages/preset-sheets-conditional-formatting: dependencies: @@ -544,8 +544,8 @@ importers: specifier: 7.8.2 version: 7.8.2 typescript: - specifier: ^5.9.3 - version: 5.9.3 + specifier: ^6.0.3 + version: 6.0.3 packages/preset-sheets-core: dependencies: @@ -608,8 +608,8 @@ importers: specifier: 7.8.2 version: 7.8.2 typescript: - specifier: ^5.9.3 - version: 5.9.3 + specifier: ^6.0.3 + version: 6.0.3 packages/preset-sheets-data-validation: dependencies: @@ -639,8 +639,8 @@ importers: specifier: 7.8.2 version: 7.8.2 typescript: - specifier: ^5.9.3 - version: 5.9.3 + specifier: ^6.0.3 + version: 6.0.3 packages/preset-sheets-drawing: dependencies: @@ -676,8 +676,8 @@ importers: specifier: 7.8.2 version: 7.8.2 typescript: - specifier: ^5.9.3 - version: 5.9.3 + specifier: ^6.0.3 + version: 6.0.3 packages/preset-sheets-filter: dependencies: @@ -704,8 +704,8 @@ importers: specifier: 7.8.2 version: 7.8.2 typescript: - specifier: ^5.9.3 - version: 5.9.3 + specifier: ^6.0.3 + version: 6.0.3 packages/preset-sheets-find-replace: dependencies: @@ -732,8 +732,8 @@ importers: specifier: 7.8.2 version: 7.8.2 typescript: - specifier: ^5.9.3 - version: 5.9.3 + specifier: ^6.0.3 + version: 6.0.3 packages/preset-sheets-hyper-link: dependencies: @@ -760,8 +760,8 @@ importers: specifier: 7.8.2 version: 7.8.2 typescript: - specifier: ^5.9.3 - version: 5.9.3 + specifier: ^6.0.3 + version: 6.0.3 packages/preset-sheets-node-core: dependencies: @@ -818,8 +818,8 @@ importers: specifier: 7.8.2 version: 7.8.2 typescript: - specifier: ^5.9.3 - version: 5.9.3 + specifier: ^6.0.3 + version: 6.0.3 packages/preset-sheets-note: dependencies: @@ -846,8 +846,8 @@ importers: specifier: 7.8.2 version: 7.8.2 typescript: - specifier: ^5.9.3 - version: 5.9.3 + specifier: ^6.0.3 + version: 6.0.3 packages/preset-sheets-sort: dependencies: @@ -874,8 +874,8 @@ importers: specifier: 7.8.2 version: 7.8.2 typescript: - specifier: ^5.9.3 - version: 5.9.3 + specifier: ^6.0.3 + version: 6.0.3 packages/preset-sheets-table: dependencies: @@ -902,8 +902,8 @@ importers: specifier: 7.8.2 version: 7.8.2 typescript: - specifier: ^5.9.3 - version: 5.9.3 + specifier: ^6.0.3 + version: 6.0.3 packages/preset-sheets-thread-comment: dependencies: @@ -936,8 +936,8 @@ importers: specifier: 7.8.2 version: 7.8.2 typescript: - specifier: ^5.9.3 - version: 5.9.3 + specifier: ^6.0.3 + version: 6.0.3 packages/presets: dependencies: @@ -1048,8 +1048,8 @@ importers: specifier: 7.8.2 version: 7.8.2 typescript: - specifier: ^5.9.3 - version: 5.9.3 + specifier: ^6.0.3 + version: 6.0.3 packages: @@ -1128,8 +1128,8 @@ packages: engines: {node: '>=6.0.0'} hasBin: true - '@babel/parser@7.28.5': - resolution: {integrity: sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==} + '@babel/parser@7.29.3': + resolution: {integrity: sha512-b3ctpQwp+PROvU/cttc4OYl4MzfJUWy6FZg+PMXfzmt/+39iHVF0sDfqay8TQM3JA2EUOyKcFZt75jWriQijsA==} engines: {node: '>=6.0.0'} hasBin: true @@ -1141,8 +1141,8 @@ packages: resolution: {integrity: sha512-ETyHEk2VHHvl9b9jZP5IHPavHYk57EhanlRRuae9XCpb/j5bDCbPPMOBfCWhnl/7EDJz0jEMCi/RhccCE8r1+Q==} engines: {node: '>=6.9.0'} - '@babel/types@7.28.5': - resolution: {integrity: sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==} + '@babel/types@7.29.0': + resolution: {integrity: sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==} engines: {node: '>=6.9.0'} '@clack/core@0.5.0': @@ -1870,36 +1870,42 @@ packages: engines: {node: '>= 10.0.0'} cpu: [arm] os: [linux] + libc: [glibc] '@parcel/watcher-linux-arm-musl@2.5.1': resolution: {integrity: sha512-6E+m/Mm1t1yhB8X412stiKFG3XykmgdIOqhjWj+VL8oHkKABfu/gjFj8DvLrYVHSBNC+/u5PeNrujiSQ1zwd1Q==} engines: {node: '>= 10.0.0'} cpu: [arm] os: [linux] + libc: [musl] '@parcel/watcher-linux-arm64-glibc@2.5.1': resolution: {integrity: sha512-LrGp+f02yU3BN9A+DGuY3v3bmnFUggAITBGriZHUREfNEzZh/GO06FF5u2kx8x+GBEUYfyTGamol4j3m9ANe8w==} engines: {node: '>= 10.0.0'} cpu: [arm64] os: [linux] + libc: [glibc] '@parcel/watcher-linux-arm64-musl@2.5.1': resolution: {integrity: sha512-cFOjABi92pMYRXS7AcQv9/M1YuKRw8SZniCDw0ssQb/noPkRzA+HBDkwmyOJYp5wXcsTrhxO0zq1U11cK9jsFg==} engines: {node: '>= 10.0.0'} cpu: [arm64] os: [linux] + libc: [musl] '@parcel/watcher-linux-x64-glibc@2.5.1': resolution: {integrity: sha512-GcESn8NZySmfwlTsIur+49yDqSny2IhPeZfXunQi48DMugKeZ7uy1FX83pO0X22sHntJ4Ub+9k34XQCX+oHt2A==} engines: {node: '>= 10.0.0'} cpu: [x64] os: [linux] + libc: [glibc] '@parcel/watcher-linux-x64-musl@2.5.1': resolution: {integrity: sha512-n0E2EQbatQ3bXhcH2D1XIAANAcTZkQICBPVaxMeaCVBtOpBZpWJuf7LwyWPSBDITb7In8mqQgJ7gH8CILCURXg==} engines: {node: '>= 10.0.0'} cpu: [x64] os: [linux] + libc: [musl] '@parcel/watcher-win32-arm64@2.5.1': resolution: {integrity: sha512-RFzklRvmc3PkjKjry3hLF9wD7ppR4AKcWNzH7kXR7GUe0Igb3Nz8fyPwtZCSquGrhU5HhUNDr/mKBqj7tqA2Vw==} @@ -2369,66 +2375,79 @@ packages: resolution: {integrity: sha512-Rn3n+FUk2J5VWx+ywrG/HGPTD9jXNbicRtTM11e/uorplArnXZYsVifnPPqNNP5BsO3roI4n8332ukpY/zN7rQ==} cpu: [arm] os: [linux] + libc: [glibc] '@rollup/rollup-linux-arm-musleabihf@4.55.1': resolution: {integrity: sha512-grPNWydeKtc1aEdrJDWk4opD7nFtQbMmV7769hiAaYyUKCT1faPRm2av8CX1YJsZ4TLAZcg9gTR1KvEzoLjXkg==} cpu: [arm] os: [linux] + libc: [musl] '@rollup/rollup-linux-arm64-gnu@4.55.1': resolution: {integrity: sha512-a59mwd1k6x8tXKcUxSyISiquLwB5pX+fJW9TkWU46lCqD/GRDe9uDN31jrMmVP3feI3mhAdvcCClhV8V5MhJFQ==} cpu: [arm64] os: [linux] + libc: [glibc] '@rollup/rollup-linux-arm64-musl@4.55.1': resolution: {integrity: sha512-puS1MEgWX5GsHSoiAsF0TYrpomdvkaXm0CofIMG5uVkP6IBV+ZO9xhC5YEN49nsgYo1DuuMquF9+7EDBVYu4uA==} cpu: [arm64] os: [linux] + libc: [musl] '@rollup/rollup-linux-loong64-gnu@4.55.1': resolution: {integrity: sha512-r3Wv40in+lTsULSb6nnoudVbARdOwb2u5fpeoOAZjFLznp6tDU8kd+GTHmJoqZ9lt6/Sys33KdIHUaQihFcu7g==} cpu: [loong64] os: [linux] + libc: [glibc] '@rollup/rollup-linux-loong64-musl@4.55.1': resolution: {integrity: sha512-MR8c0+UxAlB22Fq4R+aQSPBayvYa3+9DrwG/i1TKQXFYEaoW3B5b/rkSRIypcZDdWjWnpcvxbNaAJDcSbJU3Lw==} cpu: [loong64] os: [linux] + libc: [musl] '@rollup/rollup-linux-ppc64-gnu@4.55.1': resolution: {integrity: sha512-3KhoECe1BRlSYpMTeVrD4sh2Pw2xgt4jzNSZIIPLFEsnQn9gAnZagW9+VqDqAHgm1Xc77LzJOo2LdigS5qZ+gw==} cpu: [ppc64] os: [linux] + libc: [glibc] '@rollup/rollup-linux-ppc64-musl@4.55.1': resolution: {integrity: sha512-ziR1OuZx0vdYZZ30vueNZTg73alF59DicYrPViG0NEgDVN8/Jl87zkAPu4u6VjZST2llgEUjaiNl9JM6HH1Vdw==} cpu: [ppc64] os: [linux] + libc: [musl] '@rollup/rollup-linux-riscv64-gnu@4.55.1': resolution: {integrity: sha512-uW0Y12ih2XJRERZ4jAfKamTyIHVMPQnTZcQjme2HMVDAHY4amf5u414OqNYC+x+LzRdRcnIG1YodLrrtA8xsxw==} cpu: [riscv64] os: [linux] + libc: [glibc] '@rollup/rollup-linux-riscv64-musl@4.55.1': resolution: {integrity: sha512-u9yZ0jUkOED1BFrqu3BwMQoixvGHGZ+JhJNkNKY/hyoEgOwlqKb62qu+7UjbPSHYjiVy8kKJHvXKv5coH4wDeg==} cpu: [riscv64] os: [linux] + libc: [musl] '@rollup/rollup-linux-s390x-gnu@4.55.1': resolution: {integrity: sha512-/0PenBCmqM4ZUd0190j7J0UsQ/1nsi735iPRakO8iPciE7BQ495Y6msPzaOmvx0/pn+eJVVlZrNrSh4WSYLxNg==} cpu: [s390x] os: [linux] + libc: [glibc] '@rollup/rollup-linux-x64-gnu@4.55.1': resolution: {integrity: sha512-a8G4wiQxQG2BAvo+gU6XrReRRqj+pLS2NGXKm8io19goR+K8lw269eTrPkSdDTALwMmJp4th2Uh0D8J9bEV1vg==} cpu: [x64] os: [linux] + libc: [glibc] '@rollup/rollup-linux-x64-musl@4.55.1': resolution: {integrity: sha512-bD+zjpFrMpP/hqkfEcnjXWHMw5BIghGisOKPj+2NaNDuVT+8Ds4mPf3XcPHuat1tz89WRL+1wbcxKY3WSbiT7w==} cpu: [x64] os: [linux] + libc: [musl] '@rollup/rollup-openbsd-x64@4.55.1': resolution: {integrity: sha512-eLXw0dOiqE4QmvikfQ6yjgkg/xDM+MdU9YJuP4ySTibXU0oAvnEWXt7UDJmD4UkYialMfOGFPJnIHSe/kdzPxg==} @@ -2507,6 +2526,36 @@ packages: '@tootallnate/quickjs-emscripten@0.23.0': resolution: {integrity: sha512-C5Mc6rdnsaJDjO3UpGW/CQTHtCKaYlScZTly4JIu97Jxo/odCiH0ITnDXSJPTOrEKk/ycSZ0AOgTmkDtkOsvIA==} + '@turbo/darwin-64@2.9.9': + resolution: {integrity: sha512-hTEiNu2ABZZOO1qbjnKASI8eF3BdOOzU6iKv5w5uGOK65DDMc10cS40N1kqM99YT0uSAGUwNu6GdFctRPeEeVA==} + cpu: [x64] + os: [darwin] + + '@turbo/darwin-arm64@2.9.9': + resolution: {integrity: sha512-MinO40EEcP5mJiTVpfjtEulsEBhVeryfq21QhYtJZ8hQJLHGgy459rcmDVAY8/JERe4dkVU4KW+zoLF22o01EA==} + cpu: [arm64] + os: [darwin] + + '@turbo/linux-64@2.9.9': + resolution: {integrity: sha512-7JNLw88Isk+gMlbsC8pulLDkrqe2B827ZsKFEHilb17AC6Xn/62pzH7afjY7fEU6Ayp4XP/vGhlRWOzqBvBvIQ==} + cpu: [x64] + os: [linux] + + '@turbo/linux-arm64@2.9.9': + resolution: {integrity: sha512-0pnXDwPw1rHii98JZPRg7SvsjIzy7jrhkwGU9Jy5fVYoMdYd3P2vbtLfII+OJ0Mm4Ar5yykdHDTz3RWiRI1o9g==} + cpu: [arm64] + os: [linux] + + '@turbo/windows-64@2.9.9': + resolution: {integrity: sha512-vjDQycz4gQVvIq4n2rPtiiIESwJlAc406qtkiZlqyL+fHZEd9SxYNlBIFYtc5cuMuwrk+sIKrhN7XvwjmvS9YQ==} + cpu: [x64] + os: [win32] + + '@turbo/windows-arm64@2.9.9': + resolution: {integrity: sha512-V6NiH43oCctepbOdQFp7UjqLyK8p6Tt824QA+G4TE+B1BBHu80A0W8OCL+H7uBJ3XZjAj/hvPDw3k3l65DoDGw==} + cpu: [arm64] + os: [win32] + '@types/argparse@1.0.38': resolution: {integrity: sha512-ebDJ9b0e702Yr7pWgB0jzm+CX4Srzz8RcXtLJDJB+BSccqMa36uyH/zUsSYao5+BD1ytv3k3rPYCq4mAE1hsXA==} @@ -3396,8 +3445,8 @@ packages: resolution: {integrity: sha512-/+40ljC3ONVnYIttjMWrlL51nItDAbBrq2upN8BPyvGU/2n5Oxw3tbNwORCaNuNqLJnxGqOfjUuhsv7l5Q4IsQ==} engines: {node: '>=18.20'} - cli-truncate@5.1.0: - resolution: {integrity: sha512-7JDGG+4Zp0CsknDCedl0DYdaeOhc46QNpXi3NLQblkZpXXgA6LncLDUUyvrjSvZeF3VRQa+KiMGomazQrC1V8g==} + cli-truncate@5.2.0: + resolution: {integrity: sha512-xRwvIOMGrfOAnM1JYtqQImuaNtDEv9v6oIYAs4LIHwTiKee8uwvIi363igssOC0O5U04i4AlENs79LQLu9tEMw==} engines: {node: '>=20'} cli-width@4.1.0: @@ -3422,13 +3471,6 @@ packages: color-name@1.1.4: resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==} - colorette@2.0.20: - resolution: {integrity: sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==} - - commander@14.0.3: - resolution: {integrity: sha512-H+y0Jo/T1RZ9qPP4Eh1pkcQcLRglraJaSLoyOtHxu6AapkjWVCy2Sit1QQ4x3Dng8qDlSsZEet7g5Pq06MvTgw==} - engines: {node: '>=20'} - comment-parser@1.4.1: resolution: {integrity: sha512-buhp5kePrmda3vhc5B9t7pUQXAb2Tnd0qgpkIhPhkHXxJpiPJ11H0ZEU0oBpJ2QztSbzG/ZxMj/CHsYJqRHmyg==} engines: {node: '>= 12.0.0'} @@ -3967,8 +4009,8 @@ packages: eventemitter3@4.0.7: resolution: {integrity: sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==} - eventemitter3@5.0.1: - resolution: {integrity: sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==} + eventemitter3@5.0.4: + resolution: {integrity: sha512-mlsTRyGaPBjPedk6Bvw+aqbsXDtoAyAzm5MO7JgU+yVRyMQ5O8bD4Kcci7BS85f93veegeCPkL8R4GLClnjLFw==} execa@8.0.1: resolution: {integrity: sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==} @@ -4075,8 +4117,8 @@ packages: resolution: {integrity: sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==} engines: {node: '>=12'} - fs-extra@11.3.4: - resolution: {integrity: sha512-CTXd6rk/M3/ULNQj8FBqBWHYBVYybQ3VPBw0xGKFe3tuH7ytT6ACnvzpIQ3UZtB8yvUKC2cXn1a+x+5EVQLovA==} + fs-extra@11.3.5: + resolution: {integrity: sha512-eKpRKAovdpZtR1WopLHxlBWvAgPny3c4gX1G5Jhwmmw4XJj0ifSD5qB5TOo8hmA0wlRKDAOAhEE1yVPgs6Fgcg==} engines: {node: '>=14.14'} fs.realpath@1.0.0: @@ -4101,6 +4143,10 @@ packages: resolution: {integrity: sha512-QZjmEOC+IT1uk6Rx0sX22V6uHWVwbdbxf1faPqJ1QhLdGgsRGCZoyaQBm/piRdJy/D2um6hM1UP7ZEeQ4EkP+Q==} engines: {node: '>=18'} + get-east-asian-width@1.5.0: + resolution: {integrity: sha512-CQ+bEO+Tva/qlmw24dCejulK5pMzVnUOFOijVogd3KQs07HnRIgp8TGipvCCRT06xeYEbpbgwaCxglFyiuIcmA==} + engines: {node: '>=18'} + get-nonce@1.0.1: resolution: {integrity: sha512-FJhYRoDaiatfEkUK8HKlicmu/3SGFD51q3itKDGoSTysQJBnfOcxU5GxnhE1E6soB76MbT0MBtnKJuXyAx+96Q==} engines: {node: '>=6'} @@ -4428,6 +4474,9 @@ packages: jsonfile@6.2.0: resolution: {integrity: sha512-FGuPw30AdOIUTRMC2OMRtQV+jkVj2cfPqSeWXv1NEAJ1qZ5zb1X6z1mFhbfOB/iy3ssJCD+3KuZ8r8C3uVFlAg==} + jsonfile@6.2.1: + resolution: {integrity: sha512-zwOTdL3rFQ/lRdBnntKVOX6k5cKJwEc1HdilT71BWEu7J41gXIB2MRp+vxduPSwZJPWBxEzv4yH1wYLJGUHX4Q==} + kdbush@4.0.2: resolution: {integrity: sha512-WbCVYJ27Sz8zi9Q7Q0xHC+05iwkm3Znipc2XTlrnJbsHMYktW4hPhXUE8Ys1engBrvffoSCqbil1JQAa7clRpA==} @@ -4484,24 +4533,28 @@ packages: engines: {node: '>= 12.0.0'} cpu: [arm64] os: [linux] + libc: [glibc] lightningcss-linux-arm64-musl@1.32.0: resolution: {integrity: sha512-UpQkoenr4UJEzgVIYpI80lDFvRmPVg6oqboNHfoH4CQIfNA+HOrZ7Mo7KZP02dC6LjghPQJeBsvXhJod/wnIBg==} engines: {node: '>= 12.0.0'} cpu: [arm64] os: [linux] + libc: [musl] lightningcss-linux-x64-gnu@1.32.0: resolution: {integrity: sha512-V7Qr52IhZmdKPVr+Vtw8o+WLsQJYCTd8loIfpDaMRWGUZfBOYEJeyJIkqGIDMZPwPx24pUMfwSxxI8phr/MbOA==} engines: {node: '>= 12.0.0'} cpu: [x64] os: [linux] + libc: [glibc] lightningcss-linux-x64-musl@1.32.0: resolution: {integrity: sha512-bYcLp+Vb0awsiXg/80uCRezCYHNg1/l3mt0gzHnWV9XP1W5sKa5/TCdGWaR/zBM2PeF/HbsQv/j2URNOiVuxWg==} engines: {node: '>= 12.0.0'} cpu: [x64] os: [linux] + libc: [musl] lightningcss-win32-arm64-msvc@1.32.0: resolution: {integrity: sha512-8SbC8BR40pS6baCM8sbtYDSwEVQd4JlFTOlaD3gWGHfThTcABnNDBda6eTZeqbofalIJhFx0qKzgHJmcPTnGdw==} @@ -4519,14 +4572,14 @@ packages: resolution: {integrity: sha512-NXYBzinNrblfraPGyrbPoD19C1h9lfI/1mzgWYvXUTe414Gz/X1FD2XBZSZM7rRTrMA8JL3OtAaGifrIKhQ5yQ==} engines: {node: '>= 12.0.0'} - lint-staged@16.4.0: - resolution: {integrity: sha512-lBWt8hujh/Cjysw5GYVmZpFHXDCgZzhrOm8vbcUdobADZNOK/bRshr2kM3DfgrrtR1DQhfupW9gnIXOfiFi+bw==} - engines: {node: '>=20.17'} + lint-staged@17.0.2: + resolution: {integrity: sha512-Rbr6rdmbCn1fIDHBZpn0madg0hEkdlh+QwajnL3Qq0ZUq/icAJfLGj9BVBajAXi7657ZzKQ7kobGP9S5XOHYRw==} + engines: {node: '>=22.22.1'} hasBin: true - listr2@9.0.5: - resolution: {integrity: sha512-ME4Fb83LgEgwNw96RKNvKV4VTLuXfoKudAmm2lP8Kk87KaMK0/Xrx/aAkMWmT8mDb+3MlFDspfbCs7adjRxA2g==} - engines: {node: '>=20.0.0'} + listr2@10.2.1: + resolution: {integrity: sha512-7I5knELsJKTUjXG+A6BkKAiGkW1i25fNa/xlUl9hFtk15WbE9jndA89xu5FzQKrY5llajE1hfZZFMILXkDHk/Q==} + engines: {node: '>=22.13.0'} loader-utils@3.3.1: resolution: {integrity: sha512-FMJTLMXfCLMLfJxcX9PFqX5qD88Z5MRGaZCVzfuqeZSPsyiBzs+pahDQjbIWz2QIzPZz0NX9Zy4FX3lmK6YHIg==} @@ -4832,6 +4885,11 @@ packages: engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} hasBin: true + nanoid@3.3.12: + resolution: {integrity: sha512-ZB9RH/39qpq5Vu6Y+NmUaFhQR6pp+M2Xt76XBnEwDaGcVAqhlvxrl3B2bKS5D3NH3QR76v3aSrKaF/Kiy7lEtQ==} + engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} + hasBin: true + nanoid@5.1.9: resolution: {integrity: sha512-ZUvP7KeBLe3OZ1ypw6dI/TzYJuvHP77IM4Ry73waSQTLn8/g8rpdjfyVAh7t1/+FjBtG4lCP42MEbDxOsRpBMw==} engines: {node: ^18 || >=20} @@ -4844,8 +4902,8 @@ packages: resolution: {integrity: sha512-kKHJhxwpR/Okycz4HhQKKlhWe4ASEfPgkSWNmKFHd7+ezuQlxkA5cM3+XkBPvm1gmHen3w53qsYAv+8GwRrBlg==} engines: {node: '>=18'} - needle@3.3.1: - resolution: {integrity: sha512-6k0YULvhpw+RoLNiQCRKOl09Rv1dPLr8hHnVjHqdolKwDrdNyk+Hmrthi4lIGPPz3r39dLx0hsF5s40sZ3Us4Q==} + needle@3.5.0: + resolution: {integrity: sha512-jaQyPKKk2YokHrEg+vFDYxXIHTCBgiZwSHOoVx/8V3GIBS8/VN6NdVRmg8q1ERtPkMvmOvebsgga4sAj5hls/w==} engines: {node: '>= 4.4.x'} hasBin: true @@ -5042,14 +5100,14 @@ packages: resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==} engines: {node: '>=8.6'} - picomatch@4.0.2: - resolution: {integrity: sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==} - engines: {node: '>=12'} - picomatch@4.0.3: resolution: {integrity: sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==} engines: {node: '>=12'} + picomatch@4.0.4: + resolution: {integrity: sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==} + engines: {node: '>=12'} + pify@4.0.1: resolution: {integrity: sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==} engines: {node: '>=6'} @@ -5106,6 +5164,10 @@ packages: postcss-value-parser@4.2.0: resolution: {integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==} + postcss@8.5.14: + resolution: {integrity: sha512-SoSL4+OSEtR99LHFZQiJLkT59C5B1amGO1NzTwj7TT1qCUgUO6hxOvzkOYxD+vMrXBM3XJIKzokoERdqQq/Zmg==} + engines: {node: ^10 || ^12 || >=14} + postcss@8.5.5: resolution: {integrity: sha512-d/jtm+rdNT8tpXuHY5MMtcbJFBkhXE6593XVR9UoGCH8jSFGci7jGvMGH5RYd5PBJW+00NZQt6gf7CbagJCrhg==} engines: {node: ^10 || ^12 || >=14} @@ -5385,8 +5447,8 @@ packages: engines: {node: '>=14.0.0'} hasBin: true - sax@1.4.4: - resolution: {integrity: sha512-1n3r/tGXO6b6VXMdFT54SHzT9ytu9yr7TaELowdYpMqY/Ao7EnlQGmAQ1+RatX7Tkkdm6hONI2owqNx2aZj5Sw==} + sax@1.6.0: + resolution: {integrity: sha512-6R3J5M4AcbtLUdZmRv2SygeVaM7IhrLXu9BmnOGmmACak8fiUtOsYNWUS4uK7upbmHIBbLBeFeI//477BKLBzA==} engines: {node: '>=11.0.0'} scheduler@0.23.2: @@ -5447,6 +5509,10 @@ packages: resolution: {integrity: sha512-iOBWFgUX7caIZiuutICxVgX1SdxwAVFFKwt1EvMYYec/NWO5meOJ6K5uQxhrYBdQJne4KxiqZc+KptFOWFSI9w==} engines: {node: '>=18'} + slice-ansi@8.0.0: + resolution: {integrity: sha512-stxByr12oeeOyY2BlviTNQlYV5xOj47GirPr4yA1hE9JCtxfQN0+tVbkxwCtYDQWhEKWFHsEK48ORg5jrouCAg==} + engines: {node: '>=20'} + smart-buffer@4.2.0: resolution: {integrity: sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==} engines: {node: '>= 6.0.0', npm: '>= 3.0.0'} @@ -5518,6 +5584,10 @@ packages: resolution: {integrity: sha512-Kxl3KJGb/gxkaUMOjRsQ8IrXiGW75O4E3RPjFIINOVH8AMl2SQ/yWdTzWwF3FevIX9LcMAjJW+GRwAlAbTSXdg==} engines: {node: '>=20'} + string-width@8.2.1: + resolution: {integrity: sha512-IIaP0g3iy9Cyy18w3M9YcaDudujEAVHKt3a3QJg1+sr/oX96TbaGUubG0hJyCjCBThFH+tFpcIyoUHUn1ogaLA==} + engines: {node: '>=20'} + string.prototype.codepointat@0.2.1: resolution: {integrity: sha512-2cBVCj6I4IOvEnjgO/hWqXjqBGsY+zwPmHl12Srk9IXSZ56Jwwmy+66XO5Iut/oQVR7t5ihYdLB0GMa4alEUcg==} @@ -5581,6 +5651,10 @@ packages: resolution: {integrity: sha512-u9r3uZC0bdpGOXtlxUIdwf9pkmvhqJdrVCH9fapQtgy/OeTTMZ1nqH7agtvEfmGui6e1XxjcdrlxvxJvc3sMqw==} engines: {node: '>=18'} + tinyexec@1.1.2: + resolution: {integrity: sha512-dAqSqE/RabpBKI8+h26GfLq6Vb3JVXs30XYQjdMjaj/c2tS8IYYMbIzP599KtRj7c57/wYApb3QjgRgXmrCukA==} + engines: {node: '>=18'} + tinyglobby@0.2.15: resolution: {integrity: sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==} engines: {node: '>=12.0.0'} @@ -5625,38 +5699,8 @@ packages: engines: {node: '>=18.0.0'} hasBin: true - turbo-darwin-64@2.8.17: - resolution: {integrity: sha512-ZFkv2hv7zHpAPEXBF6ouRRXshllOavYc+jjcrYyVHvxVTTwJWsBZwJ/gpPzmOKGvkSjsEyDO5V6aqqtZzwVF+Q==} - cpu: [x64] - os: [darwin] - - turbo-darwin-arm64@2.8.17: - resolution: {integrity: sha512-5DXqhQUt24ycEryXDfMNKEkW5TBHs+QmU23a2qxXwwFDaJsWcPo2obEhBxxdEPOv7qmotjad+09RGeWCcJ9JDw==} - cpu: [arm64] - os: [darwin] - - turbo-linux-64@2.8.17: - resolution: {integrity: sha512-KLUbz6w7F73D/Ihh51hVagrKR0/CTsPEbRkvXLXvoND014XJ4BCrQUqSxlQ4/hu+nqp1v5WlM85/h3ldeyujuA==} - cpu: [x64] - os: [linux] - - turbo-linux-arm64@2.8.17: - resolution: {integrity: sha512-pJK67XcNJH40lTAjFu7s/rUlobgVXyB3A3lDoq+/JccB3hf+SysmkpR4Itlc93s8LEaFAI4mamhFuTV17Z6wOg==} - cpu: [arm64] - os: [linux] - - turbo-windows-64@2.8.17: - resolution: {integrity: sha512-EijeQ6zszDMmGZLP2vT2RXTs/GVi9rM0zv2/G4rNu2SSRSGFapgZdxgW4b5zUYLVaSkzmkpWlGfPfj76SW9yUg==} - cpu: [x64] - os: [win32] - - turbo-windows-arm64@2.8.17: - resolution: {integrity: sha512-crpfeMPkfECd4V1PQ/hMoiyVcOy04+bWedu/if89S15WhOalHZ2BYUi6DOJhZrszY+mTT99OwpOsj4wNfb/GHQ==} - cpu: [arm64] - os: [win32] - - turbo@2.8.17: - resolution: {integrity: sha512-YwPsNSqU2f/RXU/+Kcb7cPkPZARxom4+me7LKEdN5jsvy2tpfze3zDZ4EiGrJnvOm9Avu9rK0aaYsP7qZ3iz7A==} + turbo@2.9.9: + resolution: {integrity: sha512-3xfzXE/yTjhh0S5dIWlE+3E+J9A09REpLI1ZqVh2+HrNZoVzZn0pkvjiRgVK/Ev3PF9XnaTwCntTx+CADWXcyA==} hasBin: true type-check@0.4.0: @@ -5680,8 +5724,8 @@ packages: engines: {node: '>=14.17'} hasBin: true - typescript@5.9.3: - resolution: {integrity: sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==} + typescript@6.0.3: + resolution: {integrity: sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==} engines: {node: '>=14.17'} hasBin: true @@ -5886,6 +5930,10 @@ packages: wordwrap@1.0.0: resolution: {integrity: sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==} + wrap-ansi@10.0.0: + resolution: {integrity: sha512-SGcvg80f0wUy2/fXES19feHMz8E0JoXv2uNgHOu4Dgi2OrCy1lqwFYEJz1BLbDI0exjPMe/ZdzZ/YpGECBG/aQ==} + engines: {node: '>=20'} + wrap-ansi@6.2.0: resolution: {integrity: sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==} engines: {node: '>=8'} @@ -5934,6 +5982,11 @@ packages: engines: {node: '>= 14.6'} hasBin: true + yaml@2.8.4: + resolution: {integrity: sha512-ml/JPOj9fOQK8RNnWojA67GbZ0ApXAUlN2UQclwv2eVgTgn7O9gg9o7paZWKMp4g0H3nTLtS9LVzhkpOFIKzog==} + engines: {node: '>= 14.6'} + hasBin: true + yargs-parser@21.1.1: resolution: {integrity: sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==} engines: {node: '>=12'} @@ -5959,16 +6012,16 @@ packages: snapshots: - '@antfu/eslint-config@6.7.3(@vue/compiler-sfc@3.5.16)(eslint-plugin-format@1.2.0(eslint@9.39.2(jiti@2.6.1)))(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)': + '@antfu/eslint-config@6.7.3(@vue/compiler-sfc@3.5.16)(eslint-plugin-format@1.2.0(eslint@9.39.2(jiti@2.6.1)))(eslint@9.39.2(jiti@2.6.1))(typescript@6.0.3)': dependencies: '@antfu/install-pkg': 1.1.0 '@clack/prompts': 0.11.0 '@eslint-community/eslint-plugin-eslint-comments': 4.5.0(eslint@9.39.2(jiti@2.6.1)) '@eslint/markdown': 7.5.1 '@stylistic/eslint-plugin': 5.6.1(eslint@9.39.2(jiti@2.6.1)) - '@typescript-eslint/eslint-plugin': 8.51.0(@typescript-eslint/parser@8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) - '@typescript-eslint/parser': 8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) - '@vitest/eslint-plugin': 1.6.5(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) + '@typescript-eslint/eslint-plugin': 8.51.0(@typescript-eslint/parser@8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@6.0.3))(eslint@9.39.2(jiti@2.6.1))(typescript@6.0.3) + '@typescript-eslint/parser': 8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@6.0.3) + '@vitest/eslint-plugin': 1.6.5(eslint@9.39.2(jiti@2.6.1))(typescript@6.0.3) ansis: 4.2.0 cac: 6.7.14 eslint: 9.39.2(jiti@2.6.1) @@ -5977,18 +6030,18 @@ snapshots: eslint-merge-processors: 2.0.0(eslint@9.39.2(jiti@2.6.1)) eslint-plugin-antfu: 3.1.1(eslint@9.39.2(jiti@2.6.1)) eslint-plugin-command: 3.4.0(eslint@9.39.2(jiti@2.6.1)) - eslint-plugin-import-lite: 0.4.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) + eslint-plugin-import-lite: 0.4.0(eslint@9.39.2(jiti@2.6.1))(typescript@6.0.3) eslint-plugin-jsdoc: 61.5.0(eslint@9.39.2(jiti@2.6.1)) eslint-plugin-jsonc: 2.21.0(eslint@9.39.2(jiti@2.6.1)) - eslint-plugin-n: 17.23.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) + eslint-plugin-n: 17.23.1(eslint@9.39.2(jiti@2.6.1))(typescript@6.0.3) eslint-plugin-no-only-tests: 3.3.0 - eslint-plugin-perfectionist: 4.15.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) + eslint-plugin-perfectionist: 4.15.1(eslint@9.39.2(jiti@2.6.1))(typescript@6.0.3) eslint-plugin-pnpm: 1.4.3(eslint@9.39.2(jiti@2.6.1)) eslint-plugin-regexp: 2.10.0(eslint@9.39.2(jiti@2.6.1)) eslint-plugin-toml: 0.12.0(eslint@9.39.2(jiti@2.6.1)) eslint-plugin-unicorn: 62.0.0(eslint@9.39.2(jiti@2.6.1)) - eslint-plugin-unused-imports: 4.3.0(@typescript-eslint/eslint-plugin@8.51.0(@typescript-eslint/parser@8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1)) - eslint-plugin-vue: 10.6.2(@stylistic/eslint-plugin@5.6.1(eslint@9.39.2(jiti@2.6.1)))(@typescript-eslint/parser@8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.2(jiti@2.6.1))) + eslint-plugin-unused-imports: 4.3.0(@typescript-eslint/eslint-plugin@8.51.0(@typescript-eslint/parser@8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@6.0.3))(eslint@9.39.2(jiti@2.6.1))(typescript@6.0.3))(eslint@9.39.2(jiti@2.6.1)) + eslint-plugin-vue: 10.6.2(@stylistic/eslint-plugin@5.6.1(eslint@9.39.2(jiti@2.6.1)))(@typescript-eslint/parser@8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@6.0.3))(eslint@9.39.2(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.2(jiti@2.6.1))) eslint-plugin-yml: 1.19.1(eslint@9.39.2(jiti@2.6.1)) eslint-processor-vue-blocks: 2.0.0(@vue/compiler-sfc@3.5.16)(eslint@9.39.2(jiti@2.6.1)) globals: 16.5.0 @@ -6010,7 +6063,7 @@ snapshots: '@antfu/install-pkg@1.1.0': dependencies: package-manager-detector: 1.3.0 - tinyexec: 1.0.1 + tinyexec: 1.0.4 '@babel/helper-string-parser@7.27.1': {} @@ -6022,9 +6075,9 @@ snapshots: dependencies: '@babel/types': 7.27.6 - '@babel/parser@7.28.5': + '@babel/parser@7.29.3': dependencies: - '@babel/types': 7.28.5 + '@babel/types': 7.29.0 '@babel/runtime@7.27.6': {} @@ -6033,7 +6086,7 @@ snapshots: '@babel/helper-string-parser': 7.27.1 '@babel/helper-validator-identifier': 7.27.1 - '@babel/types@7.28.5': + '@babel/types@7.29.0': dependencies: '@babel/helper-string-parser': 7.27.1 '@babel/helper-validator-identifier': 7.28.5 @@ -7064,7 +7117,7 @@ snapshots: dependencies: '@types/estree': 1.0.7 estree-walker: 2.0.2 - picomatch: 4.0.2 + picomatch: 4.0.3 optionalDependencies: rollup: 4.55.1 @@ -7148,7 +7201,7 @@ snapshots: ajv: 8.13.0 ajv-draft-04: 1.0.0(ajv@8.13.0) ajv-formats: 3.0.1(ajv@8.13.0) - fs-extra: 11.3.4 + fs-extra: 11.3.5 import-lazy: 4.0.0 jju: 1.4.0 resolve: 1.22.10 @@ -7200,6 +7253,24 @@ snapshots: '@tootallnate/quickjs-emscripten@0.23.0': {} + '@turbo/darwin-64@2.9.9': + optional: true + + '@turbo/darwin-arm64@2.9.9': + optional: true + + '@turbo/linux-64@2.9.9': + optional: true + + '@turbo/linux-arm64@2.9.9': + optional: true + + '@turbo/windows-64@2.9.9': + optional: true + + '@turbo/windows-arm64@2.9.9': + optional: true + '@types/argparse@1.0.38': {} '@types/debug@4.1.12': @@ -7273,49 +7344,49 @@ snapshots: '@types/unist@3.0.3': {} - '@typescript-eslint/eslint-plugin@8.51.0(@typescript-eslint/parser@8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)': + '@typescript-eslint/eslint-plugin@8.51.0(@typescript-eslint/parser@8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@6.0.3))(eslint@9.39.2(jiti@2.6.1))(typescript@6.0.3)': dependencies: '@eslint-community/regexpp': 4.12.1 - '@typescript-eslint/parser': 8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) + '@typescript-eslint/parser': 8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@6.0.3) '@typescript-eslint/scope-manager': 8.51.0 - '@typescript-eslint/type-utils': 8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) - '@typescript-eslint/utils': 8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) + '@typescript-eslint/type-utils': 8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@6.0.3) + '@typescript-eslint/utils': 8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@6.0.3) '@typescript-eslint/visitor-keys': 8.51.0 eslint: 9.39.2(jiti@2.6.1) ignore: 7.0.5 natural-compare: 1.4.0 - ts-api-utils: 2.4.0(typescript@5.9.3) - typescript: 5.9.3 + ts-api-utils: 2.4.0(typescript@6.0.3) + typescript: 6.0.3 transitivePeerDependencies: - supports-color - '@typescript-eslint/parser@8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)': + '@typescript-eslint/parser@8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@6.0.3)': dependencies: '@typescript-eslint/scope-manager': 8.51.0 '@typescript-eslint/types': 8.51.0 - '@typescript-eslint/typescript-estree': 8.51.0(typescript@5.9.3) + '@typescript-eslint/typescript-estree': 8.51.0(typescript@6.0.3) '@typescript-eslint/visitor-keys': 8.51.0 debug: 4.4.3 eslint: 9.39.2(jiti@2.6.1) - typescript: 5.9.3 + typescript: 6.0.3 transitivePeerDependencies: - supports-color - '@typescript-eslint/project-service@8.49.0(typescript@5.9.3)': + '@typescript-eslint/project-service@8.49.0(typescript@6.0.3)': dependencies: - '@typescript-eslint/tsconfig-utils': 8.49.0(typescript@5.9.3) + '@typescript-eslint/tsconfig-utils': 8.49.0(typescript@6.0.3) '@typescript-eslint/types': 8.49.0 debug: 4.4.3 - typescript: 5.9.3 + typescript: 6.0.3 transitivePeerDependencies: - supports-color - '@typescript-eslint/project-service@8.51.0(typescript@5.9.3)': + '@typescript-eslint/project-service@8.51.0(typescript@6.0.3)': dependencies: - '@typescript-eslint/tsconfig-utils': 8.51.0(typescript@5.9.3) + '@typescript-eslint/tsconfig-utils': 8.51.0(typescript@6.0.3) '@typescript-eslint/types': 8.51.0 debug: 4.4.3 - typescript: 5.9.3 + typescript: 6.0.3 transitivePeerDependencies: - supports-color @@ -7329,23 +7400,23 @@ snapshots: '@typescript-eslint/types': 8.51.0 '@typescript-eslint/visitor-keys': 8.51.0 - '@typescript-eslint/tsconfig-utils@8.49.0(typescript@5.9.3)': + '@typescript-eslint/tsconfig-utils@8.49.0(typescript@6.0.3)': dependencies: - typescript: 5.9.3 + typescript: 6.0.3 - '@typescript-eslint/tsconfig-utils@8.51.0(typescript@5.9.3)': + '@typescript-eslint/tsconfig-utils@8.51.0(typescript@6.0.3)': dependencies: - typescript: 5.9.3 + typescript: 6.0.3 - '@typescript-eslint/type-utils@8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)': + '@typescript-eslint/type-utils@8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@6.0.3)': dependencies: '@typescript-eslint/types': 8.51.0 - '@typescript-eslint/typescript-estree': 8.51.0(typescript@5.9.3) - '@typescript-eslint/utils': 8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) + '@typescript-eslint/typescript-estree': 8.51.0(typescript@6.0.3) + '@typescript-eslint/utils': 8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@6.0.3) debug: 4.4.3 eslint: 9.39.2(jiti@2.6.1) - ts-api-utils: 2.4.0(typescript@5.9.3) - typescript: 5.9.3 + ts-api-utils: 2.4.0(typescript@6.0.3) + typescript: 6.0.3 transitivePeerDependencies: - supports-color @@ -7353,55 +7424,55 @@ snapshots: '@typescript-eslint/types@8.51.0': {} - '@typescript-eslint/typescript-estree@8.49.0(typescript@5.9.3)': + '@typescript-eslint/typescript-estree@8.49.0(typescript@6.0.3)': dependencies: - '@typescript-eslint/project-service': 8.49.0(typescript@5.9.3) - '@typescript-eslint/tsconfig-utils': 8.49.0(typescript@5.9.3) + '@typescript-eslint/project-service': 8.49.0(typescript@6.0.3) + '@typescript-eslint/tsconfig-utils': 8.49.0(typescript@6.0.3) '@typescript-eslint/types': 8.49.0 '@typescript-eslint/visitor-keys': 8.49.0 debug: 4.4.3 minimatch: 9.0.5 semver: 7.7.3 tinyglobby: 0.2.15 - ts-api-utils: 2.1.0(typescript@5.9.3) - typescript: 5.9.3 + ts-api-utils: 2.1.0(typescript@6.0.3) + typescript: 6.0.3 transitivePeerDependencies: - supports-color - '@typescript-eslint/typescript-estree@8.51.0(typescript@5.9.3)': + '@typescript-eslint/typescript-estree@8.51.0(typescript@6.0.3)': dependencies: - '@typescript-eslint/project-service': 8.51.0(typescript@5.9.3) - '@typescript-eslint/tsconfig-utils': 8.51.0(typescript@5.9.3) + '@typescript-eslint/project-service': 8.51.0(typescript@6.0.3) + '@typescript-eslint/tsconfig-utils': 8.51.0(typescript@6.0.3) '@typescript-eslint/types': 8.51.0 '@typescript-eslint/visitor-keys': 8.51.0 debug: 4.4.3 minimatch: 9.0.5 semver: 7.7.3 tinyglobby: 0.2.15 - ts-api-utils: 2.4.0(typescript@5.9.3) - typescript: 5.9.3 + ts-api-utils: 2.4.0(typescript@6.0.3) + typescript: 6.0.3 transitivePeerDependencies: - supports-color - '@typescript-eslint/utils@8.49.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)': + '@typescript-eslint/utils@8.49.0(eslint@9.39.2(jiti@2.6.1))(typescript@6.0.3)': dependencies: '@eslint-community/eslint-utils': 4.9.0(eslint@9.39.2(jiti@2.6.1)) '@typescript-eslint/scope-manager': 8.49.0 '@typescript-eslint/types': 8.49.0 - '@typescript-eslint/typescript-estree': 8.49.0(typescript@5.9.3) + '@typescript-eslint/typescript-estree': 8.49.0(typescript@6.0.3) eslint: 9.39.2(jiti@2.6.1) - typescript: 5.9.3 + typescript: 6.0.3 transitivePeerDependencies: - supports-color - '@typescript-eslint/utils@8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)': + '@typescript-eslint/utils@8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@6.0.3)': dependencies: '@eslint-community/eslint-utils': 4.9.0(eslint@9.39.2(jiti@2.6.1)) '@typescript-eslint/scope-manager': 8.51.0 '@typescript-eslint/types': 8.51.0 - '@typescript-eslint/typescript-estree': 8.51.0(typescript@5.9.3) + '@typescript-eslint/typescript-estree': 8.51.0(typescript@6.0.3) eslint: 9.39.2(jiti@2.6.1) - typescript: 5.9.3 + typescript: 6.0.3 transitivePeerDependencies: - supports-color @@ -8491,13 +8562,13 @@ snapshots: - '@types/react' - '@types/react-dom' - '@vitest/eslint-plugin@1.6.5(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)': + '@vitest/eslint-plugin@1.6.5(eslint@9.39.2(jiti@2.6.1))(typescript@6.0.3)': dependencies: '@typescript-eslint/scope-manager': 8.51.0 - '@typescript-eslint/utils': 8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) + '@typescript-eslint/utils': 8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@6.0.3) eslint: 9.39.2(jiti@2.6.1) optionalDependencies: - typescript: 5.9.3 + typescript: 6.0.3 transitivePeerDependencies: - supports-color @@ -8523,7 +8594,7 @@ snapshots: '@vue/compiler-core@3.5.16': dependencies: - '@babel/parser': 7.28.5 + '@babel/parser': 7.29.3 '@vue/shared': 3.5.16 entities: 4.5.0 estree-walker: 2.0.2 @@ -8541,14 +8612,14 @@ snapshots: '@vue/compiler-sfc@3.5.16': dependencies: - '@babel/parser': 7.28.5 + '@babel/parser': 7.29.3 '@vue/compiler-core': 3.5.16 '@vue/compiler-dom': 3.5.16 '@vue/compiler-ssr': 3.5.16 '@vue/shared': 3.5.16 estree-walker: 2.0.2 magic-string: 0.30.21 - postcss: 8.5.8 + postcss: 8.5.14 source-map-js: 1.2.1 '@vue/compiler-ssr@3.5.16': @@ -8561,7 +8632,7 @@ snapshots: de-indent: 1.0.2 he: 1.2.0 - '@vue/language-core@2.2.0(typescript@5.9.3)': + '@vue/language-core@2.2.0(typescript@6.0.3)': dependencies: '@volar/language-core': 2.4.14 '@vue/compiler-dom': 3.5.13 @@ -8572,7 +8643,7 @@ snapshots: muggle-string: 0.4.1 path-browserify: 1.0.1 optionalDependencies: - typescript: 5.9.3 + typescript: 6.0.3 '@vue/reactivity@3.5.16': dependencies: @@ -8590,11 +8661,11 @@ snapshots: '@vue/shared': 3.5.16 csstype: 3.2.3 - '@vue/server-renderer@3.5.16(vue@3.5.16(typescript@5.9.3))': + '@vue/server-renderer@3.5.16(vue@3.5.16(typescript@6.0.3))': dependencies: '@vue/compiler-ssr': 3.5.16 '@vue/shared': 3.5.16 - vue: 3.5.16(typescript@5.9.3) + vue: 3.5.16(typescript@6.0.3) '@vue/shared@3.5.13': {} @@ -8847,10 +8918,10 @@ snapshots: cli-spinners@3.3.0: {} - cli-truncate@5.1.0: + cli-truncate@5.2.0: dependencies: - slice-ansi: 7.1.2 - string-width: 8.1.0 + slice-ansi: 8.0.0 + string-width: 8.2.1 cli-width@4.1.0: {} @@ -8870,10 +8941,6 @@ snapshots: color-name@1.1.4: {} - colorette@2.0.20: {} - - commander@14.0.3: {} - comment-parser@1.4.1: {} compare-func@2.0.0: @@ -9120,10 +9187,10 @@ snapshots: fs-extra: 10.1.0 globby: 11.1.0 - esbuild-plugin-vue3@0.5.1(sass@1.89.2)(vue@3.5.16(typescript@5.9.3)): + esbuild-plugin-vue3@0.5.1(sass@1.89.2)(vue@3.5.16(typescript@6.0.3)): dependencies: typescript: 4.9.5 - vue: 3.5.16(typescript@5.9.3) + vue: 3.5.16(typescript@6.0.3) optionalDependencies: sass: 1.89.2 @@ -9273,11 +9340,11 @@ snapshots: prettier: 3.7.4 synckit: 0.11.11 - eslint-plugin-import-lite@0.4.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3): + eslint-plugin-import-lite@0.4.0(eslint@9.39.2(jiti@2.6.1))(typescript@6.0.3): dependencies: eslint: 9.39.2(jiti@2.6.1) optionalDependencies: - typescript: 5.9.3 + typescript: 6.0.3 eslint-plugin-jsdoc@61.5.0(eslint@9.39.2(jiti@2.6.1)): dependencies: @@ -9314,7 +9381,7 @@ snapshots: transitivePeerDependencies: - '@eslint/json' - eslint-plugin-n@17.23.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3): + eslint-plugin-n@17.23.1(eslint@9.39.2(jiti@2.6.1))(typescript@6.0.3): dependencies: '@eslint-community/eslint-utils': 4.9.0(eslint@9.39.2(jiti@2.6.1)) enhanced-resolve: 5.18.3 @@ -9325,16 +9392,16 @@ snapshots: globrex: 0.1.2 ignore: 5.3.2 semver: 7.7.3 - ts-declaration-location: 1.0.7(typescript@5.9.3) + ts-declaration-location: 1.0.7(typescript@6.0.3) transitivePeerDependencies: - typescript eslint-plugin-no-only-tests@3.3.0: {} - eslint-plugin-perfectionist@4.15.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3): + eslint-plugin-perfectionist@4.15.1(eslint@9.39.2(jiti@2.6.1))(typescript@6.0.3): dependencies: '@typescript-eslint/types': 8.49.0 - '@typescript-eslint/utils': 8.49.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) + '@typescript-eslint/utils': 8.49.0(eslint@9.39.2(jiti@2.6.1))(typescript@6.0.3) eslint: 9.39.2(jiti@2.6.1) natural-orderby: 5.0.0 transitivePeerDependencies: @@ -9395,13 +9462,13 @@ snapshots: semver: 7.7.3 strip-indent: 4.1.1 - eslint-plugin-unused-imports@4.3.0(@typescript-eslint/eslint-plugin@8.51.0(@typescript-eslint/parser@8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1)): + eslint-plugin-unused-imports@4.3.0(@typescript-eslint/eslint-plugin@8.51.0(@typescript-eslint/parser@8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@6.0.3))(eslint@9.39.2(jiti@2.6.1))(typescript@6.0.3))(eslint@9.39.2(jiti@2.6.1)): dependencies: eslint: 9.39.2(jiti@2.6.1) optionalDependencies: - '@typescript-eslint/eslint-plugin': 8.51.0(@typescript-eslint/parser@8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) + '@typescript-eslint/eslint-plugin': 8.51.0(@typescript-eslint/parser@8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@6.0.3))(eslint@9.39.2(jiti@2.6.1))(typescript@6.0.3) - eslint-plugin-vue@10.6.2(@stylistic/eslint-plugin@5.6.1(eslint@9.39.2(jiti@2.6.1)))(@typescript-eslint/parser@8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.2(jiti@2.6.1))): + eslint-plugin-vue@10.6.2(@stylistic/eslint-plugin@5.6.1(eslint@9.39.2(jiti@2.6.1)))(@typescript-eslint/parser@8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@6.0.3))(eslint@9.39.2(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.2(jiti@2.6.1))): dependencies: '@eslint-community/eslint-utils': 4.9.0(eslint@9.39.2(jiti@2.6.1)) eslint: 9.39.2(jiti@2.6.1) @@ -9413,7 +9480,7 @@ snapshots: xml-name-validator: 4.0.0 optionalDependencies: '@stylistic/eslint-plugin': 5.6.1(eslint@9.39.2(jiti@2.6.1)) - '@typescript-eslint/parser': 8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) + '@typescript-eslint/parser': 8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@6.0.3) eslint-plugin-yml@1.19.1(eslint@9.39.2(jiti@2.6.1)): dependencies: @@ -9514,7 +9581,7 @@ snapshots: eventemitter3@4.0.7: {} - eventemitter3@5.0.1: {} + eventemitter3@5.0.4: {} execa@8.0.1: dependencies: @@ -9613,10 +9680,10 @@ snapshots: jsonfile: 6.2.0 universalify: 2.0.1 - fs-extra@11.3.4: + fs-extra@11.3.5: dependencies: graceful-fs: 4.2.11 - jsonfile: 6.2.0 + jsonfile: 6.2.1 universalify: 2.0.1 fs.realpath@1.0.0: {} @@ -9634,6 +9701,8 @@ snapshots: get-east-asian-width@1.4.0: {} + get-east-asian-width@1.5.0: {} + get-nonce@1.0.1: {} get-stream@8.0.1: {} @@ -9940,6 +10009,12 @@ snapshots: optionalDependencies: graceful-fs: 4.2.11 + jsonfile@6.2.1: + dependencies: + universalify: 2.0.1 + optionalDependencies: + graceful-fs: 4.2.11 + kdbush@4.0.2: {} keyv@4.5.4: @@ -9959,7 +10034,7 @@ snapshots: image-size: 0.5.5 make-dir: 2.1.0 mime: 1.6.0 - needle: 3.3.1 + needle: 3.5.0 source-map: 0.6.1 optional: true @@ -10022,23 +10097,22 @@ snapshots: lightningcss-win32-x64-msvc: 1.32.0 optional: true - lint-staged@16.4.0: + lint-staged@17.0.2: dependencies: - commander: 14.0.3 - listr2: 9.0.5 - picomatch: 4.0.3 + listr2: 10.2.1 + picomatch: 4.0.4 string-argv: 0.3.2 - tinyexec: 1.0.4 - yaml: 2.8.2 + tinyexec: 1.1.2 + optionalDependencies: + yaml: 2.8.4 - listr2@9.0.5: + listr2@10.2.1: dependencies: - cli-truncate: 5.1.0 - colorette: 2.0.20 - eventemitter3: 5.0.1 + cli-truncate: 5.2.0 + eventemitter3: 5.0.4 log-update: 6.1.0 rfdc: 1.4.1 - wrap-ansi: 9.0.2 + wrap-ansi: 10.0.0 loader-utils@3.3.1: {} @@ -10514,16 +10588,18 @@ snapshots: nanoid@3.3.11: {} + nanoid@3.3.12: {} + nanoid@5.1.9: {} natural-compare@1.4.0: {} natural-orderby@5.0.0: {} - needle@3.3.1: + needle@3.5.0: dependencies: iconv-lite: 0.6.3 - sax: 1.4.4 + sax: 1.6.0 optional: true neo-async@2.6.2: {} @@ -10722,10 +10798,10 @@ snapshots: picomatch@2.3.1: {} - picomatch@4.0.2: {} - picomatch@4.0.3: {} + picomatch@4.0.4: {} + pify@4.0.1: optional: true @@ -10793,6 +10869,12 @@ snapshots: postcss-value-parser@4.2.0: {} + postcss@8.5.14: + dependencies: + nanoid: 3.3.12 + picocolors: 1.1.1 + source-map-js: 1.2.1 + postcss@8.5.5: dependencies: nanoid: 3.3.11 @@ -11143,7 +11225,7 @@ snapshots: optionalDependencies: '@parcel/watcher': 2.5.1 - sax@1.4.4: + sax@1.6.0: optional: true scheduler@0.23.2: @@ -11188,6 +11270,11 @@ snapshots: ansi-styles: 6.2.3 is-fullwidth-code-point: 5.1.0 + slice-ansi@8.0.0: + dependencies: + ansi-styles: 6.2.3 + is-fullwidth-code-point: 5.1.0 + smart-buffer@4.2.0: {} socks-proxy-agent@8.0.5: @@ -11249,7 +11336,7 @@ snapshots: dependencies: eastasianwidth: 0.2.0 emoji-regex: 9.2.2 - strip-ansi: 7.1.0 + strip-ansi: 7.1.2 string-width@7.2.0: dependencies: @@ -11262,6 +11349,11 @@ snapshots: get-east-asian-width: 1.4.0 strip-ansi: 7.1.2 + string-width@8.2.1: + dependencies: + get-east-asian-width: 1.5.0 + strip-ansi: 7.1.2 + string.prototype.codepointat@0.2.1: {} string_decoder@1.3.0: @@ -11310,6 +11402,8 @@ snapshots: tinyexec@1.0.4: {} + tinyexec@1.1.2: {} + tinyglobby@0.2.15: dependencies: fdir: 6.5.0(picomatch@4.0.3) @@ -11333,18 +11427,18 @@ snapshots: collapse-white-space: 2.1.0 n-gram: 2.0.2 - ts-api-utils@2.1.0(typescript@5.9.3): + ts-api-utils@2.1.0(typescript@6.0.3): dependencies: - typescript: 5.9.3 + typescript: 6.0.3 - ts-api-utils@2.4.0(typescript@5.9.3): + ts-api-utils@2.4.0(typescript@6.0.3): dependencies: - typescript: 5.9.3 + typescript: 6.0.3 - ts-declaration-location@1.0.7(typescript@5.9.3): + ts-declaration-location@1.0.7(typescript@6.0.3): dependencies: picomatch: 4.0.3 - typescript: 5.9.3 + typescript: 6.0.3 tslib@2.8.1: {} @@ -11355,32 +11449,14 @@ snapshots: optionalDependencies: fsevents: 2.3.3 - turbo-darwin-64@2.8.17: - optional: true - - turbo-darwin-arm64@2.8.17: - optional: true - - turbo-linux-64@2.8.17: - optional: true - - turbo-linux-arm64@2.8.17: - optional: true - - turbo-windows-64@2.8.17: - optional: true - - turbo-windows-arm64@2.8.17: - optional: true - - turbo@2.8.17: + turbo@2.9.9: optionalDependencies: - turbo-darwin-64: 2.8.17 - turbo-darwin-arm64: 2.8.17 - turbo-linux-64: 2.8.17 - turbo-linux-arm64: 2.8.17 - turbo-windows-64: 2.8.17 - turbo-windows-arm64: 2.8.17 + '@turbo/darwin-64': 2.9.9 + '@turbo/darwin-arm64': 2.9.9 + '@turbo/linux-64': 2.9.9 + '@turbo/linux-arm64': 2.9.9 + '@turbo/windows-64': 2.9.9 + '@turbo/windows-arm64': 2.9.9 type-check@0.4.0: dependencies: @@ -11394,7 +11470,7 @@ snapshots: typescript@5.8.2: {} - typescript@5.9.3: {} + typescript@6.0.3: {} ufo@1.6.1: {} @@ -11483,20 +11559,20 @@ snapshots: resolve-package-path: 3.1.0 semver: 7.7.2 - vite-plugin-dts@4.5.4(@types/node@25.0.3)(rollup@4.55.1)(typescript@5.9.3)(vite@7.3.1(@types/node@25.0.3)(jiti@2.6.1)(less@4.3.0)(lightningcss@1.32.0)(sass@1.89.2)(tsx@4.21.0)(yaml@2.8.2)): + vite-plugin-dts@4.5.4(@types/node@25.0.3)(rollup@4.55.1)(typescript@6.0.3)(vite@7.3.1(@types/node@25.0.3)(jiti@2.6.1)(less@4.3.0)(lightningcss@1.32.0)(sass@1.89.2)(tsx@4.21.0)(yaml@2.8.4)): dependencies: '@microsoft/api-extractor': 7.52.8(@types/node@25.0.3) '@rollup/pluginutils': 5.1.4(rollup@4.55.1) '@volar/typescript': 2.4.14 - '@vue/language-core': 2.2.0(typescript@5.9.3) + '@vue/language-core': 2.2.0(typescript@6.0.3) compare-versions: 6.1.1 debug: 4.4.1 kolorist: 1.8.0 local-pkg: 1.1.1 magic-string: 0.30.17 - typescript: 5.9.3 + typescript: 6.0.3 optionalDependencies: - vite: 7.3.1(@types/node@25.0.3)(jiti@2.6.1)(less@4.3.0)(lightningcss@1.32.0)(sass@1.89.2)(tsx@4.21.0)(yaml@2.8.2) + vite: 7.3.1(@types/node@25.0.3)(jiti@2.6.1)(less@4.3.0)(lightningcss@1.32.0)(sass@1.89.2)(tsx@4.21.0)(yaml@2.8.4) transitivePeerDependencies: - '@types/node' - rollup @@ -11505,13 +11581,13 @@ snapshots: vite-plugin-external@6.2.2: dependencies: '@types/fs-extra': 11.0.4 - fs-extra: 11.3.4 + fs-extra: 11.3.5 is-what-type: 1.1.4 vp-runtime-helper: 1.0.10 transitivePeerDependencies: - supports-color - vite@7.3.1(@types/node@25.0.3)(jiti@2.6.1)(less@4.3.0)(lightningcss@1.32.0)(sass@1.89.2)(tsx@4.21.0)(yaml@2.8.2): + vite@7.3.1(@types/node@25.0.3)(jiti@2.6.1)(less@4.3.0)(lightningcss@1.32.0)(sass@1.89.2)(tsx@4.21.0)(yaml@2.8.4): dependencies: esbuild: 0.27.4 fdir: 6.5.0(picomatch@4.0.3) @@ -11527,7 +11603,7 @@ snapshots: lightningcss: 1.32.0 sass: 1.89.2 tsx: 4.21.0 - yaml: 2.8.2 + yaml: 2.8.4 vp-runtime-helper@1.0.10: dependencies: @@ -11535,7 +11611,7 @@ snapshots: base-log-factory: 2.1.4 blf-debug-appender: 1.0.5 figlet: 1.8.1 - fs-extra: 11.3.4 + fs-extra: 11.3.5 picocolors: 1.1.1 transitivePeerDependencies: - supports-color @@ -11554,15 +11630,15 @@ snapshots: transitivePeerDependencies: - supports-color - vue@3.5.16(typescript@5.9.3): + vue@3.5.16(typescript@6.0.3): dependencies: '@vue/compiler-dom': 3.5.16 '@vue/compiler-sfc': 3.5.16 '@vue/runtime-dom': 3.5.16 - '@vue/server-renderer': 3.5.16(vue@3.5.16(typescript@5.9.3)) + '@vue/server-renderer': 3.5.16(vue@3.5.16(typescript@6.0.3)) '@vue/shared': 3.5.16 optionalDependencies: - typescript: 5.9.3 + typescript: 6.0.3 walk-sync@2.2.0: dependencies: @@ -11587,6 +11663,12 @@ snapshots: wordwrap@1.0.0: {} + wrap-ansi@10.0.0: + dependencies: + ansi-styles: 6.2.3 + string-width: 8.2.1 + strip-ansi: 7.1.2 + wrap-ansi@6.2.0: dependencies: ansi-styles: 4.3.0 @@ -11603,7 +11685,7 @@ snapshots: dependencies: ansi-styles: 6.2.3 string-width: 5.1.2 - strip-ansi: 7.1.0 + strip-ansi: 7.1.2 wrap-ansi@9.0.2: dependencies: @@ -11632,6 +11714,9 @@ snapshots: yaml@2.8.2: {} + yaml@2.8.4: + optional: true + yargs-parser@21.1.1: {} yargs@17.7.2: