Skip to content

fix(deps): update minor and patch updates - #194

Merged
renovate[bot] merged 1 commit into
mainfrom
renovate/minor-and-patch-updates
Jul 26, 2026
Merged

fix(deps): update minor and patch updates#194
renovate[bot] merged 1 commit into
mainfrom
renovate/minor-and-patch-updates

Conversation

@renovate

@renovate renovate Bot commented Jul 15, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@anthropic-ai/sdk ^0.106.0^0.112.0 age confidence
@workos/emulate ^0.1.0^0.2.0 age confidence
oxfmt (source) ^0.56.0^0.59.0 age confidence

Release Notes

anthropics/anthropic-sdk-typescript (@​anthropic-ai/sdk)

v0.112.3

Compare Source

Full Changelog: sdk-v0.112.2...sdk-v0.112.3

Chores

v0.112.2

Compare Source

Full Changelog: sdk-v0.112.1...sdk-v0.112.2

Chores

v0.112.1

Compare Source

Full Changelog: sdk-v0.112.0...sdk-v0.112.1

v0.112.0

Compare Source

Full Changelog: sdk-v0.111.0...sdk-v0.112.0

Features
  • api: add support for MCP Tunnels (597ac41)

v0.111.0

Compare Source

Full Changelog: sdk-v0.110.0...sdk-v0.111.0

Features
  • api: add support for dreaming (77b28a6)
  • tools: gate session tool calls on evaluated_permission; bound idle by server stop_reason (68a6d7b)
Chores
  • docs: small updates to field descriptions (e25b885)
  • docs: update model example (a33f3f0)
  • docs: updates to descriptions and examples (eac4bac)

v0.110.0

Compare Source

Full Changelog: sdk-v0.109.1...sdk-v0.110.0

Features
  • api: add agent-memory-2026-07-22 beta header (a470e10)

v0.109.1

Compare Source

Full Changelog: sdk-v0.109.0...sdk-v0.109.1

Chores
  • api: remove some nonfunctional types from the SDKs (cc4dd4e)

v0.109.0

Compare Source

Full Changelog: sdk-v0.108.0...sdk-v0.109.0

Features
  • api: add support for Managed Agents event delta streaming, agent overrides, reverse pagination, vault credential injection scoping, and agent and deployment webhook events (7f3211b)

v0.108.0

Compare Source

Full Changelog: sdk-v0.107.0...sdk-v0.108.0

Features
  • api: add support for claude-sonnet-5 (4588db0)
Bug Fixes
  • agent-toolset: allow absolute paths that resolve inside workdir (#​112) (e951fb2)
Chores

v0.107.0

Compare Source

Full Changelog: sdk-v0.106.0...sdk-v0.107.0

Features
Bug Fixes
  • agent-toolset: bound canonicalize symlink hops; resolve glob matches before confinement check (#​142) (277be80)
  • types: restore BatchCreateParams.Request.params dropped by codegen merge (#​165) (c6b68d2)
Chores
  • api: accept user profile ID's when counting tokens (6cda67e)
  • docs: updates to descriptions and example values (51a5f81)
Documentation
  • update readme requirements to match anthropic docs (#​146) (3818412)
workos/emulate (@​workos/emulate)

v0.2.1

Compare Source

Bug Fixes
  • auth: Echo original session method on refresh_token (#​14) (97fb951)
  • auth: Emit spec-valid authentication_method (#​12) (3066f71)

v0.2.0

Compare Source

Features
  • add response-shape conformance codegen and test (#​9) (358773b)
  • provide an end-to-end login flow story with spec-accurate webhooks (#​2) (fa39dfe)
  • seed M2M apps and API keys (#​10) (f761419)
oxc-project/oxc (oxfmt)

v0.59.0

Compare Source

🐛 Bug Fixes
  • 415fe1e oxfmt: Error on ignorePatterns that cannot match files outside the config directory (#​24286) (leaysgur)

v0.58.0

Compare Source

v0.57.0

Compare Source


Configuration

📅 Schedule: (in timezone UTC)

  • Branch creation
    • "on the 15th day of the month before 12pm"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@greptile-apps

greptile-apps Bot commented Jul 15, 2026

Copy link
Copy Markdown

Greptile Summary

Bumps three packages: @anthropic-ai/sdk from ^0.106.0 to ^0.112.0 (resolves to 0.112.5), @workos/emulate from ^0.1.0 to ^0.2.0 (resolves to 0.2.2), and oxfmt from ^0.56.0 to ^0.59.0 as a devDependency. All platform-specific oxfmt bindings in the lockfile are updated consistently.

  • @anthropic-ai/sdk gains six minor versions with new features (MCP Tunnels, dreaming support, Managed Agents streaming, web fetch/support tools) and two security-relevant agent-toolset path-traversal fixes (symlink bounding, confinement checks).
  • @workos/emulate moves from 0.1.0 to 0.2.2, adding end-to-end login flow, M2M app seeding, and response-shape conformance codegen; the Renovate table lists 0.2.1 but the lockfile resolves to the newer 0.2.2 patch.
  • oxfmt is a formatter devDependency with only a bug fix for ignorePatterns across minor versions.

Confidence Score: 5/5

Standard dependency bump with no application logic changes; all three packages are straightforward updates and the lockfile is internally consistent.

All changes are confined to package manifests and the lockfile. The @anthropic-ai/sdk jump spans six minor versions but the release notes list only additive features and two path-traversal hardening fixes in the agent toolset. oxfmt is a formatter devDependency with no production impact. @workos/emulate moves from 0.1 to 0.2 with new authentication and M2M features; the lockfile resolves cleanly to 0.2.2 and the platform bindings are updated consistently throughout.

Files Needing Attention: No files require special attention; both changed files are package manifests and the lockfile is mechanically consistent.

Important Files Changed

Filename Overview
package.json Updates three dependency version ranges: @anthropic-ai/sdk (^0.106.0 → ^0.112.0), @workos/emulate (^0.1.0 → ^0.2.0), and oxfmt (^0.56.0 → ^0.59.0 devDep)
bun.lock Lockfile resolves @anthropic-ai/sdk to 0.112.5, @workos/emulate to 0.2.2, and oxfmt to 0.59.0 with all platform-specific bindings updated consistently

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[Renovate Bot PR] --> B{Package Updates}
    B --> C["@anthropic-ai/sdk\n0.106.0 → 0.112.5"]
    B --> D["@workos/emulate\n0.1.0 → 0.2.2"]
    B --> E["oxfmt\n0.56.0 → 0.59.0\n(devDep)"]
    C --> F["New features:\n- MCP Tunnels\n- Dreaming support\n- Web fetch tools\n- Agent-toolset path fixes"]
    D --> G["New features:\n- E2E login flow\n- M2M app seeding\n- Response conformance codegen"]
    E --> H["Bug fix:\nignorePatterns outside\nconfig directory"]
Loading

Reviews (27): Last reviewed commit: "fix(deps): update minor and patch update..." | Re-trigger Greptile

@renovate
renovate Bot force-pushed the renovate/minor-and-patch-updates branch 11 times, most recently from 00210ca to 179f058 Compare July 19, 2026 22:50
Comment thread package.json
@renovate
renovate Bot force-pushed the renovate/minor-and-patch-updates branch 14 times, most recently from c13cd05 to 69484b7 Compare July 26, 2026 15:17
@renovate renovate Bot removed the renovate/patch label Jul 26, 2026
@renovate
renovate Bot force-pushed the renovate/minor-and-patch-updates branch from 69484b7 to 5e95395 Compare July 26, 2026 16:23
@renovate
renovate Bot merged commit b9b1704 into main Jul 26, 2026
6 checks passed
@renovate
renovate Bot deleted the renovate/minor-and-patch-updates branch July 26, 2026 21:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

0 participants