Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 27, 2025

Bumps the production-dependencies group with 17 updates in the /autogpt_platform/frontend directory:

Package From To
@faker-js/faker 10.0.0 10.1.0
@hookform/resolvers 5.2.1 5.2.2
@sentry/nextjs 10.15.0 10.22.0
@supabase/ssr 0.6.1 0.7.0
@supabase/supabase-js 2.55.0 2.76.1
@tanstack/react-query 5.87.1 5.90.5
@xyflow/react 12.8.3 12.9.0
dotenv 17.2.1 17.2.3
framer-motion 12.23.12 12.23.24
geist 1.4.2 1.5.1
katex 0.16.22 0.16.25
launchdarkly-react-client-sdk 3.8.1 3.9.0
lucide-react 0.539.0 0.548.0
nuqs 2.4.3 2.7.2
react-day-picker 9.8.1 9.11.1
react-hook-form 7.62.0 7.65.0
recharts 3.1.2 3.3.0

Updates @faker-js/faker from 10.0.0 to 10.1.0

Release notes

Sourced from @​faker-js/faker's releases.

v10.1.0

What's Changed

New Contributors

Full Changelog: faker-js/faker@v10.0.0...v10.1.0

Changelog

Sourced from @​faker-js/faker's changelog.

10.1.0 (2025-10-14)

New Locales

Bug Fixes

  • locale: fix the Spring Airlines IATA Code (#3612) (b547045)
Commits

Updates @hookform/resolvers from 5.2.1 to 5.2.2

Release notes

Sourced from @​hookform/resolvers's releases.

v5.2.2

5.2.2 (2025-09-14)

Bug Fixes

  • zod: fix output type for Zod 4 resolver (#803) (e95721d)
Commits

Updates @sentry/nextjs from 10.15.0 to 10.22.0

Release notes

Sourced from @​sentry/nextjs's releases.

10.22.0

Important Changes

  • feat(node): Instrument cloud functions for firebase v2 (#17952)

    We added instrumentation for Cloud Functions for Firebase v2, enabling automatic performance tracking and error monitoring. This will be added automatically if you have enabled tracing.

  • feat(core): Instrument LangChain AI (#17955)

    Instrumentation was added for LangChain AI operations. You can configure what is recorded like this:

    Sentry.init({
      integrations: [
        Sentry.langChainIntegration({
          recordInputs: true, // Record prompts/messages
          recordOutputs: true, // Record responses
        }),
      ],
    });

Other Changes

  • feat(cloudflare,vercel-edge): Add support for LangChain instrumentation (#17986)
  • feat: Align sentry origin with documentation (#17998)
  • feat(core): Truncate request messages in AI integrations (#17921)
  • feat(nextjs): Support node runtime on proxy files (#17995)
  • feat(node): Pass requestHook and responseHook option to OTel (#17996)
  • fix(core): Fix wrong async types when instrumenting anthropic's stream api (#18007)
  • fix(nextjs): Remove usage of chalk to avoid runtime errors (#18010)
  • fix(node): Pino capture serialized err (#17999)
  • fix(node): Pino child loggers (#17934)
  • fix(react): Don't trim index route / when getting pathname (#17985)
  • fix(react): Patch spanEnd for potentially cancelled lazy-route transactions (#17962)
  • chore: Add required size_check for GH Actions (#18009)
  • chore: Upgrade madge to v8 (#17957)
  • test(hono): Fix hono e2e tests (#18000)
  • test(react-router): Fix getMetaTagTransformer tests for Vitest compatibility (#18013)
  • test(react): Add parameterized route tests for createHashRouter (#17789)

Bundle size 📦

| Path | Size |

... (truncated)

Changelog

Sourced from @​sentry/nextjs's changelog.

10.22.0

Important Changes

  • feat(node): Instrument cloud functions for firebase v2 (#17952)

    We added instrumentation for Cloud Functions for Firebase v2, enabling automatic performance tracking and error monitoring. This will be added automatically if you have enabled tracing.

  • feat(core): Instrument LangChain AI (#17955)

    Instrumentation was added for LangChain AI operations. You can configure what is recorded like this:

    Sentry.init({
      integrations: [
        Sentry.langChainIntegration({
          recordInputs: true, // Record prompts/messages
          recordOutputs: true, // Record responses
        }),
      ],
    });

Other Changes

  • feat(cloudflare,vercel-edge): Add support for LangChain instrumentation (#17986)
  • feat: Align sentry origin with documentation (#17998)
  • feat(core): Truncate request messages in AI integrations (#17921)
  • feat(nextjs): Support node runtime on proxy files (#17995)
  • feat(node): Pass requestHook and responseHook option to OTel (#17996)
  • fix(core): Fix wrong async types when instrumenting anthropic's stream api (#18007)
  • fix(nextjs): Remove usage of chalk to avoid runtime errors (#18010)
  • fix(node): Pino capture serialized err (#17999)
  • fix(node): Pino child loggers (#17934)
  • fix(react): Don't trim index route / when getting pathname (#17985)
  • fix(react): Patch spanEnd for potentially cancelled lazy-route transactions (#17962)
  • chore: Add required size_check for GH Actions (#18009)
  • chore: Upgrade madge to v8 (#17957)
  • test(hono): Fix hono e2e tests (#18000)
  • test(react-router): Fix getMetaTagTransformer tests for Vitest compatibility (#18013)
  • test(react): Add parameterized route tests for createHashRouter (#17789)

10.21.0

... (truncated)

Commits
  • c6b99c0 release: 10.22.0
  • 2bde42b Merge pull request #18017 from getsentry/prepare-release/10.22.0
  • 8debb05 meta(changelog): Update changelog for 10.22.0
  • fd26569 fix(react): Patch spanEnd for potentially cancelled lazy-route transactions...
  • 9c0397c test(react-router): Fix getMetaTagTransformer tests for Vitest compatibilit...
  • 0bac0ea test(react): Add parameterized route tests for createHashRouter (#17789)
  • 1513161 chore: Add required size_check for GH Actions (#18009)
  • 7d050b5 fix(core): Fix wrong async types when instrumenting anthropic's stream api (#...
  • 925a4ea feat(cloudflare,vercel-edge): Add support for LangChain instrumentation (#17986)
  • 7968cd8 fix(react): Don't trim index route / when getting pathname (#17985)
  • Additional commits viewable in compare view

Updates @supabase/ssr from 0.6.1 to 0.7.0

Release notes

Sourced from @​supabase/ssr's releases.

v0.7.0

0.7.0 (2025-08-22)

Features

Bug Fixes

  • remove usage of internal type params (#123) (8f3e89e)

v0.7.0-rc.3

This is a release candidate. See release-please PR #114 for context.

v0.7.0-rc.2

This is a release candidate. See release-please PR #114 for context.

v0.7.0-rc.1

This is a release candidate. See release-please PR #114 for context.

Changelog

Sourced from @​supabase/ssr's changelog.

0.7.0 (2025-08-22)

Features

Bug Fixes

  • remove usage of internal type params (#123) (8f3e89e)
Commits

Updates @supabase/supabase-js from 2.55.0 to 2.76.1

Release notes

Sourced from @​supabase/supabase-js's releases.

v2.76.1

2.76.1 (2025-10-21)

🩹 Fixes

  • repo: add missing tslib dependency to core packages (#1789)

❤️ Thank You

v2.76.0

2.76.0 (2025-10-20)

🚀 Features

  • realtime: realtime explicit REST call (#1751)
  • realtime: enhance RealtimeChannel type (#1747)
  • storage: storage vectors and analytics in storage-js (#1752)

🩹 Fixes

  • functions: missing body when Content-Type header supplied by dev (#1758)
  • functions: add application/pdf response parsing to FunctionsClient (#1757)
  • realtime: manipulate URLs using URL object (#1769)
  • repo: convert postbuild to explicit codegen (#1778)
  • storage: correct list v2 types to correctly match data returned from api (#1761)
  • storage: use backward compatible return type in download function (#1750)
  • storage: api types (#1784)

❤️ Thank You

v2.75.2-canary.1

2.75.2-canary.1 (2025-10-20)

🩹 Fixes

  • storage: api types (#1784)

❤️ Thank You

v2.75.2-canary.0

... (truncated)

Changelog

Sourced from @​supabase/supabase-js's changelog.

2.76.1 (2025-10-21)

This was a version bump only for @​supabase/supabase-js to align it with other projects, there were no code changes.

2.76.0 (2025-10-20)

🚀 Features

  • storage: storage vectors and analytics in storage-js (#1752)

🩹 Fixes

  • repo: convert postbuild to explicit codegen (#1778)

❤️ Thank You

2.75.1 (2025-10-17)

This was a version bump only for @​supabase/supabase-js to align it with other projects, there were no code changes.

2.75.0 (2025-10-09)

🚀 Features

  • postgrest: add embeded functions type inference (#1632)

❤️ Thank You

2.74.0 (2025-10-07)

This was a version bump only for @​supabase/supabase-js to align it with other projects, there were no code changes.

Commits
  • 11b1989 fix(repo): add missing tslib dependency to core packages (#1789)
  • c5ad2f4 chore(release): version 2.76.0 changelogs (#1785)
  • b31d2fd feat(storage): storage vectors and analytics in storage-js (#1752)
  • c2f8d53 chore(release): version 2.75.1 changelogs (#1781)
  • 6da4417 chore(repo): configure TypeScript project references (#1777)
  • 698c306 fix(repo): convert postbuild to explicit codegen (#1778)
  • b17b49b docs(repo): change client libraries references to sdk (#1776)
  • 188fa17 chore(release): version 2.75.0 changelogs (#1756)
  • 00c4a11 feat(postgrest): add embeded functions type inference (#1632)
  • 3d70605 chore(release): changelogs for 2.74.0 (#1634)
  • 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 @​supabase/supabase-js since your current version.


Updates @tanstack/react-query from 5.87.1 to 5.90.5

Release notes

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

@​tanstack/react-query-persist-client@​5.90.5

Patch Changes

  • Updated dependencies [4e1c433]:
    • @​tanstack/react-query@​5.90.3
    • @​tanstack/query-persist-client-core@​5.91.2

@​tanstack/react-query@​5.90.5

Patch Changes

  • Updated dependencies [e42ddfe]:
    • @​tanstack/query-core@​5.90.5

@​tanstack/react-query-persist-client@​5.90.4

Patch Changes

  • Updated dependencies [846d53d]:
    • @​tanstack/query-persist-client-core@​5.91.1
    • @​tanstack/react-query@​5.90.2

@​tanstack/react-query@​5.90.4

Patch Changes

  • Updated dependencies [20ef922]:
    • @​tanstack/query-core@​5.90.4

@​tanstack/react-query-persist-client@​5.90.3

Patch Changes

  • Updated dependencies [5cd86c6]:
    • @​tanstack/query-persist-client-core@​5.91.0
    • @​tanstack/react-query@​5.90.2

@​tanstack/react-query@​5.90.3

Patch Changes

  • Avoid unhandled promise rejection errors during de/rehydration of pending queries. (#9752)

  • Updated dependencies [4e1c433]:

    • @​tanstack/query-core@​5.90.3
Changelog

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

5.90.5

Patch Changes

  • Updated dependencies [e42ddfe]:
    • @​tanstack/query-core@​5.90.5

5.90.4

Patch Changes

  • Updated dependencies [20ef922]:
    • @​tanstack/query-core@​5.90.4

5.90.3

Patch Changes

  • Avoid unhandled promise rejection errors during de/rehydration of pending queries. (#9752)

  • Updated dependencies [4e1c433]:

    • @​tanstack/query-core@​5.90.3
Commits

Updates @xyflow/react from 12.8.3 to 12.9.0

Release notes

Sourced from @​xyflow/react's releases.

@​xyflow/react@​12.9.0

Minor Changes

Patch Changes

@​xyflow/react@​12.8.5

Patch Changes

@​xyflow/react@​12.8.4

Patch Changes

Changelog

Sourced from @​xyflow/react's changelog.

12.9.0

Minor Changes

Patch Changes

12.8.6

Patch Changes

12.8.5

Patch Changes

... (truncated)

Commits
  • 88ae504 chore(packages): bump
  • 1afd837 Merge pull request #5544 from xyflow/edge-toolbar
  • 391d6f0 chore(edge-toolbar): cleanup
  • cb22c45 chore(edge-toolbar): cleanup
  • ac423f3 chore(selection): handle selectionOnDrag in click capture
  • cefd926 chore(selection): handle selectionOnDrag
  • a16fc57 chore(pane): cleanup
  • 072d10d chore(pane): cleanup
  • 3993b00 simplify logic
  • 75aff8e refactor(selection): make it possible to start a selection above a node #5342
  • Additional commits viewable in compare view

Updates dotenv from 17.2.1 to 17.2.3

Changelog

Sourced from dotenv's changelog.

17.2.3 (2025-09-29)

Changed

  • Fixed typescript error definition (#912)

17.2.2 (2025-09-02)

Added

  • 🙏 A big thank you to new sponsor Tuple.app - the premier screen sharing app for developers on macOS and Windows. Go check them out. It's wonderful and generous of them to give back to open source by sponsoring dotenv. Give them some love back.
Commits

Updates framer-motion from 12.23.12 to 12.23.24

Changelog

Sourced from framer-motion's changelog.

[12.23.24] 2025-10-10

Fixed

  • Ensure that when a component remounts, it continues to fire animations even when initial={false}.

[12.23.23] 2025-10-10

Added

  • Exporting PresenceChild and PopChild type for internal use.

[12.23.22] 2025-09-25

Added

  • Exporting HTMLElements and useComposedRefs type for internal use.

[12.23.21] 2025-09-24

Fixed

  • Fixing main-thread scroll with animations that contain delay.

[12.23.20] 2025-09-24

Fixed

  • Suppress non-animatable value warning for instant animations.

[12.23.19] 2025-09-23

Fixed

  • Remove support for changing ref prop.

[12.23.18] 2025-09-19

Fixed

  • <motion /> components now support changing ref prop.

[12.23.17] 2025-09-19

Fixed

  • Ensure animate() onComplete only fires once, when all values are complete.

[12.23.16] 2025-09-19

... (truncated)

Commits

Updates geist from 1.4.2 to 1.5.1

Release notes

Sourced from geist's releases.

1.5.1

No release notes provided.

1.5.0

Changelog

This release brings major updates to the Geist font family:

Added Italic styles to the both families Geist and Geist Mono.

Geist Italic Geist Mono Italic

Included box drawing and progress bar characters for better terminal and UI rendering

Geist Box Drawing Characters

Other enhancement and issues fixed

#52, #111, #119, #130, #136, #153, #155, #157, #162

Please test and share feedback—especially around the new Italics and terminal characters!

1.5...

Description has been truncated

@dependabot dependabot bot added dependencies javascript Pull requests that update Javascript code labels Oct 27, 2025
@dependabot dependabot bot requested a review from a team as a code owner October 27, 2025 16:46
@dependabot dependabot bot requested review from Swiftyos and kcze and removed request for a team October 27, 2025 16:46
@dependabot dependabot bot added the javascript Pull requests that update Javascript code label Oct 27, 2025
@github-project-automation github-project-automation bot moved this to 🆕 Needs initial review in AutoGPT development kanban Oct 27, 2025
@netlify
Copy link

netlify bot commented Oct 27, 2025

Deploy Preview for auto-gpt-docs-dev canceled.

Name Link
🔨 Latest commit 3d838bb
🔍 Latest deploy log https://app.netlify.com/projects/auto-gpt-docs-dev/deploys/690364d97ea5820008653df8
@github-actions github-actions bot added the platform/frontend AutoGPT Platform - Front end label Oct 27, 2025
@netlify
Copy link

netlify bot commented Oct 27, 2025

Deploy Preview for auto-gpt-docs ready!

Name Link
🔨 Latest commit 3d838bb
🔍 Latest deploy log https://app.netlify.com/projects/auto-gpt-docs/deploys/690364d9db25030008efe9c9
😎 Deploy Preview https://deploy-preview-11265--auto-gpt-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@coderabbitai
Copy link

coderabbitai bot commented Oct 27, 2025

Important

Review skipped

Ignore keyword(s) in the title.

⛔ Ignored keywords (1)
  • chore

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@deepsource-io
Copy link

deepsource-io bot commented Oct 27, 2025

Here's the code health analysis summary for commits e6fb649..3d838bb. View details on DeepSource ↗.

Analysis Summary

AnalyzerStatusSummaryLink
DeepSource JavaScript LogoJavaScript✅ SuccessView Check ↗
DeepSource Python LogoPython✅ SuccessView Check ↗

💡 If you’re a repository administrator, you can configure the quality gates from the settings.
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/autogpt_platform/frontend/dev/production-dependencies-11654225b3 branch from 828fdc8 to c802e3d Compare October 27, 2025 17:21
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/autogpt_platform/frontend/dev/production-dependencies-11654225b3 branch from c802e3d to 7ef1b25 Compare October 30, 2025 10:52
… directory with 17 updates

Bumps the production-dependencies group with 17 updates in the /autogpt_platform/frontend directory:

| Package | From | To |
| --- | --- | --- |
| [@faker-js/faker](https://github.com/faker-js/faker) | `10.0.0` | `10.1.0` |
| [@hookform/resolvers](https://github.com/react-hook-form/resolvers) | `5.2.1` | `5.2.2` |
| [@sentry/nextjs](https://github.com/getsentry/sentry-javascript) | `10.15.0` | `10.22.0` |
| [@supabase/ssr](https://github.com/supabase/ssr) | `0.6.1` | `0.7.0` |
| [@supabase/supabase-js](https://github.com/supabase/supabase-js/tree/HEAD/packages/core/supabase-js) | `2.55.0` | `2.76.1` |
| [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.87.1` | `5.90.5` |
| [@xyflow/react](https://github.com/xyflow/xyflow/tree/HEAD/packages/react) | `12.8.3` | `12.9.0` |
| [dotenv](https://github.com/motdotla/dotenv) | `17.2.1` | `17.2.3` |
| [framer-motion](https://github.com/motiondivision/motion) | `12.23.12` | `12.23.24` |
| [geist](https://github.com/vercel/geist-font/tree/HEAD/packages/next) | `1.4.2` | `1.5.1` |
| [katex](https://github.com/KaTeX/KaTeX) | `0.16.22` | `0.16.25` |
| [launchdarkly-react-client-sdk](https://github.com/launchdarkly/react-client-sdk) | `3.8.1` | `3.9.0` |
| [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `0.539.0` | `0.548.0` |
| [nuqs](https://github.com/47ng/nuqs/tree/HEAD/packages/nuqs) | `2.4.3` | `2.7.2` |
| [react-day-picker](https://github.com/gpbl/react-day-picker) | `9.8.1` | `9.11.1` |
| [react-hook-form](https://github.com/react-hook-form/react-hook-form) | `7.62.0` | `7.65.0` |
| [recharts](https://github.com/recharts/recharts) | `3.1.2` | `3.3.0` |



Updates `@faker-js/faker` from 10.0.0 to 10.1.0
- [Release notes](https://github.com/faker-js/faker/releases)
- [Changelog](https://github.com/faker-js/faker/blob/next/CHANGELOG.md)
- [Commits](faker-js/faker@v10.0.0...v10.1.0)

Updates `@hookform/resolvers` from 5.2.1 to 5.2.2
- [Release notes](https://github.com/react-hook-form/resolvers/releases)
- [Commits](react-hook-form/resolvers@v5.2.1...v5.2.2)

Updates `@sentry/nextjs` from 10.15.0 to 10.22.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.15.0...10.22.0)

Updates `@supabase/ssr` from 0.6.1 to 0.7.0
- [Release notes](https://github.com/supabase/ssr/releases)
- [Changelog](https://github.com/supabase/ssr/blob/main/CHANGELOG.md)
- [Commits](supabase/ssr@v0.6.1...v0.7.0)

Updates `@supabase/supabase-js` from 2.55.0 to 2.76.1
- [Release notes](https://github.com/supabase/supabase-js/releases)
- [Changelog](https://github.com/supabase/supabase-js/blob/master/packages/core/supabase-js/CHANGELOG.md)
- [Commits](https://github.com/supabase/supabase-js/commits/v2.76.1/packages/core/supabase-js)

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

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

Updates `dotenv` from 17.2.1 to 17.2.3
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](motdotla/dotenv@v17.2.1...v17.2.3)

Updates `framer-motion` from 12.23.12 to 12.23.24
- [Changelog](https://github.com/motiondivision/motion/blob/main/CHANGELOG.md)
- [Commits](motiondivision/motion@v12.23.12...v12.23.24)

Updates `geist` from 1.4.2 to 1.5.1
- [Release notes](https://github.com/vercel/geist-font/releases)
- [Commits](https://github.com/vercel/geist-font/commits/1.5.1/packages/next)

Updates `katex` from 0.16.22 to 0.16.25
- [Release notes](https://github.com/KaTeX/KaTeX/releases)
- [Changelog](https://github.com/KaTeX/KaTeX/blob/main/CHANGELOG.md)
- [Commits](KaTeX/KaTeX@v0.16.22...v0.16.25)

Updates `launchdarkly-react-client-sdk` from 3.8.1 to 3.9.0
- [Release notes](https://github.com/launchdarkly/react-client-sdk/releases)
- [Changelog](https://github.com/launchdarkly/react-client-sdk/blob/main/CHANGELOG.md)
- [Commits](launchdarkly/react-client-sdk@launchdarkly-react-client-sdk-v3.8.1...launchdarkly-react-client-sdk-v3.9.0)

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

Updates `nuqs` from 2.4.3 to 2.7.2
- [Release notes](https://github.com/47ng/nuqs/releases)
- [Commits](https://github.com/47ng/nuqs/commits/v2.7.2/packages/nuqs)

Updates `react-day-picker` from 9.8.1 to 9.11.1
- [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.8.1...v9.11.1)

Updates `react-hook-form` from 7.62.0 to 7.65.0
- [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.62.0...v7.65.0)

Updates `recharts` from 3.1.2 to 3.3.0
- [Release notes](https://github.com/recharts/recharts/releases)
- [Changelog](https://github.com/recharts/recharts/blob/main/CHANGELOG.md)
- [Commits](recharts/recharts@v3.1.2...v3.3.0)

---
updated-dependencies:
- dependency-name: "@faker-js/faker"
  dependency-version: 10.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@hookform/resolvers"
  dependency-version: 5.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@sentry/nextjs"
  dependency-version: 10.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@supabase/ssr"
  dependency-version: 0.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@supabase/supabase-js"
  dependency-version: 2.76.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@tanstack/react-query"
  dependency-version: 5.90.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@xyflow/react"
  dependency-version: 12.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: dotenv
  dependency-version: 17.2.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: framer-motion
  dependency-version: 12.23.24
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: geist
  dependency-version: 1.5.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: katex
  dependency-version: 0.16.25
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: launchdarkly-react-client-sdk
  dependency-version: 3.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: lucide-react
  dependency-version: 0.548.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: nuqs
  dependency-version: 2.7.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: react-day-picker
  dependency-version: 9.11.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: react-hook-form
  dependency-version: 7.65.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: recharts
  dependency-version: 3.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/autogpt_platform/frontend/dev/production-dependencies-11654225b3 branch from 7ef1b25 to 3d838bb Compare October 30, 2025 13:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies javascript Pull requests that update Javascript code platform/frontend AutoGPT Platform - Front end size/xl

1 participant