Skip to content

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

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/minor-and-patch-updates
Open

renovate[bot] wants to merge 1 commit into
mainfrom
renovate/minor-and-patch-updates

Conversation

@renovate

@renovate renovate Bot commented Sep 15, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@anthropic-ai/sdk ^0.116.0^0.124.0 age confidence
@workos/emulate ^0.7.0^0.12.0 age confidence
@workos/openapi-spec ^0.61.0^0.83.0 age confidence
bun (source) 1.3.141.4.2 age confidence
oxfmt (source) ^0.62.0^0.67.0 age confidence

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

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

v0.124.0

Full Changelog: sdk-v0.123.0...sdk-v0.124.0

Features
  • api: add Claude Tag category and user breakdowns to usage reports (669ff22)
  • api: add named types for organization compliance settings state (54be8da)
  • api: add support for sending a workspace ID on more endpoints (a11e6f1)
Bug Fixes
  • repair custom-code merge in messages resources (#​455) (7ac43b9)
  • tools: create agent-toolset files and directories owner-only (#​485) (a9c2298)
Chores
  • internal: bundle the mock server spec and update breaking-change detection (8752d02)
  • internal: codegen related update (a63afbc)
  • tests: reword the skip reason on the path-level query param tests (999bee5)
Documentation
  • api: update a few doc strings (2ef3d59)

v0.123.0

Full Changelog: sdk-v0.122.0...sdk-v0.123.0

Features
  • api: beta user profiles: add external_user_onboarded_at, remove relationship in favor of access_type (3efb1a1)
  • api: manual updates (c6f0bda)
  • api: organization compliance settings, user-profile order_by, memory-store and toolset schema updates (8e2f0c2)
Bug Fixes
  • keep credential file access out of non-Node bundles (ab6a4b2)
Chores
  • internal: codegen related update (788ea8b)
Documentation
  • changelog: detail the beta files/skills GA-shape change (#​1175) (4951de0)

v0.122.0

Full Changelog: sdk-v0.121.0...sdk-v0.122.0

Features
  • api: beta files/skills namespaces use GA shapes; drop dated beta header pins (45d693a)
Bug Fixes
  • client: classify cross-realm DOMException abort/timeout errors correctly (1bd6395)
  • client: use configured logger for SSE parse errors (80eeaf7)
  • sessions: make event accumulator forward-compatible with new event types (#​410) (2d084fd)
  • tools: let read return a view_range of a file over the size cap (#​427) (56b3260)
  • uploads: default bare Blob filename on skills endpoints (#​422) (e111649)
  • webhooks: require headers to be passed to unwrap() (3230804)
Chores
  • internal: codegen related update (c2f327a)
Documentation
  • api: clarify pagination on the organization rate-limit list endpoints (d6015b9)
  • document TypeScript 5.0 as the minimum supported version (788e721)

v0.121.0

Full Changelog: sdk-v0.120.0...sdk-v0.121.0

Features
  • api: add updates thinking display mode (beta) (22274ea)
  • api: add missing anthropic-beta values (0779f02)
  • api: add support for Organization API endpoints (8b61e7a)
  • helpers: support Standard Schema for structured outputs and tools (7880078)
Bug Fixes
  • tools: keep the tool runner going on pause_turn (#​288) (f040dc9)
  • types: don't reference NodeJS.ProcessEnv from published types (#​367) (fd38dfd)
Chores
  • docs: clarify skill version latest support and memory version retention (7405a69)
  • examples: remove redundant main().catch boilerplate (154ace7)
  • internal: cancel superseded CI runs (0532c98)
  • internal: codegen related update (228ff1e)
  • internal: minor workflow reformat (41b6c31)
  • internal: tighten publint and attw lint checks (e3fbd62)
Documentation
  • api: clarify session thread agent and usage.iterations compaction descriptions (beta) (6e852a7)
  • examples: use adaptive thinking in thinking examples (3dd7699)

v0.120.0

Full Changelog: sdk-v0.119.0...sdk-v0.120.0

Features
  • api: managed agents web search config and self hosted sandbox memory (ba8ec50)
Chores

v0.119.0

Full Changelog: sdk-v0.118.0...sdk-v0.119.0

Features
  • api: Files and Skills APIs are now GA; add computer use and browser use toolsets (ab41aa3)

v0.118.0

Full Changelog: sdk-v0.117.1...sdk-v0.118.0

Features
  • api: additions to files and memory stores (fdc0379)
  • api: updates to skill, files, and user profiles (671e6b1)
  • client: add helpers for accessing the workspace ID in response headers (28aa5af)
Bug Fixes
  • api: remove unsupported mid_conv_system content block (ae6ca94)
  • session-runner: retry tool-result sends for at least the lease TTL (#​339) (7dc6325)
Chores
  • internal: bump zod to 4.4.3 (#​334) (faa5b7b)
  • internal: remove leftover prism references (a163b96)
  • stop shipping the v0.50 migration guide and migrate CLI (53992d7)
Documentation
  • tools: warn that blocking tool bodies stall the worker heartbeat (#​299) (908fdb5)

v0.117.1

Full Changelog: sdk-v0.117.0...sdk-v0.117.1

Chores
  • ci: allow manually re-publishing a package to npm from the release workflow (af60c1f)
  • internal: tag uploaded preview builds with the branch name (#​295) (228f44e)
workos/emulate (@​workos/emulate)

v0.12.0

Compare Source

Features
  • auth: add opt-in password step to interactive login (#​99) (993f7f1)
  • authorization: align roles and permissions with the spec (PATCH, 409 conflicts, resource_type_slug) (#​97) (1d1c84c)
  • feature-flags: align with production contract, add seeding and SDK polling (#​96) (ae19616)
  • widgets: implement /_widgets/ApiKeys for the ApiKeys widget (#​101) (5cd33ae)
Bug Fixes
  • connect: resolve applications by client ID (#​92) (b4afb88)
  • emit spec-shaped password_reset_token and password_reset_url (#​100) (5e362ee)

v0.11.0

Compare Source

Features
Bug Fixes
  • fga: align authorization checks and resources with production contract (#​89) (ae7abed)
  • invitations: emit required nullable keys (#​90) (cda19b2)

v0.10.0

Compare Source

Features
  • fga: implement effective-permissions listing endpoints (#​84) (4c444e2)
  • sso: serve OIDC discovery per AuthKit client (#​80) (45b7736)
Bug Fixes
  • fga: accept role_slug when creating role assignments (#​83) (d454991)

v0.9.0

Compare Source

Features
  • auth: interactive organization selection, and an account picker on the sign-in page (#​78) (5e7ca56)

v0.8.0

Compare Source

Features
  • seed: enroll TOTP auth factors from user config (#​77) (df078b0)
Bug Fixes
  • auth: gate the password grant on email verification (#​69) (799ef19)
  • seed: honor a pinned webhook signing secret (#​76) (5c38781)
  • sso: redeem an SSO code for a user-management session (#​70) (b0ae0e8)
  • users: populate and shape linked OAuth identities (#​71) (71f1322)
  • users: populate connected accounts and serve the spec's verbs (#​73) (20b4989)
workos/openapi-spec (@​workos/openapi-spec)

v0.83.0

Compare Source

Published @workos/openapi-spec@0.83.0 to npm.

Changes: v0.82.0...v0.83.0

v0.82.0

Compare Source

Published @workos/openapi-spec@0.82.0 to npm.

Changes: v0.81.0...v0.82.0

v0.81.0

Compare Source

Published @workos/openapi-spec@0.81.0 to npm.

Changes: v0.80.0...v0.81.0

v0.80.0

Compare Source

Published @workos/openapi-spec@0.80.0 to npm.

Changes: v0.79.0...v0.80.0

v0.79.0

Compare Source

Published @workos/openapi-spec@0.79.0 to npm.

Changes: v0.78.0...v0.79.0

v0.78.0

Compare Source

Published @workos/openapi-spec@0.78.0 to npm.

Changes: v0.77.0...v0.78.0

v0.77.0

Compare Source

Published @workos/openapi-spec@0.77.0 to npm.

Changes: v0.76.0...v0.77.0

v0.76.0

Compare Source

Published @workos/openapi-spec@0.76.0 to npm.

Changes: v0.75.0...v0.76.0

v0.75.0

Compare Source

Published @workos/openapi-spec@0.75.0 to npm.

Changes: v0.74.0...v0.75.0

v0.74.0

Compare Source

Published @workos/openapi-spec@0.74.0 to npm.

Changes: v0.73.0...v0.74.0

v0.73.0

Compare Source

Published @workos/openapi-spec@0.73.0 to npm.

Changes: v0.72.0...v0.73.0

v0.72.0

Compare Source

Published @workos/openapi-spec@0.72.0 to npm.

Changes: v0.71.0...v0.72.0

v0.71.0

Compare Source

Published @workos/openapi-spec@0.71.0 to npm.

Changes: v0.70.0...v0.71.0

v0.70.0

Compare Source

Published @workos/openapi-spec@0.70.0 to npm.

Changes: v0.69.0...v0.70.0

v0.69.0

Compare Source

Published @workos/openapi-spec@0.69.0 to npm.

Changes: v0.68.0...v0.69.0

v0.68.0

Compare Source

Published @workos/openapi-spec@0.68.0 to npm.

Changes: v0.67.0...v0.68.0

v0.67.0

Compare Source

Published @workos/openapi-spec@0.67.0 to npm.

Changes: v0.66.0...v0.67.0

v0.66.0

Compare Source

Published @workos/openapi-spec@0.66.0 to npm.

Changes: v0.65.0...v0.66.0

v0.65.0

Compare Source

Published @workos/openapi-spec@0.65.0 to npm.

Changes: v0.64.0...v0.65.0

v0.64.0

Compare Source

v0.63.0

Compare Source

Published @workos/openapi-spec@0.63.0 to npm.

Changes: v0.62.0...v0.63.0

v0.62.0

Compare Source

Published @workos/openapi-spec@0.62.0 to npm.

Changes: v0.61.0...v0.62.0

oven-sh/bun (bun)

v1.4.2: Bun v1.4.2

Compare Source

To install Bun v1.4.2

curl -fsSL https://bun.sh/install | bash

# or you can use npm
# npm install -g bun

Windows:

powershell -c "irm bun.sh/install.ps1|iex"

To upgrade to Bun v1.4.2:

bun upgrade
Read Bun v1.4.2's release notes on Bun's blog
Thanks to 3 contributors!

v1.4.1

Compare Source

v1.4.0: Bun v1.4

Compare Source

To install Bun v1.4

curl -fsSL https://bun.com/install | bash

# or you can use npm
# npm install -g bun

Windows:

powershell -c "irm bun.com/install.ps1|iex"

To upgrade to Bun v1.4.0:

bun upgrade

Read the blog post: image (1)

Thank you

Bun is free, open source, and MIT-licensed. We receive a lot of contributions from the community, and we'd like to thank everyone who fixed a bug or contributed since Bun v1.3.

oxc-project/oxc (oxfmt)

v0.67.0

Compare Source

🛡️ Security

v0.66.0

Compare Source

v0.65.0

Compare Source

v0.64.0

Compare Source

🚀 Features
📚 Documentation

v0.63.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 Sep 15, 2026

Copy link
Copy Markdown

RetriggerConfidence Score: 4/5

The dependency updates appear safe to merge, with the non-blocking caveat that CI should be aligned with the newly declared Bun 1.4.2 toolchain.

Findings

  1. P2 Bun Versions Remain Misaligned
Fix with agent prompt
### Issue 1
package.json:68
The package now declares Bun 1.4.2, but the test, lint, and release workflows still explicitly install Bun 1.3.14. As a result, CI does not exercise the toolchain used to regenerate this lockfile or validate the intended Bun upgrade. Bun 1.4-specific install, formatting, or build behavior could therefore reach developers and releases without equivalent CI coverage. Please update the workflow pins alongside this declaration.

---

For each issue above, determine whether it is valid and should be fixed. If so, fix it directly.

Summary

This PR updates the Anthropic SDK, WorkOS emulator and OpenAPI specification, oxfmt, and the declared Bun package-manager version, with corresponding lockfile updates.

  • Resolves the updated package and native formatter artifacts.
  • Removes obsolete tsx/esbuild transitive lock entries.
  • Leaves CI and release workflows pinned to the previous Bun version, so the newly declared toolchain is not exercised there.

Reviews (1) · Last reviewed commit: "fix(deps): update minor and patch update..."

Comment thread package.json
"bun": ">=1.3.0"
},
"packageManager": "bun@1.3.14",
"packageManager": "bun@1.4.2",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Bun Versions Remain Misaligned

The package now declares Bun 1.4.2, but the test, lint, and release workflows still explicitly install Bun 1.3.14. As a result, CI does not exercise the toolchain used to regenerate this lockfile or validate the intended Bun upgrade. Bun 1.4-specific install, formatting, or build behavior could therefore reach developers and releases without equivalent CI coverage. Please update the workflow pins alongside this declaration.

Knowledge Base Used: Build, release, and validation automation

Prompt To Fix With AI
This is a comment left during a code review.
Path: package.json
Line: 68

Comment:
**Bun Versions Remain Misaligned**

The package now declares Bun 1.4.2, but the test, lint, and release workflows still explicitly install Bun 1.3.14. As a result, CI does not exercise the toolchain used to regenerate this lockfile or validate the intended Bun upgrade. Bun 1.4-specific install, formatting, or build behavior could therefore reach developers and releases without equivalent CI coverage. Please update the workflow pins alongside this declaration.

**Knowledge Base Used:** [Build, release, and validation automation](https://app.greptile.com/workos/-/custom-context/knowledge-base/workos/cli/-/docs/build-release-and-validation.md)

---

For each issue above, determine whether it is valid and should be fixed. If so, fix it directly.

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