Skip to content

Commit 947fa17

Browse files
chore(deps): bump the npm_and_yarn group across 7 directories with 5 updates
Bumps the npm_and_yarn group with 1 update in the /e2e/scenarios/anthropic-instrumentation directory: [@anthropic-ai/sdk](https://github.com/anthropics/anthropic-sdk-typescript). 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 /e2e/scenarios/turbopack-auto-instrumentation directory: [next](https://github.com/vercel/next.js). Bumps the npm_and_yarn group with 1 update in the /integrations/temporal-js/examples/temporal-ai-sdk directory: [uuid](https://github.com/uuidjs/uuid). Bumps the npm_and_yarn group with 1 update in the /integrations/temporal-js/examples/temporal-cjs directory: [uuid](https://github.com/uuidjs/uuid). Bumps the npm_and_yarn group with 1 update in the /integrations/temporal-js/examples/temporal-esm directory: [uuid](https://github.com/uuidjs/uuid). Bumps the npm_and_yarn group with 3 updates in the /js/examples/ai-sdk/next-openai-app directory: [postcss](https://github.com/postcss/postcss), [next](https://github.com/vercel/next.js) and [valibot](https://github.com/open-circle/valibot). Updates `@anthropic-ai/sdk` from 0.80.0 to 0.81.0 - [Release notes](https://github.com/anthropics/anthropic-sdk-typescript/releases) - [Changelog](https://github.com/anthropics/anthropic-sdk-typescript/blob/main/CHANGELOG.md) - [Commits](anthropics/anthropic-sdk-typescript@sdk-v0.80.0...sdk-v0.81.0) Updates `next` from 14.2.34 to 15.5.15 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](vercel/next.js@v14.2.34...v15.5.15) Updates `next` from 16.2.1 to 16.2.3 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](vercel/next.js@v14.2.34...v15.5.15) Updates `uuid` from 9.0.1 to 14.0.0 - [Release notes](https://github.com/uuidjs/uuid/releases) - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](uuidjs/uuid@v9.0.1...v14.0.0) Updates `uuid` from 9.0.1 to 14.0.0 - [Release notes](https://github.com/uuidjs/uuid/releases) - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](uuidjs/uuid@v9.0.1...v14.0.0) Updates `uuid` from 9.0.1 to 14.0.0 - [Release notes](https://github.com/uuidjs/uuid/releases) - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](uuidjs/uuid@v9.0.1...v14.0.0) Updates `postcss` from 8.5.8 to 8.5.10 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.5.8...8.5.10) Updates `next` from 15.5.14 to 15.5.15 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](vercel/next.js@v14.2.34...v15.5.15) Updates `valibot` from 1.1.0 to 1.2.0 - [Release notes](https://github.com/open-circle/valibot/releases) - [Commits](open-circle/valibot@v1.1.0...v1.2.0) --- updated-dependencies: - dependency-name: "@anthropic-ai/sdk" dependency-version: 0.81.0 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: next dependency-version: 15.5.15 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: next dependency-version: 16.2.3 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: uuid dependency-version: 14.0.0 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: uuid dependency-version: 14.0.0 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: uuid dependency-version: 14.0.0 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: postcss dependency-version: 8.5.10 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: next dependency-version: 15.5.15 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] <support@github.com>
1 parent 714ee22 commit 947fa17

7 files changed

Lines changed: 9 additions & 9 deletions

File tree

e2e/scenarios/anthropic-instrumentation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
}
1010
},
1111
"dependencies": {
12-
"@anthropic-ai/sdk": "0.80.0",
12+
"@anthropic-ai/sdk": "0.81.0",
1313
"anthropic-sdk-v0273": "npm:@anthropic-ai/sdk@0.27.3",
1414
"anthropic-sdk-v0390": "npm:@anthropic-ai/sdk@0.39.0",
1515
"anthropic-sdk-v0712": "npm:@anthropic-ai/sdk@0.71.2",

e2e/scenarios/nextjs-instrumentation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"@opentelemetry/exporter-trace-otlp-http": "0.200.0",
88
"@opentelemetry/sdk-trace-base": "2.0.0",
99
"@vercel/otel": "2.1.0",
10-
"next": "14.2.34",
10+
"next": "15.5.15",
1111
"react": "18.3.1",
1212
"react-dom": "18.3.1"
1313
},

e2e/scenarios/turbopack-auto-instrumentation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@braintrust/e2e-turbopack-auto-instrumentation",
33
"private": true,
44
"dependencies": {
5-
"next": "16.2.1",
5+
"next": "16.2.3",
66
"openai": "6.32.0",
77
"react": "19.2.4",
88
"react-dom": "19.2.4"

integrations/temporal-js/examples/temporal-ai-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"ai": "^6.0.0",
3232
"braintrust": "file:../../../../js/braintrust-2.2.0.tgz",
3333
"nanoid": "^3.3.4",
34-
"uuid": "^9.0.0",
34+
"uuid": "^14.0.0",
3535
"zod": "^3.25.76"
3636
},
3737
"devDependencies": {

integrations/temporal-js/examples/temporal-cjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@temporalio/worker": "^1.11.0",
1616
"@temporalio/workflow": "^1.11.0",
1717
"braintrust": "^2.0.0",
18-
"uuid": "^9.0.0"
18+
"uuid": "^14.0.0"
1919
},
2020
"devDependencies": {
2121
"@types/node": "^20.0.0",

integrations/temporal-js/examples/temporal-esm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@temporalio/worker": "^1.11.0",
2020
"@temporalio/workflow": "^1.11.0",
2121
"braintrust": "^2.0.0",
22-
"uuid": "^9.0.0"
22+
"uuid": "^14.0.0"
2323
},
2424
"devDependencies": {
2525
"@types/node": "^20.0.0",

js/examples/ai-sdk/next-openai-app/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"class-variance-authority": "^0.7.1",
3737
"clsx": "^2.1.1",
3838
"lucide-react": "^0.545.0",
39-
"next": "^15.5.9",
39+
"next": "^15.5.15",
4040
"react": "^18",
4141
"react-dom": "^18",
4242
"react-markdown": "9.0.1",
@@ -45,7 +45,7 @@
4545
"streamdown": "^1.4.0",
4646
"tailwind-merge": "^3.0.2",
4747
"tailwindcss-animate": "^1.0.7",
48-
"valibot": "1.1.0",
48+
"valibot": "1.2.0",
4949
"zod": "3.25.76"
5050
},
5151
"devDependencies": {
@@ -55,7 +55,7 @@
5555
"autoprefixer": "^10.4.14",
5656
"eslint": "8.57.1",
5757
"eslint-config-next": "14.2.3",
58-
"postcss": "^8.4.49",
58+
"postcss": "^8.5.10",
5959
"tailwindcss": "^3.4.15",
6060
"typescript": "5.8.3"
6161
}

0 commit comments

Comments
 (0)