Skip to content

fix(deps): bump the npm-major group with 7 updates - #6443

Open
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/npm-major-fb00bd78fa
Open

fix(deps): bump the npm-major group with 7 updates#6443
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/npm-major-fb00bd78fa

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 3, 2026

Copy link
Copy Markdown
Contributor

Bumps the npm-major group with 7 updates:

Package From To
verdaccio 6.10.0 6.10.1
@anthropic-ai/claude-agent-sdk 0.3.246 0.3.247
@anthropic-ai/sdk 0.120.0 0.121.0
fumadocs-core 16.15.1 16.15.2
fumadocs-ui 16.15.1 16.15.2
knip 6.32.2 6.32.3
tldts 6.1.86 7.4.11

Updates verdaccio from 6.10.0 to 6.10.1

Release notes

Sourced from verdaccio's releases.

v6.10.1

Patch Changes

  • 90d5c20: Import shared helpers from @verdaccio/core and drop the deprecated @verdaccio/utils dependency

    All internal usages of @verdaccio/utils now resolve the same helpers from @verdaccio/core (validation, auth, crypto, package and author utilities), and the @verdaccio/utils dependency has been removed.

  • 7805d50: Limit web UI search responses to 20 packages.

  • c84070b: Update verdaccio dependencies to the latest npm dist-tag (@verdaccio/ui-theme tracks next-9):

    • @verdaccio/ui-theme: 9.0.0-next-9.279.0.0-next-9.28
Changelog

Sourced from verdaccio's changelog.

6.10.1

Patch Changes

  • 90d5c20: Import shared helpers from @verdaccio/core and drop the deprecated @verdaccio/utils dependency

    All internal usages of @verdaccio/utils now resolve the same helpers from @verdaccio/core (validation, auth, crypto, package and author utilities), and the @verdaccio/utils dependency has been removed.

  • 7805d50: Limit web UI search responses to 20 packages.

  • c84070b: Update verdaccio dependencies to the latest npm dist-tag (@verdaccio/ui-theme tracks next-9):

    • @verdaccio/ui-theme: 9.0.0-next-9.279.0.0-next-9.28
Commits

Updates @anthropic-ai/claude-agent-sdk from 0.3.246 to 0.3.247

Release notes

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

v0.3.247

What's changed

  • Added an optional ambient flag to task_started, task_notification and background_tasks_changed task entries so hosts can exclude housekeeping tasks from activity indicators
  • Fixed the permissionMode on per-turn system/init frames reporting the mode at turn start instead of the live mode, so a mode switch right after submitting no longer sends a stale value

Update

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

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

0.3.247

  • Added an optional ambient flag to task_started, task_notification and background_tasks_changed task entries so hosts can exclude housekeeping tasks from activity indicators
  • Fixed the permissionMode on per-turn system/init frames reporting the mode at turn start instead of the live mode, so a mode switch right after submitting no longer sends a stale value
Commits

Updates @anthropic-ai/sdk from 0.120.0 to 0.121.0

Release notes

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

sdk: v0.121.0

0.121.0 (2026-08-26)

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)
Changelog

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

0.121.0 (2026-08-26)

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)
Commits
  • 7ba6a3f chore: release main
  • e84d141 codegen metadata
  • b181e5e codegen metadata
  • 5cc6c40 feat(api): add support for Organization API endpoints
  • f6a54d3 docs(api): clarify session thread agent and usage.iterations compaction descr...
  • eb2fb67 chore(examples): remove redundant main().catch boilerplate
  • 29c079a feat(api): add updates thinking display mode (beta)
  • 77248a1 chore(internal): tighten publint and attw lint checks
  • 36e1285 fix(tools): keep the tool runner going on pause_turn (#288)
  • 793ed45 Remove claude-code-action workflow (#402)
  • Additional commits viewable in compare view

Updates fumadocs-core from 16.15.1 to 16.15.2

Release notes

Sourced from fumadocs-core's releases.

fumadocs@16.15.2

  • @​fumadocs/base-ui@​16.15.2
  • fumadocs-core@16.15.2
  • fumadocs-ui@16.15.2

Improve Vitepress theme

More contrast & aligned to Vitepress.

Commits
  • 0687a8b Version Packages (#3507)
  • cc53d34 internal(core): drop negotiator
  • c03b9d7 fix(ui): improve vitepress theme
  • 3587272 fix(satteri): bump satteri & fix tab name parser
  • 41f13d1 chore: bump deps
  • 80fbabf fix(api-docs): Base UI select alignment
  • a4306fc feat(openapi): support http basic client in playground
  • f59152d Merge pull request #3505 from fuma-nama/tegami/version-packages
  • 4ce185a fix(openapi): result url
  • 697c7a5 Version Packages (#3502)
  • Additional commits viewable in compare view

Updates fumadocs-ui from 16.15.1 to 16.15.2

Release notes

Sourced from fumadocs-ui's releases.

fumadocs@16.15.2

  • @​fumadocs/base-ui@​16.15.2
  • fumadocs-core@16.15.2
  • fumadocs-ui@16.15.2

Improve Vitepress theme

More contrast & aligned to Vitepress.

Commits
  • 0687a8b Version Packages (#3507)
  • cc53d34 internal(core): drop negotiator
  • c03b9d7 fix(ui): improve vitepress theme
  • 3587272 fix(satteri): bump satteri & fix tab name parser
  • 41f13d1 chore: bump deps
  • 80fbabf fix(api-docs): Base UI select alignment
  • a4306fc feat(openapi): support http basic client in playground
  • f59152d Merge pull request #3505 from fuma-nama/tegami/version-packages
  • 4ce185a fix(openapi): result url
  • 697c7a5 Version Packages (#3502)
  • Additional commits viewable in compare view

Updates knip from 6.32.2 to 6.32.3

Release notes

Sourced from knip's releases.

Release 6.32.3

  • Update sentry production snapshot (9f18cba93c91de8554636b13692d6e7a937b7697)
  • Pin TypeScript ecosystem test (de5162952d223050f3135afb02d4e8de6d46f381)
  • Update query snapshot (f6964dd577d8f7967f9be6778f5c3953632e3c96)
  • fix(tsup): match config files with .cts and .mts extensions (#1938) (68d6f52f7913cfa1e36618e6b03f90734da34149) - thanks @​codeAnqiang-ma!
  • fix(lefthook): match all config file names and extensions (#1940) (4015ae0330c78e97360a2c8f697d17f82c5c24ae) - thanks @​codeAnqiang-ma!
  • fix(binaries): resolve missing pnpm subcommands (#1945) (deedbf69dcbd6a59d6705a72cadb4e40ad9c8029) - thanks @​marcalexiei!
  • Fix nested gitignore negation inside ignored dot-directories (#1913) (#1942) (0201641af48f52edfbe72076118944ee6273718e) - thanks @​DSeaStar!
  • fix(webdriver-io): match all supported config file extensions (#1948) (dc7aca5a865d1762a41dd97493b73398ec3abc19) - thanks @​solomonaustin!
  • Resolve vitest include patterns relative to test.dir (#1929) (ee555d227208dd6a34e002318bd6710dedb4d5ca) - thanks @​kirthi-b!
  • Change GitHub stars badge style to flat (#1967) (ff0d791e8130430524dc88c4df73ad87f82879f7) - thanks @​DreamLongYT!
  • Ignore printf as global binary (#1972) (a0c0b0805a8a26a6efdedfe2561b168da2a22b68) - thanks @​taracutie!
  • fix: add bun 1.4 dedupe subcommand (#1969) (d1d5d4276ece6daf2215f5ff3f4224b5b50dcac3) - thanks @​NimmLor!
  • Resolve Vitest mocks from test root (e655b0ba0192546a2688d702323c8e7c58fecde1)
  • Resolve local Vitest reporters from test root (resolve #1953) (f4ff31ad0385c5955627ec1b3bed2bc0000b14fe)
Commits
  • fc2733d Release knip@6.32.3
  • f4ff31a Resolve local Vitest reporters from test root (resolve #1953)
  • e655b0b Resolve Vitest mocks from test root
  • d1d5d42 fix: add bun 1.4 dedupe subcommand (#1969)
  • a0c0b08 Ignore printf as global binary (#1972)
  • ff0d791 Change GitHub stars badge style to flat (#1967)
  • ee555d2 Resolve vitest include patterns relative to test.dir (#1929)
  • dc7aca5 fix(webdriver-io): match all supported config file extensions (#1948)
  • 0201641 Fix nested gitignore negation inside ignored dot-directories (#1913) (#1942)
  • deedbf6 fix(binaries): resolve missing pnpm subcommands (#1945)
  • Additional commits viewable in compare view

Updates tldts from 6.1.86 to 7.4.11

Release notes

Sourced from tldts's releases.

v7.4.11

📜 Update Public Suffix List

  • tldts-experimental, tldts

🔩 Dependencies

Authors: 2

v7.4.10

📜 Update Public Suffix List

  • tldts-experimental, tldts-icann, tldts

Authors: 1

v7.4.9

📜 Update Public Suffix List

  • tldts-experimental, tldts-icann, tldts

Authors: 1

v7.4.8

📜 Update Public Suffix List

  • tldts-experimental, tldts

Authors: 1

... (truncated)

Changelog

Sourced from tldts's changelog.

v7.4.11 (Mon Aug 24 2026)

📜 Update Public Suffix List

  • tldts-experimental, tldts

🔩 Dependencies

Authors: 2


v7.4.10 (Thu Jul 30 2026)

📜 Update Public Suffix List

  • tldts-experimental, tldts-icann, tldts

Authors: 1


v7.4.9 (Thu Jul 16 2026)

📜 Update Public Suffix List

  • tldts-experimental, tldts-icann, tldts

Authors: 1


v7.4.8 (Thu Jul 09 2026)

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for tldts since your current version.


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 7 updates:

| Package | From | To |
| --- | --- | --- |
| [verdaccio](https://github.com/verdaccio/verdaccio) | `6.10.0` | `6.10.1` |
| [@anthropic-ai/claude-agent-sdk](https://github.com/anthropics/claude-agent-sdk-typescript) | `0.3.246` | `0.3.247` |
| [@anthropic-ai/sdk](https://github.com/anthropics/anthropic-sdk-typescript) | `0.120.0` | `0.121.0` |
| [fumadocs-core](https://github.com/fuma-nama/fumadocs) | `16.15.1` | `16.15.2` |
| [fumadocs-ui](https://github.com/fuma-nama/fumadocs) | `16.15.1` | `16.15.2` |
| [knip](https://github.com/webpro-nl/knip/tree/HEAD/packages/knip) | `6.32.2` | `6.32.3` |
| [tldts](https://github.com/remusao/tldts) | `6.1.86` | `7.4.11` |


Updates `verdaccio` from 6.10.0 to 6.10.1
- [Release notes](https://github.com/verdaccio/verdaccio/releases)
- [Changelog](https://github.com/verdaccio/verdaccio/blob/v6.10.1/CHANGELOG.md)
- [Commits](verdaccio/verdaccio@v6.10.0...v6.10.1)

Updates `@anthropic-ai/claude-agent-sdk` from 0.3.246 to 0.3.247
- [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.246...v0.3.247)

Updates `@anthropic-ai/sdk` from 0.120.0 to 0.121.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.120.0...sdk-v0.121.0)

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

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

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

Updates `tldts` from 6.1.86 to 7.4.11
- [Release notes](https://github.com/remusao/tldts/releases)
- [Changelog](https://github.com/remusao/tldts/blob/master/CHANGELOG.md)
- [Commits](remusao/tldts@v6.1.86...v7.4.11)

---
updated-dependencies:
- dependency-name: verdaccio
  dependency-version: 6.10.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-major
- dependency-name: "@anthropic-ai/claude-agent-sdk"
  dependency-version: 0.3.247
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-major
- dependency-name: "@anthropic-ai/sdk"
  dependency-version: 0.121.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-major
- dependency-name: fumadocs-core
  dependency-version: 16.15.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-major
- dependency-name: fumadocs-ui
  dependency-version: 16.15.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-major
- dependency-name: knip
  dependency-version: 6.32.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-major
- dependency-name: tldts
  dependency-version: 7.4.11
  dependency-type: direct:production
  update-type: version-update:semver-major
  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 Sep 3, 2026
@github-actions

github-actions Bot commented Sep 3, 2026

Copy link
Copy Markdown
Contributor

Supabase CLI preview

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

Preview package for commit ccb7f11.

@supabase-cli-releaser
supabase-cli-releaser Bot added this pull request to the merge queue Sep 3, 2026
@github-merge-queue
github-merge-queue Bot removed this pull request from the merge queue due to failed status checks Sep 3, 2026
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.

0 participants