From 599f1963da871c5603722956d50703427c1aebbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 19:35:42 +0000 Subject: [PATCH] chore(deps): bump the npm-dependencies group across 1 directory with 6 updates Bumps the npm-dependencies group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.20.1` | `26.1.1` | | [typescript](https://github.com/microsoft/TypeScript) | `5.9.2` | `7.0.2` | | [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `3.2.7` | `4.1.10` | | [marked](https://github.com/markedjs/marked) | `14.1.4` | `18.0.6` | | [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `19.0.0` | `19.2.7` | | [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `19.0.0` | `19.2.7` | Updates `@types/node` from 22.20.1 to 26.1.1 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `typescript` from 5.9.2 to 7.0.2 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/commits) Updates `vitest` from 3.2.7 to 4.1.10 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.10/packages/vitest) Updates `marked` from 14.1.4 to 18.0.6 - [Release notes](https://github.com/markedjs/marked/releases) - [Commits](https://github.com/markedjs/marked/compare/v14.1.4...v18.0.6) Updates `react` from 19.0.0 to 19.2.7 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/react/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v19.2.7/packages/react) Updates `react-dom` from 19.0.0 to 19.2.7 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/react/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v19.2.7/packages/react-dom) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 26.1.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: npm-dependencies - dependency-name: typescript dependency-version: 7.0.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: npm-dependencies - dependency-name: vitest dependency-version: 4.1.10 dependency-type: direct:development update-type: version-update:semver-major dependency-group: npm-dependencies - dependency-name: marked dependency-version: 18.0.6 dependency-type: direct:production update-type: version-update:semver-major dependency-group: npm-dependencies - dependency-name: react dependency-version: 19.2.7 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-dependencies - dependency-name: react-dom dependency-version: 19.2.7 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-dependencies ... Signed-off-by: dependabot[bot] --- apps/site/package.json | 10 +- package.json | 6 +- packages/analyzers/package.json | 6 +- packages/cache/package.json | 4 +- packages/capabilities/package.json | 6 +- packages/cli/package.json | 6 +- packages/compiler/package.json | 6 +- packages/core/package.json | 6 +- packages/diagnostics/package.json | 4 +- packages/enhancer/package.json | 6 +- packages/enhancers/history/package.json | 6 +- packages/enhancers/semantics/package.json | 6 +- packages/intelligence/package.json | 6 +- packages/mcp/package.json | 6 +- packages/parser-openapi/package.json | 6 +- packages/parser-typescript/package.json | 6 +- packages/query/package.json | 6 +- packages/semantic/package.json | 6 +- packages/typescript/package.json | 6 +- plugins/html/package.json | 4 +- plugins/mermaid/package.json | 4 +- pnpm-lock.yaml | 878 +++++++++++++--------- 22 files changed, 574 insertions(+), 426 deletions(-) diff --git a/apps/site/package.json b/apps/site/package.json index 76d2777..2988a73 100644 --- a/apps/site/package.json +++ b/apps/site/package.json @@ -15,15 +15,15 @@ "@next/mdx": "^16.2.10", "@types/mdx": "^2.0.14", "geist": "^1.3.1", - "marked": "^14.1.4", + "marked": "^18.0.6", "next": "16.2.10", - "react": "19.0.0", - "react-dom": "19.0.0" + "react": "19.2.7", + "react-dom": "19.2.7" }, "devDependencies": { - "@types/node": "^22.15.3", + "@types/node": "^26.1.1", "@types/react": "^19.0.0", "@types/react-dom": "^19.0.0", - "typescript": "5.9.2" + "typescript": "7.0.2" } } diff --git a/package.json b/package.json index cee5ca3..be70ad1 100644 --- a/package.json +++ b/package.json @@ -42,10 +42,10 @@ "release:gates": "pnpm check-types && pnpm test && pnpm build && pnpm skills:validate && pnpm skills:validate-installed && pnpm docs:check-links && pnpm docs:lint && pnpm docs:check-site && pnpm license:check && pnpm validate:packages && pnpm validate:pack && pnpm validate:release-version && pnpm new-user:smoke && pnpm validate:ci && node validation/semantic/evaluators/run-semantic-evaluation.mjs --ci && node validation/tools/run-validation-lab.mjs gates --ci" }, "devDependencies": { - "@types/node": "^22.15.3", + "@types/node": "^26.1.1", "tsup": "^8.3.5", - "typescript": "5.9.2", - "vitest": "^3.0.0" + "typescript": "7.0.2", + "vitest": "^4.1.10" }, "packageManager": "pnpm@10.15.1", "keywords": [ diff --git a/packages/analyzers/package.json b/packages/analyzers/package.json index df94216..91d990c 100644 --- a/packages/analyzers/package.json +++ b/packages/analyzers/package.json @@ -34,10 +34,10 @@ "access": "public" }, "devDependencies": { - "@types/node": "^22.15.3", + "@types/node": "^26.1.1", "tsup": "^8.3.5", - "typescript": "5.9.2", - "vitest": "^3.0.0" + "typescript": "7.0.2", + "vitest": "^4.1.10" }, "bugs": { "url": "https://github.com/0xsarwagya/ontoly/issues" diff --git a/packages/cache/package.json b/packages/cache/package.json index adf48ae..dd245ce 100644 --- a/packages/cache/package.json +++ b/packages/cache/package.json @@ -33,9 +33,9 @@ "access": "public" }, "devDependencies": { - "@types/node": "^22.15.3", + "@types/node": "^26.1.1", "tsup": "^8.3.5", - "typescript": "5.9.2" + "typescript": "7.0.2" }, "bugs": { "url": "https://github.com/0xsarwagya/ontoly/issues" diff --git a/packages/capabilities/package.json b/packages/capabilities/package.json index 66fd80d..e58ebe9 100644 --- a/packages/capabilities/package.json +++ b/packages/capabilities/package.json @@ -36,10 +36,10 @@ "access": "public" }, "devDependencies": { - "@types/node": "^22.15.3", + "@types/node": "^26.1.1", "tsup": "^8.3.5", - "typescript": "5.9.2", - "vitest": "^3.0.0" + "typescript": "7.0.2", + "vitest": "^4.1.10" }, "bugs": { "url": "https://github.com/0xsarwagya/ontoly/issues" diff --git a/packages/cli/package.json b/packages/cli/package.json index b47b0c4..5ae33d9 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -62,10 +62,10 @@ "access": "public" }, "devDependencies": { - "@types/node": "^22.15.3", + "@types/node": "^26.1.1", "tsup": "^8.3.5", - "typescript": "5.9.2", - "vitest": "^3.0.0" + "typescript": "7.0.2", + "vitest": "^4.1.10" }, "bugs": { "url": "https://github.com/0xsarwagya/ontoly/issues" diff --git a/packages/compiler/package.json b/packages/compiler/package.json index 9fe1c53..1e64166 100644 --- a/packages/compiler/package.json +++ b/packages/compiler/package.json @@ -36,10 +36,10 @@ "access": "public" }, "devDependencies": { - "@types/node": "^22.15.3", + "@types/node": "^26.1.1", "tsup": "^8.3.5", - "typescript": "5.9.2", - "vitest": "^3.0.0" + "typescript": "7.0.2", + "vitest": "^4.1.10" }, "bugs": { "url": "https://github.com/0xsarwagya/ontoly/issues" diff --git a/packages/core/package.json b/packages/core/package.json index 999f1ba..dc0ad32 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -31,10 +31,10 @@ "access": "public" }, "devDependencies": { - "@types/node": "^22.15.3", + "@types/node": "^26.1.1", "tsup": "^8.3.5", - "typescript": "5.9.2", - "vitest": "^3.0.0" + "typescript": "7.0.2", + "vitest": "^4.1.10" }, "bugs": { "url": "https://github.com/0xsarwagya/ontoly/issues" diff --git a/packages/diagnostics/package.json b/packages/diagnostics/package.json index 4bf8d28..b4b790d 100644 --- a/packages/diagnostics/package.json +++ b/packages/diagnostics/package.json @@ -33,9 +33,9 @@ "access": "public" }, "devDependencies": { - "@types/node": "^22.15.3", + "@types/node": "^26.1.1", "tsup": "^8.3.5", - "typescript": "5.9.2" + "typescript": "7.0.2" }, "bugs": { "url": "https://github.com/0xsarwagya/ontoly/issues" diff --git a/packages/enhancer/package.json b/packages/enhancer/package.json index 140f632..ef871dc 100644 --- a/packages/enhancer/package.json +++ b/packages/enhancer/package.json @@ -34,10 +34,10 @@ "access": "public" }, "devDependencies": { - "@types/node": "^22.15.3", + "@types/node": "^26.1.1", "tsup": "^8.3.5", - "typescript": "5.9.2", - "vitest": "^3.0.0" + "typescript": "7.0.2", + "vitest": "^4.1.10" }, "bugs": { "url": "https://github.com/0xsarwagya/ontoly/issues" diff --git a/packages/enhancers/history/package.json b/packages/enhancers/history/package.json index e95e6c1..40dc7f4 100644 --- a/packages/enhancers/history/package.json +++ b/packages/enhancers/history/package.json @@ -37,10 +37,10 @@ "access": "public" }, "devDependencies": { - "@types/node": "^22.15.3", + "@types/node": "^26.1.1", "tsup": "^8.3.5", - "typescript": "5.9.2", - "vitest": "^3.0.0" + "typescript": "7.0.2", + "vitest": "^4.1.10" }, "bugs": { "url": "https://github.com/0xsarwagya/ontoly/issues" diff --git a/packages/enhancers/semantics/package.json b/packages/enhancers/semantics/package.json index efc97d4..ca5ef0c 100644 --- a/packages/enhancers/semantics/package.json +++ b/packages/enhancers/semantics/package.json @@ -37,10 +37,10 @@ "access": "public" }, "devDependencies": { - "@types/node": "^22.15.3", + "@types/node": "^26.1.1", "tsup": "^8.3.5", - "typescript": "5.9.2", - "vitest": "^3.0.0" + "typescript": "7.0.2", + "vitest": "^4.1.10" }, "bugs": { "url": "https://github.com/0xsarwagya/ontoly/issues" diff --git a/packages/intelligence/package.json b/packages/intelligence/package.json index 9e4e68f..087afd2 100644 --- a/packages/intelligence/package.json +++ b/packages/intelligence/package.json @@ -36,10 +36,10 @@ "access": "public" }, "devDependencies": { - "@types/node": "^22.15.3", + "@types/node": "^26.1.1", "tsup": "^8.3.5", - "typescript": "5.9.2", - "vitest": "^3.0.0" + "typescript": "7.0.2", + "vitest": "^4.1.10" }, "bugs": { "url": "https://github.com/0xsarwagya/ontoly/issues" diff --git a/packages/mcp/package.json b/packages/mcp/package.json index e69bcb2..18dc4ca 100644 --- a/packages/mcp/package.json +++ b/packages/mcp/package.json @@ -38,10 +38,10 @@ "access": "public" }, "devDependencies": { - "@types/node": "^22.15.3", + "@types/node": "^26.1.1", "tsup": "^8.3.5", - "typescript": "5.9.2", - "vitest": "^3.0.0" + "typescript": "7.0.2", + "vitest": "^4.1.10" }, "bugs": { "url": "https://github.com/0xsarwagya/ontoly/issues" diff --git a/packages/parser-openapi/package.json b/packages/parser-openapi/package.json index 1730937..9bc9049 100644 --- a/packages/parser-openapi/package.json +++ b/packages/parser-openapi/package.json @@ -35,10 +35,10 @@ "access": "public" }, "devDependencies": { - "@types/node": "^22.15.3", + "@types/node": "^26.1.1", "tsup": "^8.3.5", - "typescript": "5.9.2", - "vitest": "^3.0.0" + "typescript": "7.0.2", + "vitest": "^4.1.10" }, "bugs": { "url": "https://github.com/0xsarwagya/ontoly/issues" diff --git a/packages/parser-typescript/package.json b/packages/parser-typescript/package.json index aaf4ced..99071e2 100644 --- a/packages/parser-typescript/package.json +++ b/packages/parser-typescript/package.json @@ -32,15 +32,15 @@ "@0xsarwagya/ontoly-core": "workspace:*", "@0xsarwagya/ontoly-semantic": "workspace:*", "@0xsarwagya/ontoly-typescript": "workspace:*", - "typescript": "5.9.2" + "typescript": "7.0.2" }, "publishConfig": { "access": "public" }, "devDependencies": { - "@types/node": "^22.15.3", + "@types/node": "^26.1.1", "tsup": "^8.3.5", - "vitest": "^3.0.0" + "vitest": "^4.1.10" }, "bugs": { "url": "https://github.com/0xsarwagya/ontoly/issues" diff --git a/packages/query/package.json b/packages/query/package.json index 3f970fb..d289564 100644 --- a/packages/query/package.json +++ b/packages/query/package.json @@ -34,10 +34,10 @@ "access": "public" }, "devDependencies": { - "@types/node": "^22.15.3", + "@types/node": "^26.1.1", "tsup": "^8.3.5", - "typescript": "5.9.2", - "vitest": "^3.0.0" + "typescript": "7.0.2", + "vitest": "^4.1.10" }, "bugs": { "url": "https://github.com/0xsarwagya/ontoly/issues" diff --git a/packages/semantic/package.json b/packages/semantic/package.json index 2c11887..ebd7a78 100644 --- a/packages/semantic/package.json +++ b/packages/semantic/package.json @@ -36,10 +36,10 @@ "access": "public" }, "devDependencies": { - "@types/node": "^22.15.3", + "@types/node": "^26.1.1", "tsup": "^8.3.5", - "typescript": "5.9.2", - "vitest": "^3.0.0" + "typescript": "7.0.2", + "vitest": "^4.1.10" }, "bugs": { "url": "https://github.com/0xsarwagya/ontoly/issues" diff --git a/packages/typescript/package.json b/packages/typescript/package.json index a2cefa7..9edbb2e 100644 --- a/packages/typescript/package.json +++ b/packages/typescript/package.json @@ -29,15 +29,15 @@ }, "dependencies": { "@0xsarwagya/ontoly-core": "workspace:*", - "typescript": "5.9.2" + "typescript": "7.0.2" }, "publishConfig": { "access": "public" }, "devDependencies": { - "@types/node": "^22.15.3", + "@types/node": "^26.1.1", "tsup": "^8.3.5", - "vitest": "^3.0.0" + "vitest": "^4.1.10" }, "bugs": { "url": "https://github.com/0xsarwagya/ontoly/issues" diff --git a/plugins/html/package.json b/plugins/html/package.json index 637369b..7838ccd 100644 --- a/plugins/html/package.json +++ b/plugins/html/package.json @@ -33,9 +33,9 @@ "access": "public" }, "devDependencies": { - "@types/node": "^22.15.3", + "@types/node": "^26.1.1", "tsup": "^8.3.5", - "typescript": "5.9.2" + "typescript": "7.0.2" }, "bugs": { "url": "https://github.com/0xsarwagya/ontoly/issues" diff --git a/plugins/mermaid/package.json b/plugins/mermaid/package.json index 028007c..9a26f02 100644 --- a/plugins/mermaid/package.json +++ b/plugins/mermaid/package.json @@ -33,9 +33,9 @@ "access": "public" }, "devDependencies": { - "@types/node": "^22.15.3", + "@types/node": "^26.1.1", "tsup": "^8.3.5", - "typescript": "5.9.2" + "typescript": "7.0.2" }, "bugs": { "url": "https://github.com/0xsarwagya/ontoly/issues" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7b6e048..ee1fe88 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,17 +9,17 @@ importers: .: devDependencies: '@types/node': - specifier: ^22.15.3 - version: 22.20.1 + specifier: ^26.1.1 + version: 26.1.1 tsup: specifier: ^8.3.5 - version: 8.5.1(postcss@8.5.17)(typescript@5.9.2) + version: 8.5.1(postcss@8.5.19)(typescript@7.0.2) typescript: - specifier: 5.9.2 - version: 5.9.2 + specifier: 7.0.2 + version: 7.0.2 vitest: - specifier: ^3.0.0 - version: 3.2.7(@types/debug@4.1.13)(@types/node@22.20.1) + specifier: ^4.1.10 + version: 4.1.10(@types/node@26.1.1)(vite@7.3.6(@types/node@26.1.1)) apps/site: dependencies: @@ -28,32 +28,32 @@ importers: version: 3.1.1 '@mdx-js/react': specifier: ^3.1.1 - version: 3.1.1(@types/react@19.2.17)(react@19.0.0) + version: 3.1.1(@types/react@19.2.17)(react@19.2.7) '@next/mdx': specifier: ^16.2.10 - version: 16.2.10(@mdx-js/loader@3.1.1)(@mdx-js/react@3.1.1(@types/react@19.2.17)(react@19.0.0)) + version: 16.2.10(@mdx-js/loader@3.1.1)(@mdx-js/react@3.1.1(@types/react@19.2.17)(react@19.2.7)) '@types/mdx': specifier: ^2.0.14 version: 2.0.14 geist: specifier: ^1.3.1 - version: 1.7.2(next@16.2.10(react-dom@19.0.0(react@19.0.0))(react@19.0.0)) + version: 1.7.2(next@16.2.10(react-dom@19.2.7(react@19.2.7))(react@19.2.7)) marked: - specifier: ^14.1.4 - version: 14.1.4 + specifier: ^18.0.6 + version: 18.0.6 next: specifier: 16.2.10 - version: 16.2.10(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + version: 16.2.10(react-dom@19.2.7(react@19.2.7))(react@19.2.7) react: - specifier: 19.0.0 - version: 19.0.0 + specifier: 19.2.7 + version: 19.2.7 react-dom: - specifier: 19.0.0 - version: 19.0.0(react@19.0.0) + specifier: 19.2.7 + version: 19.2.7(react@19.2.7) devDependencies: '@types/node': - specifier: ^22.15.3 - version: 22.20.1 + specifier: ^26.1.1 + version: 26.1.1 '@types/react': specifier: ^19.0.0 version: 19.2.17 @@ -61,8 +61,8 @@ importers: specifier: ^19.0.0 version: 19.2.3(@types/react@19.2.17) typescript: - specifier: 5.9.2 - version: 5.9.2 + specifier: 7.0.2 + version: 7.0.2 examples/basic: {} @@ -85,17 +85,17 @@ importers: version: link:../core devDependencies: '@types/node': - specifier: ^22.15.3 - version: 22.20.1 + specifier: ^26.1.1 + version: 26.1.1 tsup: specifier: ^8.3.5 - version: 8.5.1(postcss@8.5.17)(typescript@5.9.2) + version: 8.5.1(postcss@8.5.19)(typescript@7.0.2) typescript: - specifier: 5.9.2 - version: 5.9.2 + specifier: 7.0.2 + version: 7.0.2 vitest: - specifier: ^3.0.0 - version: 3.2.7(@types/debug@4.1.13)(@types/node@22.20.1) + specifier: ^4.1.10 + version: 4.1.10(@types/node@26.1.1)(vite@7.3.6(@types/node@26.1.1)) packages/cache: dependencies: @@ -104,14 +104,14 @@ importers: version: link:../core devDependencies: '@types/node': - specifier: ^22.15.3 - version: 22.20.1 + specifier: ^26.1.1 + version: 26.1.1 tsup: specifier: ^8.3.5 - version: 8.5.1(postcss@8.5.17)(typescript@5.9.2) + version: 8.5.1(postcss@8.5.19)(typescript@7.0.2) typescript: - specifier: 5.9.2 - version: 5.9.2 + specifier: 7.0.2 + version: 7.0.2 packages/capabilities: dependencies: @@ -126,17 +126,17 @@ importers: version: link:../query devDependencies: '@types/node': - specifier: ^22.15.3 - version: 22.20.1 + specifier: ^26.1.1 + version: 26.1.1 tsup: specifier: ^8.3.5 - version: 8.5.1(postcss@8.5.17)(typescript@5.9.2) + version: 8.5.1(postcss@8.5.19)(typescript@7.0.2) typescript: - specifier: 5.9.2 - version: 5.9.2 + specifier: 7.0.2 + version: 7.0.2 vitest: - specifier: ^3.0.0 - version: 3.2.7(@types/debug@4.1.13)(@types/node@22.20.1) + specifier: ^4.1.10 + version: 4.1.10(@types/node@26.1.1)(vite@7.3.6(@types/node@26.1.1)) packages/cli: dependencies: @@ -190,17 +190,17 @@ importers: version: link:../typescript devDependencies: '@types/node': - specifier: ^22.15.3 - version: 22.20.1 + specifier: ^26.1.1 + version: 26.1.1 tsup: specifier: ^8.3.5 - version: 8.5.1(postcss@8.5.17)(typescript@5.9.2) + version: 8.5.1(postcss@8.5.19)(typescript@7.0.2) typescript: - specifier: 5.9.2 - version: 5.9.2 + specifier: 7.0.2 + version: 7.0.2 vitest: - specifier: ^3.0.0 - version: 3.2.7(@types/debug@4.1.13)(@types/node@22.20.1) + specifier: ^4.1.10 + version: 4.1.10(@types/node@26.1.1)(vite@7.3.6(@types/node@26.1.1)) packages/compiler: dependencies: @@ -215,32 +215,32 @@ importers: version: link:../diagnostics devDependencies: '@types/node': - specifier: ^22.15.3 - version: 22.20.1 + specifier: ^26.1.1 + version: 26.1.1 tsup: specifier: ^8.3.5 - version: 8.5.1(postcss@8.5.17)(typescript@5.9.2) + version: 8.5.1(postcss@8.5.19)(typescript@7.0.2) typescript: - specifier: 5.9.2 - version: 5.9.2 + specifier: 7.0.2 + version: 7.0.2 vitest: - specifier: ^3.0.0 - version: 3.2.7(@types/debug@4.1.13)(@types/node@22.20.1) + specifier: ^4.1.10 + version: 4.1.10(@types/node@26.1.1)(vite@7.3.6(@types/node@26.1.1)) packages/core: devDependencies: '@types/node': - specifier: ^22.15.3 - version: 22.20.1 + specifier: ^26.1.1 + version: 26.1.1 tsup: specifier: ^8.3.5 - version: 8.5.1(postcss@8.5.17)(typescript@5.9.2) + version: 8.5.1(postcss@8.5.19)(typescript@7.0.2) typescript: - specifier: 5.9.2 - version: 5.9.2 + specifier: 7.0.2 + version: 7.0.2 vitest: - specifier: ^3.0.0 - version: 3.2.7(@types/debug@4.1.13)(@types/node@22.20.1) + specifier: ^4.1.10 + version: 4.1.10(@types/node@26.1.1)(vite@7.3.6(@types/node@26.1.1)) packages/diagnostics: dependencies: @@ -249,14 +249,14 @@ importers: version: link:../core devDependencies: '@types/node': - specifier: ^22.15.3 - version: 22.20.1 + specifier: ^26.1.1 + version: 26.1.1 tsup: specifier: ^8.3.5 - version: 8.5.1(postcss@8.5.17)(typescript@5.9.2) + version: 8.5.1(postcss@8.5.19)(typescript@7.0.2) typescript: - specifier: 5.9.2 - version: 5.9.2 + specifier: 7.0.2 + version: 7.0.2 packages/enhancer: dependencies: @@ -265,17 +265,17 @@ importers: version: link:../core devDependencies: '@types/node': - specifier: ^22.15.3 - version: 22.20.1 + specifier: ^26.1.1 + version: 26.1.1 tsup: specifier: ^8.3.5 - version: 8.5.1(postcss@8.5.17)(typescript@5.9.2) + version: 8.5.1(postcss@8.5.19)(typescript@7.0.2) typescript: - specifier: 5.9.2 - version: 5.9.2 + specifier: 7.0.2 + version: 7.0.2 vitest: - specifier: ^3.0.0 - version: 3.2.7(@types/debug@4.1.13)(@types/node@22.20.1) + specifier: ^4.1.10 + version: 4.1.10(@types/node@26.1.1)(vite@7.3.6(@types/node@26.1.1)) packages/enhancers/history: dependencies: @@ -287,17 +287,17 @@ importers: version: link:../../enhancer devDependencies: '@types/node': - specifier: ^22.15.3 - version: 22.20.1 + specifier: ^26.1.1 + version: 26.1.1 tsup: specifier: ^8.3.5 - version: 8.5.1(postcss@8.5.17)(typescript@5.9.2) + version: 8.5.1(postcss@8.5.19)(typescript@7.0.2) typescript: - specifier: 5.9.2 - version: 5.9.2 + specifier: 7.0.2 + version: 7.0.2 vitest: - specifier: ^3.0.0 - version: 3.2.7(@types/debug@4.1.13)(@types/node@22.20.1) + specifier: ^4.1.10 + version: 4.1.10(@types/node@26.1.1)(vite@7.3.6(@types/node@26.1.1)) packages/enhancers/semantics: dependencies: @@ -309,17 +309,17 @@ importers: version: link:../../enhancer devDependencies: '@types/node': - specifier: ^22.15.3 - version: 22.20.1 + specifier: ^26.1.1 + version: 26.1.1 tsup: specifier: ^8.3.5 - version: 8.5.1(postcss@8.5.17)(typescript@5.9.2) + version: 8.5.1(postcss@8.5.19)(typescript@7.0.2) typescript: - specifier: 5.9.2 - version: 5.9.2 + specifier: 7.0.2 + version: 7.0.2 vitest: - specifier: ^3.0.0 - version: 3.2.7(@types/debug@4.1.13)(@types/node@22.20.1) + specifier: ^4.1.10 + version: 4.1.10(@types/node@26.1.1)(vite@7.3.6(@types/node@26.1.1)) packages/intelligence: dependencies: @@ -334,17 +334,17 @@ importers: version: link:../enhancers/semantics devDependencies: '@types/node': - specifier: ^22.15.3 - version: 22.20.1 + specifier: ^26.1.1 + version: 26.1.1 tsup: specifier: ^8.3.5 - version: 8.5.1(postcss@8.5.17)(typescript@5.9.2) + version: 8.5.1(postcss@8.5.19)(typescript@7.0.2) typescript: - specifier: 5.9.2 - version: 5.9.2 + specifier: 7.0.2 + version: 7.0.2 vitest: - specifier: ^3.0.0 - version: 3.2.7(@types/debug@4.1.13)(@types/node@22.20.1) + specifier: ^4.1.10 + version: 4.1.10(@types/node@26.1.1)(vite@7.3.6(@types/node@26.1.1)) packages/mcp: dependencies: @@ -365,17 +365,17 @@ importers: version: link:../query devDependencies: '@types/node': - specifier: ^22.15.3 - version: 22.20.1 + specifier: ^26.1.1 + version: 26.1.1 tsup: specifier: ^8.3.5 - version: 8.5.1(postcss@8.5.17)(typescript@5.9.2) + version: 8.5.1(postcss@8.5.19)(typescript@7.0.2) typescript: - specifier: 5.9.2 - version: 5.9.2 + specifier: 7.0.2 + version: 7.0.2 vitest: - specifier: ^3.0.0 - version: 3.2.7(@types/debug@4.1.13)(@types/node@22.20.1) + specifier: ^4.1.10 + version: 4.1.10(@types/node@26.1.1)(vite@7.3.6(@types/node@26.1.1)) packages/parser-openapi: dependencies: @@ -387,17 +387,17 @@ importers: version: link:../core devDependencies: '@types/node': - specifier: ^22.15.3 - version: 22.20.1 + specifier: ^26.1.1 + version: 26.1.1 tsup: specifier: ^8.3.5 - version: 8.5.1(postcss@8.5.17)(typescript@5.9.2) + version: 8.5.1(postcss@8.5.19)(typescript@7.0.2) typescript: - specifier: 5.9.2 - version: 5.9.2 + specifier: 7.0.2 + version: 7.0.2 vitest: - specifier: ^3.0.0 - version: 3.2.7(@types/debug@4.1.13)(@types/node@22.20.1) + specifier: ^4.1.10 + version: 4.1.10(@types/node@26.1.1)(vite@7.3.6(@types/node@26.1.1)) packages/parser-typescript: dependencies: @@ -414,18 +414,18 @@ importers: specifier: workspace:* version: link:../typescript typescript: - specifier: 5.9.2 - version: 5.9.2 + specifier: 7.0.2 + version: 7.0.2 devDependencies: '@types/node': - specifier: ^22.15.3 - version: 22.20.1 + specifier: ^26.1.1 + version: 26.1.1 tsup: specifier: ^8.3.5 - version: 8.5.1(postcss@8.5.17)(typescript@5.9.2) + version: 8.5.1(postcss@8.5.19)(typescript@7.0.2) vitest: - specifier: ^3.0.0 - version: 3.2.7(@types/debug@4.1.13)(@types/node@22.20.1) + specifier: ^4.1.10 + version: 4.1.10(@types/node@26.1.1)(vite@7.3.6(@types/node@26.1.1)) packages/query: dependencies: @@ -434,17 +434,17 @@ importers: version: link:../core devDependencies: '@types/node': - specifier: ^22.15.3 - version: 22.20.1 + specifier: ^26.1.1 + version: 26.1.1 tsup: specifier: ^8.3.5 - version: 8.5.1(postcss@8.5.17)(typescript@5.9.2) + version: 8.5.1(postcss@8.5.19)(typescript@7.0.2) typescript: - specifier: 5.9.2 - version: 5.9.2 + specifier: 7.0.2 + version: 7.0.2 vitest: - specifier: ^3.0.0 - version: 3.2.7(@types/debug@4.1.13)(@types/node@22.20.1) + specifier: ^4.1.10 + version: 4.1.10(@types/node@26.1.1)(vite@7.3.6(@types/node@26.1.1)) packages/semantic: dependencies: @@ -459,17 +459,17 @@ importers: version: link:../typescript devDependencies: '@types/node': - specifier: ^22.15.3 - version: 22.20.1 + specifier: ^26.1.1 + version: 26.1.1 tsup: specifier: ^8.3.5 - version: 8.5.1(postcss@8.5.17)(typescript@5.9.2) + version: 8.5.1(postcss@8.5.19)(typescript@7.0.2) typescript: - specifier: 5.9.2 - version: 5.9.2 + specifier: 7.0.2 + version: 7.0.2 vitest: - specifier: ^3.0.0 - version: 3.2.7(@types/debug@4.1.13)(@types/node@22.20.1) + specifier: ^4.1.10 + version: 4.1.10(@types/node@26.1.1)(vite@7.3.6(@types/node@26.1.1)) packages/typescript: dependencies: @@ -477,18 +477,18 @@ importers: specifier: workspace:* version: link:../core typescript: - specifier: 5.9.2 - version: 5.9.2 + specifier: 7.0.2 + version: 7.0.2 devDependencies: '@types/node': - specifier: ^22.15.3 - version: 22.20.1 + specifier: ^26.1.1 + version: 26.1.1 tsup: specifier: ^8.3.5 - version: 8.5.1(postcss@8.5.17)(typescript@5.9.2) + version: 8.5.1(postcss@8.5.19)(typescript@7.0.2) vitest: - specifier: ^3.0.0 - version: 3.2.7(@types/debug@4.1.13)(@types/node@22.20.1) + specifier: ^4.1.10 + version: 4.1.10(@types/node@26.1.1)(vite@7.3.6(@types/node@26.1.1)) plugins/html: dependencies: @@ -497,14 +497,14 @@ importers: version: link:../../packages/core devDependencies: '@types/node': - specifier: ^22.15.3 - version: 22.20.1 + specifier: ^26.1.1 + version: 26.1.1 tsup: specifier: ^8.3.5 - version: 8.5.1(postcss@8.5.17)(typescript@5.9.2) + version: 8.5.1(postcss@8.5.19)(typescript@7.0.2) typescript: - specifier: 5.9.2 - version: 5.9.2 + specifier: 7.0.2 + version: 7.0.2 plugins/mermaid: dependencies: @@ -513,14 +513,14 @@ importers: version: link:../../packages/core devDependencies: '@types/node': - specifier: ^22.15.3 - version: 22.20.1 + specifier: ^26.1.1 + version: 26.1.1 tsup: specifier: ^8.3.5 - version: 8.5.1(postcss@8.5.17)(typescript@5.9.2) + version: 8.5.1(postcss@8.5.19)(typescript@7.0.2) typescript: - specifier: 5.9.2 - version: 5.9.2 + specifier: 7.0.2 + version: 7.0.2 packages: @@ -1193,6 +1193,9 @@ packages: cpu: [x64] os: [win32] + '@standard-schema/spec@1.1.0': + resolution: {integrity: sha512-l2aFy5jALhniG5HgqrD6jXLi/rUWrKvqN/qJx6yoJsgKhblVd+iqqU4RCXavm/jPityDo5TCvKMnpjKnOriy0w==} + '@swc/helpers@0.5.15': resolution: {integrity: sha512-JQ5TuMi45Owi4/BIMAJBoSQoOJu12oOk/gADqlcUL9JEdHB8vyjUSsxqeNXnmXHjYKMi2WcYtezGEEhqUI/E2g==} @@ -1223,8 +1226,8 @@ packages: '@types/ms@2.1.0': resolution: {integrity: sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==} - '@types/node@22.20.1': - resolution: {integrity: sha512-EANqOCF9QFyra+4pfxUcX9STKJpCLjMbObVzljIJomAWSnuSIEAvyzEU53GaajbXJEgdh0iEcPL+DGvpUd4k1Q==} + '@types/node@26.1.1': + resolution: {integrity: sha512-nxAkRSVkN1Y0JC1W8ky/fTfkGsMmcrRsbx+3XoZE+rMOX71kLYTV7fLXpqud1GpbpP5TuffXFqfX7fH2GgZREw==} '@types/react-dom@19.2.3': resolution: {integrity: sha512-jp2L/eY6fn+KgVVQAOqYItbF0VY/YApe5Mz2F0aykSO8gx31bYCZyvSeYxCHKvzHG5eZjc+zyaS5BrBWya2+kQ==} @@ -1240,37 +1243,157 @@ packages: '@types/unist@3.0.3': resolution: {integrity: sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==} + '@typescript/typescript-aix-ppc64@7.0.2': + resolution: {integrity: sha512-MTKKkWB7p/0E9xi1d1tHtZ5PiLkGEMIq88pK2CubZjOsLtYTLqhgIgi6zepFa+9GHZ6h05NMCkQxGKiPXMxXtQ==} + engines: {node: '>=16.20.0'} + cpu: [ppc64] + os: [aix] + + '@typescript/typescript-darwin-arm64@7.0.2': + resolution: {integrity: sha512-gowzar9MwS/aRWp6f3a4KUqzRjAZjOsmGNCM6LcTgXum+dBfgsBVMN+AgvOCCbguXyick6LJhpBszxMebJ8syA==} + engines: {node: '>=16.20.0'} + cpu: [arm64] + os: [darwin] + + '@typescript/typescript-darwin-x64@7.0.2': + resolution: {integrity: sha512-SZ9xZInqApNlNGc9s0W1VSsktYSOe9cFqNOIqmN1Gs8SmkjKZYFt017G4VwPxASInODuAdbTW7sXiFUf893RgA==} + engines: {node: '>=16.20.0'} + cpu: [x64] + os: [darwin] + + '@typescript/typescript-freebsd-arm64@7.0.2': + resolution: {integrity: sha512-W5NH4y/J0plIIS5b2xvTEkU7JFxyqdMAOgf+Ilhl0vHQXKO5dZoxd+C/jEtq56c4F3wk71RB4BMRQ2XdI+bwYQ==} + engines: {node: '>=16.20.0'} + cpu: [arm64] + os: [freebsd] + + '@typescript/typescript-freebsd-x64@7.0.2': + resolution: {integrity: sha512-UMGDx5sTpzNw3WiPebH7l90IWfJggEd+egHt/q6p7/Cm3zqoV7VxkGXt+3DxPIw8CcmvAB0j3sVVfbhX+M4Tpw==} + engines: {node: '>=16.20.0'} + cpu: [x64] + os: [freebsd] + + '@typescript/typescript-linux-arm64@7.0.2': + resolution: {integrity: sha512-Qh4eU4/y3yDjnfjjyPYihMj5/ODIlmt+Bzu17OI+fiSRDW57QmU5SiN63exPRNJPKUzcc1INa1NXdrJ+MqHjUQ==} + engines: {node: '>=16.20.0'} + cpu: [arm64] + os: [linux] + + '@typescript/typescript-linux-arm@7.0.2': + resolution: {integrity: sha512-gffT3xPz9sR7j/YJExkyPntrI0P2EP9XbOyWzth2/Gs0RstK+90RBcO0ncXoXy/beYll1SXw846Nf2zdnEz0QQ==} + engines: {node: '>=16.20.0'} + cpu: [arm] + os: [linux] + + '@typescript/typescript-linux-loong64@7.0.2': + resolution: {integrity: sha512-uEHck9i8hoAzXPiYRib1O7miOnz23SxIeVl6F4LXox+qov1K35jHcEW6VHKvZI+pyvl7fZEP4MCU5LYvIq1GuQ==} + engines: {node: '>=16.20.0'} + cpu: [loong64] + os: [linux] + + '@typescript/typescript-linux-mips64el@7.0.2': + resolution: {integrity: sha512-R4KvAMnE43W5Qeqb0Ly56O3mWMWIAgsMyz36DCaycd5nbg/9kzm0liw3JocfRqyJY0KPmzFjbswozXyW0DnIYA==} + engines: {node: '>=16.20.0'} + cpu: [mips64el] + os: [linux] + + '@typescript/typescript-linux-ppc64@7.0.2': + resolution: {integrity: sha512-DORx5b3sd/4S7eayxm4FQv+A7CrkUIGRaHiwI8oiHTAI1fAPWhF4J0vAlkC8biAlHSVVwxMQ3tjZ2/DVbnQiiA==} + engines: {node: '>=16.20.0'} + cpu: [ppc64] + os: [linux] + + '@typescript/typescript-linux-riscv64@7.0.2': + resolution: {integrity: sha512-wf0jqEDOjrPRnKwYRyyJDRo11KMbvMFrU+q4zqKyChODBzvlkbhNQfKvLxQCcwTpdDaXSHZTVuh0JoCrKCUMHQ==} + engines: {node: '>=16.20.0'} + cpu: [riscv64] + os: [linux] + + '@typescript/typescript-linux-s390x@7.0.2': + resolution: {integrity: sha512-IkwJc3L7yhytWd/ewjyxNDfOmswCm9GWMJT/ue/dU4aZNbwZeYAetq42VyLmsmSjvoX7z74X6ZaYCtzAr0EuGw==} + engines: {node: '>=16.20.0'} + cpu: [s390x] + os: [linux] + + '@typescript/typescript-linux-x64@7.0.2': + resolution: {integrity: sha512-EYdf2cNg7rgCWJnxCdJ+F3V39O8ihb37eHAu1LK8oAFizgTQbPOK7zHHXbPt8rX24COqODXeI3sIf0fCXG7H/A==} + engines: {node: '>=16.20.0'} + cpu: [x64] + os: [linux] + + '@typescript/typescript-netbsd-arm64@7.0.2': + resolution: {integrity: sha512-+polYF4MF04aPpO5FTkHran9yUQDSXqy5GiSDKpsll5jy3l3+g9QLhpf39T+ePtefhXLOGrLl0QIjkQP6VnelA==} + engines: {node: '>=16.20.0'} + cpu: [arm64] + os: [netbsd] + + '@typescript/typescript-netbsd-x64@7.0.2': + resolution: {integrity: sha512-8YIT0EHM/3dq10ZOVF/A7pc/YSMtbcecct4rWtexrnSCHOPcpC2KTLXfTCR6vDpnSiY12heNb1GiN/wu+T/FyA==} + engines: {node: '>=16.20.0'} + cpu: [x64] + os: [netbsd] + + '@typescript/typescript-openbsd-arm64@7.0.2': + resolution: {integrity: sha512-APT8+ClYnuYm1u9+kgGXoMj2VzWzcymwh2gNSQVySHfkRDGOTVkoWLjCmOQSaO+PoqQ57B0flRp9SA+7GnnkzQ==} + engines: {node: '>=16.20.0'} + cpu: [arm64] + os: [openbsd] + + '@typescript/typescript-openbsd-x64@7.0.2': + resolution: {integrity: sha512-yX7s+Q0Dln0Dt9tEzZsAjXXR/+ytBM7AlglaqyeMPxQszJ1JhlJdZ6jLA+IzldHtflX81em7lDao1xXu+aRRkg==} + engines: {node: '>=16.20.0'} + cpu: [x64] + os: [openbsd] + + '@typescript/typescript-sunos-x64@7.0.2': + resolution: {integrity: sha512-dLJDGaLZ1D4HPQn62u1n8mBDkJREwMsAkCdkwd4Ieqw+x3TUyTsqY0YiBCtE6H6OzzgGk3iuZ3vFWRS+E8/d1g==} + engines: {node: '>=16.20.0'} + cpu: [x64] + os: [sunos] + + '@typescript/typescript-win32-arm64@7.0.2': + resolution: {integrity: sha512-Gyl1Vy6OsWesLzmq+EP0Fb7b4Nid5232AvcA2SFcdYreldpNtYFFofPjnt62y9hQy7VTaZp65ICJjuAQRaVcIQ==} + engines: {node: '>=16.20.0'} + cpu: [arm64] + os: [win32] + + '@typescript/typescript-win32-x64@7.0.2': + resolution: {integrity: sha512-0BQ3HkAHHlKLSp1qRvf3SUhGpGsDuhB/jgFw75guyqbxJqEaS0Cw/VFO8i2nHglJUzQCRtMMR/IBAKE3ETMC4g==} + engines: {node: '>=16.20.0'} + cpu: [x64] + os: [win32] + '@ungap/structured-clone@1.3.3': resolution: {integrity: sha512-60YRaenCQcVjYEKOcG824+DRGGIQ3VKErcBoAEDJZz5bKIs2ZG+X/H9Nk+Q6EVkwJk5QNApxbrc5QtBSwtrXAg==} - '@vitest/expect@3.2.7': - resolution: {integrity: sha512-E8eBXaKibuvH2pSZErOjdVb5vF4PbKYcrnluBTYxEk1l/VhhwZg1kZQsdtjq+CsF5CFydf2Rdkz7jDHKSisi3w==} + '@vitest/expect@4.1.10': + resolution: {integrity: sha512-YsCn+qAk1GWjQOWFEsEcL2gNQ0zmVmQu3T03qP6UyjhtmdtwtbuI+DASn/7iQB3HGTXkdBwGddzxPlmiql5vlA==} - '@vitest/mocker@3.2.7': - resolution: {integrity: sha512-Trr0hYO9CM3Wj6ksWHRhK9IZpIY6wTMO5u/MqXurMxT57sWBaOPEtP3Oq60ihZuh5JsiagKfz95OcxdEP6dBrA==} + '@vitest/mocker@4.1.10': + resolution: {integrity: sha512-v0xaezt+DKEmKfaxg133ldzADrwLGd7Ze1MfQQTYfvs8OqZIwbxyxaYURivwV7sWy5fqn3rH5uOrSp07bp44Ow==} peerDependencies: msw: ^2.4.9 - vite: ^5.0.0 || ^6.0.0 || ^7.0.0-0 + vite: ^6.0.0 || ^7.0.0 || ^8.0.0 peerDependenciesMeta: msw: optional: true vite: optional: true - '@vitest/pretty-format@3.2.7': - resolution: {integrity: sha512-KUHlwqVu0sRlhCdyPdQ/wBoTfRahjUky1MubOmYw9fWfIZy1gNoHpuaaQBPAaMaVYdQYHJLurzj8ECCj5OwTqA==} + '@vitest/pretty-format@4.1.10': + resolution: {integrity: sha512-W1HsjSH4MXQ9YfmmhLAoIYf1HRfekQCGngeIgcei6MP5QQGWUe0gkopdZQaVCFO+JDJMrAJGwa5pRpNpvy4P8Q==} - '@vitest/runner@3.2.7': - resolution: {integrity: sha512-sB9y4ovltoQP+WaUPwmSxO9WIg9Ig694Di5PalVPsYHklAdE027mehpWF2SQSVq+k6sFgaivbTjTJwZLSHbedA==} + '@vitest/runner@4.1.10': + resolution: {integrity: sha512-IKI6kpIH+LmpROplyLwBBaCfMgOZOMsygVa6BARD6ahA04VRuJSa6OaVG7kRvSEMD870Vd91rSSw0eegtWyLGg==} - '@vitest/snapshot@3.2.7': - resolution: {integrity: sha512-7C+MwShwtBSI5Buwoyg3s/iY1eHL9PKAf+O1wVh/TdnjXUtkoL/9YQtre90i4MtNXM6edP1wJ2zOBpfCyhIS7g==} + '@vitest/snapshot@4.1.10': + resolution: {integrity: sha512-xRkfOT1qpTAi/Ti4Y1LtfRc3kEuqxGw59eN2jN9pRWMtS/XDevekhcFSqvQqjUNGksfjMJu3Y+oJ+4Ypn2OaJw==} - '@vitest/spy@3.2.7': - resolution: {integrity: sha512-Q2eQGI6d2L/hBtZ0qNuKcAGid68XK6cv1xsoaIma6PaJhHPoqcEJhYpXZ/5myCMqkNgtP6UKuBhbc0nHKnrkuQ==} + '@vitest/spy@4.1.10': + resolution: {integrity: sha512-PLf/Ugvoq5wO/b4rwYCR1h2PSIdXz7wnkQFMiUpLdtM7l6pqVFcQIBEHyT1+l+cj7mNwAfZHzqXqDyjvOuwbDw==} - '@vitest/utils@3.2.7': - resolution: {integrity: sha512-x6BDOd7dyo3PFLY3I9/HJ25X/6OurhGXk2/B9gOZNPF7XDVjeBK4k01lQE5uvDpbuheErh91qYuE1E2OEjK3Rw==} + '@vitest/utils@4.1.10': + resolution: {integrity: sha512-fy9am/HWxbaGt/Sawrp90vt6Y6jQwf1RX77cz3uwoJwJVMli/e1IEwRPnMNJ7vKfPTwo0diXifkpPvwH9v7nGA==} acorn-jsx@5.3.2: resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==} @@ -1317,8 +1440,8 @@ packages: ccount@2.0.1: resolution: {integrity: sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==} - chai@5.3.3: - resolution: {integrity: sha512-4zNhdJD/iOjSH0A05ea+Ke6MU5mmpQcbQsSOkgdaUMJ9zTlDTD/GYlwohmIE2u0gaxHYiVHEn1Fw9mZ/ktJWgw==} + chai@6.2.2: + resolution: {integrity: sha512-NUPRluOfOiTKBKvWPtSD4PhFvWCqOi0BGStNWs57X9js7XGTprSmFoz5F0tWhR4WPjNeR9jXqdC7/UpSJTnlRg==} engines: {node: '>=18'} character-entities-html4@2.1.0: @@ -1333,10 +1456,6 @@ packages: character-reference-invalid@2.0.1: resolution: {integrity: sha512-iBZ4F4wRbyORVsu0jPV7gXkOsGYjGHPmAyv+HiHG8gi5PtC9KI2j1+v8/tlibRvjoWX027ypmG/n0HtO5t7unw==} - check-error@2.1.3: - resolution: {integrity: sha512-PAJdDJusoxnwm1VwW07VWwUN1sl7smmC3OKggvndJFadxxDRyFJBX/ggnu/KE4kQAB7a3Dp8f/YXC1FlUprWmA==} - engines: {node: '>= 16'} - chokidar@4.0.3: resolution: {integrity: sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==} engines: {node: '>= 14.16.0'} @@ -1361,6 +1480,9 @@ packages: resolution: {integrity: sha512-5IKcdX0nnYavi6G7TtOhwkYzyjfJlatbjMjuLSfE2kYT5pMDOilZ4OvMhi637CcDICTmz3wARPoyhqyX1Y+XvA==} engines: {node: ^14.18.0 || >=16.10.0} + convert-source-map@2.0.0: + resolution: {integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==} + csstype@3.2.3: resolution: {integrity: sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==} @@ -1376,10 +1498,6 @@ packages: decode-named-character-reference@1.3.0: resolution: {integrity: sha512-GtpQYB283KrPp6nRw50q3U9/VfOutZOe103qlN7BPP6Ad27xYnOIWv4lPzo8HCAL+mMZofJ9KEy30fq6MfaK6Q==} - deep-eql@5.0.2: - resolution: {integrity: sha512-h5k/5U50IJJFpzfL6nO9jaaumfjO/f2NjK/oYB2Djzm4p9L+3T9qWpZqZ2hAbLPuuYq9wrU08WQyBTL5GbPk5Q==} - engines: {node: '>=6'} - dequal@2.0.3: resolution: {integrity: sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==} engines: {node: '>=6'} @@ -1391,8 +1509,8 @@ packages: devlop@1.1.0: resolution: {integrity: sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==} - es-module-lexer@1.7.0: - resolution: {integrity: sha512-jEQoCwk8hyb2AZziIOLhDqpm5+2ww5uIE6lkO/6jcOCusfk6LhMHpXXfBLXTZ7Ydyt0j4VoUQv6uGNYbdW+kBA==} + es-module-lexer@2.3.1: + resolution: {integrity: sha512-shc1dbU90Yl/xq1QrC7QRtfcwURZuVRfPhZbDoldJ1cn1gzDvBaBWlv0eFolj5+0znnPJz5TXLxsN77X/12KTA==} esast-util-from-estree@2.0.0: resolution: {integrity: sha512-4CyanoAudUSBAn5K13H4JhsMH6L9ZP7XbLVe/dKybkxMO7eDyLsT8UHl9TRNrU2Gr9nz+FovfSIjuXWJ81uVwQ==} @@ -1492,9 +1610,6 @@ packages: resolution: {integrity: sha512-34wB/Y7MW7bzjKRjUKTa46I2Z7eV62Rkhva+KkopW7Qvv/OSWBqvkSY7vusOPrNuZcUG3tApvdVgNB8POj3SPw==} engines: {node: '>=10'} - js-tokens@9.0.1: - resolution: {integrity: sha512-mxa9E9ITFOt0ban3j6L5MpjwegGz6lBQmM1IJkWeBZGcMxto50+eWdjC/52xDbS2vy0k7vIMK0Fe2wfL9OQSpQ==} - lilconfig@3.1.3: resolution: {integrity: sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==} engines: {node: '>=14'} @@ -1509,9 +1624,6 @@ packages: longest-streak@3.1.0: resolution: {integrity: sha512-9Ri+o0JYgehTaVBBDoMqIl8GXtbWg711O3srftcHhZ0dqnETqLaoIK0x17fUw9rFSlK/0NlsKe0Ahhyl5pXE2g==} - loupe@3.2.1: - resolution: {integrity: sha512-CdzqowRJCeLU72bHvWqwRBBlLcMEtIvGrlvef74kMnV2AolS9Y8xUv1I0U/MNAWMhBlKIoyuEgoJ0t/bbwHbLQ==} - magic-string@0.30.21: resolution: {integrity: sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==} @@ -1519,9 +1631,9 @@ packages: resolution: {integrity: sha512-o5vL7aDWatOTX8LzaS1WMoaoxIiLRQJuIKKe2wAw6IeULDHaqbiqiggmx+pKvZDb1Sj+pE46Sn1T7lCqfFtg1Q==} engines: {node: '>=16'} - marked@14.1.4: - resolution: {integrity: sha512-vkVZ8ONmUdPnjCKc5uTRvmkRbx4EAi2OkTOXmfTDhZz3OFqMNBM1oTTWwTr4HY4uAEojhzPf+Fy8F1DWa3Sndg==} - engines: {node: '>= 18'} + marked@18.0.6: + resolution: {integrity: sha512-MrV5puXBfuiy6wl6DLaq3BtIJQAJToAd5zt/ZKhRfGRAuFPALE7/4Y7jnxRQoEgK/pBgurGqLyAuRgZ2xOjr6w==} + engines: {node: '>= 20'} hasBin: true mdast-util-from-markdown@2.0.3: @@ -1649,6 +1761,11 @@ packages: engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} hasBin: true + nanoid@3.3.16: + resolution: {integrity: sha512-bzlKTyNJ7+LdGIIwy8ijFpIqEQIvafahV7eYykJ8Cvh42EdJeODoJ6gUJXpQJvej1BddH8OqTXZNE/KfbWAu8Q==} + engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} + hasBin: true + next@16.2.10: resolution: {integrity: sha512-2som5AVXb3kE6Yjine3/mNbBayYF58eguBWIVVUdr1y/L426xyVEgYxgBG+1QC34P2x5E+tcDup6XkuOAX3dCA==} engines: {node: '>=20.9.0'} @@ -1674,16 +1791,16 @@ packages: resolution: {integrity: sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==} engines: {node: '>=0.10.0'} + obug@2.1.4: + resolution: {integrity: sha512-4a+OsYv9UktOJKE+l1A4OufDgdRF9PifWj+tJnHURo/P+WOxpG4GzUFL9qCalmWauao6ogiG+QvnCovwPoyAWA==} + engines: {node: '>=12.20.0'} + parse-entities@4.0.2: resolution: {integrity: sha512-GG2AQYWoLgL877gQIKeRPGO1xF9+eG1ujIb5soS5gPvLQ1y2o8FL90w2QWNdf9I361Mpp7726c+lj3U0qK1uGw==} pathe@2.0.3: resolution: {integrity: sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==} - pathval@2.0.1: - resolution: {integrity: sha512-//nshmD55c46FuFw26xV/xFAaB5HF9Xdap7HJBBnrKdAd6/GxDBaNA1870O79+9ueg61cZLSVc+OaFlfmObYVQ==} - engines: {node: '>= 14.16'} - picocolors@1.1.1: resolution: {integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==} @@ -1720,20 +1837,20 @@ packages: resolution: {integrity: sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==} engines: {node: ^10 || ^12 || >=14} - postcss@8.5.17: - resolution: {integrity: sha512-J7EF+8X+CzRPaJPOv9Ck2wNWJvGnnl3PcNPAdGg6GTLjyVpyQ0yATMSXRFRV01BviT/9Gwuc3rjEyJbDJG9a4w==} + postcss@8.5.19: + resolution: {integrity: sha512-Mz8SaolMd8nB+G13WkORcxQKHZ/NE4xXevtkJHVuG+guo9/wYKlIMTKAqGdEmYOXR2ijPjTYNHssizdaVSUNdQ==} engines: {node: ^10 || ^12 || >=14} property-information@7.2.0: resolution: {integrity: sha512-IAtzIB6sUiWaJYrX9smp3V46pBGbBeLFRGdh25kg1334VcBlD8HzhPeNIWQH9zhGmo2itIe25EHt9dQP7G5hmg==} - react-dom@19.0.0: - resolution: {integrity: sha512-4GV5sHFG0e/0AD4X+ySy6UJd3jVl1iNsNHdpad0qhABJ11twS3TTBnseqsKurKcsNqCEFeGL3uLpVChpIO3QfQ==} + react-dom@19.2.7: + resolution: {integrity: sha512-t0BRVXvbiE/o20Hfw669rLbMCDWtYZLvmJigy2f0MxsXF+71pxhR3xOkspmsO8h3ZlNzyibAmtCa3l4lYKk6gQ==} peerDependencies: - react: ^19.0.0 + react: ^19.2.7 - react@19.0.0: - resolution: {integrity: sha512-V8AVnmPIICiWpGfm6GLzCR/W5FXLchHop40W4nXBmdlEceh16rCN8O8LNWm5bh5XUX91fh7KpA+W0TgMKmgTpQ==} + react@19.2.7: + resolution: {integrity: sha512-HNe9WslTbXmFK8o8cmwgAeJFSBvt1bPdHCVKtaaV+WlAN36mpT4hcRpwbf3fY56ar2oIXzsBpOAiIRHAdY0OlQ==} engines: {node: '>=0.10.0'} readdirp@4.1.2: @@ -1775,8 +1892,8 @@ packages: engines: {node: '>=18.0.0', npm: '>=8.0.0'} hasBin: true - scheduler@0.25.0: - resolution: {integrity: sha512-xFVuu11jh+xcO7JOAGJNOXld8/TcEHK/4CituBUeUb5hqxJLj9YuemAEuvm9gQ/+pgXYfbQuqAkiYu+u7YEsNA==} + scheduler@0.27.0: + resolution: {integrity: sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q==} semver@7.8.5: resolution: {integrity: sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==} @@ -1804,15 +1921,12 @@ packages: stackback@0.0.2: resolution: {integrity: sha512-1XMJE5fQo1jGH6Y/7ebnwPOBEkIEnT4QF32d5R1+VXdXveM0IBMJt8zfaxX1P3QhVwrYe+576+jkANtSS2mBbw==} - std-env@3.10.0: - resolution: {integrity: sha512-5GS12FdOZNliM5mAOxFRg7Ir0pWz8MdpYm6AY6VPkGpbA7ZzmbzNcBJQ0GPvvyWgcY7QAhCgf9Uy89I03faLkg==} + std-env@4.2.0: + resolution: {integrity: sha512-oCUKSupKTHX53EyjDtuZQ64pjLJ6yYCtpmEw0goYxtjG9KpbRe8KAsl2tBUGU9DyMcJ0RwJ8GqJAFzMXcXW1Rw==} stringify-entities@4.0.4: resolution: {integrity: sha512-IwfBptatlO+QCJUo19AqvrPNqlVMpW9YEL2LIVY+Rpv2qsjCGxaDLNRgeGsQWJhfItebuJhsGSLjaBbNSQ+ieg==} - strip-literal@3.1.0: - resolution: {integrity: sha512-8r3mkIM/2+PpjHoOtiAW8Rg3jJLHaV7xPwG+YRGrv6FP0wwk/toTpATxWYOW0BKdWwl82VT2tFYi5DlROa0Mxg==} - style-to-js@1.1.21: resolution: {integrity: sha512-RjQetxJrrUJLQPHbLku6U/ocGtzyjbJMP9lCNK7Ag0CNh690nSH8woqWH9u16nMjYBAok+i7JO1NP2pOy8IsPQ==} @@ -1850,20 +1964,16 @@ packages: tinyexec@0.3.2: resolution: {integrity: sha512-KQQR9yN7R5+OSwaK0XQoj22pwHoTlgYqmUscPYoknOoWCWfj/5/ABTMRi69FrKU5ffPVh5QcFikpWJI/P1ocHA==} + tinyexec@1.2.4: + resolution: {integrity: sha512-SHf/r48b7vOrjve9PxJo3MN5v5yuyjHvdUcrQffT3WXMUfnGmHDVbC4k3sHJaJTgZCwpUplIaAo5ANtMyp3YHg==} + engines: {node: '>=18'} + tinyglobby@0.2.17: resolution: {integrity: sha512-wXR/dYpcqKmfWpEdZjiKJOwCNFndD0DMnrW/cYjVGttEkBfVgcLFHoNrlj47mjOVic9yyNu65alsgF4NQyTa2g==} engines: {node: '>=12.0.0'} - tinypool@1.1.1: - resolution: {integrity: sha512-Zba82s87IFq9A9XmjiX5uZA/ARWDrB03OHlq+Vw1fSdt0I+4/Kutwy8BP4Y/y/aORMo61FQ0vIb5j44vSo5Pkg==} - engines: {node: ^18.0.0 || >=20.0.0} - - tinyrainbow@2.0.0: - resolution: {integrity: sha512-op4nsTR47R6p0vMUUoYl/a+ljLFVtlfaXkLQmqfLR1qHma1h/ysYk4hEXZ880bf2CYgTskvTa/e196Vd5dDQXw==} - engines: {node: '>=14.0.0'} - - tinyspy@4.0.4: - resolution: {integrity: sha512-azl+t0z7pw/z958Gy9svOTuzqIk6xq+NSheJzn5MMWtWTFywIacg2wUlzKFGtt3cthx0r2SxMK0yzJOR0IES7Q==} + tinyrainbow@3.1.0: + resolution: {integrity: sha512-Bf+ILmBgretUrdJxzXM0SgXLZ3XfiaUuOj/IKQHuTXip+05Xn+uyEYdVg0kYDipTBcLrCVyUzAPz7QmArb0mmw==} engines: {node: '>=14.0.0'} tree-kill@1.2.2: @@ -1901,16 +2011,16 @@ packages: typescript: optional: true - typescript@5.9.2: - resolution: {integrity: sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A==} - engines: {node: '>=14.17'} + typescript@7.0.2: + resolution: {integrity: sha512-8FYau96o3NKOhbjKi/qNvG/W5jhzxkbdm5sj9AbZ/5T5sWqn3hJgLfGx27sRKZWTvyzCP8dLRBTf5tBTSRVUNA==} + engines: {node: '>=16.20.0'} hasBin: true ufo@1.6.4: resolution: {integrity: sha512-JFNbkD1Svwe0KvGi8GOeLcP4kAWQ609twvCdcHxq1oSL8svv39ZuSvajcD8B+5D0eL4+s1Is2D/O6KN3qcTeRA==} - undici-types@6.21.0: - resolution: {integrity: sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==} + undici-types@8.3.0: + resolution: {integrity: sha512-j375ScV60dom+YkPFIfTLcOiPxkN/buHz5GobjLhixFuANaNs3C9l4GmrWqejgXWJ7BbJcFYpTEUkS1Ge8bpZQ==} unified@11.0.5: resolution: {integrity: sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==} @@ -1939,11 +2049,6 @@ packages: vfile@6.0.3: resolution: {integrity: sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==} - vite-node@3.2.4: - resolution: {integrity: sha512-EbKSKh+bh1E1IFxeO0pg1n4dvoOTt0UDiXMd/qn++r98+jPO1xtJilvXldeuQ8giIB5IkpjCgMleHMNEsGH6pg==} - engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0} - hasBin: true - vite@7.3.6: resolution: {integrity: sha512-4XP60spRGjSZFf1qYH+dJIkK2znL3zQfl9KkOV9MkkRR/3Dls0dxaBsQPTloEc5BLXWPL9vsOxopxyKoMmDueg==} engines: {node: ^20.19.0 || >=22.12.0} @@ -1984,26 +2089,39 @@ packages: yaml: optional: true - vitest@3.2.7: - resolution: {integrity: sha512-KrxIJ62Fd89gfysR4WotlgZABiz2dqFPgqGzX7s+CwsqLFomRH7777ZcrOD6+WVAh7khPQP41A+BKbpcJFrdEg==} - engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0} + vitest@4.1.10: + resolution: {integrity: sha512-R9jUTe5S4Qb0HCd4TNqpC7oGcrMssMRGXLW80ubjWsW9VH5GF8y1Y0SFLY9AbqSk6nt0PnOx4H4WNJYZ13GUPw==} + engines: {node: ^20.0.0 || ^22.0.0 || >=24.0.0} hasBin: true peerDependencies: '@edge-runtime/vm': '*' - '@types/debug': ^4.1.12 - '@types/node': ^18.0.0 || ^20.0.0 || >=22.0.0 - '@vitest/browser': 3.2.7 - '@vitest/ui': 3.2.7 + '@opentelemetry/api': ^1.9.0 + '@types/node': ^20.0.0 || ^22.0.0 || >=24.0.0 + '@vitest/browser-playwright': 4.1.10 + '@vitest/browser-preview': 4.1.10 + '@vitest/browser-webdriverio': 4.1.10 + '@vitest/coverage-istanbul': 4.1.10 + '@vitest/coverage-v8': 4.1.10 + '@vitest/ui': 4.1.10 happy-dom: '*' jsdom: '*' + vite: ^6.0.0 || ^7.0.0 || ^8.0.0 peerDependenciesMeta: '@edge-runtime/vm': optional: true - '@types/debug': + '@opentelemetry/api': optional: true '@types/node': optional: true - '@vitest/browser': + '@vitest/browser-playwright': + optional: true + '@vitest/browser-preview': + optional: true + '@vitest/browser-webdriverio': + optional: true + '@vitest/coverage-istanbul': + optional: true + '@vitest/coverage-v8': optional: true '@vitest/ui': optional: true @@ -2331,20 +2449,20 @@ snapshots: transitivePeerDependencies: - supports-color - '@mdx-js/react@3.1.1(@types/react@19.2.17)(react@19.0.0)': + '@mdx-js/react@3.1.1(@types/react@19.2.17)(react@19.2.7)': dependencies: '@types/mdx': 2.0.14 '@types/react': 19.2.17 - react: 19.0.0 + react: 19.2.7 '@next/env@16.2.10': {} - '@next/mdx@16.2.10(@mdx-js/loader@3.1.1)(@mdx-js/react@3.1.1(@types/react@19.2.17)(react@19.0.0))': + '@next/mdx@16.2.10(@mdx-js/loader@3.1.1)(@mdx-js/react@3.1.1(@types/react@19.2.17)(react@19.2.7))': dependencies: source-map: 0.7.6 optionalDependencies: '@mdx-js/loader': 3.1.1 - '@mdx-js/react': 3.1.1(@types/react@19.2.17)(react@19.0.0) + '@mdx-js/react': 3.1.1(@types/react@19.2.17)(react@19.2.7) '@next/swc-darwin-arm64@16.2.10': optional: true @@ -2445,6 +2563,8 @@ snapshots: '@rollup/rollup-win32-x64-msvc@4.62.2': optional: true + '@standard-schema/spec@1.1.0': {} + '@swc/helpers@0.5.15': dependencies: tslib: 2.8.1 @@ -2478,9 +2598,9 @@ snapshots: '@types/ms@2.1.0': {} - '@types/node@22.20.1': + '@types/node@26.1.1': dependencies: - undici-types: 6.21.0 + undici-types: 8.3.0 '@types/react-dom@19.2.3(@types/react@19.2.17)': dependencies: @@ -2494,49 +2614,108 @@ snapshots: '@types/unist@3.0.3': {} + '@typescript/typescript-aix-ppc64@7.0.2': + optional: true + + '@typescript/typescript-darwin-arm64@7.0.2': + optional: true + + '@typescript/typescript-darwin-x64@7.0.2': + optional: true + + '@typescript/typescript-freebsd-arm64@7.0.2': + optional: true + + '@typescript/typescript-freebsd-x64@7.0.2': + optional: true + + '@typescript/typescript-linux-arm64@7.0.2': + optional: true + + '@typescript/typescript-linux-arm@7.0.2': + optional: true + + '@typescript/typescript-linux-loong64@7.0.2': + optional: true + + '@typescript/typescript-linux-mips64el@7.0.2': + optional: true + + '@typescript/typescript-linux-ppc64@7.0.2': + optional: true + + '@typescript/typescript-linux-riscv64@7.0.2': + optional: true + + '@typescript/typescript-linux-s390x@7.0.2': + optional: true + + '@typescript/typescript-linux-x64@7.0.2': + optional: true + + '@typescript/typescript-netbsd-arm64@7.0.2': + optional: true + + '@typescript/typescript-netbsd-x64@7.0.2': + optional: true + + '@typescript/typescript-openbsd-arm64@7.0.2': + optional: true + + '@typescript/typescript-openbsd-x64@7.0.2': + optional: true + + '@typescript/typescript-sunos-x64@7.0.2': + optional: true + + '@typescript/typescript-win32-arm64@7.0.2': + optional: true + + '@typescript/typescript-win32-x64@7.0.2': + optional: true + '@ungap/structured-clone@1.3.3': {} - '@vitest/expect@3.2.7': + '@vitest/expect@4.1.10': dependencies: + '@standard-schema/spec': 1.1.0 '@types/chai': 5.2.3 - '@vitest/spy': 3.2.7 - '@vitest/utils': 3.2.7 - chai: 5.3.3 - tinyrainbow: 2.0.0 + '@vitest/spy': 4.1.10 + '@vitest/utils': 4.1.10 + chai: 6.2.2 + tinyrainbow: 3.1.0 - '@vitest/mocker@3.2.7(vite@7.3.6(@types/node@22.20.1))': + '@vitest/mocker@4.1.10(vite@7.3.6(@types/node@26.1.1))': dependencies: - '@vitest/spy': 3.2.7 + '@vitest/spy': 4.1.10 estree-walker: 3.0.3 magic-string: 0.30.21 optionalDependencies: - vite: 7.3.6(@types/node@22.20.1) + vite: 7.3.6(@types/node@26.1.1) - '@vitest/pretty-format@3.2.7': + '@vitest/pretty-format@4.1.10': dependencies: - tinyrainbow: 2.0.0 + tinyrainbow: 3.1.0 - '@vitest/runner@3.2.7': + '@vitest/runner@4.1.10': dependencies: - '@vitest/utils': 3.2.7 + '@vitest/utils': 4.1.10 pathe: 2.0.3 - strip-literal: 3.1.0 - '@vitest/snapshot@3.2.7': + '@vitest/snapshot@4.1.10': dependencies: - '@vitest/pretty-format': 3.2.7 + '@vitest/pretty-format': 4.1.10 + '@vitest/utils': 4.1.10 magic-string: 0.30.21 pathe: 2.0.3 - '@vitest/spy@3.2.7': - dependencies: - tinyspy: 4.0.4 + '@vitest/spy@4.1.10': {} - '@vitest/utils@3.2.7': + '@vitest/utils@4.1.10': dependencies: - '@vitest/pretty-format': 3.2.7 - loupe: 3.2.1 - tinyrainbow: 2.0.0 + '@vitest/pretty-format': 4.1.10 + convert-source-map: 2.0.0 + tinyrainbow: 3.1.0 acorn-jsx@5.3.2(acorn@8.17.0): dependencies: @@ -2565,13 +2744,7 @@ snapshots: ccount@2.0.1: {} - chai@5.3.3: - dependencies: - assertion-error: 2.0.1 - check-error: 2.1.3 - deep-eql: 5.0.2 - loupe: 3.2.1 - pathval: 2.0.1 + chai@6.2.2: {} character-entities-html4@2.1.0: {} @@ -2581,8 +2754,6 @@ snapshots: character-reference-invalid@2.0.1: {} - check-error@2.1.3: {} - chokidar@4.0.3: dependencies: readdirp: 4.1.2 @@ -2599,6 +2770,8 @@ snapshots: consola@3.4.2: {} + convert-source-map@2.0.0: {} + csstype@3.2.3: {} debug@4.4.3: @@ -2609,8 +2782,6 @@ snapshots: dependencies: character-entities: 2.0.2 - deep-eql@5.0.2: {} - dequal@2.0.3: {} detect-libc@2.1.2: @@ -2620,7 +2791,7 @@ snapshots: dependencies: dequal: 2.0.3 - es-module-lexer@1.7.0: {} + es-module-lexer@2.3.1: {} esast-util-from-estree@2.0.0: dependencies: @@ -2744,9 +2915,9 @@ snapshots: fsevents@2.3.3: optional: true - geist@1.7.2(next@16.2.10(react-dom@19.0.0(react@19.0.0))(react@19.0.0)): + geist@1.7.2(next@16.2.10(react-dom@19.2.7(react@19.2.7))(react@19.2.7)): dependencies: - next: 16.2.10(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + next: 16.2.10(react-dom@19.2.7(react@19.2.7))(react@19.2.7) hast-util-to-estree@3.1.3: dependencies: @@ -2810,8 +2981,6 @@ snapshots: joycon@3.1.1: {} - js-tokens@9.0.1: {} - lilconfig@3.1.3: {} lines-and-columns@1.2.4: {} @@ -2820,15 +2989,13 @@ snapshots: longest-streak@3.1.0: {} - loupe@3.2.1: {} - magic-string@0.30.21: dependencies: '@jridgewell/sourcemap-codec': 1.5.5 markdown-extensions@2.0.0: {} - marked@14.1.4: {} + marked@18.0.6: {} mdast-util-from-markdown@2.0.3: dependencies: @@ -3152,16 +3319,18 @@ snapshots: nanoid@3.3.15: {} - next@16.2.10(react-dom@19.0.0(react@19.0.0))(react@19.0.0): + nanoid@3.3.16: {} + + next@16.2.10(react-dom@19.2.7(react@19.2.7))(react@19.2.7): dependencies: '@next/env': 16.2.10 '@swc/helpers': 0.5.15 baseline-browser-mapping: 2.10.43 caniuse-lite: 1.0.30001806 postcss: 8.4.31 - react: 19.0.0 - react-dom: 19.0.0(react@19.0.0) - styled-jsx: 5.1.6(react@19.0.0) + react: 19.2.7 + react-dom: 19.2.7(react@19.2.7) + styled-jsx: 5.1.6(react@19.2.7) optionalDependencies: '@next/swc-darwin-arm64': 16.2.10 '@next/swc-darwin-x64': 16.2.10 @@ -3178,6 +3347,8 @@ snapshots: object-assign@4.1.1: {} + obug@2.1.4: {} + parse-entities@4.0.2: dependencies: '@types/unist': 2.0.11 @@ -3190,8 +3361,6 @@ snapshots: pathe@2.0.3: {} - pathval@2.0.1: {} - picocolors@1.1.1: {} picomatch@4.0.5: {} @@ -3204,11 +3373,11 @@ snapshots: mlly: 1.8.2 pathe: 2.0.3 - postcss-load-config@6.0.1(postcss@8.5.17): + postcss-load-config@6.0.1(postcss@8.5.19): dependencies: lilconfig: 3.1.3 optionalDependencies: - postcss: 8.5.17 + postcss: 8.5.19 postcss@8.4.31: dependencies: @@ -3216,20 +3385,20 @@ snapshots: picocolors: 1.1.1 source-map-js: 1.2.1 - postcss@8.5.17: + postcss@8.5.19: dependencies: - nanoid: 3.3.15 + nanoid: 3.3.16 picocolors: 1.1.1 source-map-js: 1.2.1 property-information@7.2.0: {} - react-dom@19.0.0(react@19.0.0): + react-dom@19.2.7(react@19.2.7): dependencies: - react: 19.0.0 - scheduler: 0.25.0 + react: 19.2.7 + scheduler: 0.27.0 - react@19.0.0: {} + react@19.2.7: {} readdirp@4.1.2: {} @@ -3327,7 +3496,7 @@ snapshots: '@rollup/rollup-win32-x64-msvc': 4.62.2 fsevents: 2.3.3 - scheduler@0.25.0: {} + scheduler@0.27.0: {} semver@7.8.5: optional: true @@ -3374,17 +3543,13 @@ snapshots: stackback@0.0.2: {} - std-env@3.10.0: {} + std-env@4.2.0: {} stringify-entities@4.0.4: dependencies: character-entities-html4: 2.1.0 character-entities-legacy: 3.0.0 - strip-literal@3.1.0: - dependencies: - js-tokens: 9.0.1 - style-to-js@1.1.21: dependencies: style-to-object: 1.0.14 @@ -3393,10 +3558,10 @@ snapshots: dependencies: inline-style-parser: 0.2.7 - styled-jsx@5.1.6(react@19.0.0): + styled-jsx@5.1.6(react@19.2.7): dependencies: client-only: 0.0.1 - react: 19.0.0 + react: 19.2.7 sucrase@3.35.1: dependencies: @@ -3420,16 +3585,14 @@ snapshots: tinyexec@0.3.2: {} + tinyexec@1.2.4: {} + tinyglobby@0.2.17: dependencies: fdir: 6.5.0(picomatch@4.0.5) picomatch: 4.0.5 - tinypool@1.1.1: {} - - tinyrainbow@2.0.0: {} - - tinyspy@4.0.4: {} + tinyrainbow@3.1.0: {} tree-kill@1.2.2: {} @@ -3441,7 +3604,7 @@ snapshots: tslib@2.8.1: {} - tsup@8.5.1(postcss@8.5.17)(typescript@5.9.2): + tsup@8.5.1(postcss@8.5.19)(typescript@7.0.2): dependencies: bundle-require: 5.1.0(esbuild@0.27.7) cac: 6.7.14 @@ -3452,7 +3615,7 @@ snapshots: fix-dts-default-cjs-exports: 1.0.1 joycon: 3.1.1 picocolors: 1.1.1 - postcss-load-config: 6.0.1(postcss@8.5.17) + postcss-load-config: 6.0.1(postcss@8.5.19) resolve-from: 5.0.0 rollup: 4.62.2 source-map: 0.7.6 @@ -3461,19 +3624,40 @@ snapshots: tinyglobby: 0.2.17 tree-kill: 1.2.2 optionalDependencies: - postcss: 8.5.17 - typescript: 5.9.2 + postcss: 8.5.19 + typescript: 7.0.2 transitivePeerDependencies: - jiti - supports-color - tsx - yaml - typescript@5.9.2: {} + typescript@7.0.2: + optionalDependencies: + '@typescript/typescript-aix-ppc64': 7.0.2 + '@typescript/typescript-darwin-arm64': 7.0.2 + '@typescript/typescript-darwin-x64': 7.0.2 + '@typescript/typescript-freebsd-arm64': 7.0.2 + '@typescript/typescript-freebsd-x64': 7.0.2 + '@typescript/typescript-linux-arm': 7.0.2 + '@typescript/typescript-linux-arm64': 7.0.2 + '@typescript/typescript-linux-loong64': 7.0.2 + '@typescript/typescript-linux-mips64el': 7.0.2 + '@typescript/typescript-linux-ppc64': 7.0.2 + '@typescript/typescript-linux-riscv64': 7.0.2 + '@typescript/typescript-linux-s390x': 7.0.2 + '@typescript/typescript-linux-x64': 7.0.2 + '@typescript/typescript-netbsd-arm64': 7.0.2 + '@typescript/typescript-netbsd-x64': 7.0.2 + '@typescript/typescript-openbsd-arm64': 7.0.2 + '@typescript/typescript-openbsd-x64': 7.0.2 + '@typescript/typescript-sunos-x64': 7.0.2 + '@typescript/typescript-win32-arm64': 7.0.2 + '@typescript/typescript-win32-x64': 7.0.2 ufo@1.6.4: {} - undici-types@6.21.0: {} + undici-types@8.3.0: {} unified@11.0.5: dependencies: @@ -3522,80 +3706,44 @@ snapshots: '@types/unist': 3.0.3 vfile-message: 4.0.3 - vite-node@3.2.4(@types/node@22.20.1): - dependencies: - cac: 6.7.14 - debug: 4.4.3 - es-module-lexer: 1.7.0 - pathe: 2.0.3 - vite: 7.3.6(@types/node@22.20.1) - transitivePeerDependencies: - - '@types/node' - - jiti - - less - - lightningcss - - sass - - sass-embedded - - stylus - - sugarss - - supports-color - - terser - - tsx - - yaml - - vite@7.3.6(@types/node@22.20.1): + vite@7.3.6(@types/node@26.1.1): dependencies: esbuild: 0.28.1 fdir: 6.5.0(picomatch@4.0.5) picomatch: 4.0.5 - postcss: 8.5.17 + postcss: 8.5.19 rollup: 4.62.2 tinyglobby: 0.2.17 optionalDependencies: - '@types/node': 22.20.1 + '@types/node': 26.1.1 fsevents: 2.3.3 - vitest@3.2.7(@types/debug@4.1.13)(@types/node@22.20.1): + vitest@4.1.10(@types/node@26.1.1)(vite@7.3.6(@types/node@26.1.1)): dependencies: - '@types/chai': 5.2.3 - '@vitest/expect': 3.2.7 - '@vitest/mocker': 3.2.7(vite@7.3.6(@types/node@22.20.1)) - '@vitest/pretty-format': 3.2.7 - '@vitest/runner': 3.2.7 - '@vitest/snapshot': 3.2.7 - '@vitest/spy': 3.2.7 - '@vitest/utils': 3.2.7 - chai: 5.3.3 - debug: 4.4.3 + '@vitest/expect': 4.1.10 + '@vitest/mocker': 4.1.10(vite@7.3.6(@types/node@26.1.1)) + '@vitest/pretty-format': 4.1.10 + '@vitest/runner': 4.1.10 + '@vitest/snapshot': 4.1.10 + '@vitest/spy': 4.1.10 + '@vitest/utils': 4.1.10 + es-module-lexer: 2.3.1 expect-type: 1.4.0 magic-string: 0.30.21 + obug: 2.1.4 pathe: 2.0.3 picomatch: 4.0.5 - std-env: 3.10.0 + std-env: 4.2.0 tinybench: 2.9.0 - tinyexec: 0.3.2 + tinyexec: 1.2.4 tinyglobby: 0.2.17 - tinypool: 1.1.1 - tinyrainbow: 2.0.0 - vite: 7.3.6(@types/node@22.20.1) - vite-node: 3.2.4(@types/node@22.20.1) + tinyrainbow: 3.1.0 + vite: 7.3.6(@types/node@26.1.1) why-is-node-running: 2.3.0 optionalDependencies: - '@types/debug': 4.1.13 - '@types/node': 22.20.1 + '@types/node': 26.1.1 transitivePeerDependencies: - - jiti - - less - - lightningcss - msw - - sass - - sass-embedded - - stylus - - sugarss - - supports-color - - terser - - tsx - - yaml why-is-node-running@2.3.0: dependencies: