Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2026

Bumps the npm-dependencies group with 34 updates in the / directory:

Package From To
react-dom 19.2.3 19.2.4
turbo 2.7.5 2.8.1
@tanstack/react-query 5.90.19 5.90.20
react-relay 19.0.0 20.1.1
react-router 7.12.0 7.13.0
relay-runtime 19.0.0 20.1.1
@types/relay-runtime 19.0.3 20.1.1
zod 3.25.76 4.3.6
@types/node 22.19.7 25.2.0
@types/react 19.2.9 19.2.10
@vitejs/plugin-react 4.7.0 5.1.2
babel-plugin-relay 19.0.0 20.1.1
relay-compiler 19.0.0 20.1.1
typescript 5.8.3 5.9.3
vite 6.4.1 7.3.1
vitest 3.2.4 4.0.18
@react-email/components 0.5.7 1.0.6
react-email 4.3.2 5.2.5
@stylistic/eslint-plugin 5.7.0 5.7.1
globals 17.0.0 17.3.0
typescript-eslint 8.53.1 8.54.0
@n8n/node-cli 0.17.0 0.18.0
react-dropzone 14.3.8 14.4.0
react-intersection-observer 9.16.0 10.0.2
tailwind-variants 1.0.0 3.2.2
zustand 5.0.10 5.0.11
@chromatic-com/storybook 3.2.7 5.0.0
@storybook/react 8.6.15 10.2.3
@storybook/react-vite 8.6.15 10.2.3
@vitest/browser 3.2.4 4.0.18
@vitest/coverage-v8 3.2.4 4.0.18
playwright 1.57.0 1.58.1
react-docgen 7.1.1 8.0.2
storybook 8.6.15 10.2.3

Updates react-dom from 19.2.3 to 19.2.4

Release notes

Sourced from react-dom's releases.

19.2.4 (January 26th, 2026)

React Server Components

Commits

Updates turbo from 2.7.5 to 2.8.1

Release notes

Sourced from turbo's releases.

Turborepo v2.8.1

What's Changed

Docs

Changelog

New Contributors

Full Changelog: vercel/turborepo@v2.8.0...v2.8.1

Turborepo v2.8.1-canary.1

What's Changed

Docs

Changelog

New Contributors

Full Changelog: vercel/turborepo@v2.8.1-canary.0...v2.8.1-canary.1

Turborepo v2.8.1-canary.0

What's Changed

Docs

Changelog

... (truncated)

Commits
  • 8c76fa8 publish 2.8.1 to registry
  • 2049a37 fix: Validate turbo version from lockfile for all package managers (#11587)
  • b755f58 feat: Add requestType tracking for header-negotiated markdown (#11585)
  • ad013de docs: Rename command → subcommand (#11584)
  • 12c728f docs: Fix worktree command in blog post (#11583)
  • 8879603 chore: Rename README.md to RULE.md in skills directory (#11582)
  • c95a7d8 refactor: Deduplicate sccache env vars in turborepo-test.yml (#11581)
  • 05b6efb refactor: Extract inline coverage transform script (#11578)
  • 6ffa517 release(turborepo): 2.8.1-canary.1 (#11577)
  • c11dcce docs: Fix curl markdown Accept header syntax in 2.8 release blog (#11580)
  • Additional commits viewable in compare view

Updates @tanstack/react-query from 5.90.19 to 5.90.20

Release notes

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

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

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-persist-client-core@​5.91.17
    • @​tanstack/react-query@​5.90.18

@​tanstack/react-query@​5.90.20

Patch Changes

  • Updated dependencies [e7258c5]:
    • @​tanstack/query-core@​5.90.20
Changelog

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

5.90.20

Patch Changes

  • Updated dependencies [e7258c5]:
    • @​tanstack/query-core@​5.90.20
Commits

Updates react from 19.2.3 to 19.2.4

Release notes

Sourced from react's releases.

19.2.4 (January 26th, 2026)

React Server Components

Commits

Updates react-relay from 19.0.0 to 20.1.1

Release notes

Sourced from react-relay's releases.

v20.1.1

Version 20.1.1 Release Notes

This patch release reverts the change that disabled persisted queries in validate mode (added in #5013) as it was breaking the --validate command. The release also contains a bug fix for GraphQL payloads without a prototype and a of couple docs improvements.

Bug fixes

  • Fix(relay-runtime): prototype less payloads (#5043) by Pavel Glac (commit)
  • Back out "Disable persisted queries in validate mode" by Jordan Eldredge (commit)

Documentation Improvements

  • Handle json schema consts in compiler config doc generation (#5047) by Jordan Eldredge (commit)
  • Doc(useSubscription): config argument should be memoized (#5033) by Pavel Glac (commit)

v20.1.0

Breaking Changes

Bug fixes

Improvements

Documentation Improvements

Miscellaneous

Experimental Changes

v20.0.0

Version 20.0.0 Release Notes

Announcement: ESLint Plugin v2.0.0 Released

Relay's ESLint plugin, eslint-plugin-relay, was recently updated to v2.0.0. This release includes a number of compatibility updates and removes a couple of deprecated rules. For more info, see the eslint-plugin-relay changelog.

Generated Documentation

This release includes a brand new page covering the Relay compiler config. This has largely been undocumented so far and now includes autogenerated documentation! We also added tooling to autogenerate API docs from source code. The documentation for useRelayEnvironment and useLazyLoadQuery are examples of the new autogenerated tooling.

... (truncated)

Commits
  • 710dcd2 v20.1.1
  • 4e9f30d flow] Mass replace $FlowIgnore with $FlowFixMe in relay
  • 7f365e2 Replace $FlowFixMe(Props|State|Empty) with just $FlowFixMe
  • f2b3cf8 Update prettier-plugin-hermes-parser in fbsource to 0.31.1
  • a5782ba v20.1.0
  • cb2dcaf Pre-suppression errors for functionT in xplat js
  • f933d6c Improve missing fragment data error message to point to @alias docs.
  • 2a07922 Allow ClientQuery in usePreloadedQuery
  • 11932da Make variables prop in useLazyLoadQuery NoInfer to improve errors
  • 31c024a Daily arc lint --take PRETTIERJAVASCRIPT
  • Additional commits viewable in compare view

Updates react-router from 7.12.0 to 7.13.0

Release notes

Sourced from react-router's releases.

v7.13.0

See the changelog for release notes: https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v7130

Changelog

Sourced from react-router's changelog.

7.13.0

Minor Changes

  • Add crossOrigin prop to Links component (#14687)

Patch Changes

  • Fix double slash normalization for useNavigate colon urls (#14718)
  • Update failed origin checks to return a 400 status instead of a 500 (#14737)
  • Bugfix #14666: Inline criticalCss is missing nonce (#14691)
  • Loosen allowedActionOrigins glob check so ** matches all domains (#14722)
Commits

Updates relay-runtime from 19.0.0 to 20.1.1

Release notes

Sourced from relay-runtime's releases.

v20.1.1

Version 20.1.1 Release Notes

This patch release reverts the change that disabled persisted queries in validate mode (added in #5013) as it was breaking the --validate command. The release also contains a bug fix for GraphQL payloads without a prototype and a of couple docs improvements.

Bug fixes

  • Fix(relay-runtime): prototype less payloads (#5043) by Pavel Glac (commit)
  • Back out "Disable persisted queries in validate mode" by Jordan Eldredge (commit)

Documentation Improvements

  • Handle json schema consts in compiler config doc generation (#5047) by Jordan Eldredge (commit)
  • Doc(useSubscription): config argument should be memoized (#5033) by Pavel Glac (commit)

v20.1.0

Breaking Changes

Bug fixes

Improvements

Documentation Improvements

Miscellaneous

Experimental Changes

v20.0.0

Version 20.0.0 Release Notes

Announcement: ESLint Plugin v2.0.0 Released

Relay's ESLint plugin, eslint-plugin-relay, was recently updated to v2.0.0. This release includes a number of compatibility updates and removes a couple of deprecated rules. For more info, see the eslint-plugin-relay changelog.

Generated Documentation

This release includes a brand new page covering the Relay compiler config. This has largely been undocumented so far and now includes autogenerated documentation! We also added tooling to autogenerate API docs from source code. The documentation for useRelayEnvironment and useLazyLoadQuery are examples of the new autogenerated tooling.

... (truncated)

Commits
  • 710dcd2 v20.1.1
  • f2b3cf8 Update prettier-plugin-hermes-parser in fbsource to 0.31.1
  • cb60dbd fix(relay-runtime): prototype less payloads (#5043)
  • 673c198 Replace $FlowIssue with $FlowFixMe
  • a5782ba v20.1.0
  • 6314d78 Make variables arg in fetchQuery NoInfer to improve errors
  • cfd2ebd Pre-suppress errors ahead of locking down natural inference behavior in xplat/js
  • 42e8f83 Add annotations or make things readonly to prepare for object literal soundne...
  • 3330731 Make variables prop in commitMutation param NoInfer to improve errors
  • 4f78bca Add annotations to array and object literal declarations to fix future natura...
  • Additional commits viewable in compare view

Updates @types/relay-runtime from 19.0.3 to 20.1.1

Commits

Updates zod from 3.25.76 to 4.3.6

Release notes

Sourced from zod's releases.

v4.3.6

Commits:

  • 9977fb0868432461de265a773319e80a90ba3e37 Add brand.dev to sponsors
  • f4b7bae3468f6188b8f004e007d722148fc91d77 Update pullfrog.yml (#5634)
  • 251d7163a0ac7740fee741428d913e3c55702ace Clean up workflow_call
  • edd4132466da0f5065a8e051b599d01fdd1081d8 fix: add missing User-agent to robots.txt and allow all (#5646)
  • 85db85e9091d0706910d60c7eb2e9c181edd87bd fix: typo in codec.test.ts file (#5628)
  • cbf77bb12bdfda2e054818e79001f5cb3798ce76 Avoid non null assertion (#5638)
  • dfbbf1c1ae0c224b8131d80ddf0a264262144086 Avoid re-exported star modules (#5656)
  • 762e911e5773f949452fd6dd4e360f2362110e8e Generalize numeric key handling
  • ca3c8629c0c2715571f70b44c2433cad3db7fe4e v4.3.6

v4.3.5

Commits:

  • 21afffdb42ccab554036312e33fed0ea3cb8f982 [Docs] Update migration guide docs for deprecation of message (#5595)
  • e36743e513aadb307b29949a80d6eb0dcc8fc278 Improve mini treeshaking
  • 0cdc0b8597999fd9ca99767b912c1e82c1ff2d6c 4.3.5

v4.3.4

Commits:

  • 1a8bea3b474eada6f219c163d0d3ad09fadabe72 Add integration tests
  • e01cd02b2f23d7e9078d3813830b146f8a2258b4 Support patternProperties for looserecord (#5592)
  • 089e5fbb0f58ce96d2c4fb34cd91724c78df4af5 Improve looseRecord docs
  • decef9c418d9a598c3f1bada06891ba5d922c5cd Fix lint
  • 9443aab00d44d5d5f4a7eada65fc0fc851781042 Drop iso time in fromJSONSchema
  • 66bda7491a1b9eab83bdeec0c12f4efc7290bd48 Remove .refine() from ZodMiniType
  • b4ab94ca608cd5b581bfc12b20dd8d95b35b3009 4.3.4

v4.3.3

Commits:

  • f3b2151959d215d405f54dff3c7ab3bf1fd887ca v4.3.3

v4.3.2

Commits:

  • bf96635d243118de6e4f260077aa137453790bf6 Loosen strictObjectinside intersection (#5587)
  • f71dc0182ab0f0f9a6be6295b07faca269e10179 Remove Juno (#5590)
  • 0f41e5a12a43e6913c9dcb501b2b5136ea86500d 4.3.2

v4.3.1

Commits:

  • 0fe88407a4149c907929b757dc6618d8afe998fc allow non-overwriting extends with refinements. 4.3.1

v4.3.0

This is Zod's biggest release since 4.0. It addresses several of Zod's longest-standing feature requests.

... (truncated)

Commits

Updates @types/node from 22.19.7 to 25.2.0

Commits

Updates @types/react from 19.2.9 to 19.2.10

Commits

Updates @types/relay-runtime from 19.0.3 to 20.1.1

Commits

Updates @vitejs/plugin-react from 4.7.0 to 5.1.2

Release notes

Sourced from @​vitejs/plugin-react's releases.

plugin-react@5.1.2

No release notes provided.

plugin-react@5.1.1

Update code to support newer rolldown-vite (#976)

rolldown-vite will remove optimizeDeps.rollupOptions in favor of optimizeDeps.rolldownOptions soon. This plugin now uses optimizeDeps.rolldownOptions to support newer rolldown-vite. Please update rolldown-vite to the latest version if you are using an older version.

plugin-react@5.1.0

Add @vitejs/plugin-react/preamble virtual module for SSR HMR (#890)

SSR applications can now initialize HMR runtime by importing @vitejs/plugin-react/preamble at the top of their client entry instead of manually calling transformIndexHtml. This simplifies SSR setup for applications that don't use the transformIndexHtml API.

Fix raw Rolldown support for Rolldown 1.0.0-beta.44+ (#930)

Rolldown 1.0.0-beta.44+ removed the top-level jsx option in favor of transform.jsx. This plugin now uses the transform.jsx option to support Rolldown 1.0.0-beta.44+.

plugin-react@5.0.4

Perf: use native refresh wrapper plugin in rolldown-vite (#881)

plugin-react@5.0.3

HMR did not work for components imported with queries with rolldown-vite (#872)

Perf: simplify refresh wrapper generation (#835)

plugin-react@5.0.2

Skip transform hook completely in rolldown-vite in dev if possible (#783)

plugin-react@5.0.1

Set optimizeDeps.rollupOptions.transform.jsx instead of optimizeDeps.rollupOptions.jsx for rolldown-vite (#735)

optimizeDeps.rollupOptions.jsx is going to be deprecated in favor of optimizeDeps.rollupOptions.transform.jsx.

Perf: skip babel-plugin-react-compiler if code has no "use memo" when { compilationMode: "annotation" } (#734)

Respect tsconfig jsxImportSource (#726)

Fix reactRefreshHost option on rolldown-vite (#716)

Fix RefreshRuntime being injected twice for class components on rolldown-vite (#708)

Skip babel-plugin-react-compiler on non client environment (689)

plugin-react@5.0.0

(Same content as v5.0.0-beta.0 https://github.com/vitejs/vite-plugin-react/releases/tag/plugin-react%405.0.0-beta.0)

Use Oxc for react refresh transform in rolldown-vite

When used with rolldown-vite, this plugin now uses Oxc for react refresh transform.

... (truncated)

Changelog

Sourced from @​vitejs/plugin-react's changelog.

5.1.2 (2025-12-08)

5.1.1 (2025-11-12)

Update code to support newer rolldown-vite (#976)

rolldown-vite will remove optimizeDeps.rollupOptions in favor of optimizeDeps.rolldownOptions soon. This plugin now uses optimizeDeps.rolldownOptions to support newer rolldown-vite. Please update rolldown-vite to the latest version if you are using an older version.

5.1.0 (2025-10-24)

Add @vitejs/plugin-react/preamble virtual module for SSR HMR (#890)

SSR applications can now initialize HMR runtime by importing @vitejs/plugin-react/preamble at the top of their client entry instead of manually calling transformIndexHtml. This simplifies SSR setup for applications that don't use the transformIndexHtml API.

Fix raw Rolldown support for Rolldown 1.0.0-beta.44+ (#930)

Rolldown 1.0.0-beta.44+ removed the top-level jsx option in favor of transform.jsx. This plugin now uses the transform.jsx option to support Rolldown 1.0.0-beta.44+.

5.0.4 (2025-09-27)

Perf: use native refresh wrapper plugin in rolldown-vite (#881)

5.0.3 (2025-09-17)

HMR did not work for components imported with queries with rolldown-vite (#872)

Perf: simplify refresh wrapper generation (#835)

5.0.2 (2025-08-28)

Skip transform hook completely in rolldown-vite in dev if possible (#783)

5.0.1 (2025-08-19)

Set optimizeDeps.rollupOptions.transform.jsx instead of optimizeDeps.rollupOptions.jsx for rolldown-vite (#735)

optimizeDeps.rollupOptions.jsx is going to be deprecated in favor of optimizeDeps.rollupOptions.transform.jsx.

Perf: skip babel-plugin-react-compiler if code has no "use memo" when { compilationMode: "annotation" } (#734)

Respect tsconfig jsxImportSource (#726)

Fix reactRefreshHost option on rolldown-vite (#716)

Fix RefreshRuntime being injected twice for class components on rolldown-vite (#708)

Skip babel-plugin-react-compiler on non client environment (689)

5.0.0 (2025-08-07)

... (truncated)

Commits
  • f127a24 release: plugin-react@5.1.2
  • db1c665 fix(react): newer full bundle mode compat (#1011)
  • 1f372b6 fix(deps): update all non-major dependencies (#1008)
  • d52455e fix(deps): update react 19.2.1 (#998)
  • bcda041 fix(deps): update all non-major dependencies (#995)
  • c80546d fix(deps): update all non-major dependencies (#982)
  • 23db727 release: plugin-react@5.1.1
  • bcc7db0 chore: add changelog for #976 and #978
  • 4a2e229 fix(react): use rolldownOptions instead of deprecated rollupOptions in optimi...
  • 41cb823 fix(deps): update all non-major dependencies (#968)
  • 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 @​vitejs/plugin-react since your current version.


Updates babel-plugin-relay from 19.0.0 to 20.1.1

Release notes

Sourced from babel-plugin-relay's releases.

v20.1.1

Version 20.1.1 Release Notes

This patch release reverts the change that disabled persisted queries in validate mode (added in #5013) as it was breaking the --validate command. The release also contains a bug fix for GraphQL payloads without a prototype and a of couple docs improvements.

Bug fixes

  • Fix(relay-runtime): prototype less payloads (#5043) by Pavel Glac (commit)
  • Back out "Disable persisted queries in validate mode" by Jordan Eldredge (commit)

Documentation Improvements

  • Handle json schema consts in compiler config doc generation (#5047) by Jordan Eldredge (commit)
  • Doc(useSubscription): config argument should be memoized (#5033) by Pavel Glac (commit)

v20.1.0

Breaking Changes

Bug fixes

  • Fix conflicting lint by Steven Gschwind ([

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Feb 1, 2026
Copy link

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 14 files

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/npm-dependencies-c3290fd869 branch from 04510bf to 910d50b Compare February 3, 2026 09:08
Bumps the npm-dependencies group with 34 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `19.2.3` | `19.2.4` |
| [turbo](https://github.com/vercel/turborepo) | `2.7.5` | `2.8.1` |
| [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.90.19` | `5.90.20` |
| [react-relay](https://github.com/facebook/relay/tree/HEAD/packages/react-relay) | `19.0.0` | `20.1.1` |
| [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router) | `7.12.0` | `7.13.0` |
| [relay-runtime](https://github.com/facebook/relay/tree/HEAD/packages/relay-runtime) | `19.0.0` | `20.1.1` |
| [@types/relay-runtime](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/relay-runtime) | `19.0.3` | `20.1.1` |
| [zod](https://github.com/colinhacks/zod) | `3.25.76` | `4.3.6` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.19.7` | `25.2.0` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `19.2.9` | `19.2.10` |
| [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) | `4.7.0` | `5.1.2` |
| [babel-plugin-relay](https://github.com/facebook/relay/tree/HEAD/packages/babel-plugin-relay) | `19.0.0` | `20.1.1` |
| [relay-compiler](https://github.com/facebook/relay/tree/HEAD/packages/relay-compiler) | `19.0.0` | `20.1.1` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.8.3` | `5.9.3` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `6.4.1` | `7.3.1` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `3.2.4` | `4.0.18` |
| [@react-email/components](https://github.com/resend/react-email/tree/HEAD/packages/components) | `0.5.7` | `1.0.6` |
| [react-email](https://github.com/resend/react-email/tree/HEAD/packages/react-email) | `4.3.2` | `5.2.5` |
| [@stylistic/eslint-plugin](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin) | `5.7.0` | `5.7.1` |
| [globals](https://github.com/sindresorhus/globals) | `17.0.0` | `17.3.0` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.53.1` | `8.54.0` |
| [@n8n/node-cli](https://github.com/n8n-io/n8n) | `0.17.0` | `0.18.0` |
| [react-dropzone](https://github.com/react-dropzone/react-dropzone) | `14.3.8` | `14.4.0` |
| [react-intersection-observer](https://github.com/thebuilder/react-intersection-observer) | `9.16.0` | `10.0.2` |
| [tailwind-variants](https://github.com/heroui-inc/tailwind-variants) | `1.0.0` | `3.2.2` |
| [zustand](https://github.com/pmndrs/zustand) | `5.0.10` | `5.0.11` |
| [@chromatic-com/storybook](https://github.com/chromaui/addon-visual-tests) | `3.2.7` | `5.0.0` |
| [@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/react) | `8.6.15` | `10.2.3` |
| [@storybook/react-vite](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/react-vite) | `8.6.15` | `10.2.3` |
| [@vitest/browser](https://github.com/vitest-dev/vitest/tree/HEAD/packages/browser) | `3.2.4` | `4.0.18` |
| [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `3.2.4` | `4.0.18` |
| [playwright](https://github.com/microsoft/playwright) | `1.57.0` | `1.58.1` |
| [react-docgen](https://github.com/reactjs/react-docgen/tree/HEAD/packages/react-docgen) | `7.1.1` | `8.0.2` |
| [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/core) | `8.6.15` | `10.2.3` |



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

Updates `turbo` from 2.7.5 to 2.8.1
- [Release notes](https://github.com/vercel/turborepo/releases)
- [Changelog](https://github.com/vercel/turborepo/blob/main/RELEASE.md)
- [Commits](vercel/turborepo@v2.7.5...v2.8.1)

Updates `@tanstack/react-query` from 5.90.19 to 5.90.20
- [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.20/packages/react-query)

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

Updates `react-relay` from 19.0.0 to 20.1.1
- [Release notes](https://github.com/facebook/relay/releases)
- [Commits](https://github.com/facebook/relay/commits/v20.1.1/packages/react-relay)

Updates `react-router` from 7.12.0 to 7.13.0
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/react-router@7.13.0/packages/react-router)

Updates `relay-runtime` from 19.0.0 to 20.1.1
- [Release notes](https://github.com/facebook/relay/releases)
- [Commits](https://github.com/facebook/relay/commits/v20.1.1/packages/relay-runtime)

Updates `@types/relay-runtime` from 19.0.3 to 20.1.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/relay-runtime)

Updates `zod` from 3.25.76 to 4.3.6
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Commits](colinhacks/zod@v3.25.76...v4.3.6)

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

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

Updates `@types/relay-runtime` from 19.0.3 to 20.1.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/relay-runtime)

Updates `@vitejs/plugin-react` from 4.7.0 to 5.1.2
- [Release notes](https://github.com/vitejs/vite-plugin-react/releases)
- [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite-plugin-react/commits/plugin-react@5.1.2/packages/plugin-react)

Updates `babel-plugin-relay` from 19.0.0 to 20.1.1
- [Release notes](https://github.com/facebook/relay/releases)
- [Commits](https://github.com/facebook/relay/commits/v20.1.1/packages/babel-plugin-relay)

Updates `relay-compiler` from 19.0.0 to 20.1.1
- [Release notes](https://github.com/facebook/relay/releases)
- [Commits](https://github.com/facebook/relay/commits/v20.1.1/packages/relay-compiler)

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

Updates `vite` from 6.4.1 to 7.3.1
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v7.3.1/packages/vite)

Updates `vitest` from 3.2.4 to 4.0.18
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.18/packages/vitest)

Updates `@react-email/components` from 0.5.7 to 1.0.6
- [Release notes](https://github.com/resend/react-email/releases)
- [Changelog](https://github.com/resend/react-email/blob/canary/packages/components/CHANGELOG.md)
- [Commits](https://github.com/resend/react-email/commits/@react-email/components@1.0.6/packages/components)

Updates `react-email` from 4.3.2 to 5.2.5
- [Release notes](https://github.com/resend/react-email/releases)
- [Changelog](https://github.com/resend/react-email/blob/canary/packages/react-email/CHANGELOG.md)
- [Commits](https://github.com/resend/react-email/commits/react-email@5.2.5/packages/react-email)

Updates `@stylistic/eslint-plugin` from 5.7.0 to 5.7.1
- [Release notes](https://github.com/eslint-stylistic/eslint-stylistic/releases)
- [Changelog](https://github.com/eslint-stylistic/eslint-stylistic/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint-stylistic/eslint-stylistic/commits/v5.7.1/packages/eslint-plugin)

Updates `globals` from 17.0.0 to 17.3.0
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](sindresorhus/globals@v17.0.0...v17.3.0)

Updates `typescript-eslint` from 8.53.1 to 8.54.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.54.0/packages/typescript-eslint)

Updates `@n8n/node-cli` from 0.17.0 to 0.18.0
- [Release notes](https://github.com/n8n-io/n8n/releases)
- [Commits](https://github.com/n8n-io/n8n/compare/n8n@0.17.0...n8n@0.18.0)

Updates `react-dropzone` from 14.3.8 to 14.4.0
- [Release notes](https://github.com/react-dropzone/react-dropzone/releases)
- [Commits](react-dropzone/react-dropzone@v14.3.8...v14.4.0)

Updates `react-intersection-observer` from 9.16.0 to 10.0.2
- [Release notes](https://github.com/thebuilder/react-intersection-observer/releases)
- [Commits](thebuilder/react-intersection-observer@v9.16.0...v10.0.2)

Updates `tailwind-variants` from 1.0.0 to 3.2.2
- [Release notes](https://github.com/heroui-inc/tailwind-variants/releases)
- [Changelog](https://github.com/heroui-inc/tailwind-variants/blob/main/CHANGELOG.md)
- [Commits](heroui-inc/tailwind-variants@v1.0.0...v3.2.2)

Updates `zustand` from 5.0.10 to 5.0.11
- [Release notes](https://github.com/pmndrs/zustand/releases)
- [Commits](pmndrs/zustand@v5.0.10...v5.0.11)

Updates `@chromatic-com/storybook` from 3.2.7 to 5.0.0
- [Release notes](https://github.com/chromaui/addon-visual-tests/releases)
- [Changelog](https://github.com/chromaui/addon-visual-tests/blob/v5.0.0/CHANGELOG.md)
- [Commits](chromaui/addon-visual-tests@v3.2.7...v5.0.0)

Updates `@storybook/react` from 8.6.15 to 10.2.3
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v10.2.3/code/renderers/react)

Updates `@storybook/react-vite` from 8.6.15 to 10.2.3
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v10.2.3/code/frameworks/react-vite)

Updates `@vitest/browser` from 3.2.4 to 4.0.18
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.18/packages/browser)

Updates `@vitest/coverage-v8` from 3.2.4 to 4.0.18
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.18/packages/coverage-v8)

Updates `playwright` from 1.57.0 to 1.58.1
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.57.0...v1.58.1)

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

Updates `storybook` from 8.6.15 to 10.2.3
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v10.2.3/code/core)

---
updated-dependencies:
- dependency-name: react-dom
  dependency-version: 19.2.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: turbo
  dependency-version: 2.8.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: "@tanstack/react-query"
  dependency-version: 5.90.20
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: react
  dependency-version: 19.2.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: react-relay
  dependency-version: 20.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: react-router
  dependency-version: 7.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: relay-runtime
  dependency-version: 20.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: "@types/relay-runtime"
  dependency-version: 20.1.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: zod
  dependency-version: 4.3.6
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: "@types/node"
  dependency-version: 25.2.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: "@types/react"
  dependency-version: 19.2.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: "@types/relay-runtime"
  dependency-version: 20.1.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: "@vitejs/plugin-react"
  dependency-version: 5.1.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: babel-plugin-relay
  dependency-version: 20.1.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: relay-compiler
  dependency-version: 20.1.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: typescript
  dependency-version: 5.9.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: vite
  dependency-version: 7.3.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: vitest
  dependency-version: 4.0.18
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: "@react-email/components"
  dependency-version: 1.0.6
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: react-email
  dependency-version: 5.2.5
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: "@stylistic/eslint-plugin"
  dependency-version: 5.7.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: globals
  dependency-version: 17.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: typescript-eslint
  dependency-version: 8.54.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: "@n8n/node-cli"
  dependency-version: 0.18.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: react-dropzone
  dependency-version: 14.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: react-intersection-observer
  dependency-version: 10.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: tailwind-variants
  dependency-version: 3.2.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: zustand
  dependency-version: 5.0.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: "@chromatic-com/storybook"
  dependency-version: 5.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: "@storybook/react"
  dependency-version: 10.2.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: "@storybook/react-vite"
  dependency-version: 10.2.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: "@vitest/browser"
  dependency-version: 4.0.18
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: "@vitest/coverage-v8"
  dependency-version: 4.0.18
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: playwright
  dependency-version: 1.58.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: react-docgen
  dependency-version: 8.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: storybook
  dependency-version: 10.2.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/npm-dependencies-c3290fd869 branch from 910d50b to 2ce1239 Compare February 4, 2026 11:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants