Skip to content

fix(deps): bump the npm-major group across 1 directory with 9 updates#5503

Open
dependabot[bot] wants to merge 3 commits into
developfrom
dependabot/npm_and_yarn/npm-major-261c81f0e1
Open

fix(deps): bump the npm-major group across 1 directory with 9 updates#5503
dependabot[bot] wants to merge 3 commits into
developfrom
dependabot/npm_and_yarn/npm-major-261c81f0e1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the npm-major group with 9 updates in the / directory:

Package From To
@anthropic-ai/claude-agent-sdk 0.3.156 0.3.159
@anthropic-ai/sdk 0.100.0 0.100.1
@clack/prompts 1.4.0 1.5.0
ink 7.0.4 7.0.5
posthog-node 5.35.6 5.35.8
fumadocs-core 16.9.2 16.9.3
fumadocs-mdx 15.0.9 15.0.10
fumadocs-ui 16.9.2 16.9.3
knip 6.14.2 6.15.0

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

Release notes

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

v0.3.159

What's changed

  • Updated to parity with Claude Code v2.1.159

Update

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

v0.3.158

What's changed

  • Updated to parity with Claude Code v2.1.158

Update

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

v0.3.157

What's changed

  • Updated to parity with Claude Code v2.1.157

Update

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

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

0.3.159

  • Updated to parity with Claude Code v2.1.159

0.3.158

  • Updated to parity with Claude Code v2.1.158

0.3.157

  • Updated to parity with Claude Code v2.1.157
Commits

Updates @anthropic-ai/sdk from 0.100.0 to 0.100.1

Release notes

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

sdk: v0.100.1

0.100.1 (2026-05-29)

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

Bug Fixes

  • streaming: carry encrypted_content on beta compaction blocks (#1025) (eccddf3)

Chores

  • client: update lockfiles to have proper dependencies on standardwebhooks (5e9b523)
Changelog

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

0.100.1 (2026-05-29)

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

Bug Fixes

  • streaming: carry encrypted_content on beta compaction blocks (#1025) (eccddf3)

Chores

  • client: update lockfiles to have proper dependencies on standardwebhooks (5e9b523)
Commits

Updates @clack/prompts from 1.4.0 to 1.5.0

Release notes

Sourced from @​clack/prompts's releases.

@​clack/prompts@​1.5.0

Minor Changes

  • #543 83428ac Thanks @​florian-lefebvre! - Adds support for Standard Schema validation

    Prompts accept an optional validate() function to validate user input. While a function provides more flexibility and customization over your validation, it can be a bit verbose. To help solve this, there are libraries that provide schema-based validation to make shorthand and type-strict validation substantially easier.

    Libraries following the Standard Schema specification are now natively supported. For example, using Arktype:

    import { text } from '@clack/prompts';
    import { type } from 'arktype';
    const name = await text({
    message: 'Enter your email',
    
    validate: type('string.email').describe('Invalid email'),
    });

Patch Changes

Changelog

Sourced from @​clack/prompts's changelog.

1.5.0

Minor Changes

  • #543 83428ac Thanks @​florian-lefebvre! - Adds support for Standard Schema validation

    Prompts accept an optional validate() function to validate user input. While a function provides more flexibility and customization over your validation, it can be a bit verbose. To help solve this, there are libraries that provide schema-based validation to make shorthand and type-strict validation substantially easier.

    Libraries following the Standard Schema specification are now natively supported. For example, using Arktype:

    import { text } from '@clack/prompts';
    import { type } from 'arktype';
    const name = await text({
    message: 'Enter your email',
    
    validate: type('string.email').describe('Invalid email'),
    });

Patch Changes

Commits

Updates ink from 7.0.4 to 7.0.5

Release notes

Sourced from ink's releases.

v7.0.5

  • Fix: Handle incomplete stack frames in error overview (#965) b2350c1

vadimdemedes/ink@v7.0.4...v7.0.5

Commits

Updates posthog-node from 5.35.6 to 5.35.8

Changelog

Sourced from posthog-node's changelog.

5.35.8

Patch Changes

  • Updated dependencies []:
    • @​posthog/core@​1.29.15

5.35.7

Patch Changes

  • Updated dependencies [d9ad199]:
    • @​posthog/core@​1.29.14
Commits
  • 88bd500 chore: update versions and lockfile [version bump]
  • af69e9c chore: update versions and lockfile [version bump]
  • 4eb5416 test(node): drain promise queue in captureException context tests (#3696)
  • See full diff in compare view

Updates fumadocs-core from 16.9.2 to 16.9.3

Release notes

Sourced from fumadocs-core's releases.

fumadocs-core@16.9.3

Patch Changes

  • 42f0255: Support invalidate & revalidate on dynamic loader
  • a807798: Improve source API utils & types
Commits

Updates fumadocs-mdx from 15.0.9 to 15.0.10

Release notes

Sourced from fumadocs-mdx's releases.

fumadocs-mdx@15.0.10

Patch Changes

  • d35d0d6: Respect root in Vite config
  • Updated dependencies [42f0255]
  • Updated dependencies [a807798]
    • fumadocs-core@16.9.3
Commits
  • 34b75a0 Version Packages (#3324)
  • 73b9cec docs: fix build
  • d35d0d6 fix(mdx): respect root in Vite config
  • a9f95ff chore: bump deps
  • 783c048 fix(preview): fix invalid content type in /img endpoint
  • 42f0255 feat(core): support invalidate & revalidate on dynamic loader
  • a807798 fix(core): improve source API utils & types
  • 8b17019 docs: document LLM_GATEWAY_MODEL for Ask AI (#3319)
  • cad622e Merge pull request #3318 from smakosh/feat/llmgateway-ai-provider
  • ee98724 fix(openapi): newer scalar client
  • Additional commits viewable in compare view

Updates fumadocs-ui from 16.9.2 to 16.9.3

Release notes

Sourced from fumadocs-ui's releases.

fumadocs-ui@16.9.3

Patch Changes

  • Updated dependencies [42f0255]
  • Updated dependencies [a807798]
    • fumadocs-core@16.9.3
Commits

Updates knip from 6.14.2 to 6.15.0

Release notes

Sourced from knip's releases.

Release 6.15.0

  • Report exported type used only in inferred-return function body (resolve #1765) (2413408753f7abc7a9dfdba520990afd18c53ee0)
  • Work that EXPORTS.md again (7e13451fab7ad85362fb63a4715ea450690aedef)
  • Update npmx ecosystem snapshot (dfc401145a880f156c66eb83ea1622a99540304a)
  • Link dependencies key with notes (closes #1764) (e3e66cea9e946558940bf8705129efea3f23b3ba)
  • Resolve tsconfig paths when loading plugin configs (#1762) (0177c7466559e2ae99b5e1cd1e3a8043ca494edc) - thanks @​jakeleventhal!
  • Avoid caching failed plugin config loads (#1768) (5e201cde9b1ba2568ead2ae790ab888c966828ae) - thanks @​jakeleventhal!
  • Resolve extensionless .sass imports in SCSS compiler (#1770) (30c22835383b2355787cc2a871b22de80ff75544) - thanks @​sebacardello!
  • fix(vite): detect inline module script entry points in index.html (#1772) (51f4eddc9e1b2fed1ba25e81fc596e9fb514ce01) - thanks @​lucas-spin!
  • Harden vite inline module script import detection (b8abcfd2f4f5486aea08a934514bc55de86be030)
  • Use RecordableHistogram for timerified function stats (d575c6905704af1b0b4620edd874fc09bc86ed28)
  • Add orval plugin (resolves #1751) (4c82aa82c2a02fbda27a316389f210d11621f8cb)
  • Add treatTagHintsAsErrors and --no-tag-hints (resolves #1767) (4b6a573e0c1e0daf65c76c32f7336ea71db6bb64)
  • Add nano-spawn plugin (resolves #1769) (b2cad06dfd9958485537c5545c6c497fc8823ac3)
  • Simplify glob cache validation and ignore-list assembly (df1a9603a5ea8ed7bad9588bf13672cedf37c90e)
  • Dedupe ignore-pattern collection and dependency fixing (d49b626ad6736d7123d44568ef8c42a3e1d28aa3)
  • Simplify installed-binaries collection in manifest metadata (55143941eebbc8dac12c79b77c1f65a8b61dfbef)
  • Flatten control flow in ConfigurationChief (010d5709b0f9a3adc5ebe6e7169b9f5c4f29abc5)
  • Inline trivial installed-binaries and types-included accessors (b5afb9f29e3474eee4bf276c1de83cb0682a5663)
  • Format (eb4b178d5d90a719cdc576d644766f8f95a47876)
  • Replace @​wdio/types dev dep with inline types (a3747d61ee0e594854e5da0ca6cb7597e0096b99)
  • Bump dependencies (822ab3905cb7b5a216404231607a7820105930a2)
  • Work AGENTS.md, etcetera (361bd4803934a01e01b08170565f8374e4e49eb2)
  • Remove rootDirs workaround resolved by oxc-resolver 11.20.0 (e190a9fec22db41975cf9568a31970a05c86e66b)
  • Add nuxt no-root-tsconfig fixture guarding alias resolution (e3e5bc94d5f7b6ffdbc89b18d7c8d5acbb5a9008)
  • Allow extra args for release-it (f9c59952fa2c8c4c13bd42edc0935610900d1980)
  • Add @​vercel as platinum sponsor (c4c06a9149c986680f0d1aa74b57a46ff1f88601)
  • Overhaul & improve --trace functionailty (60df0b05f364c8d841c0f784a06bab2a3215a32f)
  • Re-gen plugins.md (0f9d044d312053154498a562e3a9422a4f44afe6)
Commits
  • 3f3769e Release knip@6.15.0
  • 60df0b0 Overhaul & improve --trace functionailty
  • e3e5bc9 Add nuxt no-root-tsconfig fixture guarding alias resolution
  • e190a9f Remove rootDirs workaround resolved by oxc-resolver 11.20.0
  • 822ab39 Bump dependencies
  • a3747d6 Replace @​wdio/types dev dep with inline types
  • eb4b178 Format
  • b5afb9f Inline trivial installed-binaries and types-included accessors
  • 010d570 Flatten control flow in ConfigurationChief
  • 5514394 Simplify installed-binaries collection in manifest metadata
  • Additional commits viewable in compare view

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

Bumps the npm-major group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@anthropic-ai/claude-agent-sdk](https://github.com/anthropics/claude-agent-sdk-typescript) | `0.3.156` | `0.3.159` |
| [@anthropic-ai/sdk](https://github.com/anthropics/anthropic-sdk-typescript) | `0.100.0` | `0.100.1` |
| [@clack/prompts](https://github.com/bombshell-dev/clack/tree/HEAD/packages/prompts) | `1.4.0` | `1.5.0` |
| [ink](https://github.com/vadimdemedes/ink) | `7.0.4` | `7.0.5` |
| [posthog-node](https://github.com/PostHog/posthog-js/tree/HEAD/packages/node) | `5.35.6` | `5.35.8` |
| [fumadocs-core](https://github.com/fuma-nama/fumadocs) | `16.9.2` | `16.9.3` |
| [fumadocs-mdx](https://github.com/fuma-nama/fumadocs) | `15.0.9` | `15.0.10` |
| [fumadocs-ui](https://github.com/fuma-nama/fumadocs) | `16.9.2` | `16.9.3` |
| [knip](https://github.com/webpro-nl/knip/tree/HEAD/packages/knip) | `6.14.2` | `6.15.0` |



Updates `@anthropic-ai/claude-agent-sdk` from 0.3.156 to 0.3.159
- [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.156...v0.3.159)

Updates `@anthropic-ai/sdk` from 0.100.0 to 0.100.1
- [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.100.0...sdk-v0.100.1)

Updates `@clack/prompts` from 1.4.0 to 1.5.0
- [Release notes](https://github.com/bombshell-dev/clack/releases)
- [Changelog](https://github.com/bombshell-dev/clack/blob/main/packages/prompts/CHANGELOG.md)
- [Commits](https://github.com/bombshell-dev/clack/commits/@clack/prompts@1.5.0/packages/prompts)

Updates `ink` from 7.0.4 to 7.0.5
- [Release notes](https://github.com/vadimdemedes/ink/releases)
- [Commits](vadimdemedes/ink@v7.0.4...v7.0.5)

Updates `posthog-node` from 5.35.6 to 5.35.8
- [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.8/packages/node)

Updates `fumadocs-core` from 16.9.2 to 16.9.3
- [Release notes](https://github.com/fuma-nama/fumadocs/releases)
- [Commits](https://github.com/fuma-nama/fumadocs/commits/fumadocs-core@16.9.3)

Updates `fumadocs-mdx` from 15.0.9 to 15.0.10
- [Release notes](https://github.com/fuma-nama/fumadocs/releases)
- [Commits](https://github.com/fuma-nama/fumadocs/compare/fumadocs-mdx@15.0.9...fumadocs-mdx@15.0.10)

Updates `fumadocs-ui` from 16.9.2 to 16.9.3
- [Release notes](https://github.com/fuma-nama/fumadocs/releases)
- [Commits](https://github.com/fuma-nama/fumadocs/commits/fumadocs-ui@16.9.3)

Updates `knip` from 6.14.2 to 6.15.0
- [Release notes](https://github.com/webpro-nl/knip/releases)
- [Commits](https://github.com/webpro-nl/knip/commits/knip@6.15.0/packages/knip)

---
updated-dependencies:
- dependency-name: "@anthropic-ai/claude-agent-sdk"
  dependency-version: 0.3.159
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-major
- dependency-name: "@anthropic-ai/sdk"
  dependency-version: 0.100.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-major
- dependency-name: "@clack/prompts"
  dependency-version: 1.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-major
- dependency-name: ink
  dependency-version: 7.0.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-major
- dependency-name: posthog-node
  dependency-version: 5.35.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-major
- dependency-name: fumadocs-core
  dependency-version: 16.9.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-major
- dependency-name: fumadocs-mdx
  dependency-version: 15.0.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-major
- dependency-name: fumadocs-ui
  dependency-version: 16.9.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-major
- dependency-name: knip
  dependency-version: 6.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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 8, 2026
@supabase-cli-releaser supabase-cli-releaser Bot enabled auto-merge (squash) June 8, 2026 00:08
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 8, 2026

Supabase CLI preview

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

Preview package for commit 0b83500.

@jgoux jgoux requested a review from a team as a code owner June 8, 2026 11:25
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