Skip to content

fix(deps-dev): bump the npm-major group across 1 directory with 3 updates#5483

Merged
supabase-cli-releaser[bot] merged 3 commits into
developfrom
dependabot/npm_and_yarn/npm-major-07219b06c8
Jun 5, 2026
Merged

fix(deps-dev): bump the npm-major group across 1 directory with 3 updates#5483
supabase-cli-releaser[bot] merged 3 commits into
developfrom
dependabot/npm_and_yarn/npm-major-07219b06c8

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jun 5, 2026

Bumps the npm-major group with 3 updates in the / directory: @anthropic-ai/claude-agent-sdk, @anthropic-ai/sdk and posthog-node.

Updates @anthropic-ai/claude-agent-sdk from 0.3.146 to 0.3.156

Release notes

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

v0.3.156

What's changed

  • Updated to parity with Claude Code v2.1.156

Update

npm install @anthropic-ai/claude-agent-sdk@0.3.156
# or
yarn add @anthropic-ai/claude-agent-sdk@0.3.156
# or
pnpm add @anthropic-ai/claude-agent-sdk@0.3.156
# or
bun add @anthropic-ai/claude-agent-sdk@0.3.156

v0.3.154

What's changed

  • Fixed stdio MCP servers being incorrectly restarted on every reconcile pass due to config-equality false positives

Update

npm install @anthropic-ai/claude-agent-sdk@0.3.154
# or
yarn add @anthropic-ai/claude-agent-sdk@0.3.154
# or
pnpm add @anthropic-ai/claude-agent-sdk@0.3.154
# or
bun add @anthropic-ai/claude-agent-sdk@0.3.154

v0.3.153

What's changed

  • Updated to parity with Claude Code v2.1.153

Update

npm install @anthropic-ai/claude-agent-sdk@0.3.153
# or
yarn add @anthropic-ai/claude-agent-sdk@0.3.153
# or
pnpm add @anthropic-ai/claude-agent-sdk@0.3.153
# or
bun add @anthropic-ai/claude-agent-sdk@0.3.153

... (truncated)

Changelog

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

0.3.156

  • Updated to parity with Claude Code v2.1.156

0.3.155

  • Updated to parity with Claude Code v2.1.155

0.3.154

  • Fixed stdio MCP servers being incorrectly restarted on every reconcile pass due to config-equality false positives

0.3.153

  • Updated to parity with Claude Code v2.1.153

0.3.152

  • SessionStart hooks can now return reloadSkills: true to trigger a skill re-scan, and set the session title via hookSpecificOutput.sessionTitle
  • Added a MessageDisplay hook event that lets hooks transform or hide assistant message text as it is displayed

0.3.151

  • Updated to parity with Claude Code v2.1.151

0.3.150

  • The api_retry system message now reports error: 'overloaded' for 529 responses, instead of 'rate_limit' (which is now reserved for 429). Consumers that handled 529 via error === 'rate_limit' should also match 'overloaded', or switch to error_status === 529.
  • Updated to parity with Claude Code v2.1.150

0.3.149

  • Fixed options.env dropping CLAUDE_AGENT_SDK_VERSION (used for User-Agent and telemetry) when a custom environment is supplied, and corrected the Options.env docs to state that the value replaces the subprocess environment rather than merging with process.env

0.3.148

  • Updated to parity with Claude Code v2.1.148

0.3.147

  • Updated to parity with Claude Code v2.1.147
Commits

Updates @anthropic-ai/sdk from 0.97.1 to 0.100.0

Release notes

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

sdk: v0.100.0

0.100.0 (2026-05-28)

Full Changelog: sdk-v0.99.0...sdk-v0.100.0

Features

  • api: Add support for claude-opus-4-8, mid-conversation system blocks, and usage.output_tokens_details (bb0bf27)

Documentation

  • replace literal newlines (66ba142)

sdk: v0.99.0

0.99.0 (2026-05-27)

Full Changelog: sdk-v0.98.1...sdk-v0.99.0

Features

Bug Fixes

  • streaming: carry stop_details through message_delta accumulation (#1027) (198bc27)

sdk: v0.98.1

0.98.1 (2026-05-26)

Full Changelog: sdk-v0.98.0...sdk-v0.98.1

Bug Fixes

  • client: preserve directory prefix in skills.versions.create uploads (#1024) (abbcd6a)

Chores

  • client: swap to using Trusted Publishing (821a50e)
  • examples: rename managed-agents private-sandbox-worker example to self-hosted-sandbox-worker (#1023) (49fe221)

sdk: v0.98.0

0.98.0 (2026-05-21)

Full Changelog: sdk-v0.97.1...sdk-v0.98.0

Features

... (truncated)

Changelog

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

0.100.0 (2026-05-28)

Full Changelog: sdk-v0.99.0...sdk-v0.100.0

Features

  • api: Add support for claude-opus-4-8, mid-conversation system blocks, and usage.output_tokens_details (bb0bf27)

Documentation

  • replace literal newlines (66ba142)

0.99.0 (2026-05-27)

Full Changelog: sdk-v0.98.1...sdk-v0.99.0

Features

Bug Fixes

  • streaming: carry stop_details through message_delta accumulation (#1027) (198bc27)

0.98.1 (2026-05-26)

Full Changelog: sdk-v0.98.0...sdk-v0.98.1

Bug Fixes

  • client: preserve directory prefix in skills.versions.create uploads (#1024) (abbcd6a)

Chores

  • client: swap to using Trusted Publishing (821a50e)
  • examples: rename managed-agents private-sandbox-worker example to self-hosted-sandbox-worker (#1023) (49fe221)

0.98.0 (2026-05-21)

Full Changelog: sdk-v0.97.1...sdk-v0.98.0

Features

  • api: Add support for thinking-token-count beta for estimated tokens in thinking block deltas when streaming (0528d47)
Commits
  • 6f97c4d chore: release main
  • 1fd7ec7 feat(api): Add support for claude-opus-4-8, mid-conversation system blocks, a...
  • f5bfc10 docs: replace literal newlines
  • 1b2500d chore: release main
  • 05304ab ci: pin detect-breaking-changes actions to commit SHAs (#1022)
  • 1ec3820 fix(streaming): carry stop_details through message_delta accumulation (#1027)
  • 8bb6782 feat: support custom file size caps (#1029)
  • 1fe87f3 chore: release main
  • a654489 chore(client): swap to using Trusted Publishing
  • 9c5c098 fix(client): preserve directory prefix in skills.versions.create uploads (#1024)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​anthropic-ai/sdk since your current version.


Updates posthog-node from 5.35.5 to 5.35.6

Changelog

Sourced from posthog-node's changelog.

5.35.6

Patch Changes

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

…ates

Bumps the npm-major group with 3 updates in the / directory: [@anthropic-ai/claude-agent-sdk](https://github.com/anthropics/claude-agent-sdk-typescript), [@anthropic-ai/sdk](https://github.com/anthropics/anthropic-sdk-typescript) and [posthog-node](https://github.com/PostHog/posthog-js/tree/HEAD/packages/node).


Updates `@anthropic-ai/claude-agent-sdk` from 0.3.146 to 0.3.156
- [Release notes](https://github.com/anthropics/claude-agent-sdk-typescript/releases)
- [Changelog](https://github.com/anthropics/claude-agent-sdk-typescript/blob/main/CHANGELOG.md)
- [Commits](anthropics/claude-agent-sdk-typescript@v0.3.146...v0.3.156)

Updates `@anthropic-ai/sdk` from 0.97.1 to 0.100.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.97.1...sdk-v0.100.0)

Updates `posthog-node` from 5.35.5 to 5.35.6
- [Release notes](https://github.com/PostHog/posthog-js/releases)
- [Changelog](https://github.com/PostHog/posthog-js/blob/main/packages/node/CHANGELOG.md)
- [Commits](https://github.com/PostHog/posthog-js/commits/posthog-node@5.35.6/packages/node)

---
updated-dependencies:
- dependency-name: "@anthropic-ai/claude-agent-sdk"
  dependency-version: 0.3.156
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-major
- dependency-name: "@anthropic-ai/sdk"
  dependency-version: 0.100.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-major
- dependency-name: posthog-node
  dependency-version: 5.35.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 5, 2026
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 5, 2026

Supabase CLI preview

npx --yes https://pkg.pr.new/supabase@5483

Preview package for commit ed872d8.

@supabase-cli-releaser supabase-cli-releaser Bot enabled auto-merge (squash) June 5, 2026 12:28
@supabase-cli-releaser supabase-cli-releaser Bot merged commit 0d046f3 into develop Jun 5, 2026
17 checks passed
@supabase-cli-releaser supabase-cli-releaser Bot deleted the dependabot/npm_and_yarn/npm-major-07219b06c8 branch June 5, 2026 12:32
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant