Skip to content

chore(deps): bump the production-dependencies group across 1 directory with 19 updates#68

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/production-dependencies-0ad2cb204a
Open

chore(deps): bump the production-dependencies group across 1 directory with 19 updates#68
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/production-dependencies-0ad2cb204a

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 2, 2026

Bumps the production-dependencies group with 16 updates in the / directory:

Package From To
@langchain/community 1.1.14 1.1.20
@langchain/groq 1.0.4 1.1.3
@pinecone-database/pinecone 7.0.0 7.1.0
@sentry/nextjs 10.38.0 10.40.0
@tavily/core 0.7.1 0.7.2
autoprefixer 10.4.24 10.4.27
inngest 3.52.0 3.52.4
langchain 1.2.23 1.2.28
lucide-react 0.563.0 0.576.0
mongoose 9.1.6 9.2.3
npm 11.9.0 11.11.0
posthog-js 1.344.0 1.356.2
react-day-picker 9.13.2 9.14.0
react-hook-form 7.71.1 7.71.2
react-resizable-panels 4.6.2 4.7.0
tailwind-merge 3.4.0 3.5.0

Updates @langchain/community from 1.1.14 to 1.1.20

Release notes

Sourced from @​langchain/community's releases.

@​langchain/community@​1.1.20

Patch Changes

@​langchain/community@​1.1.19

Patch Changes

@​langchain/community@​1.1.18

Patch Changes

  • #10108 e7576ee Thanks @​hntrl! - fix: replace retired Anthropic model IDs with active replacements

    • Update default model in ChatAnthropic from claude-3-5-sonnet-latest to claude-sonnet-4-5-20250929
    • Regenerate model profiles with latest data from models.dev API
    • Replace retired claude-3-5-haiku-20241022, claude-3-7-sonnet-20250219, claude-3-5-sonnet-20240620, and claude-3-5-sonnet-20241022 in tests, docstrings, and examples
  • #10116 2812d2b Thanks @​hntrl! - Validate redirects in RecursiveUrlLoader to prevent SSRF bypasses.

  • Updated dependencies []:

    • @​langchain/classic@​1.0.19

@​langchain/community@​1.1.16

Patch Changes

Commits
  • 5eead2c chore: version packages (#10147)
  • 1a6fee7 feat(azure-cosmosdb): update to Azure DocumentDB (#9919)
  • 79415fb feat(azure-cosmosdb): add advanced search options and retriever methods (#9926)
  • 5f6940d fix(@​langchain/google): emit on_chat_model_stream events for non-text content...
  • 77bd982 fix(core): respect tracingEnabled with LangChainTracer (#10044)
  • 4eae353 fix(google): fix inflated usage_metadata during streaming by converting cumul...
  • d42f735 fix(google): generate unique tool_call IDs to prevent ToolNode from silently ...
  • 3b1fd54 fix(core, langchain): bump uuid ^10 to ^11 to fix Metro bundler error (#10169)
  • 9f30267 feat(core): add package version metadata to traces (#10106)
  • e9c41f0 fix(anthropic): only set topP when defined to avoid API error (#10166)
  • Additional commits viewable in compare view

Updates @langchain/core from 1.1.24 to 1.1.29

Release notes

Sourced from @​langchain/core's releases.

@​langchain/core@​1.1.29

Patch Changes

  • #10106 9f30267 Thanks @​hntrl! - Add package version metadata to runnable traces. Each package now stamps its version in this.metadata.versions at construction time, making version info available in LangSmith trace metadata.

  • #10154 403a99f Thanks @​kanweiwei! - fix(core): add usage_metadata to AIMessage lc_aliases

  • #10169 3b1fd54 Thanks @​hntrl! - fix(core, langchain): bump uuid dependency from ^10.0.0 to ^11.0.0 to fix Metro bundler error

    The uuid v10 package has ambiguous exports in its package.json which causes Metro (used by Expo/React Native) to resolve the wrong entry point, resulting in Cannot read properties of undefined (reading 'v1'). The uuid v11 package fixes its exports map to work correctly with Metro's package exports resolution.

  • #10044 77bd982 Thanks @​hntrl! - fix(core): remove inherited LangChainTracer handlers when tracingEnabled is false

    When a RunTree explicitly disables tracing via tracingEnabled: false, CallbackManager._configureSync now strips any inherited LangChainTracer handlers so child runs don't produce traces.

@​langchain/core@​1.1.28

Patch Changes

@​langchain/core@​1.1.26

Patch Changes

@​langchain/core@​1.1.25

Patch Changes

  • #10002 27186c5 Thanks @​aditya-gg04! - fix(core): support reasoning/thinking blocks in StringOutputParser

  • #10077 05396f7 Thanks @​christian-bromann! - feat(core): add ContextOverflowError, raise in anthropic and openai

  • #10081 5a6f26b Thanks @​hntrl! - feat(core): add namespace-based symbol branding for error class hierarchies

    Introduces createNamespace utility for hierarchical symbol-based branding of class hierarchies. All LangChain error classes now use this pattern, replacing hand-rolled duck-type isInstance checks with reliable cross-realm Symbol.for-based identity.

    • New LangChainError base class that all LangChain errors extend
    • New createNamespace / Namespace API in @langchain/core/utils/namespace
    • Refactored ModelAbortError, ContextOverflowError to use namespace branding
    • Added ContextOverflowError.fromError() static factory method
    • Deprecated addLangChainErrorFields in favor of LangChainError subclasses
    • Migrated Google provider errors (GoogleError, ConfigurationError, etc.) to namespace branding
    • Updated Anthropic and OpenAI providers to use ContextOverflowError.fromError()
Commits
  • 5eead2c chore: version packages (#10147)
  • 1a6fee7 feat(azure-cosmosdb): update to Azure DocumentDB (#9919)
  • 79415fb feat(azure-cosmosdb): add advanced search options and retriever methods (#9926)
  • 5f6940d fix(@​langchain/google): emit on_chat_model_stream events for non-text content...
  • 77bd982 fix(core): respect tracingEnabled with LangChainTracer (#10044)
  • 4eae353 fix(google): fix inflated usage_metadata during streaming by converting cumul...
  • d42f735 fix(google): generate unique tool_call IDs to prevent ToolNode from silently ...
  • 3b1fd54 fix(core, langchain): bump uuid ^10 to ^11 to fix Metro bundler error (#10169)
  • 9f30267 feat(core): add package version metadata to traces (#10106)
  • e9c41f0 fix(anthropic): only set topP when defined to avoid API error (#10166)
  • Additional commits viewable in compare view

Updates @langchain/groq from 1.0.4 to 1.1.3

Release notes

Sourced from @​langchain/groq's releases.

@​langchain/groq@​1.1.3

Patch Changes

  • #10106 9f30267 Thanks @​hntrl! - Add package version metadata to runnable traces. Each package now stamps its version in this.metadata.versions at construction time, making version info available in LangSmith trace metadata.

@​langchain/groq@​1.1.1

Patch Changes

Commits
  • 5eead2c chore: version packages (#10147)
  • 1a6fee7 feat(azure-cosmosdb): update to Azure DocumentDB (#9919)
  • 79415fb feat(azure-cosmosdb): add advanced search options and retriever methods (#9926)
  • 5f6940d fix(@​langchain/google): emit on_chat_model_stream events for non-text content...
  • 77bd982 fix(core): respect tracingEnabled with LangChainTracer (#10044)
  • 4eae353 fix(google): fix inflated usage_metadata during streaming by converting cumul...
  • d42f735 fix(google): generate unique tool_call IDs to prevent ToolNode from silently ...
  • 3b1fd54 fix(core, langchain): bump uuid ^10 to ^11 to fix Metro bundler error (#10169)
  • 9f30267 feat(core): add package version metadata to traces (#10106)
  • e9c41f0 fix(anthropic): only set topP when defined to avoid API error (#10166)
  • Additional commits viewable in compare view

Updates @langchain/openai from 1.2.7 to 1.2.11

Release notes

Sourced from @​langchain/openai's releases.

@​langchain/openai@​1.2.11

Patch Changes

  • #10106 9f30267 Thanks @​hntrl! - Add package version metadata to runnable traces. Each package now stamps its version in this.metadata.versions at construction time, making version info available in LangSmith trace metadata.

  • #10151 f298a9b Thanks @​hntrl! - Bump openai SDK to ^6.24.0, fix ChatCompletionTool type narrowing for new union type, add file input converter tests for newly supported document types (docx, pptx, xlsx, csv)

  • Updated dependencies [9f30267, 403a99f, 3b1fd54, 77bd982]:

    • @​langchain/core@​1.1.29

@​langchain/openai@​1.2.10

Patch Changes

  • #10143 62ba83e Thanks @​topliceanurazvan! - fix(openai): emit handleLLMNewToken callback for usage chunk in Completions API streaming

    The final usage chunk in _streamResponseChunks was only yielded via the async generator but did not call runManager.handleLLMNewToken(). This meant callback-based consumers (e.g. LangGraph's StreamMessagesHandler) never received the usage_metadata chunk. Added the missing handleLLMNewToken call to match the behavior of the main streaming loop.

  • Updated dependencies [10a876c, b46d96a]:

    • @​langchain/core@​1.1.28

@​langchain/openai@​1.2.8

Patch Changes

  • #10077 05396f7 Thanks @​christian-bromann! - feat(core): add ContextOverflowError, raise in anthropic and openai

  • #10081 5a6f26b Thanks @​hntrl! - feat(core): add namespace-based symbol branding for error class hierarchies

    Introduces createNamespace utility for hierarchical symbol-based branding of class hierarchies. All LangChain error classes now use this pattern, replacing hand-rolled duck-type isInstance checks with reliable cross-realm Symbol.for-based identity.

    • New LangChainError base class that all LangChain errors extend
    • New createNamespace / Namespace API in @langchain/core/utils/namespace
    • Refactored ModelAbortError, ContextOverflowError to use namespace branding
    • Added ContextOverflowError.fromError() static factory method
    • Deprecated addLangChainErrorFields in favor of LangChainError subclasses
    • Migrated Google provider errors (GoogleError, ConfigurationError, etc.) to namespace branding
    • Updated Anthropic and OpenAI providers to use ContextOverflowError.fromError()
  • #10078 7be50a7 Thanks @​christian-bromann! - chore(*): update model profiles

Commits
  • 5eead2c chore: version packages (#10147)
  • 1a6fee7 feat(azure-cosmosdb): update to Azure DocumentDB (#9919)
  • 79415fb feat(azure-cosmosdb): add advanced search options and retriever methods (#9926)
  • 5f6940d fix(@​langchain/google): emit on_chat_model_stream events for non-text content...
  • 77bd982 fix(core): respect tracingEnabled with LangChainTracer (#10044)
  • 4eae353 fix(google): fix inflated usage_metadata during streaming by converting cumul...
  • d42f735 fix(google): generate unique tool_call IDs to prevent ToolNode from silently ...
  • 3b1fd54 fix(core, langchain): bump uuid ^10 to ^11 to fix Metro bundler error (#10169)
  • 9f30267 feat(core): add package version metadata to traces (#10106)
  • e9c41f0 fix(anthropic): only set topP when defined to avoid API error (#10166)
  • Additional commits viewable in compare view

Updates @mixedbread/sdk from 0.50.1 to 0.50.2

Release notes

Sourced from @​mixedbread/sdk's releases.

v0.50.2

0.50.2 (2026-01-17)

Full Changelog: v0.50.1...v0.50.2

Chores

  • internal: update actions/checkout version (031ec6d)
  • internal: upgrade babel, qs, js-yaml (3e223cf)

This pull request is managed by Stainless's GitHub App.

The semver version number is based on included commit messages. Alternatively, you can manually set the version number in the title of this pull request.

For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request.

🔗 Stainless website 📚 Read the docs 🙋 Reach out for help or questions

Changelog

Sourced from @​mixedbread/sdk's changelog.

0.50.2 (2026-01-17)

Full Changelog: v0.50.1...v0.50.2

Chores

  • internal: update actions/checkout version (031ec6d)
  • internal: upgrade babel, qs, js-yaml (3e223cf)
Commits
  • 9c2b863 Merge pull request #255 from mixedbread-ai/release-please--branches--main--ch...
  • f701846 release: 0.50.2
  • 031ec6d chore(internal): update actions/checkout version
  • 3e223cf chore(internal): upgrade babel, qs, js-yaml
  • See full diff in compare view

Updates @pinecone-database/pinecone from 7.0.0 to 7.1.0

Release notes

Sourced from @​pinecone-database/pinecone's releases.

Release v7.1.0

This release adds support for creating and configuring index readCapacity for BYOC indexes.

// Create a BYOC index with dedicated read capacity
await pinecone.createIndex({
  name: 'my-byoc-index',
  dimension: 1536,
  metric: 'cosine',
  spec: {
    byoc: {
      environment: 'aws-us-east-1-b921',
      readCapacity: {
        mode: 'Dedicated',
        nodeType: 'b1',
        manual: { replicas: 1, shards: 1 },
      },
    },
  },
});

It also includes support for maxCandidates and scanFactor in the Index.query operation. This parameter is only supported for dedicated (DRN) dense indexes:

const results = await index.query({
  vector:[0.6, 0.2, 0.4, 0.7, 0.9],
  topK: 10,
  scanFactor: 2.0,
  maxCandidates: 500,
});

What's Changed

Full Changelog: pinecone-io/pinecone-ts-client@v7.0.0...v7.1.0

Commits
  • 0f2e3c6 [skip ci] Publish release v7.1.0
  • 55fb10b Implement scan_factor and max_candidates (#379)
  • 1c6dd61 Implement readCapacity configuration support for BYOC indexes (#378)
  • 576fe90 pass git token with the create draft release with notes job (#377)
  • See full diff in compare view

Updates @sentry/nextjs from 10.38.0 to 10.40.0

Release notes

Sourced from @​sentry/nextjs's releases.

10.40.0

Important Changes

  • feat(tanstackstart-react): Add global sentry exception middlewares (#19330)

    The sentryGlobalRequestMiddleware and sentryGlobalFunctionMiddleware global middlewares capture unhandled exceptions thrown in TanStack Start API routes and server functions. Add them as the first entries in the requestMiddleware and functionMiddleware arrays of createStart():

    import { createStart } from '@tanstack/react-start/server';
    import { sentryGlobalRequestMiddleware, sentryGlobalFunctionMiddleware } from '@sentry/tanstackstart-react';
    export default createStart({
    requestMiddleware: [sentryGlobalRequestMiddleware, myRequestMiddleware],
    functionMiddleware: [sentryGlobalFunctionMiddleware, myFunctionMiddleware],
    });

  • feat(tanstackstart-react)!: Export Vite plugin from @sentry/tanstackstart-react/vite subpath (#19182)

    The sentryTanstackStart Vite plugin is now exported from a dedicated subpath. Update your import:

    - import { sentryTanstackStart } from '@sentry/tanstackstart-react';
    + import { sentryTanstackStart } from '@sentry/tanstackstart-react/vite';
  • fix(node-core): Reduce bundle size by removing apm-js-collab and requiring pino >= 9.10 (#18631)

    In order to keep receiving pino logs, you need to update your pino version to >= 9.10, the reason for the support bump is to reduce the bundle size of the node-core SDK in frameworks that cannot tree-shake the apm-js-collab dependency.

  • fix(browser): Ensure user id is consistently added to sessions (#19341)

    Previously, the SDK inconsistently set the user id on sessions, meaning sessions were often lacking proper coupling to the user set for example via Sentry.setUser(). Additionally, the SDK incorrectly skipped starting a new session for the first soft navigation after the pageload. This patch fixes these issues. As a result, metrics around sessions, like "Crash Free Sessions" or "Crash Free Users" might change. This could also trigger alerts, depending on your set thresholds and conditions. We apologize for any inconvenience caused!

    While we're at it, if you're using Sentry in a Single Page App or meta framework, you might want to give the new 'page' session lifecycle a try! This new mode no longer creates a session per soft navigation but continues the initial session until the next hard page refresh. Check out the docs to learn more!

  • ref!(gatsby): Drop Gatsby v2 support (#19467)

    We drop support for Gatsby v2 (which still relies on webpack 4) for a critical security update in https://github.com/getsentry/sentry-javascript-bundler-plugins/releases/tag/5.0.0

Other Changes

  • feat(astro): Add support for Astro on CF Workers (#19265)
  • feat(cloudflare): Instrument async KV API (#19404)

... (truncated)

Changelog

Sourced from @​sentry/nextjs's changelog.

10.40.0

Important Changes

  • feat(tanstackstart-react): Add global sentry exception middlewares (#19330)

    The sentryGlobalRequestMiddleware and sentryGlobalFunctionMiddleware global middlewares capture unhandled exceptions thrown in TanStack Start API routes and server functions. Add them as the first entries in the requestMiddleware and functionMiddleware arrays of createStart():

    import { createStart } from '@tanstack/react-start/server';
    import { sentryGlobalRequestMiddleware, sentryGlobalFunctionMiddleware } from '@sentry/tanstackstart-react/server';
    export default createStart({
    requestMiddleware: [sentryGlobalRequestMiddleware, myRequestMiddleware],
    functionMiddleware: [sentryGlobalFunctionMiddleware, myFunctionMiddleware],
    });

  • feat(tanstackstart-react)!: Export Vite plugin from @sentry/tanstackstart-react/vite subpath (#19182)

    The sentryTanstackStart Vite plugin is now exported from a dedicated subpath. Update your import:

    - import { sentryTanstackStart } from '@sentry/tanstackstart-react';
    + import { sentryTanstackStart } from '@sentry/tanstackstart-react/vite';
  • fix(node-core): Reduce bundle size by removing apm-js-collab and requiring pino >= 9.10 (#18631)

    In order to keep receiving pino logs, you need to update your pino version to >= 9.10, the reason for the support bump is to reduce the bundle size of the node-core SDK in frameworks that cannot tree-shake the apm-js-collab dependency.

  • fix(browser): Ensure user id is consistently added to sessions (#19341)

    Previously, the SDK inconsistently set the user id on sessions, meaning sessions were often lacking proper coupling to the user set for example via Sentry.setUser(). Additionally, the SDK incorrectly skipped starting a new session for the first soft navigation after the pageload. This patch fixes these issues. As a result, metrics around sessions, like "Crash Free Sessions" or "Crash Free Users" might change. This could also trigger alerts, depending on your set thresholds and conditions. We apologize for any inconvenience caused!

    While we're at it, if you're using Sentry in a Single Page App or meta framework, you might want to give the new 'page' session lifecycle a try! This new mode no longer creates a session per soft navigation but continues the initial session until the next hard page refresh. Check out the docs to learn more!

  • ref!(gatsby): Drop Gatsby v2 support (#19467)

    We drop support for Gatsby v2 (which still relies on webpack 4) for a critical security update in https://github.com/getsentry/sentry-javascript-bundler-plugins/releases/tag/5.0.0

Other Changes

  • feat(astro): Add support for Astro on CF Workers (#19265)

... (truncated)

Commits
  • 663fd5e Increase bundler-tests timeout to 30s
  • 8033ea3 release: 10.40.0
  • eb3c4d2 Merge pull request #19488 from getsentry/prepare-release/10.40.0
  • 9a10630 meta(changelog): Update changelog for 10.40.0
  • 39d1ef7 fix(deps): Bump to latest version of each minimatch major (#19486)
  • e8ed6d2 test(nextjs): Deactivate canary test for cf-workers (#19483)
  • 6eb320e chore(deps): Bump Sentry CLI to latest v2 (#19477)
  • 8fc81d2 fix: Bump bundler plugins to v5 (#19468)
  • 365f7fa chore(ci): Adapt max turns of triage issue agent (#19473)
  • 11e5412 feat(tanstackstart-react)!: Export Vite plugin from @​sentry/tanstackstart-rea...
  • Additional commits viewable in compare view

Updates @tavily/core from 0.7.1 to 0.7.2

Commits

Updates autoprefixer from 10.4.24 to 10.4.27

Release notes

Sourced from autoprefixer's releases.

10.4.27

  • Removed development key from package.json.

10.4.26

  • Reduced package size.

10.4.25

  • Fixed broken gradients on CSS Custom Properties (by @​serger777).
Changelog

Sourced from autoprefixer's changelog.

10.4.27

  • Removed development key from package.json.

10.4.26

  • Reduced package size.

10.4.25

  • Fixed broken gradients on CSS Custom Properties (by @​serger777).
Commits

Updates inngest from 3.52.0 to 3.52.4

Release notes

Sourced from inngest's releases.

inngest@3.52.4

Patch Changes

inngest@3.52.3

Patch Changes

inngest@3.52.2

Patch Changes

inngest@3.52.1

Patch Changes

Changelog

Sourced from inngest's changelog.

3.52.4

Patch Changes

3.52.3

Patch Changes

3.52.2

Patch Changes

3.52.1

Patch Changes

Commits

Updates langchain from 1.2.23 to 1.2.28

Release notes

Sourced from langchain's releases.

langchain@1.2.28

Patch Changes

  • #10169 3b1fd54 Thanks @​hntrl! - fix(core, langchain): bump uuid dependency from ^10.0.0 to ^11.0.0 to fix Metro bundler error

    The uuid v10 package has ambiguous exports in its package.json which causes Metro (used by Expo/React Native) to resolve the wrong entry point, resulting in Cannot read properties of undefined (reading 'v1'). The uuid v11 package fixes its exports map to work correctly with Metro's package exports resolution.

  • #10165 01a84ae Thanks @​hntrl! - fix(agents): propagate store and checkpointer in ReactAgent

    • Added checkpointer and store getter/setter pairs on ReactAgent that forward to the internal compiled graph. This fixes an issue where the LangGraph API server's checkpointer injection was silently ignored, causing thread state to be lost across server restarts.
    • Propagate store and configurable from the LangGraph config into the middleware runtime object. Previously, runtime.store was always undefined even when a store was provided to createAgent().
  • #10146 67cc069 Thanks @​eddienubes! - docs: update an outdated middleware example

  • Updated dependencies [9f30267, 403a99f, 3b1fd54, 77bd982]:

    • @​langchain/core@​1.1.29

langchain@1.2.27

Patch Changes

langchain@1.2.26

Patch Changes

  • #10108 e7576ee Thanks @​hntrl! - fix: replace retired Anthropic model IDs with active replacements

    • Update default model in ChatAnthropic from claude-3-5-sonnet-latest to claude-sonnet-4-5-20250929
    • Regenerate model profiles with latest data from models.dev API
    • Replace retired claude-3-5-haiku-20241022, claude-3-7-sonnet-20250219, claude-3-5-sonnet-20240620, and claude-3-5-sonnet-20241022 in tests, docstrings, and examples
  • #10114 0050c91 Thanks @​christian-bromann! - fix(langchain): reset shared currentSystemMessage on middleware handler retry

langchain@1.2.25

Patch Changes

…y with 19 updates

Bumps the production-dependencies group with 16 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@langchain/community](https://github.com/langchain-ai/langchainjs) | `1.1.14` | `1.1.20` |
| [@langchain/groq](https://github.com/langchain-ai/langchainjs) | `1.0.4` | `1.1.3` |
| [@pinecone-database/pinecone](https://github.com/pinecone-io/pinecone-ts-client) | `7.0.0` | `7.1.0` |
| [@sentry/nextjs](https://github.com/getsentry/sentry-javascript) | `10.38.0` | `10.40.0` |
| [@tavily/core](https://github.com/tavily-ai/tavily-js) | `0.7.1` | `0.7.2` |
| [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.24` | `10.4.27` |
| [inngest](https://github.com/inngest/inngest-js/tree/HEAD/packages/inngest) | `3.52.0` | `3.52.4` |
| [langchain](https://github.com/langchain-ai/langchainjs) | `1.2.23` | `1.2.28` |
| [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `0.563.0` | `0.576.0` |
| [mongoose](https://github.com/Automattic/mongoose) | `9.1.6` | `9.2.3` |
| [npm](https://github.com/npm/cli) | `11.9.0` | `11.11.0` |
| [posthog-js](https://github.com/PostHog/posthog-js) | `1.344.0` | `1.356.2` |
| [react-day-picker](https://github.com/gpbl/react-day-picker) | `9.13.2` | `9.14.0` |
| [react-hook-form](https://github.com/react-hook-form/react-hook-form) | `7.71.1` | `7.71.2` |
| [react-resizable-panels](https://github.com/bvaughn/react-resizable-panels) | `4.6.2` | `4.7.0` |
| [tailwind-merge](https://github.com/dcastil/tailwind-merge) | `3.4.0` | `3.5.0` |



Updates `@langchain/community` from 1.1.14 to 1.1.20
- [Release notes](https://github.com/langchain-ai/langchainjs/releases)
- [Commits](https://github.com/langchain-ai/langchainjs/compare/@langchain/community@1.1.14...@langchain/community@1.1.20)

Updates `@langchain/core` from 1.1.24 to 1.1.29
- [Release notes](https://github.com/langchain-ai/langchainjs/releases)
- [Commits](https://github.com/langchain-ai/langchainjs/compare/@langchain/core@1.1.24...@langchain/core@1.1.29)

Updates `@langchain/groq` from 1.0.4 to 1.1.3
- [Release notes](https://github.com/langchain-ai/langchainjs/releases)
- [Commits](https://github.com/langchain-ai/langchainjs/compare/@langchain/groq@1.0.4...@langchain/groq@1.1.3)

Updates `@langchain/openai` from 1.2.7 to 1.2.11
- [Release notes](https://github.com/langchain-ai/langchainjs/releases)
- [Commits](https://github.com/langchain-ai/langchainjs/compare/@langchain/openai@1.2.7...@langchain/openai@1.2.11)

Updates `@mixedbread/sdk` from 0.50.1 to 0.50.2
- [Release notes](https://github.com/mixedbread-ai/mixedbread-ts/releases)
- [Changelog](https://github.com/mixedbread-ai/mixedbread-ts/blob/main/CHANGELOG.md)
- [Commits](mixedbread-ai/mixedbread-ts@v0.50.1...v0.50.2)

Updates `@pinecone-database/pinecone` from 7.0.0 to 7.1.0
- [Release notes](https://github.com/pinecone-io/pinecone-ts-client/releases)
- [Commits](pinecone-io/pinecone-ts-client@v7.0.0...v7.1.0)

Updates `@sentry/nextjs` from 10.38.0 to 10.40.0
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md)
- [Commits](getsentry/sentry-javascript@10.38.0...10.40.0)

Updates `@tavily/core` from 0.7.1 to 0.7.2
- [Commits](https://github.com/tavily-ai/tavily-js/commits)

Updates `autoprefixer` from 10.4.24 to 10.4.27
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md)
- [Commits](postcss/autoprefixer@10.4.24...10.4.27)

Updates `inngest` from 3.52.0 to 3.52.4
- [Release notes](https://github.com/inngest/inngest-js/releases)
- [Changelog](https://github.com/inngest/inngest-js/blob/main/packages/inngest/CHANGELOG.md)
- [Commits](https://github.com/inngest/inngest-js/commits/inngest@3.52.4/packages/inngest)

Updates `langchain` from 1.2.23 to 1.2.28
- [Release notes](https://github.com/langchain-ai/langchainjs/releases)
- [Commits](https://github.com/langchain-ai/langchainjs/compare/langchain@1.2.23...langchain@1.2.28)

Updates `lucide-react` from 0.563.0 to 0.576.0
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/0.576.0/packages/lucide-react)

Updates `mongoose` from 9.1.6 to 9.2.3
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md)
- [Commits](Automattic/mongoose@9.1.6...9.2.3)

Updates `npm` from 11.9.0 to 11.11.0
- [Release notes](https://github.com/npm/cli/releases)
- [Changelog](https://github.com/npm/cli/blob/latest/CHANGELOG.md)
- [Commits](npm/cli@v11.9.0...v11.11.0)

Updates `posthog-js` from 1.344.0 to 1.356.2
- [Release notes](https://github.com/PostHog/posthog-js/releases)
- [Changelog](https://github.com/PostHog/posthog-js/blob/main/CHANGELOG.md)
- [Commits](https://github.com/PostHog/posthog-js/compare/posthog-js@1.344.0...posthog-js@1.356.2)

Updates `react-day-picker` from 9.13.2 to 9.14.0
- [Release notes](https://github.com/gpbl/react-day-picker/releases)
- [Changelog](https://github.com/gpbl/react-day-picker/blob/main/CHANGELOG.md)
- [Commits](gpbl/react-day-picker@v9.13.2...v9.14.0)

Updates `react-hook-form` from 7.71.1 to 7.71.2
- [Release notes](https://github.com/react-hook-form/react-hook-form/releases)
- [Changelog](https://github.com/react-hook-form/react-hook-form/blob/master/CHANGELOG.md)
- [Commits](react-hook-form/react-hook-form@v7.71.1...v7.71.2)

Updates `react-resizable-panels` from 4.6.2 to 4.7.0
- [Release notes](https://github.com/bvaughn/react-resizable-panels/releases)
- [Changelog](https://github.com/bvaughn/react-resizable-panels/blob/main/CHANGELOG.md)
- [Commits](bvaughn/react-resizable-panels@4.6.2...4.7.0)

Updates `tailwind-merge` from 3.4.0 to 3.5.0
- [Release notes](https://github.com/dcastil/tailwind-merge/releases)
- [Commits](dcastil/tailwind-merge@v3.4.0...v3.5.0)

---
updated-dependencies:
- dependency-name: "@langchain/community"
  dependency-version: 1.1.20
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@langchain/core"
  dependency-version: 1.1.29
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@langchain/groq"
  dependency-version: 1.1.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@langchain/openai"
  dependency-version: 1.2.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@mixedbread/sdk"
  dependency-version: 0.50.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@pinecone-database/pinecone"
  dependency-version: 7.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@sentry/nextjs"
  dependency-version: 10.40.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@tavily/core"
  dependency-version: 0.7.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: autoprefixer
  dependency-version: 10.4.27
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: inngest
  dependency-version: 3.52.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: langchain
  dependency-version: 1.2.28
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: lucide-react
  dependency-version: 0.576.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: mongoose
  dependency-version: 9.2.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: npm
  dependency-version: 11.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: posthog-js
  dependency-version: 1.356.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: react-day-picker
  dependency-version: 9.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: react-hook-form
  dependency-version: 7.71.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: react-resizable-panels
  dependency-version: 4.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: tailwind-merge
  dependency-version: 3.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
...

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

dependabot bot commented on behalf of github Mar 2, 2026

Assignees

The following users could not be added as assignees: vectorMindsAI. Either the username does not exist or it does not have the correct permissions to be added as an assignee.

Labels

The following labels could not be found: automated, dependencies. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants