From 242c7141ca42a22c39964137d64c4a4e91ead4e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Jun 2026 00:06:41 +0000 Subject: [PATCH] fix(deps): bump the npm-major group with 6 updates Bumps the npm-major group with 6 updates: | Package | From | To | | --- | --- | --- | | [undici](https://github.com/nodejs/undici) | `8.3.0` | `8.4.0` | | [@anthropic-ai/claude-agent-sdk](https://github.com/anthropics/claude-agent-sdk-typescript) | `0.3.166` | `0.3.168` | | [@anthropic-ai/sdk](https://github.com/anthropics/anthropic-sdk-typescript) | `0.101.0` | `0.102.0` | | [posthog-node](https://github.com/PostHog/posthog-js/tree/HEAD/packages/node) | `5.36.3` | `5.36.4` | | [@types/mdx](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mdx) | `2.0.13` | `2.0.14` | | [@typescript/native-preview](https://github.com/microsoft/typescript-go) | `7.0.0-dev.20260605.1` | `7.0.0-dev.20260606.1` | Updates `undici` from 8.3.0 to 8.4.0 - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v8.3.0...v8.4.0) Updates `@anthropic-ai/claude-agent-sdk` from 0.3.166 to 0.3.168 - [Release notes](https://github.com/anthropics/claude-agent-sdk-typescript/releases) - [Changelog](https://github.com/anthropics/claude-agent-sdk-typescript/blob/main/CHANGELOG.md) - [Commits](https://github.com/anthropics/claude-agent-sdk-typescript/compare/v0.3.166...v0.3.168) Updates `@anthropic-ai/sdk` from 0.101.0 to 0.102.0 - [Release notes](https://github.com/anthropics/anthropic-sdk-typescript/releases) - [Changelog](https://github.com/anthropics/anthropic-sdk-typescript/blob/main/CHANGELOG.md) - [Commits](https://github.com/anthropics/anthropic-sdk-typescript/compare/sdk-v0.101.0...sdk-v0.102.0) Updates `posthog-node` from 5.36.3 to 5.36.4 - [Release notes](https://github.com/PostHog/posthog-js/releases) - [Changelog](https://github.com/PostHog/posthog-js/blob/main/packages/node/CHANGELOG.md) - [Commits](https://github.com/PostHog/posthog-js/commits/posthog-node@5.36.4/packages/node) Updates `@types/mdx` from 2.0.13 to 2.0.14 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mdx) Updates `@typescript/native-preview` from 7.0.0-dev.20260605.1 to 7.0.0-dev.20260606.1 - [Changelog](https://github.com/microsoft/typescript-go/blob/main/CHANGES.md) - [Commits](https://github.com/microsoft/typescript-go/commits) --- updated-dependencies: - dependency-name: undici dependency-version: 8.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-major - dependency-name: "@anthropic-ai/claude-agent-sdk" dependency-version: 0.3.168 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-major - dependency-name: "@anthropic-ai/sdk" dependency-version: 0.102.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-major - dependency-name: posthog-node dependency-version: 5.36.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-major - dependency-name: "@types/mdx" dependency-version: 2.0.14 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-major - dependency-name: "@typescript/native-preview" dependency-version: 7.0.0-dev.20260606.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-major ... Signed-off-by: dependabot[bot] --- apps/cli/package.json | 6 +- apps/docs/package.json | 2 +- packages/api/package.json | 2 +- pnpm-lock.yaml | 236 +++++++++++++++++++------------------- pnpm-workspace.yaml | 2 +- 5 files changed, 124 insertions(+), 124 deletions(-) diff --git a/apps/cli/package.json b/apps/cli/package.json index d84690ee78..05de44e5cd 100644 --- a/apps/cli/package.json +++ b/apps/cli/package.json @@ -38,8 +38,8 @@ "fix:all": "nx run-many -t lint:fix fmt:fix knip:fix --projects=$npm_package_name" }, "devDependencies": { - "@anthropic-ai/claude-agent-sdk": "^0.3.166", - "@anthropic-ai/sdk": "^0.101.0", + "@anthropic-ai/claude-agent-sdk": "^0.3.168", + "@anthropic-ai/sdk": "^0.102.0", "@clack/prompts": "^1.5.1", "@effect/atom-react": "catalog:", "@effect/platform-bun": "catalog:", @@ -66,7 +66,7 @@ "oxfmt": "catalog:", "oxlint": "catalog:", "oxlint-tsgolint": "catalog:", - "posthog-node": "^5.36.3", + "posthog-node": "^5.36.4", "react": "^19.2.7", "react-devtools-core": "^7.0.1", "semantic-release": "^25.0.3", diff --git a/apps/docs/package.json b/apps/docs/package.json index 056ae5110a..430f2246c3 100644 --- a/apps/docs/package.json +++ b/apps/docs/package.json @@ -16,7 +16,7 @@ "react-dom": "^19.2.7" }, "devDependencies": { - "@types/mdx": "^2.0.13", + "@types/mdx": "^2.0.14", "@types/node": "^25.9.2", "@types/react": "^19.2.17", "@types/react-dom": "^19.1.6", diff --git a/packages/api/package.json b/packages/api/package.json index cfd6911692..e93b080b0c 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -23,7 +23,7 @@ "@effect/platform-bun": "catalog:", "@effect/platform-node": "catalog:", "effect": "catalog:", - "undici": "^8.3.0" + "undici": "^8.4.0" }, "devDependencies": { "@tsconfig/bun": "catalog:", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 845286325b..a054fb373b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -37,8 +37,8 @@ catalogs: specifier: ^1.3.14 version: 1.3.14 '@typescript/native-preview': - specifier: 7.0.0-dev.20260605.1 - version: 7.0.0-dev.20260605.1 + specifier: 7.0.0-dev.20260606.1 + version: 7.0.0-dev.20260606.1 '@vitest/coverage-istanbul': specifier: ^4.1.8 version: 4.1.8 @@ -90,11 +90,11 @@ importers: apps/cli: devDependencies: '@anthropic-ai/claude-agent-sdk': - specifier: ^0.3.166 - version: 0.3.166(@anthropic-ai/sdk@0.101.0(zod@4.4.3))(@modelcontextprotocol/sdk@1.29.0(zod@4.4.3))(zod@4.4.3) + specifier: ^0.3.168 + version: 0.3.168(@anthropic-ai/sdk@0.102.0(zod@4.4.3))(@modelcontextprotocol/sdk@1.29.0(zod@4.4.3))(zod@4.4.3) '@anthropic-ai/sdk': - specifier: ^0.101.0 - version: 0.101.0(zod@4.4.3) + specifier: ^0.102.0 + version: 0.102.0(zod@4.4.3) '@clack/prompts': specifier: ^1.5.1 version: 1.5.1 @@ -142,7 +142,7 @@ importers: version: 19.2.17 '@typescript/native-preview': specifier: 'catalog:' - version: 7.0.0-dev.20260605.1 + version: 7.0.0-dev.20260606.1 '@vercel/detect-agent': specifier: ^1.2.3 version: 1.2.3 @@ -174,8 +174,8 @@ importers: specifier: 'catalog:' version: 0.23.0 posthog-node: - specifier: ^5.36.3 - version: 5.36.3 + specifier: ^5.36.4 + version: 5.36.4 react: specifier: ^19.2.7 version: 19.2.7 @@ -237,7 +237,7 @@ importers: version: 1.3.14 '@typescript/native-preview': specifier: 'catalog:' - version: 7.0.0-dev.20260605.1 + version: 7.0.0-dev.20260606.1 '@vitest/coverage-istanbul': specifier: 'catalog:' version: 4.1.8(vitest@4.1.8) @@ -264,10 +264,10 @@ importers: version: 16.9.3(@mdx-js/mdx@3.1.1)(@types/estree-jsx@1.0.5)(@types/hast@3.0.4)(@types/mdast@4.0.4)(@types/react@19.2.17)(lucide-react@1.17.0(react@19.2.7))(next@16.2.7(react-dom@19.2.7(react@19.2.7))(react@19.2.7))(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(zod@4.4.3) fumadocs-mdx: specifier: ^15.0.11 - version: 15.0.11(@types/mdast@4.0.4)(@types/mdx@2.0.13)(@types/react@19.2.17)(fumadocs-core@16.9.3(@mdx-js/mdx@3.1.1)(@types/estree-jsx@1.0.5)(@types/hast@3.0.4)(@types/mdast@4.0.4)(@types/react@19.2.17)(lucide-react@1.17.0(react@19.2.7))(next@16.2.7(react-dom@19.2.7(react@19.2.7))(react@19.2.7))(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(zod@4.4.3))(next@16.2.7(react-dom@19.2.7(react@19.2.7))(react@19.2.7))(react@19.2.7)(rolldown@1.0.2)(vite@8.0.14(@types/node@25.9.3)(esbuild@0.28.1)(jiti@2.7.0)(yaml@2.9.0)) + version: 15.0.11(@types/mdast@4.0.4)(@types/mdx@2.0.14)(@types/react@19.2.17)(fumadocs-core@16.9.3(@mdx-js/mdx@3.1.1)(@types/estree-jsx@1.0.5)(@types/hast@3.0.4)(@types/mdast@4.0.4)(@types/react@19.2.17)(lucide-react@1.17.0(react@19.2.7))(next@16.2.7(react-dom@19.2.7(react@19.2.7))(react@19.2.7))(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(zod@4.4.3))(next@16.2.7(react-dom@19.2.7(react@19.2.7))(react@19.2.7))(react@19.2.7)(rolldown@1.0.2)(vite@8.0.14(@types/node@25.9.3)(esbuild@0.28.1)(jiti@2.7.0)(yaml@2.9.0)) fumadocs-ui: specifier: ^16.9.3 - version: 16.9.3(@types/mdx@2.0.13)(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(fumadocs-core@16.9.3(@mdx-js/mdx@3.1.1)(@types/estree-jsx@1.0.5)(@types/hast@3.0.4)(@types/mdast@4.0.4)(@types/react@19.2.17)(lucide-react@1.17.0(react@19.2.7))(next@16.2.7(react-dom@19.2.7(react@19.2.7))(react@19.2.7))(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(zod@4.4.3))(next@16.2.7(react-dom@19.2.7(react@19.2.7))(react@19.2.7))(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + version: 16.9.3(@types/mdx@2.0.14)(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(fumadocs-core@16.9.3(@mdx-js/mdx@3.1.1)(@types/estree-jsx@1.0.5)(@types/hast@3.0.4)(@types/mdast@4.0.4)(@types/react@19.2.17)(lucide-react@1.17.0(react@19.2.7))(next@16.2.7(react-dom@19.2.7(react@19.2.7))(react@19.2.7))(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(zod@4.4.3))(next@16.2.7(react-dom@19.2.7(react@19.2.7))(react@19.2.7))(react-dom@19.2.7(react@19.2.7))(react@19.2.7) next: specifier: ^16.2.7 version: 16.2.7(react-dom@19.2.7(react@19.2.7))(react@19.2.7) @@ -279,8 +279,8 @@ importers: version: 19.2.7(react@19.2.7) devDependencies: '@types/mdx': - specifier: ^2.0.13 - version: 2.0.13 + specifier: ^2.0.14 + version: 2.0.14 '@types/node': specifier: ^25.9.2 version: 25.9.3 @@ -306,8 +306,8 @@ importers: specifier: 'catalog:' version: 4.0.0-beta.78 undici: - specifier: ^8.3.0 - version: 8.3.0 + specifier: ^8.4.0 + version: 8.4.0 devDependencies: '@tsconfig/bun': specifier: 'catalog:' @@ -317,7 +317,7 @@ importers: version: 1.3.14 '@typescript/native-preview': specifier: 'catalog:' - version: 7.0.0-dev.20260605.1 + version: 7.0.0-dev.20260606.1 '@vitest/coverage-istanbul': specifier: 'catalog:' version: 4.1.8(vitest@4.1.8) @@ -359,7 +359,7 @@ importers: version: 1.3.14 '@typescript/native-preview': specifier: 'catalog:' - version: 7.0.0-dev.20260605.1 + version: 7.0.0-dev.20260606.1 '@vitest/coverage-istanbul': specifier: 'catalog:' version: 4.1.8(vitest@4.1.8) @@ -409,7 +409,7 @@ importers: version: 1.3.14 '@typescript/native-preview': specifier: 'catalog:' - version: 7.0.0-dev.20260605.1 + version: 7.0.0-dev.20260606.1 '@vitest/coverage-istanbul': specifier: 'catalog:' version: 4.1.8(vitest@4.1.8) @@ -449,7 +449,7 @@ importers: version: 1.3.14 '@typescript/native-preview': specifier: 'catalog:' - version: 7.0.0-dev.20260605.1 + version: 7.0.0-dev.20260606.1 '@vitest/coverage-istanbul': specifier: 'catalog:' version: 4.1.8(vitest@4.1.8) @@ -501,7 +501,7 @@ importers: version: 1.3.14 '@typescript/native-preview': specifier: 'catalog:' - version: 7.0.0-dev.20260605.1 + version: 7.0.0-dev.20260606.1 '@vitest/coverage-istanbul': specifier: 'catalog:' version: 4.1.8(vitest@4.1.8) @@ -548,60 +548,60 @@ packages: resolution: {integrity: sha512-p+CMKJ93HFmLkjXKlXiVGlMQEuRb6H0MokBSwUsX+S6BRX8eV5naFZpQJFfJHjRZY0Hmnqy1/r6UWl3x+19zYA==} engines: {node: '>=18'} - '@anthropic-ai/claude-agent-sdk-darwin-arm64@0.3.166': - resolution: {integrity: sha512-WkM6ZvW/0hS/88wEt6bBKVq5YaFbHsxS6fEDTJg1BSzXwrpCZ7IZOvQcxCZw6R/6pIL9F5mWO8UoqZMT95AhhQ==} + '@anthropic-ai/claude-agent-sdk-darwin-arm64@0.3.168': + resolution: {integrity: sha512-tvFGCGVX9tesGBzfpK008nRmv91pd3ToapDpJbjdwiFSLGWT9n+dc/qurwgxgv9VwWRvV8nWTc3zLRSFI8Lf2g==} cpu: [arm64] os: [darwin] - '@anthropic-ai/claude-agent-sdk-darwin-x64@0.3.166': - resolution: {integrity: sha512-YjtSQJFGMumFqJLPP6nnQEzmiLzgLMJPPYKW3IeD9K7ZiPATuRpll/tFpJ3JKZpZvGtIqU3AYEWZ8Caocj7eaA==} + '@anthropic-ai/claude-agent-sdk-darwin-x64@0.3.168': + resolution: {integrity: sha512-J5dZUCrwjz4+gY2dAds2rMDWWSdcMl9jEDpZIzKNCx0f0KlJfE1C7/+stOJaBv6tGj8d/mmzcfBCeNBS1KScgA==} cpu: [x64] os: [darwin] - '@anthropic-ai/claude-agent-sdk-linux-arm64-musl@0.3.166': - resolution: {integrity: sha512-siGyf3t01sUeDIl7fVqRyqN8FB0p1pydJkbiNYjxNN0rgZu/9L9wQYWIamn0Sqjb2NKHVbotGwqsAwiyYDO5KA==} + '@anthropic-ai/claude-agent-sdk-linux-arm64-musl@0.3.168': + resolution: {integrity: sha512-uOFtBJjntrYkXlHPRK+cTx1pCc37XxGQ/kN3KBK/KoIDcIrmU8DcX2WUw5IJHJqpG2Qjb7gZ5xAbcw3WTmduwQ==} cpu: [arm64] os: [linux] libc: [musl] - '@anthropic-ai/claude-agent-sdk-linux-arm64@0.3.166': - resolution: {integrity: sha512-jXJHn00VNe8y1Lr5sJePpuipC84RbKqTgHQqCzfsM4iPJgkcYBhe6x67sq+HCISuN4EDti1cCdLPJD3/Q/Waog==} + '@anthropic-ai/claude-agent-sdk-linux-arm64@0.3.168': + resolution: {integrity: sha512-K9fltcI0VJBr21z4t0iJ4aArFtiS9UwhmMGkxl1jAIM0jatGqiHHbbk+qaCB04va3U6vaflukgtmbpogSB36yQ==} cpu: [arm64] os: [linux] libc: [glibc] - '@anthropic-ai/claude-agent-sdk-linux-x64-musl@0.3.166': - resolution: {integrity: sha512-mP8WpuN8clt8IU5Hbq4PYZyySjLmR58n5qu68qs35ryZbcru8WNLR10lwHP6pnEZKuJ9PiFOW17H7DmajylYVA==} + '@anthropic-ai/claude-agent-sdk-linux-x64-musl@0.3.168': + resolution: {integrity: sha512-JwYD7oxYlIVYDFhgj+QVHgWbJUVGMXsiecB6WQ5VS5u4OqUorivJPFYPaP469otMj4HFtkDupESB+7Zp4jMmUw==} cpu: [x64] os: [linux] libc: [musl] - '@anthropic-ai/claude-agent-sdk-linux-x64@0.3.166': - resolution: {integrity: sha512-H+0ipw7FpAAvSPGtlZyYtrMeLlLiedCNtoXRUS5VedIhh/iYhCgUPvunpMXDezaY+BMZ3lRFX6AvMlKDGiJHlw==} + '@anthropic-ai/claude-agent-sdk-linux-x64@0.3.168': + resolution: {integrity: sha512-0Fw4ICZopwKbqNQo64HqkpJw5cqxOxFOV/w8GCS2hDsJ+0aogmK/B78t4iV6rFHIkC076Nm5UH14FP1eOIJ3OA==} cpu: [x64] os: [linux] libc: [glibc] - '@anthropic-ai/claude-agent-sdk-win32-arm64@0.3.166': - resolution: {integrity: sha512-BOjs93XYiX+iH2H77jbSL2lPyfFP+HBmMAW73y2Zeqy47Ddz0Hy/3UB1kMPWzyFEQQozHDTBCf0lSMZAI4Uksg==} + '@anthropic-ai/claude-agent-sdk-win32-arm64@0.3.168': + resolution: {integrity: sha512-NREaLXAxl23pEzoU7bmX6u8MibAYEY2t8XP5xtj/vMO6UwxFjT3YgGsTuQcnFP+1qsjWaOBCia2ZQnqI68Y0Ng==} cpu: [arm64] os: [win32] - '@anthropic-ai/claude-agent-sdk-win32-x64@0.3.166': - resolution: {integrity: sha512-OmA9cIz30eUZnnDBgS/neo6pzU6243+RN70Z5UHGwc8afnA0BduHjVFfEnkqXggtE8mN0nhKLEkpbRB9nWvCbQ==} + '@anthropic-ai/claude-agent-sdk-win32-x64@0.3.168': + resolution: {integrity: sha512-Ha3eivz2Wm4y3BR+Xpn/r+CBM8ARC6knYDLbjLqH/DxjKahr6WB60xQkBD1U6wchT6w7zfIQqQGbucuUOTTuew==} cpu: [x64] os: [win32] - '@anthropic-ai/claude-agent-sdk@0.3.166': - resolution: {integrity: sha512-OqY6Y5vFCMYuBezKXmVe2xIAVZq3bUMKo/kuTgf7j8ZNbDyTaQmhP/gL85/qy5NrGKgN7kKJw2s2kIbJ6eaNfg==} + '@anthropic-ai/claude-agent-sdk@0.3.168': + resolution: {integrity: sha512-C7n9uS1fsAt9lFKw/ovsFNAlPI7UXE2uPQbOzzKLpDNjfFR5spthALhV49b01PtYWEzTo3W3OJfgCv6wooXtYg==} engines: {node: '>=18.0.0'} peerDependencies: '@anthropic-ai/sdk': '>=0.93.0' '@modelcontextprotocol/sdk': ^1.29.0 zod: ^4.0.0 - '@anthropic-ai/sdk@0.101.0': - resolution: {integrity: sha512-fw/Y7kCZPRZ1IuyDHGj0bCDTYLgsZgvgg01gVdbphHvpGMdOzGSYWGiSyzrRMMBWkbG1ijvuYaAQLKkAlQc3Ww==} + '@anthropic-ai/sdk@0.102.0': + resolution: {integrity: sha512-cThh3KcPW3lzkFyTz1cjyhJvOVw45NkLMoowO2ZJ/76CBz44ADUon+NsjEc/PypAkARs72Xu8qxTnx6PAOTQUQ==} hasBin: true peerDependencies: zod: ^3.25.0 || ^4.0.0 @@ -2051,11 +2051,11 @@ packages: resolution: {integrity: sha512-h104Kh26rR8tm+a3Qkc5S4VLYint3FE48as7+/5oCEcKR2idC/pF1G6AhIXKI+eHPJa/3J9i5z0Al47IeGHPkA==} engines: {node: '>=12'} - '@posthog/core@1.30.9': - resolution: {integrity: sha512-Cn004VJ7ZWQRaVQG7efh+pMtRMIVZznktngXe5I3E8wClRdMwCZaSa6jo/X04Oc04z8PeMp4GEcWVkdEhmAEXw==} + '@posthog/core@1.30.10': + resolution: {integrity: sha512-R7Z5jDB3ugwfSujMmRd5osPPR6L6BqfcaSNcYOekzRMZ4Jklq74p05xByP09EnUvKXb5czI+RQVCITTWRWuFXw==} - '@posthog/types@1.381.0': - resolution: {integrity: sha512-AW68BovKFCNbPdq3VjOzfQeSQRYMvQVv+46LDywWFXO/oOTXFKwjY92FaJQSTXWgTNgDpqigCw3yUFDinK3hZA==} + '@posthog/types@1.382.0': + resolution: {integrity: sha512-iK4OcSgvtmS9FZ9EUpvwlRZmHCLXaZ3+6dbRjkE7q9LL0zHLewxJH84H6uGvCw8aGzxs5rIliZqPHgimTcQEaw==} '@radix-ui/number@1.1.2': resolution: {integrity: sha512-ceTwaxc4I5IOi97DgCotl3pqiyRGvffcc0oOsE2dQYaJOFIDsDt4VWG6xEbg1QePv9QWausCEIppud/tJ1wNig==} @@ -2767,8 +2767,8 @@ packages: '@types/mdast@4.0.4': resolution: {integrity: sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==} - '@types/mdx@2.0.13': - resolution: {integrity: sha512-+OWZQfAYyio6YkJb3HLxDrvnx6SWWDbC0zVPfBRzUk0/nqoDyf6dNxQi3eArPe8rJ473nobTMQ/8Zk+LxJ+Yuw==} + '@types/mdx@2.0.14': + resolution: {integrity: sha512-T48PeuJtvLosNTPVhfnIp3i/n3a4g4Bad7YCq5k64D4u7NwDrAotikQ+5+sjtUvBmxCMlbo3dVL+C2dP0rWHzg==} '@types/ms@2.1.0': resolution: {integrity: sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==} @@ -2799,50 +2799,50 @@ packages: '@types/ws@8.18.1': resolution: {integrity: sha512-ThVF6DCVhA8kUGy+aazFQ4kXQ7E1Ty7A3ypFOe0IcJV8O/M511G99AW24irKrW56Wt44yG9+ij8FaqoBGkuBXg==} - '@typescript/native-preview-darwin-arm64@7.0.0-dev.20260605.1': - resolution: {integrity: sha512-FR2ToauEC9dIAMV8OeTD7cXjgnpR09p1YZYrQzIpIOfzkg5FPccil+ca75BMbF0jT9h/0x+6+oy7JxzPO8sT+Q==} + '@typescript/native-preview-darwin-arm64@7.0.0-dev.20260606.1': + resolution: {integrity: sha512-B8/kwWjWURT3Q1abPbxvaj7bUZycghnCDUpp71n2TiQHLLFsVB/JKMEs4Eurj1Pg2sPf4Wt2wihOfspzV++1bw==} engines: {node: '>=16.20.0'} cpu: [arm64] os: [darwin] - '@typescript/native-preview-darwin-x64@7.0.0-dev.20260605.1': - resolution: {integrity: sha512-vkqJpLeVN5RTtl/ibzasCubv4bQn45KDZRt8hHhneeibw9mZzm+vuvMvH/z/F5Sg/t/nz5kXKdDfhT+CV7aHAA==} + '@typescript/native-preview-darwin-x64@7.0.0-dev.20260606.1': + resolution: {integrity: sha512-i1iyGRQI/BHs0Fq4nA0+PewT76Y+HJBenZ8yVhkzVokbGjUezJtBtS2U0zIsGDC0lev/A4apMy8coWfBLdR3GA==} engines: {node: '>=16.20.0'} cpu: [x64] os: [darwin] - '@typescript/native-preview-linux-arm64@7.0.0-dev.20260605.1': - resolution: {integrity: sha512-YYzUP7HlKNUzfHFND+CgrYpPPcQyrcYmV0GhjxxMVWvlhQe6SvmWQLcZdp8ZW0t1BDfvs+jMtL/lI85TiUpY2w==} + '@typescript/native-preview-linux-arm64@7.0.0-dev.20260606.1': + resolution: {integrity: sha512-Fz42yz/se1xXSIIYlXnVn3kQ7GQbSusGLfL+piyuZyPipHUksfSSIqFZNBeMOMA+tXTZNFJaWuYuWzgV8Vc9YA==} engines: {node: '>=16.20.0'} cpu: [arm64] os: [linux] - '@typescript/native-preview-linux-arm@7.0.0-dev.20260605.1': - resolution: {integrity: sha512-gBsGhto81phtQHoQczJenb2aY2y4JVrgZDb7LPHQIEiFSEYe0uT6E1DR/ZT0XXdkLXn6wFBwcmoDLlDjo/uW2g==} + '@typescript/native-preview-linux-arm@7.0.0-dev.20260606.1': + resolution: {integrity: sha512-KeYD2DHkFgRmd4HZNaSYFirnxxA7msqoIBkAz6sPxpR/ClXZfBhfXhAyPZTHuQc81LI3FSr9jhVTtslQpJkwrw==} engines: {node: '>=16.20.0'} cpu: [arm] os: [linux] - '@typescript/native-preview-linux-x64@7.0.0-dev.20260605.1': - resolution: {integrity: sha512-VRtSycQWdN2hMniqVXAzjWG5zgVwT9Yy+yk3O4qGJ+3ncFJ3nYu4VerupNNUNrmP4FFPViS8hjhQJbOUSuINXg==} + '@typescript/native-preview-linux-x64@7.0.0-dev.20260606.1': + resolution: {integrity: sha512-PtKQwWzzOhH7Kl6Y0ZIprV99Rh5aUSFHTeMdEfpTim4sw0YP2vrFV3oU9tvwUFpWd6ODhRtAABhOFqQHBB/NqQ==} engines: {node: '>=16.20.0'} cpu: [x64] os: [linux] - '@typescript/native-preview-win32-arm64@7.0.0-dev.20260605.1': - resolution: {integrity: sha512-fBvmDKqL10ST+FnryPLTD1lY8XbEiOYGSa6hi17jYJwCMZA6mLbYPre06lysOB1eO9oRM7N0zUsEQu57YiFWTw==} + '@typescript/native-preview-win32-arm64@7.0.0-dev.20260606.1': + resolution: {integrity: sha512-heI+rfQHIFHIJzNgfBzjLQfJ8BgIfZShUaSx1NjnNKEiyeFp1MdOPvgAgWLk2XmBpaQ81jUcewuET2rVKI86Ww==} engines: {node: '>=16.20.0'} cpu: [arm64] os: [win32] - '@typescript/native-preview-win32-x64@7.0.0-dev.20260605.1': - resolution: {integrity: sha512-JDfR4uPr3ZJ7kfkEkPw2y4LvEVcnjLCRTCT9r3MxtYpKg0Oeg88E8TmDPbatVQ48GC9LlhLZ+4WSFSZRGUkIRA==} + '@typescript/native-preview-win32-x64@7.0.0-dev.20260606.1': + resolution: {integrity: sha512-Kowa5tat165szQZnACPi/kbF9O+TdzohYKGby59djK42621KBn1c8oeFoO4eI+4CP+eFBN97SMzTIVOdXXQFWw==} engines: {node: '>=16.20.0'} cpu: [x64] os: [win32] - '@typescript/native-preview@7.0.0-dev.20260605.1': - resolution: {integrity: sha512-JWqt9yAOq2BTh6u6nXiEAfdJVO7akc2bD23OuEwdCcc5sANhp5T3Hgci85NVs9rIQwDh59lqU23phGIUvkc0CA==} + '@typescript/native-preview@7.0.0-dev.20260606.1': + resolution: {integrity: sha512-9ag9Y2sj0yYwsWMKaBelVaHSOpX79eVo2quoWx9lCaUogq6HmqbaFa45AGQt54LNlwcYs5aBwODPyhHQglzZlA==} engines: {node: '>=16.20.0'} hasBin: true @@ -5571,8 +5571,8 @@ packages: postgres-range@1.1.4: resolution: {integrity: sha512-i/hbxIE9803Alj/6ytL7UHQxRvZkI9O4Sy+J3HGc4F4oo/2eQAjTSNJ0bfxyse3bH0nuVesCk+3IRLaMtG3H6w==} - posthog-node@5.36.3: - resolution: {integrity: sha512-cbAB8w3lJf+rQlxgBVkbQha/yJnt7NFe8l23iE5brLl4YLv10y+Xk6a0SzquZzk5tebznW0qpz3WEUJpf2OI9w==} + posthog-node@5.36.4: + resolution: {integrity: sha512-N+1WiypMHf3SO3NNoXTUFRzX98TuM5w4bDCm8RenYPf0rvX6r8v+yH6IzL1g/Me+wWA5+sfE1JZ6kGV6pWTZyQ==} engines: {node: ^20.20.0 || >=22.22.0} peerDependencies: rxjs: ^7.0.0 @@ -6356,12 +6356,12 @@ packages: resolution: {integrity: sha512-4yqz8a3n5HmGTlsbADNtr/dJlhkh/55Rq798G6ibiULcXbDtaLpTl1pvdqcbFfeoj3iSi52lePFM7h9H21cw/A==} engines: {node: '>=18.17'} - undici@7.26.0: - resolution: {integrity: sha512-3O9Tf67pGhgOv9jM35AbhkXAKi13f3oy3aE4CSgr+TckGeY+/iu97ZXN+J7DpHPzLbVApFd1IFhcnBjREYXYcg==} + undici@7.27.2: + resolution: {integrity: sha512-uZsKNuzQxDMUY6M3pIMvy5tvlGmtq8XJ2oLAkfRKGNu+1VQAIvLy2xIVG5ATZl5wDXl/tddByAWCizRbOme+TA==} engines: {node: '>=20.18.1'} - undici@8.3.0: - resolution: {integrity: sha512-TkUDgb6tl7KOGZ+7e8E3d2FYgUQgF6z5YypqjWmixVQSQERFcVrVg0ySADm2LVLRh5ljAaHTCR5Fmz3Q34rB7Q==} + undici@8.4.0: + resolution: {integrity: sha512-tDR4LgFBeV7YBWOFMlmbhtrnFVWuZ6HKbkG+88/csQdhK2tPlW78PnLI2VRjIQtTlslvgSZ4R43WBE+4g6rhng==} engines: {node: '>=22.19.0'} unicode-emoji-modifier-base@1.0.0: @@ -6748,46 +6748,46 @@ snapshots: ansi-styles: 6.2.3 is-fullwidth-code-point: 5.1.0 - '@anthropic-ai/claude-agent-sdk-darwin-arm64@0.3.166': + '@anthropic-ai/claude-agent-sdk-darwin-arm64@0.3.168': optional: true - '@anthropic-ai/claude-agent-sdk-darwin-x64@0.3.166': + '@anthropic-ai/claude-agent-sdk-darwin-x64@0.3.168': optional: true - '@anthropic-ai/claude-agent-sdk-linux-arm64-musl@0.3.166': + '@anthropic-ai/claude-agent-sdk-linux-arm64-musl@0.3.168': optional: true - '@anthropic-ai/claude-agent-sdk-linux-arm64@0.3.166': + '@anthropic-ai/claude-agent-sdk-linux-arm64@0.3.168': optional: true - '@anthropic-ai/claude-agent-sdk-linux-x64-musl@0.3.166': + '@anthropic-ai/claude-agent-sdk-linux-x64-musl@0.3.168': optional: true - '@anthropic-ai/claude-agent-sdk-linux-x64@0.3.166': + '@anthropic-ai/claude-agent-sdk-linux-x64@0.3.168': optional: true - '@anthropic-ai/claude-agent-sdk-win32-arm64@0.3.166': + '@anthropic-ai/claude-agent-sdk-win32-arm64@0.3.168': optional: true - '@anthropic-ai/claude-agent-sdk-win32-x64@0.3.166': + '@anthropic-ai/claude-agent-sdk-win32-x64@0.3.168': optional: true - '@anthropic-ai/claude-agent-sdk@0.3.166(@anthropic-ai/sdk@0.101.0(zod@4.4.3))(@modelcontextprotocol/sdk@1.29.0(zod@4.4.3))(zod@4.4.3)': + '@anthropic-ai/claude-agent-sdk@0.3.168(@anthropic-ai/sdk@0.102.0(zod@4.4.3))(@modelcontextprotocol/sdk@1.29.0(zod@4.4.3))(zod@4.4.3)': dependencies: - '@anthropic-ai/sdk': 0.101.0(zod@4.4.3) + '@anthropic-ai/sdk': 0.102.0(zod@4.4.3) '@modelcontextprotocol/sdk': 1.29.0(zod@4.4.3) zod: 4.4.3 optionalDependencies: - '@anthropic-ai/claude-agent-sdk-darwin-arm64': 0.3.166 - '@anthropic-ai/claude-agent-sdk-darwin-x64': 0.3.166 - '@anthropic-ai/claude-agent-sdk-linux-arm64': 0.3.166 - '@anthropic-ai/claude-agent-sdk-linux-arm64-musl': 0.3.166 - '@anthropic-ai/claude-agent-sdk-linux-x64': 0.3.166 - '@anthropic-ai/claude-agent-sdk-linux-x64-musl': 0.3.166 - '@anthropic-ai/claude-agent-sdk-win32-arm64': 0.3.166 - '@anthropic-ai/claude-agent-sdk-win32-x64': 0.3.166 + '@anthropic-ai/claude-agent-sdk-darwin-arm64': 0.3.168 + '@anthropic-ai/claude-agent-sdk-darwin-x64': 0.3.168 + '@anthropic-ai/claude-agent-sdk-linux-arm64': 0.3.168 + '@anthropic-ai/claude-agent-sdk-linux-arm64-musl': 0.3.168 + '@anthropic-ai/claude-agent-sdk-linux-x64': 0.3.168 + '@anthropic-ai/claude-agent-sdk-linux-x64-musl': 0.3.168 + '@anthropic-ai/claude-agent-sdk-win32-arm64': 0.3.168 + '@anthropic-ai/claude-agent-sdk-win32-x64': 0.3.168 - '@anthropic-ai/sdk@0.101.0(zod@4.4.3)': + '@anthropic-ai/sdk@0.102.0(zod@4.4.3)': dependencies: json-schema-to-ts: 3.1.1 standardwebhooks: 1.0.0 @@ -6961,7 +6961,7 @@ snapshots: effect: 4.0.0-beta.78 ioredis: 5.11.0 mime: 4.1.0 - undici: 8.3.0 + undici: 8.4.0 transitivePeerDependencies: - bufferutil - utf-8-validate @@ -7241,7 +7241,7 @@ snapshots: '@types/estree': 1.0.9 '@types/estree-jsx': 1.0.5 '@types/hast': 3.0.4 - '@types/mdx': 2.0.13 + '@types/mdx': 2.0.14 acorn: 8.17.0 collapse-white-space: 2.1.0 devlop: 1.1.0 @@ -7853,11 +7853,11 @@ snapshots: '@pnpm/network.ca-file': 1.0.2 config-chain: 1.1.13 - '@posthog/core@1.30.9': + '@posthog/core@1.30.10': dependencies: - '@posthog/types': 1.381.0 + '@posthog/types': 1.382.0 - '@posthog/types@1.381.0': {} + '@posthog/types@1.382.0': {} '@radix-ui/number@1.1.2': {} @@ -8294,7 +8294,7 @@ snapshots: p-filter: 4.1.0 semantic-release: 25.0.3(typescript@6.0.3) tinyglobby: 0.2.16 - undici: 7.26.0 + undici: 7.27.2 url-join: 5.0.0 transitivePeerDependencies: - supports-color @@ -8547,7 +8547,7 @@ snapshots: dependencies: '@types/unist': 3.0.3 - '@types/mdx@2.0.13': {} + '@types/mdx@2.0.14': {} '@types/ms@2.1.0': {} @@ -8577,36 +8577,36 @@ snapshots: dependencies: '@types/node': 25.9.3 - '@typescript/native-preview-darwin-arm64@7.0.0-dev.20260605.1': + '@typescript/native-preview-darwin-arm64@7.0.0-dev.20260606.1': optional: true - '@typescript/native-preview-darwin-x64@7.0.0-dev.20260605.1': + '@typescript/native-preview-darwin-x64@7.0.0-dev.20260606.1': optional: true - '@typescript/native-preview-linux-arm64@7.0.0-dev.20260605.1': + '@typescript/native-preview-linux-arm64@7.0.0-dev.20260606.1': optional: true - '@typescript/native-preview-linux-arm@7.0.0-dev.20260605.1': + '@typescript/native-preview-linux-arm@7.0.0-dev.20260606.1': optional: true - '@typescript/native-preview-linux-x64@7.0.0-dev.20260605.1': + '@typescript/native-preview-linux-x64@7.0.0-dev.20260606.1': optional: true - '@typescript/native-preview-win32-arm64@7.0.0-dev.20260605.1': + '@typescript/native-preview-win32-arm64@7.0.0-dev.20260606.1': optional: true - '@typescript/native-preview-win32-x64@7.0.0-dev.20260605.1': + '@typescript/native-preview-win32-x64@7.0.0-dev.20260606.1': optional: true - '@typescript/native-preview@7.0.0-dev.20260605.1': + '@typescript/native-preview@7.0.0-dev.20260606.1': optionalDependencies: - '@typescript/native-preview-darwin-arm64': 7.0.0-dev.20260605.1 - '@typescript/native-preview-darwin-x64': 7.0.0-dev.20260605.1 - '@typescript/native-preview-linux-arm': 7.0.0-dev.20260605.1 - '@typescript/native-preview-linux-arm64': 7.0.0-dev.20260605.1 - '@typescript/native-preview-linux-x64': 7.0.0-dev.20260605.1 - '@typescript/native-preview-win32-arm64': 7.0.0-dev.20260605.1 - '@typescript/native-preview-win32-x64': 7.0.0-dev.20260605.1 + '@typescript/native-preview-darwin-arm64': 7.0.0-dev.20260606.1 + '@typescript/native-preview-darwin-x64': 7.0.0-dev.20260606.1 + '@typescript/native-preview-linux-arm': 7.0.0-dev.20260606.1 + '@typescript/native-preview-linux-arm64': 7.0.0-dev.20260606.1 + '@typescript/native-preview-linux-x64': 7.0.0-dev.20260606.1 + '@typescript/native-preview-win32-arm64': 7.0.0-dev.20260606.1 + '@typescript/native-preview-win32-x64': 7.0.0-dev.20260606.1 '@ungap/structured-clone@1.3.1': {} @@ -9874,7 +9874,7 @@ snapshots: transitivePeerDependencies: - supports-color - fumadocs-mdx@15.0.11(@types/mdast@4.0.4)(@types/mdx@2.0.13)(@types/react@19.2.17)(fumadocs-core@16.9.3(@mdx-js/mdx@3.1.1)(@types/estree-jsx@1.0.5)(@types/hast@3.0.4)(@types/mdast@4.0.4)(@types/react@19.2.17)(lucide-react@1.17.0(react@19.2.7))(next@16.2.7(react-dom@19.2.7(react@19.2.7))(react@19.2.7))(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(zod@4.4.3))(next@16.2.7(react-dom@19.2.7(react@19.2.7))(react@19.2.7))(react@19.2.7)(rolldown@1.0.2)(vite@8.0.14(@types/node@25.9.3)(esbuild@0.28.1)(jiti@2.7.0)(yaml@2.9.0)): + fumadocs-mdx@15.0.11(@types/mdast@4.0.4)(@types/mdx@2.0.14)(@types/react@19.2.17)(fumadocs-core@16.9.3(@mdx-js/mdx@3.1.1)(@types/estree-jsx@1.0.5)(@types/hast@3.0.4)(@types/mdast@4.0.4)(@types/react@19.2.17)(lucide-react@1.17.0(react@19.2.7))(next@16.2.7(react-dom@19.2.7(react@19.2.7))(react@19.2.7))(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(zod@4.4.3))(next@16.2.7(react-dom@19.2.7(react@19.2.7))(react@19.2.7))(react@19.2.7)(rolldown@1.0.2)(vite@8.0.14(@types/node@25.9.3)(esbuild@0.28.1)(jiti@2.7.0)(yaml@2.9.0)): dependencies: '@mdx-js/mdx': 3.1.1 '@standard-schema/spec': 1.1.0 @@ -9895,7 +9895,7 @@ snapshots: zod: 4.4.3 optionalDependencies: '@types/mdast': 4.0.4 - '@types/mdx': 2.0.13 + '@types/mdx': 2.0.14 '@types/react': 19.2.17 next: 16.2.7(react-dom@19.2.7(react@19.2.7))(react@19.2.7) react: 19.2.7 @@ -9904,7 +9904,7 @@ snapshots: transitivePeerDependencies: - supports-color - fumadocs-ui@16.9.3(@types/mdx@2.0.13)(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(fumadocs-core@16.9.3(@mdx-js/mdx@3.1.1)(@types/estree-jsx@1.0.5)(@types/hast@3.0.4)(@types/mdast@4.0.4)(@types/react@19.2.17)(lucide-react@1.17.0(react@19.2.7))(next@16.2.7(react-dom@19.2.7(react@19.2.7))(react@19.2.7))(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(zod@4.4.3))(next@16.2.7(react-dom@19.2.7(react@19.2.7))(react@19.2.7))(react-dom@19.2.7(react@19.2.7))(react@19.2.7): + fumadocs-ui@16.9.3(@types/mdx@2.0.14)(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(fumadocs-core@16.9.3(@mdx-js/mdx@3.1.1)(@types/estree-jsx@1.0.5)(@types/hast@3.0.4)(@types/mdast@4.0.4)(@types/react@19.2.17)(lucide-react@1.17.0(react@19.2.7))(next@16.2.7(react-dom@19.2.7(react@19.2.7))(react@19.2.7))(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(zod@4.4.3))(next@16.2.7(react-dom@19.2.7(react@19.2.7))(react@19.2.7))(react-dom@19.2.7(react@19.2.7))(react@19.2.7): dependencies: '@fumadocs/tailwind': 0.0.5 '@radix-ui/react-accordion': 1.2.13(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) @@ -9931,7 +9931,7 @@ snapshots: tailwind-merge: 3.6.0 unist-util-visit: 5.1.0 optionalDependencies: - '@types/mdx': 2.0.13 + '@types/mdx': 2.0.14 '@types/react': 19.2.17 next: 16.2.7(react-dom@19.2.7(react@19.2.7))(react@19.2.7) transitivePeerDependencies: @@ -11835,9 +11835,9 @@ snapshots: postgres-range@1.1.4: {} - posthog-node@5.36.3: + posthog-node@5.36.4: dependencies: - '@posthog/core': 1.30.9 + '@posthog/core': 1.30.10 pretty-ms@9.3.0: dependencies: @@ -12765,9 +12765,9 @@ snapshots: undici@6.26.0: {} - undici@7.26.0: {} + undici@7.27.2: {} - undici@8.3.0: {} + undici@8.4.0: {} unicode-emoji-modifier-base@1.0.0: {} diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 9f1732d92d..58e6658f33 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -22,7 +22,7 @@ catalog: "@swc/core": "^1.15.40" "@tsconfig/bun": "^1.0.10" "@types/bun": "^1.3.14" - "@typescript/native-preview": "7.0.0-dev.20260605.1" + "@typescript/native-preview": "7.0.0-dev.20260606.1" "@vitest/coverage-istanbul": "^4.1.8" "effect": "4.0.0-beta.78" "knip": "^6.15.0"