From 76e84d9c444c74b69195e85279b4eb319e7109f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Apr 2026 14:03:54 +0000 Subject: [PATCH] chore(deps): bump the npm_and_yarn group across 3 directories with 3 updates Bumps the npm_and_yarn group with 1 update in the /e2e/scenarios/nextjs-instrumentation directory: [next](https://github.com/vercel/next.js). Bumps the npm_and_yarn group with 1 update in the /integrations/vercel-ai-sdk directory: [ai](https://github.com/vercel/ai). Bumps the npm_and_yarn group with 1 update in the /js/examples/ai-sdk/next-openai-app directory: [valibot](https://github.com/open-circle/valibot). Updates `next` from 14.2.34 to 15.5.14 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/compare/v14.2.34...v15.5.14) Updates `ai` from 3.2.16 to 5.0.52 - [Release notes](https://github.com/vercel/ai/releases) - [Changelog](https://github.com/vercel/ai/blob/main/CHANGELOG.md) - [Commits](https://github.com/vercel/ai/compare/ai@3.2.16...ai@5.0.52) Updates `valibot` from 1.1.0 to 1.2.0 - [Release notes](https://github.com/open-circle/valibot/releases) - [Commits](https://github.com/open-circle/valibot/compare/v1.1.0...v1.2.0) --- updated-dependencies: - dependency-name: next dependency-version: 15.5.14 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: ai dependency-version: 5.0.52 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: valibot dependency-version: 1.2.0 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- e2e/scenarios/nextjs-instrumentation/package.json | 2 +- integrations/vercel-ai-sdk/package.json | 2 +- js/examples/ai-sdk/next-openai-app/package.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/e2e/scenarios/nextjs-instrumentation/package.json b/e2e/scenarios/nextjs-instrumentation/package.json index 2017e3a1f..f443d7e9d 100644 --- a/e2e/scenarios/nextjs-instrumentation/package.json +++ b/e2e/scenarios/nextjs-instrumentation/package.json @@ -7,7 +7,7 @@ "@opentelemetry/exporter-trace-otlp-http": "0.200.0", "@opentelemetry/sdk-trace-base": "2.0.0", "@vercel/otel": "2.1.0", - "next": "14.2.34", + "next": "15.5.14", "react": "18.3.1", "react-dom": "18.3.1" }, diff --git a/integrations/vercel-ai-sdk/package.json b/integrations/vercel-ai-sdk/package.json index 52c0ab310..ddb6cca02 100644 --- a/integrations/vercel-ai-sdk/package.json +++ b/integrations/vercel-ai-sdk/package.json @@ -31,7 +31,7 @@ }, "dependencies": { "@ai-sdk/provider": "^0.0.11", - "ai": "^3.2.16", + "ai": "^5.0.52", "braintrust": "workspace:*" }, "peerDependencies": { diff --git a/js/examples/ai-sdk/next-openai-app/package.json b/js/examples/ai-sdk/next-openai-app/package.json index f042f9bee..a5255284a 100644 --- a/js/examples/ai-sdk/next-openai-app/package.json +++ b/js/examples/ai-sdk/next-openai-app/package.json @@ -36,7 +36,7 @@ "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "lucide-react": "^0.545.0", - "next": "^15.5.9", + "next": "^16.2.2", "react": "^18", "react-dom": "^18", "react-markdown": "9.0.1", @@ -45,7 +45,7 @@ "streamdown": "^1.4.0", "tailwind-merge": "^3.0.2", "tailwindcss-animate": "^1.0.7", - "valibot": "1.1.0", + "valibot": "1.2.0", "zod": "3.25.76" }, "devDependencies": {