Skip to content

chore(deps): bump the minor-and-patch group across 1 directory with 7 updates#28

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/minor-and-patch-a441170c56
Closed

chore(deps): bump the minor-and-patch group across 1 directory with 7 updates#28
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/minor-and-patch-a441170c56

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Apr 13, 2026

Bumps the minor-and-patch group with 7 updates in the / directory:

Package From To
@anthropic-ai/sdk 0.72.1 0.88.0
@browserbasehq/stagehand 3.2.0 3.2.1
@daytonaio/sdk 0.152.1 0.164.0
openai 6.33.0 6.34.0
weave 0.11.1 0.13.0
autoprefixer 10.4.27 10.5.0
prettier 3.8.1 3.8.2

Updates @anthropic-ai/sdk from 0.72.1 to 0.88.0

Release notes

Sourced from @​anthropic-ai/sdk's releases.

sdk: v0.88.0

0.88.0 (2026-04-10)

Full Changelog: sdk-v0.87.0...sdk-v0.88.0

Features

Documentation

sdk: v0.87.0

0.87.0 (2026-04-09)

Full Changelog: sdk-v0.86.1...sdk-v0.87.0

Features

  • api: Add beta advisor tool (1e99a8d)

sdk: v0.86.1

0.86.1 (2026-04-08)

Full Changelog: sdk-v0.86.0...sdk-v0.86.1

Chores

  • update @​anthropic-ai/sdk dependency version (#870) (036342b)

sdk: v0.86.0

0.86.0 (2026-04-08)

Full Changelog: sdk-v0.85.0...sdk-v0.86.0

Features

  • api: add support for Claude Managed Agents (2ef732a)

Chores

  • internal: codegen related update (d644830)

sdk: v0.85.0

0.85.0 (2026-04-07)

... (truncated)

Changelog

Sourced from @​anthropic-ai/sdk's changelog.

0.88.0 (2026-04-10)

Full Changelog: sdk-v0.87.0...sdk-v0.88.0

Features

Documentation

0.87.0 (2026-04-09)

Full Changelog: sdk-v0.86.1...sdk-v0.87.0

Features

  • api: Add beta advisor tool (1e99a8d)

0.86.1 (2026-04-08)

Full Changelog: sdk-v0.86.0...sdk-v0.86.1

Chores

  • update @​anthropic-ai/sdk dependency version (#870) (036342b)

0.86.0 (2026-04-08)

Full Changelog: sdk-v0.85.0...sdk-v0.86.0

Features

  • api: add support for Claude Managed Agents (2ef732a)

Chores

  • internal: codegen related update (d644830)

0.85.0 (2026-04-07)

Full Changelog: sdk-v0.84.0...sdk-v0.85.0

Features

  • client: Create Bedrock Mantle client (#810) (2f1f4a1)

... (truncated)

Commits

Updates @browserbasehq/stagehand from 3.2.0 to 3.2.1

Changelog

Sourced from @​browserbasehq/stagehand's changelog.

3.2.1

Patch Changes

Commits

Updates @daytonaio/sdk from 0.152.1 to 0.164.0

Release notes

Sourced from @​daytonaio/sdk's releases.

v0.164.0

0.164.0 (2026-04-10)

🩹 Fixes

  • api: sanitize org name in invitation emails to prevent URL auto-linking (#4341)
  • api: return 503 when svix is not configured (#4424)
  • api: sandbox runner join query uuid (#4425)
  • api: handle transient errors in jwt strategy (#4423)
  • api: truncate error message audit logs jobs (#4426)
  • daemon: write session exit code after output labelers drain (#4422)
  • proxy: remove auth header after successful validation (#4419)
  • sdk: conn pool saturation warning (#4386)
  • toolbox: add RFC 5987 encoding for Unicode filenames in multipart downloads (#4331)

Refactor

Chores

  • sync go.sum for v0.163.0 (#4407)
  • ci: invalidate Nx build cache when set-version changes package version (#4410)
  • runner: conflicting go dependencies in Dockerfile (#4420)
  • sdk-go: bump to v0.164.0 (#4428)

❤️ Thank You

v0.163.0

0.163.0 (2026-04-09)

🚀 Features

  • api,dashboard: include actor api key in audit log (#3695)
  • daemon: emit daytona_snapshot as OTel resource attribute (#4400)
  • daemon: custom OTel resource labels (#4402)
  • daemon,sdk-python,sdk-typescript: standardize typed errors (#4228)
  • docs: add agent skills reference (#4403)

🩹 Fixes

  • api: improve api responses on unauthorized (#4344)

... (truncated)

Commits
  • c821bf0 chore(sdk-go): bump to v0.164.0 (#4428)
  • 1cfa40a fix(api): truncate error message audit logs jobs (#4426)
  • 007ec79 fix(api): handle transient errors in jwt strategy (#4423)
  • fee94cf fix(api): sandbox runner join query uuid (#4425)
  • 9e5e706 chore(runner): conflicting go dependencies in Dockerfile (#4420)
  • 51b1571 fix(api): return 503 when svix is not configured (#4424)
  • d706891 chore(ci): invalidate Nx build cache when set-version changes package version...
  • 86519d4 fix(daemon): write session exit code after output labelers drain (#4422)
  • 0f14b0d refactor: auth guards (#4149)
  • 280f2d1 fix(toolbox): add RFC 5987 encoding for Unicode filenames in multipart downlo...
  • Additional commits viewable in compare view

Updates openai from 6.33.0 to 6.34.0

Release notes

Sourced from openai's releases.

v6.34.0

6.34.0 (2026-04-08)

Full Changelog: v6.33.0...v6.34.0

Features

  • api: add phase field to Message in conversations (eb7cbc1)
  • client: add support for short-lived tokens (#839) (a72ebcf)

Bug Fixes

  • api: remove web_search_call.results from ResponseIncludable in responses (1f6968e)

Chores

  • internal: codegen related update (1081460)
  • internal: update multipart form array serialization (3faee8d)
  • tests: bump steady to v0.20.1 (b73cc6b)

Documentation

  • api: add multi-file ingestion recommendations to vector-stores files/file-batches (1bc32a3)
Changelog

Sourced from openai's changelog.

6.34.0 (2026-04-08)

Full Changelog: v6.33.0...v6.34.0

Features

  • api: add phase field to Message in conversations (eb7cbc1)
  • client: add support for short-lived tokens (#839) (a72ebcf)

Bug Fixes

  • api: remove web_search_call.results from ResponseIncludable in responses (1f6968e)

Chores

  • internal: codegen related update (1081460)
  • internal: update multipart form array serialization (3faee8d)
  • tests: bump steady to v0.20.1 (b73cc6b)

Documentation

  • api: add multi-file ingestion recommendations to vector-stores files/file-batches (1bc32a3)
Commits
  • 35feb53 Merge pull request #1797 from openai/release-please--branches--master--change...
  • 398e589 release: 6.34.0
  • a72ebcf feat(client): add support for short-lived tokens (#839)
  • b73cc6b chore(tests): bump steady to v0.20.1
  • eb7cbc1 feat(api): add phase field to Message in conversations
  • 1f6968e fix(api): remove web_search_call.results from ResponseIncludable in responses
  • 1081460 chore(internal): codegen related update
  • 1bc32a3 docs(api): add multi-file ingestion recommendations to vector-stores files/fi...
  • 3faee8d chore(internal): update multipart form array serialization
  • be64904 Merge pull request #1798 from openai/codex/pin-github-workflow-refs-20260326-...
  • Additional commits viewable in compare view

Updates weave from 0.11.1 to 0.13.0

Commits

Updates autoprefixer from 10.4.27 to 10.5.0

Release notes

Sourced from autoprefixer's releases.

10.5.0 “Each Endeavouring, All Achieving”

  • Added mask-position-x and mask-position-y support (by @​toporek).
Changelog

Sourced from autoprefixer's changelog.

10.5.0 “Each Endeavouring, All Achieving”

  • Added mask-position-x and mask-position-y support (by @​toporek).
Commits

Updates prettier from 3.8.1 to 3.8.2

Release notes

Sourced from prettier's releases.

3.8.2

  • Support Angular v21.2

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.8.2

diff

Angular: Support Angular v21.2 (#18722, #19034 by @​fisker)

Exhaustive typechecking with @default never;

<!-- Input -->
@switch (foo) {
  @case (1) {}
  @default never;
}
<!-- Prettier 3.8.1 -->
SyntaxError: Incomplete block "default never". If you meant to write the @ character, you should use the "&#64;" HTML entity instead. (3:3)
<!-- Prettier 3.8.2 -->
@​switch (foo) {
@​case (1) {}
@​default never;
}

arrow function and instanceof expressions.

<!-- Input -->
@let fn = (a) =>        a?    1:2;
{{ fn ( a         instanceof b)}}
<!-- Prettier 3.8.1 -->
@​let fn = (a) =>        a?    1:2;
{{ fn ( a         instanceof b)}}
<!-- Prettier 3.8.2 -->
@​let fn = (a) => (a ? 1 : 2);
{{ fn(a instanceof b) }}

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Summary by cubic

Update minor and patch dependencies to pick up new features and fixes across AI SDKs and frontend tooling, with no app code changes.

  • Dependencies

    • @anthropic-ai/sdk: 0.72.1 → 0.88.0 (adds Managed Agents and Vertex EU region)
    • @browserbasehq/stagehand: 3.2.0 → 3.2.1 (tool timeout consistency, tab attach fix, middleware support)
    • @daytonaio/sdk: 0.152.1 → 0.164.0 (typed errors, stability fixes)
    • openai: 6.33.0 → 6.34.0 (short‑lived tokens support)
    • weave: 0.11.1 → 0.13.0
    • autoprefixer: 10.4.27 → 10.5.0 (adds mask-position-x/y)
    • prettier: 3.8.1 → 3.8.2 (Angular v21.2 support)
  • Migration

    • Run package install and build: pnpm install && pnpm build.
    • Reformat with new prettier if needed.
    • Smoke test model integrations using @anthropic-ai/sdk, openai, and @daytonaio/sdk.
    • Rebuild CSS to confirm autoprefixer changes don’t affect styles.

Written for commit ef81529. Summary will update on new commits.

… updates

Bumps the minor-and-patch group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@anthropic-ai/sdk](https://github.com/anthropics/anthropic-sdk-typescript) | `0.72.1` | `0.88.0` |
| [@browserbasehq/stagehand](https://github.com/browserbase/stagehand/tree/HEAD/packages/core) | `3.2.0` | `3.2.1` |
| [@daytonaio/sdk](https://github.com/daytonaio/daytona) | `0.152.1` | `0.164.0` |
| [openai](https://github.com/openai/openai-node) | `6.33.0` | `6.34.0` |
| [weave](https://github.com/wandb/weave) | `0.11.1` | `0.13.0` |
| [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.27` | `10.5.0` |
| [prettier](https://github.com/prettier/prettier) | `3.8.1` | `3.8.2` |



Updates `@anthropic-ai/sdk` from 0.72.1 to 0.88.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.72.1...sdk-v0.88.0)

Updates `@browserbasehq/stagehand` from 3.2.0 to 3.2.1
- [Release notes](https://github.com/browserbase/stagehand/releases)
- [Changelog](https://github.com/browserbase/stagehand/blob/main/packages/core/CHANGELOG.md)
- [Commits](https://github.com/browserbase/stagehand/commits/HEAD/packages/core)

Updates `@daytonaio/sdk` from 0.152.1 to 0.164.0
- [Release notes](https://github.com/daytonaio/daytona/releases)
- [Commits](daytonaio/daytona@v0.152.1...v0.164.0)

Updates `openai` from 6.33.0 to 6.34.0
- [Release notes](https://github.com/openai/openai-node/releases)
- [Changelog](https://github.com/openai/openai-node/blob/master/CHANGELOG.md)
- [Commits](openai/openai-node@v6.33.0...v6.34.0)

Updates `weave` from 0.11.1 to 0.13.0
- [Release notes](https://github.com/wandb/weave/releases)
- [Changelog](https://github.com/wandb/weave/blob/master/dev_docs/RELEASE.md)
- [Commits](https://github.com/wandb/weave/commits)

Updates `autoprefixer` from 10.4.27 to 10.5.0
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md)
- [Commits](postcss/autoprefixer@10.4.27...10.5.0)

Updates `prettier` from 3.8.1 to 3.8.2
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.8.1...3.8.2)

---
updated-dependencies:
- dependency-name: "@anthropic-ai/sdk"
  dependency-version: 0.88.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@browserbasehq/stagehand"
  dependency-version: 3.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@daytonaio/sdk"
  dependency-version: 0.164.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: openai
  dependency-version: 6.34.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: weave
  dependency-version: 0.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: autoprefixer
  dependency-version: 10.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: prettier
  dependency-version: 3.8.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Apr 13, 2026
Copy link
Copy Markdown

@cubic-dev-ai cubic-dev-ai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 2 files

@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Apr 20, 2026

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Apr 20, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/minor-and-patch-a441170c56 branch April 20, 2026 23:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants