Skip to content

chore(deps): bump the npm-deps group with 20 updates#145

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-deps-cd4a93ce88
Open

chore(deps): bump the npm-deps group with 20 updates#145
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-deps-cd4a93ce88

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 4, 2026

Copy link
Copy Markdown
Contributor

Bumps the npm-deps group with 20 updates:

Package From To
@types/node 22.19.19 26.1.0
@anthropic-ai/sdk 0.89.0 0.110.0
openai 6.34.0 6.45.0
@google/genai 1.50.1 2.10.0
koffi 2.16.0 3.1.0
@eserstack/ajan-darwin-arm64 4.1.56 4.1.57
@eserstack/ajan-darwin-x64 4.1.56 4.1.57
@eserstack/ajan-wasm 4.1.56 4.1.57
@tailwindcss/node 4.3.0 4.3.2
@tailwindcss/oxide 4.2.2 4.3.2
rolldown 1.1.0 1.1.4
esbuild 0.24.2 0.28.1
yaml 2.8.3 2.9.0
react 19.2.5 19.2.7
@types/react 19.2.14 19.2.17
tailwindcss 4.2.2 4.3.2
sharp 0.33.5 0.35.3
react-dom 19.2.5 19.2.7
@anthropic-ai/claude-agent-sdk 0.2.141 0.3.201
typescript 5.9.3 6.0.3

Updates @types/node from 22.19.19 to 26.1.0

Commits

Updates @anthropic-ai/sdk from 0.89.0 to 0.110.0

Release notes

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

sdk: v0.110.0

0.110.0 (2026-07-02)

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

Features

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

sdk: v0.109.1

0.109.1 (2026-07-01)

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

Chores

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

sdk: v0.109.0

0.109.0 (2026-06-30)

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)

sdk: v0.108.0

0.108.0 (2026-06-30)

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

sdk: v0.107.0

0.107.0 (2026-06-29)

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

... (truncated)

Changelog

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

0.110.0 (2026-07-02)

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

Features

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

0.109.1 (2026-07-01)

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

Chores

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

0.109.0 (2026-06-30)

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)

0.108.0 (2026-06-30)

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

0.107.0 (2026-06-29)

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

Features

  • api: add support for 20260318 web fetch and support tools (d7057ea)

... (truncated)

Commits
  • 4f2eb80 chore: release main (#1107)
  • 96d1a99 chore: release main (#1106)
  • cb829c7 chore: release main
  • fd0341d feat(api): add support for Managed Agents event delta streaming, agent overri...
  • 90f767a codegen metadata
  • ed986cd chore: release main
  • d3ffad4 chore: format README.md (#176)
  • 6b46ad3 feat(api): add support for claude-sonnet-5
  • 8200ffa feat(vertex): bump google-auth-library to ^10.2.0 (SDK-91) (#30)
  • fa06d36 feat(bedrock): pass client logger to AWS credential provider chain (SDK-90) (...
  • 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 openai from 6.34.0 to 6.45.0

Release notes

Sourced from openai's releases.

v6.45.0

6.45.0 (2026-06-24)

Full Changelog: v6.44.0...v6.45.0

Features

  • add afterCompletion hook to runTools (#1064) (4976c22)
  • realtime: support sideband call_id connections (#1795) (4fd59e1)
  • reject emitted promise on error in EventEmitter (#1596) (e0b09da)
  • responses: add response input items helper (#1794) (7e5a86a)
  • responses: add response stream accumulator helper (#1793) (32e3e39)

Bug Fixes

  • avoid serializing null optional bodies (e4ddff6)
  • clean up stream abort listeners (#1884) (be55b8f)
  • Leading whitespace chunks break partial parser (structured outputs) (#1213) (88d806e)
  • responses: avoid parsing incomplete structured output (#1852) (4c39681)
  • responses: restore output_text on streamed final responses (#1681) (bbde4d9)
  • validate workload identity access tokens (#1885) (80febe4)
  • zod: fully resolve extracted wrapper definitions (#1766) (5d46ed2)
  • zod: sanitize extracted definition refs (#1903) (6ef2111)

Chores

  • internal: codegen related update (81fcf96)

Documentation

Build System

v6.44.0

... (truncated)

Changelog

Sourced from openai's changelog.

6.45.0 (2026-06-24)

Full Changelog: v6.44.0...v6.45.0

Features

  • add afterCompletion hook to runTools (#1064) (4976c22)
  • realtime: support sideband call_id connections (#1795) (4fd59e1)
  • reject emitted promise on error in EventEmitter (#1596) (e0b09da)
  • responses: add response input items helper (#1794) (7e5a86a)
  • responses: add response stream accumulator helper (#1793) (32e3e39)

Bug Fixes

  • avoid serializing null optional bodies (e4ddff6)
  • clean up stream abort listeners (#1884) (be55b8f)
  • Leading whitespace chunks break partial parser (structured outputs) (#1213) (88d806e)
  • responses: avoid parsing incomplete structured output (#1852) (4c39681)
  • responses: restore output_text on streamed final responses (#1681) (bbde4d9)
  • validate workload identity access tokens (#1885) (80febe4)
  • zod: fully resolve extracted wrapper definitions (#1766) (5d46ed2)
  • zod: sanitize extracted definition refs (#1903) (6ef2111)

Chores

  • internal: codegen related update (81fcf96)

Documentation

Build System

6.44.0 (2026-06-17)

... (truncated)

Commits

Updates @google/genai from 1.50.1 to 2.10.0

Release notes

Sourced from @​google/genai's releases.

v2.10.0

2.10.0 (2026-06-24)

Features

  • [Interactions] Add ComputerUse.disabled_safety_policies (a2ca95c)
  • [Models] Add ComputerUse.disabled_safety_policies (3618023)
  • add usage fields for steps (048db9a)
  • add video generation and response format parameters. (84e795c)

v2.9.0

2.9.0 (2026-06-19)

Features

  • Add audioOffset to VoiceActivity (3bc7d42)
  • Add interimInputTranscription to LiveServerContent (3bc7d42)
  • Add LanguageAuto, LanguageHints, and adaptationPhrases to AudioTranscriptionConfig (3bc7d42)
  • Add ServiceTier to UsageMetadata (1f44b04)
  • expose Computer Use API fields (da54ea4)
  • interaction-api: Add presence_penalty, frequency_penalty, and cached_content to models.proto (2740a42)
  • interaction-api: Rename usage to total_usage in StreamMetadata. (b72db47)
  • introduce gaos sdk libs (bfac5d4)

Miscellaneous Chores

  • Configure 2.9.0 as the next release (e9968c6)
  • Configure a 2.9.0-rc.0 prerelease (ae612ec)

v2.9.0-rc.0

2.9.0-rc.0 (2026-06-16)

Features

  • Add ServiceTier to UsageMetadata (1f44b04)
  • expose Computer Use API fields (da54ea4)
  • interaction-api: Add model field and CodeMenderAgentData response message (688f3a0)
  • interaction-api: Add CodeMenderAgentConfig to the Interactions API AgentInteraction proto (cb4da1f)
  • interaction-api: Add presence_penalty, frequency_penalty, and cached_content to models.proto (2740a42)
  • interaction-api: Rename usage to total_usage in StreamMetadata. (b72db47)
  • introduce gaos sdk libs (f2cb0d2)
  • introduce gaos sdk libs (72ed90c)
  • introduce gaos sdk libs (bfac5d4)

Miscellaneous Chores

... (truncated)

Changelog

Sourced from @​google/genai's changelog.

2.10.0 (2026-06-24)

Features

  • [Interactions] Add ComputerUse.disabled_safety_policies (a2ca95c)
  • [Models] Add ComputerUse.disabled_safety_policies (3618023)
  • add usage fields for steps (048db9a)
  • add video generation and response format parameters. (84e795c)

2.9.0 (2026-06-19)

Features

  • Add audioOffset to VoiceActivity (3bc7d42)
  • Add interimInputTranscription to LiveServerContent (3bc7d42)
  • Add LanguageAuto, LanguageHints, and adaptationPhrases to AudioTranscriptionConfig (3bc7d42)
  • Add ServiceTier to UsageMetadata (1f44b04)
  • expose Computer Use API fields (da54ea4)
  • interaction-api: Add presence_penalty, frequency_penalty, and cached_content to models.proto (2740a42)
  • interaction-api: Rename usage to total_usage in StreamMetadata. (b72db47)
  • introduce gaos sdk libs (bfac5d4)

Miscellaneous Chores

  • Configure 2.9.0 as the next release (e9968c6)
  • Configure a 2.9.0-rc.0 prerelease (ae612ec)

2.8.0 (2026-06-03)

Features

  • Add Agent Platform MCP support to async generate_content (baeaeaa)
  • Add transcription language code. (d2981d6)
  • Add TranslationConfig for live translation. (8c44240)
  • Support ReinforcementTuning in GenAI SDK including ValidateReward API method. (36f0bfb)

2.7.0 (2026-05-27)

Features

  • Add Skill Registry ListSkills and DeleteSkill to SDK (d75582a)
  • additional computer_use field support for vertex. (54a692b)
  • interaction-api: Allow "text/csv" as a supported document mime type for Interaction API. (3cc830e)
  • interaction-api: Enable BigQuery tool in Deep Research config. (58c8c7e)
  • Support Reinforcement Tuning in GenAI SDK (418cc35)

... (truncated)

Commits
  • 31223a3 chore(main): release 2.10.0 (#1725)
  • 628f3f2 chore: Disable ComputerUse.disabled_safety_policies in Gemini Enterprise API
  • 84e795c feat: add video generation and response format parameters.
  • 048db9a feat: add usage fields for steps
  • a2ca95c feat: Add ComputerUse.disabled_safety_policies
  • 3618023 feat: Add ComputerUse.disabled_safety_policies
  • eeee711 docs: fix typos across docstrings
  • a12a590 chore: Upgrade stalebot action to use v10 (due to Node20 deprecation)
  • d791388 chore(main): release 2.9.0 (#1703)
  • 1838c80 chore: internal update
  • Additional commits viewable in compare view
Install script changes

This version adds preinstall script that runs during installation. Review the package contents before updating.


Updates koffi from 2.16.0 to 3.1.0

Commits
Install script changes

This version modifies install script that runs during installation. Review the package contents before updating.


Updates @eserstack/ajan-darwin-arm64 from 4.1.56 to 4.1.57

Changelog

Sourced from @​eserstack/ajan-darwin-arm64's changelog.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

Added

  • codebase: validate-server-loc — generic per-directory LOC ceiling validator. Configurable via directory (required), maxLines, excludeSuffix, extension. Replaces scripts/noskills-server-loc-check.ts; now wired into precommit on pkg/ajan/noskillsserverfx.

  • codebase: validate-error-coverage — generic error-struct field-coverage validator. Configurable via file (required), errorObjects, requiredFields. Replaces scripts/noskills-error-coverage.ts; now wired into precommit on pkg/ajan/noskillsserverfx/errors.go.

  • kit: kit clone whole-repo mode — repos without recipe.json (or with an empty one) now copy the entire tree via tarball fetch instead of failing.

  • kit: --interactive/-i flag and TTY auto-detect — prompts for missing variables when stdin is a terminal, with regex retry on pattern.

  • kit: --no-post-install flag — skips post-install commands.

  • kit: GitHub subpath specifier gh:owner/repo/sub/path[#ref].

  • kit: stub providers for npm: and jsr: — parse accepted, fetch throws "not yet implemented" with a tracking URL.

  • kit: "Variables applied:" pretty-print to stderr before writing files.

  • kit: positional target dir — eser kit clone <specifier> [target-dir].

  • kit: binary file detection in whole-repo mode (33-extension blocklist) to avoid mangling PNGs, ZIPs, fonts, etc.

  • kit: {{.var}} substitution now applies to file and directory names in addition to file contents.

Changed

  • kit: Recipe schema fields name, description, language, scale, files are now optional in standalone recipe.json (lenient clone path). Registry entries still require them via isRegistryRecipe.

Removed

  • codebase: eser codebase scaffolding command — use eser kit clone <specifier> instead.
  • codebase: eser codebase init alias for scaffolding — removed without shim; use eser kit clone.
  • codebase: @eserstack/codebase/scaffolding JSR export — replaced by @eserstack/kit/recipes.

... (truncated)

Commits
Attestation changes

This version has no provenance attestation, while the previous version (4.1.56) was attested. Review the package versions before updating.


Updates @eserstack/ajan-darwin-x64 from 4.1.56 to 4.1.57

Changelog

Sourced from @​eserstack/ajan-darwin-x64's changelog.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

Added

  • codebase: validate-server-loc — generic per-directory LOC ceiling validator. Configurable via directory (required), maxLines, excludeSuffix, extension. Replaces scripts/noskills-server-loc-check.ts; now wired into precommit on pkg/ajan/noskillsserverfx.

  • codebase: validate-error-coverage — generic error-struct field-coverage validator. Configurable via file (required), errorObjects, requiredFields. Replaces scripts/noskills-error-coverage.ts; now wired into precommit on pkg/ajan/noskillsserverfx/errors.go.

  • kit: kit clone whole-repo mode — repos without recipe.json (or with an empty one) now copy the entire tree via tarball fetch instead of failing.

  • kit: --interactive/-i flag and TTY auto-detect — prompts for missing variables when stdin is a terminal, with regex retry on pattern.

  • kit: --no-post-install flag — skips post-install commands.

  • kit: GitHub subpath specifier gh:owner/repo/sub/path[#ref].

  • kit: stub providers for npm: and jsr: — parse accepted, fetch throws "not yet implemented" with a tracking URL.

  • kit: "Variables applied:" pretty-print to stderr before writing files.

  • kit: positional target dir — eser kit clone <specifier> [target-dir].

  • kit: binary file detection in whole-repo mode (33-extension blocklist) to avoid mangling PNGs, ZIPs, fonts, etc.

  • kit: {{.var}} substitution now applies to file and directory names in addition to file contents.

Changed

  • kit: Recipe schema fields name, description, language, scale, files are now optional in standalone recipe.json (lenient clone path). Registry entries still require them via isRegistryRecipe.

Removed

  • codebase: eser codebase scaffolding command — use eser kit clone <specifier> instead.
  • codebase: eser codebase init alias for scaffolding — removed without shim; use eser kit clone.
  • codebase: @eserstack/codebase/scaffolding JSR export — replaced by @eserstack/kit/recipes.

... (truncated)

Commits
Attestation changes

This version has no provenance attestation, while the previous version (4.1.56) was attested. Review the package versions before updating.


Updates @eserstack/ajan-wasm from 4.1.56 to 4.1.57

Changelog

Sourced from @​eserstack/ajan-wasm's changelog.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

Added

  • codebase: validate-server-loc — generic per-directory LOC ceiling validator. Configurable via directory (required), maxLines, excludeSuffix, extension. Replaces scripts/noskills-server-loc-check.ts; now wired into precommit on pkg/ajan/noskillsserverfx.

  • codebase: validate-error-coverage — generic error-struct field-coverage validator. Configurable via file (required), errorObjects, requiredFields. Replaces scripts/noskills-error-coverage.ts; now wired into precommit on pkg/ajan/noskillsserverfx/errors.go.

  • kit: kit clone whole-repo mode — repos without recipe.json (or with an empty one) now copy the entire tree via tarball fetch instead of failing.

  • kit: --interactive/-i flag and TTY auto-detect — prompts for missing variables when stdin is a terminal, with regex retry on pattern.

  • kit: --no-post-install flag — skips post-install commands.

  • kit: GitHub subpath specifier gh:owner/repo/sub/path[#ref].

  • kit: stub providers for npm: and jsr: — parse accepted, fetch throws "not yet implemented" with a tracking URL.

  • kit: "Variables applied:" pretty-print to stderr before writing files.

  • kit: positional target dir — eser kit clone <specifier> [target-dir].

  • kit: binary file detection in whole-repo mode (33-extension blocklist) to avoid mangling PNGs, ZIPs, fonts, etc.

  • kit: {{.var}} substitution now applies to file and directory names in addition to file contents.

Changed

  • kit: Recipe schema fields name, description, language, scale, files are now optional in standalone recipe.json (lenient clone path). Registry entries still require them via isRegistryRecipe.

Removed

  • codebase: eser codebase scaffolding command — use eser kit clone <specifier> instead.
  • codebase: eser codebase init alias for scaffolding — removed without shim; use eser kit clone.
  • codebase: @eserstack/codebase/scaffolding JSR export — replaced by @eserstack/kit/recipes.

... (truncated)

Commits
Attestation changes

This version has no provenance attestation, while the previous version (4.1.56) was attested. Review the package versions before updating.


Updates @tailwindcss/node from 4.3.0 to 4.3.2

Release notes

Sourced from @​tailwindcss/node's releases.

v4.3.2

Fixed

  • Support bare spacing values for auto-rows-* and auto-cols-* utilities (e.g. auto-rows-12 and auto-cols-16) (#20229)
  • Prevent @tailwindcss/cli in --watch mode from crashing on Windows when @source points to a directory that doesn't exist (#20242)
  • Prevent @tailwindcss/vite from crashing in Deno v2.8.x when context.parentURL is not a valid URL (#20245)
  • Ensure @tailwindcss/cli in --watch mode rebuilds when the input CSS file changes in an ignored directory (#20246)
  • Allow @variant rules used in addBase(…) to use custom variants defined later (#20247)
  • Prevent @tailwindcss/vite from crashing during HMR when scanned files or directories are deleted (#20259)
  • Generate font-size instead of color declarations for text-[--spacing(…)] (#20260)
  • Prevent @source patterns from scanning unrelated sibling files and folders (#20263)
  • Extract class candidates adjacent to Template Toolkit delimiters like %]…[% in .tt, .tt2, and .tx files (#20269)
  • Extract class candidates from conditional Maud syntax like p.text-black[condition] (#20269)
  • Prevent @position-try rules from triggering unknown at-rule warnings when optimizing CSS (#20277)
  • Support class suggestions for named opacity modifiers from --opacity theme values (#20287)
  • Prevent type errors in @tailwindcss/postcss when used with newer PostCSS patch releases (#20289)

v4.3.1

Added

  • Add --silent option to suppress output in @tailwindcss/cli (#20100)

Fixed

  • Remove deprecation warnings by using Module#registerHooks instead of Module#register on Node 26+ (#20028)
  • Canonicalization: don't crash when plugin utilities throw for unsupported values (#20052)
  • Allow @apply to be used with CSS mixins (#19427)
  • Ensure not-* correctly negates @container queries, including style(…) queries (#20059)
  • Ensure drop-shadow-* color utilities work with custom shadow values containing calc(…) (#20080)
  • Fix 'Sourcemap is likely to be incorrect' warnings when using @tailwindcss/vite (#20103)
  • Ensure @tailwindcss/webpack can be installed in Rspack projects without requiring webpack as a peer dependency (#20027)
  • Canonicalization: don't suggest invalid calc(…) expressions (e.g. px-[calc(1rem+0px)]px-[calc(1rem+0)]) (#20127)
  • Canonicalization: avoid suggesting large spacing-scale values for arbitrary lengths (e.g. left-[99999px]left-[99999px], not left-24999.75) (#20130)
  • Ensure @tailwindcss/cli in --watch mode recovers when a tracked dependency is deleted and restored (#20137)
  • Ensure standalone @tailwindcss/cli binaries are ignored when scanning for class candidates (#20139)
  • Ensure class candidates are extracted from Twig addClass(…) and removeClass(…) calls (#20198)
  • Don't crash in the Ruby or Vue preprocessors when scanning files containing invalid UTF-8 bytes (#19588)
  • Allow @variant to be used inside addBase (#19480)
  • Ensure @source globs with symlinks are preserved (#20203)
  • Ensure later @source rules can re-include files excluded by earlier @source not rules (#20203)
  • Upgrade: don't migrate empty class rules to invalid @utility rules (#20205)
  • Ensure transitions between inset-shadow-none and other inset shadows work correctly (#20208)
  • Ensure explicitly referenced @source directories are scanned even when ignored by git (#20214)
  • Ensure @source globs ending in **/* preserve dynamic path segments to avoid scanning too many files (#20217)
  • Canonicalization: don't fold calc(…) divisions when the result would require high precision (e.g. w-[calc(100%/3.5)]w-[calc(100%/3.5)], not w-[28.571428571428573%]) (#20221)
  • Serve ESM type declarations to ESM importers of @tailwindcss/postcss (#20228)

Changed

  • Generate 0 instead of calc(var(--spacing) * 0) for spacing utilities like m-0 and left-0 (#20196)

... (truncated)

Changelog

Sourced from @​tailwindcss/node's changelog.

[4.3.2] - 2026-06-26

Fixed

  • Support bare spacing values for auto-rows-* and auto-cols-* utilities (e.g. auto-rows-12 and auto-cols-16) (#20229)
  • Prevent @tailwindcss/cli in --watch mode from crashing on Windows when @source points to a directory that doesn't exist (#20242)
  • Prevent @tailwindcss/vite from crashing in Deno v2.8.x when context.parentURL is not a valid URL (#20245)
  • Ensure @tailwindcss/cli in --watch mode rebuilds when the input CSS file changes in an ignored directory (#20246)
  • Allow @variant rules used in addBase(…) to use custom variants defined later (#20247)
  • Prevent @tailwindcss/vite from crashing during HMR when scanned files or directories are deleted (#20259)
  • Generate font-size instead of color declarations for text-[--spacing(…)] (#20260)
  • Prevent @source patterns from scanning unrelated sibling files and folders (#20263)
  • Extract class candidates adjacent to Template Toolkit delimiters like %]…[% in .tt, .tt2, and .tx files (#20269)
  • Extract class candidates from conditional Maud syntax like p.text-black[condition] (#20269)
  • Prevent @position-try rules from triggering unknown at-rule warnings when optimizing CSS (#20277)
  • Support class suggestions for named opacity modifiers from --opacity theme values (#20287)
  • Prevent type errors in @tailwindcss/postcss when used with newer PostCSS patch releases (#20289)

[4.3.1] - 2026-06-12

Added

  • Add --silent option to suppress output in @tailwindcss/cli (#20100)

Fixed

  • Remove deprecation warnings by using Module#registerHooks instead of Module#register on Node 26+ (#20028)
  • Canonicalization: don't crash when plugin utilities throw for unsupported values (#20052)
  • Allow @apply to be used with CSS mixins (#19427)
  • Ensure not-* correctly negates @container queries, including style(…) queries (#20059)
  • Ensure drop-shadow-* color utilities work with custom shadow values containing calc(…) (#20080)
  • Fix 'Sourcemap is likely to be incorrect' warnings when using @tailwindcss/vite (#20103)
  • Ensure @tailwindcss/webpack can be installed in Rspack projects without requiring webpack as a peer dependency (#20027)
  • Canonicalization: don't suggest invalid calc(…) expressions (e.g. px-[calc(1rem+0px)]px-[calc(1rem+0)]) (#20127)
  • Canonicalization: avoid suggesting large spacing-scale values for arbitrary lengths (e.g. left-[99999px]left-[99999px], not left-24999.75) (#20130)
  • Ensure @tailwindcss/cli in --watch mode recovers when a tracked dependency is deleted and restored (#20137)
  • Ensure standa...

    Description has been truncated

Bumps the npm-deps group with 20 updates:

| Package | From | To |
| --- | --- | --- |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.19.19` | `26.1.0` |
| [@anthropic-ai/sdk](https://github.com/anthropics/anthropic-sdk-typescript) | `0.89.0` | `0.110.0` |
| [openai](https://github.com/openai/openai-node) | `6.34.0` | `6.45.0` |
| [@google/genai](https://github.com/googleapis/js-genai) | `1.50.1` | `2.10.0` |
| [koffi](https://github.com/Koromix/koffi) | `2.16.0` | `3.1.0` |
| [@eserstack/ajan-darwin-arm64](https://github.com/eser/stack/tree/HEAD/pkg/@eserstack/ajan) | `4.1.56` | `4.1.57` |
| [@eserstack/ajan-darwin-x64](https://github.com/eser/stack/tree/HEAD/pkg/@eserstack/ajan) | `4.1.56` | `4.1.57` |
| [@eserstack/ajan-wasm](https://github.com/eser/stack/tree/HEAD/pkg/@eserstack/ajan) | `4.1.56` | `4.1.57` |
| [@tailwindcss/node](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-node) | `4.3.0` | `4.3.2` |
| [@tailwindcss/oxide](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/crates/node) | `4.2.2` | `4.3.2` |
| [rolldown](https://github.com/rolldown/rolldown/tree/HEAD/packages/rolldown) | `1.1.0` | `1.1.4` |
| [esbuild](https://github.com/evanw/esbuild) | `0.24.2` | `0.28.1` |
| [yaml](https://github.com/eemeli/yaml) | `2.8.3` | `2.9.0` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `19.2.5` | `19.2.7` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `19.2.14` | `19.2.17` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) | `4.2.2` | `4.3.2` |
| [sharp](https://github.com/lovell/sharp) | `0.33.5` | `0.35.3` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `19.2.5` | `19.2.7` |
| [@anthropic-ai/claude-agent-sdk](https://github.com/anthropics/claude-agent-sdk-typescript) | `0.2.141` | `0.3.201` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.9.3` | `6.0.3` |


Updates `@types/node` from 22.19.19 to 26.1.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@anthropic-ai/sdk` from 0.89.0 to 0.110.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.89.0...sdk-v0.110.0)

Updates `openai` from 6.34.0 to 6.45.0
- [Release notes](https://github.com/openai/openai-node/releases)
- [Changelog](https://github.com/openai/openai-node/blob/main/CHANGELOG.md)
- [Commits](openai/openai-node@v6.34.0...v6.45.0)

Updates `@google/genai` from 1.50.1 to 2.10.0
- [Release notes](https://github.com/googleapis/js-genai/releases)
- [Changelog](https://github.com/googleapis/js-genai/blob/main/CHANGELOG.md)
- [Commits](googleapis/js-genai@v1.50.1...v2.10.0)

Updates `koffi` from 2.16.0 to 3.1.0
- [Commits](https://github.com/Koromix/koffi/commits)

Updates `@eserstack/ajan-darwin-arm64` from 4.1.56 to 4.1.57
- [Release notes](https://github.com/eser/stack/releases)
- [Changelog](https://github.com/eser/stack/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eser/stack/commits/HEAD/pkg/@eserstack/ajan)

Updates `@eserstack/ajan-darwin-x64` from 4.1.56 to 4.1.57
- [Release notes](https://github.com/eser/stack/releases)
- [Changelog](https://github.com/eser/stack/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eser/stack/commits/HEAD/pkg/@eserstack/ajan)

Updates `@eserstack/ajan-wasm` from 4.1.56 to 4.1.57
- [Release notes](https://github.com/eser/stack/releases)
- [Changelog](https://github.com/eser/stack/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eser/stack/commits/HEAD/pkg/@eserstack/ajan)

Updates `@tailwindcss/node` from 4.3.0 to 4.3.2
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.3.2/packages/@tailwindcss-node)

Updates `@tailwindcss/oxide` from 4.2.2 to 4.3.2
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.3.2/crates/node)

Updates `rolldown` from 1.1.0 to 1.1.4
- [Release notes](https://github.com/rolldown/rolldown/releases)
- [Changelog](https://github.com/rolldown/rolldown/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rolldown/rolldown/commits/v1.1.4/packages/rolldown)

Updates `esbuild` from 0.24.2 to 0.28.1
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2024.md)
- [Commits](evanw/esbuild@v0.24.2...v0.28.1)

Updates `yaml` from 2.8.3 to 2.9.0
- [Release notes](https://github.com/eemeli/yaml/releases)
- [Commits](eemeli/yaml@v2.8.3...v2.9.0)

Updates `react` from 19.2.5 to 19.2.7
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/react/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.7/packages/react)

Updates `@types/react` from 19.2.14 to 19.2.17
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Updates `@types/react` from 19.2.14 to 19.2.17
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Updates `tailwindcss` from 4.2.2 to 4.3.2
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.3.2/packages/tailwindcss)

Updates `sharp` from 0.33.5 to 0.35.3
- [Release notes](https://github.com/lovell/sharp/releases)
- [Commits](lovell/sharp@v0.33.5...v0.35.3)

Updates `react-dom` from 19.2.5 to 19.2.7
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/react/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.7/packages/react-dom)

Updates `@anthropic-ai/claude-agent-sdk` from 0.2.141 to 0.3.201
- [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.2.141...v0.3.201)

Updates `typescript` from 5.9.3 to 6.0.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.9.3...v6.0.3)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-version: 26.1.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-deps
- dependency-name: "@anthropic-ai/sdk"
  dependency-version: 0.110.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-deps
- dependency-name: openai
  dependency-version: 6.45.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-deps
- dependency-name: "@google/genai"
  dependency-version: 2.10.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-deps
- dependency-name: koffi
  dependency-version: 3.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-deps
- dependency-name: "@eserstack/ajan-darwin-arm64"
  dependency-version: 4.1.57
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: "@eserstack/ajan-darwin-x64"
  dependency-version: 4.1.57
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: "@eserstack/ajan-wasm"
  dependency-version: 4.1.57
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: "@tailwindcss/node"
  dependency-version: 4.3.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: "@tailwindcss/oxide"
  dependency-version: 4.3.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-deps
- dependency-name: rolldown
  dependency-version: 1.1.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: esbuild
  dependency-version: 0.28.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-deps
- dependency-name: yaml
  dependency-version: 2.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-deps
- dependency-name: react
  dependency-version: 19.2.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: "@types/react"
  dependency-version: 19.2.17
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: "@types/react"
  dependency-version: 19.2.17
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: tailwindcss
  dependency-version: 4.3.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-deps
- dependency-name: sharp
  dependency-version: 0.35.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-deps
- dependency-name: react-dom
  dependency-version: 19.2.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: "@anthropic-ai/claude-agent-sdk"
  dependency-version: 0.3.201
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-deps
- dependency-name: typescript
  dependency-version: 6.0.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Dependency updates label Jul 4, 2026
@dependabot dependabot Bot requested a review from eser as a code owner July 4, 2026 23:56
@dependabot dependabot Bot added the dependencies Dependency updates label Jul 4, 2026
@github-actions github-actions Bot added pkg:bundler Changes to @eserstack/bundler pkg:cli Changes to @eserstack/cli pkg:laroux Changes to @eserstack/laroux and related packages pkg:jsx-runtime Changes to @eserstack/jsx-runtime labels Jul 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency updates pkg:bundler Changes to @eserstack/bundler pkg:cli Changes to @eserstack/cli pkg:jsx-runtime Changes to @eserstack/jsx-runtime pkg:laroux Changes to @eserstack/laroux and related packages

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants