Skip to content

chore(deps): bump the minor-and-patch group with 8 updates#392

Closed
dependabot[bot] wants to merge 1 commit intostagingfrom
dependabot/npm_and_yarn/staging/minor-and-patch-4c2131fabc
Closed

chore(deps): bump the minor-and-patch group with 8 updates#392
dependabot[bot] wants to merge 1 commit intostagingfrom
dependabot/npm_and_yarn/staging/minor-and-patch-4c2131fabc

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 8, 2026

Bumps the minor-and-patch group with 8 updates:

Package From To
@json-render/core 0.2.0 0.16.0
@opentelemetry/sdk-node 0.210.0 0.214.0
@cossistant/next 0.0.29 0.1.2
@cossistant/react 0.0.29 0.1.2
@json-render/react 0.2.0 0.16.0
@tanstack/react-pacer 0.19.4 0.21.1
@anthropic-ai/sdk 0.39.0 0.85.0
drizzle-orm 0.44.7 0.45.2

Updates @json-render/core from 0.2.0 to 0.16.0

Release notes

Sourced from @​json-render/core's releases.

@​json-render/core@​0.16.0

Minor Changes

  • 519a538: Add Next.js renderer and shadcn-svelte component library.

    New:

    • @json-render/next -- Next.js renderer that turns JSON specs into full Next.js applications with routes, layouts, SSR, metadata, data loaders, and static generation. Client and server entry points at @json-render/next and @json-render/next/server. Includes built-in Link, Slot, error boundary, loading, and not-found components.
    • @json-render/shadcn-svelte -- Pre-built shadcn-svelte components for json-render Svelte apps. 36 components built on Svelte 5 + Tailwind CSS with state binding, validation, and action support. Server-safe catalog at @json-render/shadcn-svelte/catalog.

@​json-render/core@​0.15.0

Minor Changes

  • bf3a7ec: Add Ink terminal renderer for interactive terminal UIs.

    New:

    • @json-render/ink -- Terminal UI renderer for json-render, built on Ink. Includes 20+ standard components (Box, Text, Heading, Card, Table, TextInput, Select, MultiSelect, Tabs, etc.), action/validation/focus contexts, two-way state binding, and streaming via useUIStream. Server-safe entry points at @json-render/ink/schema, @json-render/ink/catalog, and @json-render/ink/server.

    Improved:

    • Examples -- new ink-chat terminal chat demo, game-engine 3D example using react-three-fiber, website examples page with live demos and search.

@​json-render/core@​0.14.1

Patch Changes

  • 43b7515: Add yaml format support to buildUserPrompt

    New:

    • buildUserPrompt now accepts format and serializer options, enabling YAML as a wire format alongside JSON

@​json-render/core@​0.14.0

Minor Changes

  • a8afd8b: Add YAML wire format package and universal edit modes for surgical spec refinement.

    New:

    • @json-render/yaml -- YAML wire format for json-render. Includes streaming YAML parser, yamlPrompt() for system prompts, and AI SDK transform (pipeYamlRender) as a drop-in alternative to JSONL streaming. Supports four fence types: yaml-spec, yaml-edit, yaml-patch, and diff.
    • Universal edit modes in @json-render/core -- three strategies for multi-turn spec refinement: patch (RFC 6902), merge (RFC 7396), and diff (unified diff). New editModes option on buildUserPrompt() and PromptOptions. New helpers: deepMergeSpec(), diffToPatches(), buildEditUserPrompt(), buildEditInstructions(), isNonEmptySpec().

    Improved:

    • Playground -- format toggle (JSONL / YAML), edit mode picker (patch / merge / diff), and token usage display with prompt caching stats.
    • Prompt caching -- generate API uses Anthropic ephemeral cache control for system prompts.
    • CI -- lint, type-check, and test jobs now run in parallel.

@​json-render/core@​0.13.0

Minor Changes

... (truncated)

Changelog

Sourced from @​json-render/core's changelog.

0.16.0

Minor Changes

  • 519a538: Add Next.js renderer and shadcn-svelte component library.

    New:

    • @json-render/next -- Next.js renderer that turns JSON specs into full Next.js applications with routes, layouts, SSR, metadata, data loaders, and static generation. Client and server entry points at @json-render/next and @json-render/next/server. Includes built-in Link, Slot, error boundary, loading, and not-found components.
    • @json-render/shadcn-svelte -- Pre-built shadcn-svelte components for json-render Svelte apps. 36 components built on Svelte 5 + Tailwind CSS with state binding, validation, and action support. Server-safe catalog at @json-render/shadcn-svelte/catalog.

0.15.0

Minor Changes

  • bf3a7ec: Add Ink terminal renderer for interactive terminal UIs.

    New:

    • @json-render/ink -- Terminal UI renderer for json-render, built on Ink. Includes 20+ standard components (Box, Text, Heading, Card, Table, TextInput, Select, MultiSelect, Tabs, etc.), action/validation/focus contexts, two-way state binding, and streaming via useUIStream. Server-safe entry points at @json-render/ink/schema, @json-render/ink/catalog, and @json-render/ink/server.

    Improved:

    • Examples -- new ink-chat terminal chat demo, game-engine 3D example using react-three-fiber, website examples page with live demos and search.

0.14.1

Patch Changes

  • 43b7515: Add yaml format support to buildUserPrompt

    New:

    • buildUserPrompt now accepts format and serializer options, enabling YAML as a wire format alongside JSON

0.14.0

Minor Changes

  • a8afd8b: Add YAML wire format package and universal edit modes for surgical spec refinement.

    New:

    • @json-render/yaml -- YAML wire format for json-render. Includes streaming YAML parser, yamlPrompt() for system prompts, and AI SDK transform (pipeYamlRender) as a drop-in alternative to JSONL streaming. Supports four fence types: yaml-spec, yaml-edit, yaml-patch, and diff.
    • Universal edit modes in @json-render/core -- three strategies for multi-turn spec refinement: patch (RFC 6902), merge (RFC 7396), and diff (unified diff). New editModes option on buildUserPrompt() and PromptOptions. New helpers: deepMergeSpec(), diffToPatches(), buildEditUserPrompt(), buildEditInstructions(), isNonEmptySpec().

    Improved:

    • Playground -- format toggle (JSONL / YAML), edit mode picker (patch / merge / diff), and token usage display with prompt caching stats.
    • Prompt caching -- generate API uses Anthropic ephemeral cache control for system prompts.
    • CI -- lint, type-check, and test jobs now run in parallel.

0.13.0

Minor Changes

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by vercel-release-bot, a new releaser for @​json-render/core since your current version.


Updates @opentelemetry/sdk-node from 0.210.0 to 0.214.0

Release notes

Sourced from @​opentelemetry/sdk-node's releases.

experimental/v0.214.0

0.214.0

💥 Breaking Changes

  • feat(configuration)!: rename OTEL_EXPERIMENTAL_CONFIG_FILE to OTEL_CONFIG_FILE #6486 @​maryliag
  • refactor!(otlp-grpc-exporter-base): remove headers from gRPC exporter config type, passing headers now results in a compile-time error instead of being silently ignored #6487

🚀 Features

🐛 Bug Fixes

  • fix(opentelemetry-instrumentation): access require via globalThis to avoid webpack analysis #6481 @​overbalance
  • fix(sdk-logs): fix inflated droppedAttributesCount when updating existing attribute keys #6479 @​overbalance
  • fix(instrumentation-fetch): do not modify the returned type of fetch #6521 @​dyladan
  • fix(opentelemetry-sdk-node): add missing @opentelemetry/otlp-exporter-base dependency #6520 @​gotgenes

🏠 Internal

experimental/v0.213.0

0.213.0

💥 Breaking Changes

  • fix(api-logs)!: drop lingering includeTraceContext from LoggerOptions type #6451 @​trentm

🚀 Features

  • feat(instrumentation-http): provide http.request.header.<key> at server span creation time #6396 @​vitorvasc

🐛 Bug Fixes

  • fix(instrumentation-http): guard against double-instrumentation if loaded with require('http') and import 'http' #6428 @​trentm
  • fix(otlp-exporter-base): handle response error #6412 @​pichlermarc
    • Fixes a bug where when the response header was received, but the connection was reset by the server, an unhandled error would be thrown.
  • fix(otlp-exporter-base): remove sendBeacon in favor of fetch with keepalive #6391 @​overbalance
    • (user-facing) createOtlpSendBeaconExportDelegate will be removed in a future version
  • fix(otlp-transformer): downgrade protobufjs to version ^7.0.0 #6418 @​vitorvasc
  • fix(instrumentation-fetch): handle HeadersInit tuple arrays in _addHeaders #6341 @​overbalance @​imadha

... (truncated)

Commits
  • 7e74509 chore: prepare next release (#6510)
  • c846919 fix(instrumentation-fetch): do not modify the returned type of fetch (#6521)
  • 99fb3fb fix(api): re-introduce fallback chain for global utils (#6523)
  • b842717 test(bundlers): add node webpack tests, expand edge coverage, assert known pr...
  • b5a6b12 fix(opentelemetry-sdk-node): add missing @​opentelemetry/otlp-exporter-base de...
  • dc93ed4 perf(sdk-trace-base): optimize Span.{addEvent,addLink} performance (#6516)
  • e9831e7 perf(sdk-trace-base): avoid Object.entries in Span.setAttributes (#6514)
  • d56af69 chore(deps): lock file maintenance (#6517)
  • f3a10ab chore(deps): update github/codeql-action digest to 3869755 (#6513)
  • 2f73776 chore(deps): update github/codeql-action digest to c6f9311 (#6511)
  • Additional commits viewable in compare view

Updates @cossistant/next from 0.0.29 to 0.1.2

Release notes

Sourced from @​cossistant/next's releases.

@​cossistant/next@​0.1.2

Patch Changes

  • A lot of bug fixes, stable AI agent that performs much much better accross the board (better tool caling, better memory + Knowledge base). Widget more stable, AI tools better displayed in the widget too

  • Updated dependencies []:

    • @​cossistant/react@​0.1.2

@​cossistant/next@​0.1.1

Patch Changes

  • Bug fixes, removed two dependencies (so around 400kb removed) + better support for vite

  • Updated dependencies []:

    • @​cossistant/react@​0.1.1

@​cossistant/next@​0.1.0

Minor Changes

  • Huge refactor including fixes around 404 errors (race conditions between conversation creation and first message sent displaying 404 errors)

Patch Changes

  • Updated dependencies []:
    • @​cossistant/react@​0.1.0

@​cossistant/next@​0.0.33

Patch Changes

  • bug fixes + reduce lib size

  • Updated dependencies []:

    • @​cossistant/react@​0.0.33

@​cossistant/next@​0.0.32

Patch Changes

  • Updated dependencies []:
    • @​cossistant/react@​0.0.32

@​cossistant/next@​0.0.31

Patch Changes

  • Updated dependencies []:
    • @​cossistant/react@​0.0.31

@​cossistant/next@​0.0.30

Patch Changes

  • Better design, bug fixes, better support for AI agent auto reply and better performances

... (truncated)

Changelog

Sourced from @​cossistant/next's changelog.

0.1.2

Patch Changes

  • A lot of bug fixes, stable AI agent that performs much much better accross the board (better tool caling, better memory + Knowledge base). Widget more stable, AI tools better displayed in the widget too

  • Updated dependencies []:

    • @​cossistant/react@​0.1.2

0.1.1

Patch Changes

  • Bug fixes, removed two dependencies (so around 400kb removed) + better support for vite

  • Updated dependencies []:

    • @​cossistant/react@​0.1.1

0.1.0

Minor Changes

  • Huge refactor including fixes around 404 errors (race conditions between conversation creation and first message sent displaying 404 errors)

Patch Changes

  • Updated dependencies []:
    • @​cossistant/react@​0.1.0

0.0.34

Patch Changes

  • Updated dependencies []:
    • @​cossistant/react@​0.0.34

0.0.33

Patch Changes

  • bug fixes + reduce lib size

  • Updated dependencies []:

    • @​cossistant/react@​0.0.33

0.0.32

Patch Changes

  • Updated dependencies []:

... (truncated)

Commits
  • 3749d71 chore(release): version packages
  • e63f279 feat: added feedback widget components / primitives
  • 4cd55f5 chore: update build scripts to clean up previous artifacts and adjust tsdown ...
  • b1c0072 chore(release): version packages
  • d21cd80 chore(release): version packages
  • 4b008ab chore(release): facehash minor
  • 7e3202c Add example build to CI workflows
  • 33f44fd feat: introduced tinybird
  • 1f79578 chore(release): version packages
  • 943134c feat: lighter react / next libs, remove react markdown + better display codeb...
  • Additional commits viewable in compare view

Updates @cossistant/react from 0.0.29 to 0.1.2

Release notes

Sourced from @​cossistant/react's releases.

@​cossistant/react@​0.1.2

Patch Changes

  • A lot of bug fixes, stable AI agent that performs much much better accross the board (better tool caling, better memory + Knowledge base). Widget more stable, AI tools better displayed in the widget too

  • Updated dependencies []:

    • @​cossistant/core@​0.1.2
    • @​cossistant/types@​0.1.2

@​cossistant/react@​0.1.1

Patch Changes

  • Bug fixes, removed two dependencies (so around 400kb removed) + better support for vite

  • Updated dependencies []:

    • @​cossistant/core@​0.1.1
    • @​cossistant/types@​0.1.1

@​cossistant/react@​0.1.0

Minor Changes

  • Huge refactor including fixes around 404 errors (race conditions between conversation creation and first message sent displaying 404 errors)

Patch Changes

  • Updated dependencies []:
    • @​cossistant/core@​0.1.0
    • @​cossistant/types@​0.1.0

@​cossistant/react@​0.0.33

Patch Changes

  • bug fixes + reduce lib size

  • Updated dependencies []:

    • @​cossistant/core@​0.0.33
    • @​cossistant/types@​0.0.33

@​cossistant/react@​0.0.32

Patch Changes

  • Updated dependencies []:
    • facehash@0.0.7
    • @​cossistant/core@​0.0.32
    • @​cossistant/types@​0.0.32

@​cossistant/react@​0.0.31

Patch Changes

  • Updated dependencies []:

... (truncated)

Changelog

Sourced from @​cossistant/react's changelog.

0.1.2

Patch Changes

  • A lot of bug fixes, stable AI agent that performs much much better accross the board (better tool caling, better memory + Knowledge base). Widget more stable, AI tools better displayed in the widget too

  • Updated dependencies []:

    • @​cossistant/core@​0.1.2
    • @​cossistant/types@​0.1.2

0.1.1

Patch Changes

  • Bug fixes, removed two dependencies (so around 400kb removed) + better support for vite

  • Updated dependencies []:

    • @​cossistant/core@​0.1.1
    • @​cossistant/types@​0.1.1

0.1.0

Minor Changes

  • Huge refactor including fixes around 404 errors (race conditions between conversation creation and first message sent displaying 404 errors)

Patch Changes

  • Updated dependencies []:
    • @​cossistant/core@​0.1.0
    • @​cossistant/types@​0.1.0

0.0.34

Patch Changes

  • Updated dependencies []:
    • facehash@0.1.0
    • @​cossistant/core@​0.0.34
    • @​cossistant/types@​0.0.34

0.0.33

Patch Changes

  • bug fixes + reduce lib size

  • Updated dependencies []:

    • @​cossistant/core@​0.0.33
    • @​cossistant/types@​0.0.33

... (truncated)

Commits
  • 3749d71 chore(release): version packages
  • e63f279 feat: added feedback widget components / primitives
  • 479a2d3 feat: better tool calling display + conversation title / background pipeline
  • 93d324b feat: superior tool calling display
  • a5e7bbd Implement search activity signals
  • 03f9d25 feat: better facehash
  • 58b70e9 feat: better facehash, more 3d effect on nextjs route + better api
  • 3f1cc06 feat: better looking widget
  • 85b6c0c feat: AI agent message cleanup
  • bb089fc fix: typing issue
  • Additional commits viewable in compare view

Updates @json-render/react from 0.2.0 to 0.16.0

Release notes

Sourced from @​json-render/react's releases.

@​json-render/react-email@​0.16.0

Patch Changes

  • Updated dependencies [519a538]
    • @​json-render/core@​0.16.0

@​json-render/react-native@​0.16.0

Patch Changes

  • Updated dependencies [519a538]
    • @​json-render/core@​0.16.0

@​json-render/react-pdf@​0.16.0

Patch Changes

  • Updated dependencies [519a538]
    • @​json-render/core@​0.16.0

@​json-render/react-three-fiber@​0.16.0

Patch Changes

  • Updated dependencies [519a538]
    • @​json-render/core@​0.16.0
    • @​json-render/react@​0.16.0

@​json-render/react@​0.16.0

Patch Changes

  • Updated dependencies [519a538]
    • @​json-render/core@​0.16.0

@​json-render/react-email@​0.15.0

Patch Changes

  • Updated dependencies [bf3a7ec]
    • @​json-render/core@​0.15.0

@​json-render/react-native@​0.15.0

Patch Changes

  • Updated dependencies [bf3a7ec]
    • @​json-render/core@​0.15.0

@​json-render/react-pdf@​0.15.0

Patch Changes

  • Updated dependencies [bf3a7ec]
    • @​json-render/core@​0.15.0

@​json-render/react-three-fiber@​0.15.0

... (truncated)

Changelog

Sourced from @​json-render/react's changelog.

0.16.0

Patch Changes

  • Updated dependencies [519a538]
    • @​json-render/core@​0.16.0

0.15.0

Patch Changes

  • Updated dependencies [bf3a7ec]
    • @​json-render/core@​0.15.0

0.14.1

Patch Changes

  • Updated dependencies [43b7515]
    • @​json-render/core@​0.14.1

0.14.0

Patch Changes

  • Updated dependencies [a8afd8b]
    • @​json-render/core@​0.14.0

0.13.0

Patch Changes

  • Updated dependencies [5b32de8]
    • @​json-render/core@​0.13.0

0.12.1

Patch Changes

  • Updated dependencies [54a1ecf]
    • @​json-render/core@​0.12.1

0.12.0

Patch Changes

  • Updated dependencies [63c339b]
    • @​json-render/core@​0.12.0

0.11.0

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by vercel-release-bot, a new releaser for @​json-render/react since your current version.


Updates @tanstack/react-pacer from 0.19.4 to 0.21.1

Release notes

Sourced from @​tanstack/react-pacer's releases.

@​tanstack/react-pacer@​0.21.1

Patch Changes

  • chore: bump tanstack store versions for better tree-shaking (4e74cb4)

  • Updated dependencies [4e74cb4]:

    • @​tanstack/pacer@​0.20.1

@​tanstack/react-pacer@​0.21.0

Minor Changes

  • feat: TanStack Store Upgrade to alien signals (#178)

Patch Changes

  • Updated dependencies [225381e]:
    • @​tanstack/pacer@​0.20.0
Changelog

Sourced from @​tanstack/react-pacer's changelog.

0.21.1

Patch Changes

  • chore: bump tanstack store versions for better tree-shaking (4e74cb4)

  • Updated dependencies [4e74cb4]:

    • @​tanstack/pacer@​0.20.1

0.21.0

Minor Changes

  • feat: TanStack Store Upgrade to alien signals (#178)

Patch Changes

  • Updated dependencies [225381e]:
    • @​tanstack/pacer@​0.20.0

0.20.0

Minor Changes

  • feat: Add optional onUnmount callback to Debouncer, Throttler, Batcher, Queuer and async variants for custom cleanup. (#158)

Patch Changes

  • Updated dependencies [54d2c21]:
    • @​tanstack/pacer@​0.19.0
Commits

Updates @anthropic-ai/sdk from 0.39.0 to 0.85.0

Release notes

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

sdk: v0.85.0

0.85.0 (2026-04-07)

Full Changelog: sdk-v0.84.0...sdk-v0.85.0

Features

  • client: Create Bedrock Mantle client (#810) (2f1f4a1)

sdk: v0.84.0

0.84.0 (2026-04-07)

Full Changelog: sdk-v0.83.0...sdk-v0.84.0

Features

  • api: Add support for claude-mythos-preview (d4057b0)
  • tools: add AbortSignal support for tool runner (#848) (972d591)

sdk: v0.83.0

0.83.0 (2026-04-03)

Full Changelog: sdk-v0.82.0...sdk-v0.83.0

Features

  • vertex: add support for US multi-region endpoint (5e5aea7)
  • vertex: add support for US multi-region endpoint (0de0e98)

Chores

  • client: deprecate client-side compaction helpers (1926e87)
  • client: internal updates (3d64763)

sdk: v0.82.0

0.82.0 (2026-04-01)

Full Changelog: sdk-v0.81.0...sdk-v0.82.0

Features

  • api: add structured stop_details to message responses (031328a)
  • prepare aws package (#782) (f351d4d)
  • support API keys in Bedrock SDK (#824) (be6c608)

Chores

  • tests: bump steady to v0.20.2 (6cf12cc)

... (truncated)

Changelog

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

0.85.0 (2026-04-07)

Full Changelog: sdk-v0.84.0...sdk-v0.85.0

Features

  • client: Create Bedrock Mantle client (#810) (2f1f4a1)

0.84.0 (2026-04-07)

Full Changelog: sdk-v0.83.0...sdk-v0.84.0

Features

  • api: Add support for claude-mythos-preview (d4057b0)
  • tools: add AbortSignal support for tool runner (#848) (972d591)

0.83.0 (2026-04-03)

Full Changelog: sdk-v0.82.0...sdk-v0.83.0

Features

  • vertex: add support for US multi-region endpoint (5e5aea7)
  • vertex: add support for US multi-region endpoint (0de0e98)

Bug Fixes

Chores

  • client: deprecate client-side compaction helpers (1926e87)
  • client: internal updates (3d64763)

0.82.0 (2026-04-01)

Full Changelog: sdk-v0.81.0...sdk-v0.82.0

Features

  • api: add structured stop_details to message responses (031328a)
  • prepare aws package (#782) (f351d4d)
  • support API keys in Bedrock SDK (#824) (be6c608)

Chores

... (truncated)

Commits
Maintainer changes

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


Updates drizzle-orm from 0.44.7 to 0.45.2

Release notes

Sourced from drizzle-orm's releases.

0.45.2

  • Fixed sql.identifier(), sql.as() escaping issues. Previously all the values passed to this functions were not properly escaped causing a possible SQL Injection (CWE-89) vulnerability

Thanks to @​EthanKim88, @​0x90sh and @​wgoodall01 for reaching out to us with a reproduction and suggested fix

0.45.1

  • Fixed pg-native Pool detection in node-postgres transactions breaking in environments with forbidden require() (#5107)

0.45.0

  • Fixed pg-native Pool detection in node-postgres transactions
  • Allowed subqueries in select fields
  • Updated typo algorythm => algorithm
  • Fixed $onUpdate not handling SQL values (fixes #2388, tests implemented by L-Mario564 in #2911)
  • Fixed pg mappers not handling Date instances in bun-sql:postgresql driver responses for date, timestamp types (fixes #4493)
Commits
  • 273c780 + 0.45.2 (#5534)
  • 4aa6ecf Kit updates (#5490)
  • e8e6edf feat(drizzle-kit): support d1 via binding (#5302)
  • a086f59 Fixed pg-native Pool detection in node-postgres transactions breaking in envi...
  • c445637 Merge pull request #5095 from drizzle-team/main-workflows
  • e7b3aaa Merge branch 'main' into main-workflows
  • 0d885a5 refactor: Update condition for run-feature job to improve clarity and functio...
  • 45a1ffb Merge pull request #5087 from drizzle-team/main-workflows
  • 6357645 chore: Comment out NEON_HTTP_CONNECTION_STRING requirement in release workflows
  • 53dec98 refactor: Simplify release router workflow by removing unnecessary switch job...
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for drizzle-orm 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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 8, 2026
@vercel
Copy link
Copy Markdown

vercel bot commented Apr 8, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
dashboard Ready Ready Preview, Comment Apr 8, 2026 8:45pm
documentation Ready Ready Preview, Comment Apr 8, 2026 8:45pm

@CLAassistant
Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

Bumps the minor-and-patch group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [@json-render/core](https://github.com/vercel-labs/json-render/tree/HEAD/packages/core) | `0.2.0` | `0.16.0` |
| [@opentelemetry/sdk-node](https://github.com/open-telemetry/opentelemetry-js) | `0.210.0` | `0.214.0` |
| [@cossistant/next](https://github.com/cossistantcom/cossistant/tree/HEAD/packages/next) | `0.0.29` | `0.1.2` |
| [@cossistant/react](https://github.com/cossistantcom/cossistant/tree/HEAD/packages/react) | `0.0.29` | `0.1.2` |
| [@json-render/react](https://github.com/vercel-labs/json-render/tree/HEAD/packages/react) | `0.2.0` | `0.16.0` |
| [@tanstack/react-pacer](https://github.com/TanStack/pacer/tree/HEAD/packages/react-pacer) | `0.19.4` | `0.21.1` |
| [@anthropic-ai/sdk](https://github.com/anthropics/anthropic-sdk-typescript) | `0.39.0` | `0.85.0` |
| [drizzle-orm](https://github.com/drizzle-team/drizzle-orm) | `0.44.7` | `0.45.2` |


Updates `@json-render/core` from 0.2.0 to 0.16.0
- [Release notes](https://github.com/vercel-labs/json-render/releases)
- [Changelog](https://github.com/vercel-labs/json-render/blob/main/packages/core/CHANGELOG.md)
- [Commits](https://github.com/vercel-labs/json-render/commits/@json-render/core@0.16.0/packages/core)

Updates `@opentelemetry/sdk-node` from 0.210.0 to 0.214.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-js/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-js@experimental/v0.210.0...experimental/v0.214.0)

Updates `@cossistant/next` from 0.0.29 to 0.1.2
- [Release notes](https://github.com/cossistantcom/cossistant/releases)
- [Changelog](https://github.com/cossistantcom/cossistant/blob/main/packages/next/CHANGELOG.md)
- [Commits](https://github.com/cossistantcom/cossistant/commits/@cossistant/next@0.1.2/packages/next)

Updates `@cossistant/react` from 0.0.29 to 0.1.2
- [Release notes](https://github.com/cossistantcom/cossistant/releases)
- [Changelog](https://github.com/cossistantcom/cossistant/blob/main/packages/react/CHANGELOG.md)
- [Commits](https://github.com/cossistantcom/cossistant/commits/@cossistant/react@0.1.2/packages/react)

Updates `@json-render/react` from 0.2.0 to 0.16.0
- [Release notes](https://github.com/vercel-labs/json-render/releases)
- [Changelog](https://github.com/vercel-labs/json-render/blob/main/packages/react/CHANGELOG.md)
- [Commits](https://github.com/vercel-labs/json-render/commits/@json-render/react@0.16.0/packages/react)

Updates `@tanstack/react-pacer` from 0.19.4 to 0.21.1
- [Release notes](https://github.com/TanStack/pacer/releases)
- [Changelog](https://github.com/TanStack/pacer/blob/main/packages/react-pacer/CHANGELOG.md)
- [Commits](https://github.com/TanStack/pacer/commits/@tanstack/react-pacer@0.21.1/packages/react-pacer)

Updates `@anthropic-ai/sdk` from 0.39.0 to 0.85.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.39.0...sdk-v0.85.0)

Updates `drizzle-orm` from 0.44.7 to 0.45.2
- [Release notes](https://github.com/drizzle-team/drizzle-orm/releases)
- [Commits](drizzle-team/drizzle-orm@0.44.7...0.45.2)

---
updated-dependencies:
- dependency-name: "@json-render/core"
  dependency-version: 0.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@opentelemetry/sdk-node"
  dependency-version: 0.214.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@cossistant/next"
  dependency-version: 0.1.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@cossistant/react"
  dependency-version: 0.1.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@json-render/react"
  dependency-version: 0.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@tanstack/react-pacer"
  dependency-version: 0.21.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@anthropic-ai/sdk"
  dependency-version: 0.85.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: drizzle-orm
  dependency-version: 0.45.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Apr 10, 2026

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Apr 10, 2026
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/staging/minor-and-patch-4c2131fabc branch April 10, 2026 19:01
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