Skip to content

fix: bump the dependencies group with 9 updates #14

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 12, 2025

Bumps the dependencies group with 9 updates:

Package From To
@tanstack/react-form 1.16.0 1.19.1
@tanstack/react-query 5.84.1 5.84.2
@tanstack/react-router 1.130.12 1.131.5
zod 4.0.14 4.0.17
@biomejs/biome 2.1.3 2.1.4
@tanstack/react-router-devtools 1.130.13 1.131.5
@tanstack/router-plugin 1.130.15 1.131.5
@vitejs/plugin-react 4.7.0 5.0.0
vite 7.0.6 7.1.1

Updates @tanstack/react-form from 1.16.0 to 1.19.1

Release notes

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

v1.19.1

Version 1.19.1 - 8/10/25, 8:35 PM

Changes

Fix

  • form-core: infer formOptions parameter"s type correctly (#1679) (628c5ef) by Adam Nicholson

Packages

  • @​tanstack/form-core@​1.19.1
  • @​tanstack/angular-form@​1.19.1
  • @​tanstack/lit-form@​1.19.1
  • @​tanstack/react-form@​1.19.1
  • @​tanstack/solid-form@​1.19.1
  • @​tanstack/svelte-form@​1.19.1
  • @​tanstack/vue-form@​1.19.1

v1.19.0

Version 1.19.0 - 8/7/25, 3:26 PM (Manual Release)

Changes

Feat

  • core: form identifiers (#1659) (2c9bab0) by Harry Whorlow

Chore

  • devinxi start example (#1584) (15187c5) by Leonardo Montini

Ci

  • apply automated fixes and generate docs (b9480c7) by autofix-ci[bot]
  • apply automated fixes and generate docs (c82fe54) by autofix-ci[bot]

Docs

  • react-form: Fix field group name (#1675) (124dd5b) by Bennett Dams

Packages

  • @​tanstack/angular-form@​1.19.0
  • @​tanstack/form-core@​1.19.0
  • @​tanstack/lit-form@​1.19.0
  • @​tanstack/react-form@​1.19.0
  • @​tanstack/solid-form@​1.19.0
  • @​tanstack/svelte-form@​1.19.0
  • @​tanstack/vue-form@​1.19.0

... (truncated)

Commits

Updates @tanstack/react-query from 5.84.1 to 5.84.2

Release notes

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

v5.84.2

Version 5.84.2 - 8/8/25, 2:00 PM

Changes

Fix

  • angular-query: align mutation options to most recent react-query types (#9543) (cd6ea9a) by Arnoud

Test

  • react-query/mutationOptions: add tests for without "mutationKey" in "mutationOptions" and add "sleep" to "mutationFn" (#9510) (34657e5) by @​sukvvon

Packages

  • @​tanstack/react-query@​5.84.2
  • @​tanstack/angular-query-experimental@​5.84.2
  • @​tanstack/react-query-devtools@​5.84.2
  • @​tanstack/react-query-persist-client@​5.84.2
  • @​tanstack/react-query-next-experimental@​5.84.2
  • @​tanstack/angular-query-devtools-experimental@​5.84.2
Commits
  • edd1bd0 release: v5.84.2
  • 34657e5 test(react-query/mutationOptions): add tests for without 'mutationKey' in 'mu...
  • See full diff in compare view

Updates @tanstack/react-router from 1.130.12 to 1.131.5

Release notes

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

v1.131.5

Version 1.131.5 - 8/11/25, 2:05 PM

Changes

Refactor

  • router-core: Avoid creating empty objects when not necessary (#4923) (039889a) by @​Sheraff
  • react-router,solid-router: Minor simplification of MatchInner match logic in select (#4921) (94ea50f) by @​Sheraff

Packages

  • @​tanstack/router-core@​1.131.5
  • @​tanstack/solid-router@​1.131.5
  • @​tanstack/react-router@​1.131.5
  • @​tanstack/react-router-ssr-query@​1.131.5
  • @​tanstack/router-ssr-query-core@​1.131.5
  • @​tanstack/zod-adapter@​1.131.5
  • @​tanstack/valibot-adapter@​1.131.5
  • @​tanstack/arktype-adapter@​1.131.5
  • @​tanstack/router-devtools@​1.131.5
  • @​tanstack/solid-router-devtools@​1.131.5
  • @​tanstack/react-router-devtools@​1.131.5
  • @​tanstack/router-devtools-core@​1.131.5
  • @​tanstack/router-generator@​1.131.5
  • @​tanstack/router-cli@​1.131.5
  • @​tanstack/router-plugin@​1.131.5
  • @​tanstack/router-vite-plugin@​1.131.5
  • @​tanstack/solid-start-client@​1.131.5
  • @​tanstack/solid-start-server@​1.131.5
  • @​tanstack/start-client-core@​1.131.5
  • @​tanstack/start-server-core@​1.131.5
  • @​tanstack/start-storage-context@​1.131.5
  • @​tanstack/react-start-client@​1.131.5
  • @​tanstack/react-start-server@​1.131.5
  • @​tanstack/start-server-functions-fetcher@​1.131.5
  • @​tanstack/start-server-functions-client@​1.131.5
  • @​tanstack/start-plugin-core@​1.131.5
  • @​tanstack/solid-start@​1.131.5
  • @​tanstack/solid-start-plugin@​1.131.5
  • @​tanstack/react-start@​1.131.5
  • @​tanstack/react-start-plugin@​1.131.5

v1.131.4

Version 1.131.4 - 8/11/25, 12:00 PM

Changes

Refactor

... (truncated)

Commits
  • 93c624c release: v1.131.5
  • 94ea50f refactor(react-router,solid-router): Minor simplification of MatchInner match...
  • b84a5ce release: v1.131.4
  • 916253a refactor(router-core): Reduce navigation work by making some properties non-r...
  • cf99c6a release: v1.131.3
  • ef74fc6 release: v1.131.2
  • cc499c3 release: v1.130.17
  • e755316 fix: do not pre-decodeURI before passing to createMemoryHistory (#4893)
  • See full diff in compare view

Updates zod from 4.0.14 to 4.0.17

Release notes

Sourced from zod's releases.

v4.0.17

Commits:

  • 1cebf336c560c87e6f806b9d02106fb623049f21 Add blog (#5074)
  • fc1e556318159b4740ba3d6b37660e783d2a3cb7 Fixes #5073
  • cc63f950158db212c5e9b75e7d22faca851ea624 v4.0.17

v4.0.16

Commits:

  • d589186c20c3dc112f5a5fda23cccd4d1f74420e fix: ensure keyof returns enum (#5045)
  • 4975f3a0e9c9f0b241499d936a02f1998c66dc01 feat: add discriminator generic (#5044)
  • 0a463e38e7f77b8036628ff911de515f9f9f6662 Update speakeasy files
  • 12658aff60349a87972a782b64802ec901c5ebf2 Fix Edit page buttons
  • 47e6604a3555811115d05bf41e50de54192e2e14 fix: edit this page button, now redirects to correct url using the new path (#5056)
  • 7207a2df38caaae910551b7ecf04941b00fc10c8 Update Hey API link to Zod v3 plugin (#5060)
  • 6887ff34fb9bf5f6769152cf62ba9b69fa378aac Update Hey API link to Zod plugin (#5059)
  • ffff1aac6a9a88fe6e7ad2659dbc7743275ea052 Clone POJO objects during defaulting/prefaulting
  • a227cb3bd22aba48412a0129650b86277adc3545 v4.0.16

v4.0.15

Commits:

  • 7e7e3461aceecf3633e158df50d6bc852e7cdf45 Clean up docs
  • f2949a81a06fe197c53e47c1fab024cebbd7f1f1 [docs] Fix migration guide upgrade command (#5021)
  • d43cf19d5cafd505f2f8e76f13e18564470f0696 Fix recursive object initialization errors with check() and other methods (#5018)
  • 3de2b6389a57a093f11ecf1820f31e5b4452c7e9 fix: remove redundant Required<> from input and output type definitions (#5033)
  • 93553bd48aeac27fdeb7dcbee5b7e37628572aff Add needs info
  • 03cfa8d9367c56d8c29870a83af10edc91eba34a 4.0.15
Commits

Updates @biomejs/biome from 2.1.3 to 2.1.4

Release notes

Sourced from @​biomejs/biome's releases.

Biome CLI v2.1.4

2.1.4

Patch Changes

  • #7121 b9642ab Thanks @​arendjr! - Fixed #7111: Imported symbols using aliases are now correctly recognised.

  • #7103 80515ec Thanks @​omasakun! - Fixed #6933 and #6994.

    When the values of private member assignment expressions, increment expressions, etc. are used, those private members are no longer marked as unused.

  • #6887 0cc38f5 Thanks @​ptkagori! - Added the noQwikUseVisibleTask rule to Qwik.

    This rule is intended for use in Qwik applications to warn about the use of useVisibleTask$() functions which require careful consideration before use.

    Invalid:

    useVisibleTask$(() => {
      console.log("Component is visible");
    });

    Valid:

    useTask$(() => {
      console.log("Task executed");
    });
  • #7084 50ca155 Thanks @​ematipico! - Added the new nursery rule noUnnecessararyConditions, which detects whenever some conditions don't change during the life cycle of the program, and truthy or false, hence deemed redundant.

    For example, the following snippets will trigger the rule:

    // Always truthy literal conditions
    if (true) {
      console.log("always runs");
    }
    // Unnecessary condition on constrained string type
    function foo(arg: "bar" | "baz") {
      if (arg) {
        // This check is unnecessary
      }

... (truncated)

Changelog

Sourced from @​biomejs/biome's changelog.

2.1.4

Patch Changes

  • #7121 b9642ab Thanks @​arendjr! - Fixed #7111: Imported symbols using aliases are now correctly recognised.

  • #7103 80515ec Thanks @​omasakun! - Fixed #6933 and #6994.

    When the values of private member assignment expressions, increment expressions, etc. are used, those private members are no longer marked as unused.

  • #6887 0cc38f5 Thanks @​ptkagori! - Added the noQwikUseVisibleTask rule to Qwik.

    This rule is intended for use in Qwik applications to warn about the use of useVisibleTask$() functions which require careful consideration before use.

    Invalid:

    useVisibleTask$(() => {
      console.log("Component is visible");
    });

    Valid:

    useTask$(() => {
      console.log("Task executed");
    });
  • #7084 50ca155 Thanks @​ematipico! - Added the new nursery rule noUnnecessararyConditions, which detects whenever some conditions don't change during the life cycle of the program, and truthy or false, hence deemed redundant.

    For example, the following snippets will trigger the rule:

    // Always truthy literal conditions
    if (true) {
      console.log("always runs");
    }
    // Unnecessary condition on constrained string type
    function foo(arg: "bar" | "baz") {
      if (arg) {
        // This check is unnecessary
      }
    }

... (truncated)

Commits

Updates @tanstack/react-router-devtools from 1.130.13 to 1.131.5

Release notes

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

v1.131.5

Version 1.131.5 - 8/11/25, 2:05 PM

Changes

Refactor

  • router-core: Avoid creating empty objects when not necessary (#4923) (039889a) by @​Sheraff
  • react-router,solid-router: Minor simplification of MatchInner match logic in select (#4921) (94ea50f) by @​Sheraff

Packages

  • @​tanstack/router-core@​1.131.5
  • @​tanstack/solid-router@​1.131.5
  • @​tanstack/react-router@​1.131.5
  • @​tanstack/react-router-ssr-query@​1.131.5
  • @​tanstack/router-ssr-query-core@​1.131.5
  • @​tanstack/zod-adapter@​1.131.5
  • @​tanstack/valibot-adapter@​1.131.5
  • @​tanstack/arktype-adapter@​1.131.5
  • @​tanstack/router-devtools@​1.131.5
  • @​tanstack/solid-router-devtools@​1.131.5
  • @​tanstack/react-router-devtools@​1.131.5
  • @​tanstack/router-devtools-core@​1.131.5
  • @​tanstack/router-generator@​1.131.5
  • @​tanstack/router-cli@​1.131.5
  • @​tanstack/router-plugin@​1.131.5
  • @​tanstack/router-vite-plugin@​1.131.5
  • @​tanstack/solid-start-client@​1.131.5
  • @​tanstack/solid-start-server@​1.131.5
  • @​tanstack/start-client-core@​1.131.5
  • @​tanstack/start-server-core@​1.131.5
  • @​tanstack/start-storage-context@​1.131.5
  • @​tanstack/react-start-client@​1.131.5
  • @​tanstack/react-start-server@​1.131.5
  • @​tanstack/start-server-functions-fetcher@​1.131.5
  • @​tanstack/start-server-functions-client@​1.131.5
  • @​tanstack/start-plugin-core@​1.131.5
  • @​tanstack/solid-start@​1.131.5
  • @​tanstack/solid-start-plugin@​1.131.5
  • @​tanstack/react-start@​1.131.5
  • @​tanstack/react-start-plugin@​1.131.5

v1.131.4

Version 1.131.4 - 8/11/25, 12:00 PM

Changes

Refactor

... (truncated)

Commits

Updates @tanstack/router-plugin from 1.130.15 to 1.131.5

Release notes

Sourced from @​tanstack/router-plugin's releases.

v1.131.5

Version 1.131.5 - 8/11/25, 2:05 PM

Changes

Refactor

  • router-core: Avoid creating empty objects when not necessary (#4923) (039889a) by @​Sheraff
  • react-router,solid-router: Minor simplification of MatchInner match logic in select (#4921) (94ea50f) by @​Sheraff

Packages

  • @​tanstack/router-core@​1.131.5
  • @​tanstack/solid-router@​1.131.5
  • @​tanstack/react-router@​1.131.5
  • @​tanstack/react-router-ssr-query@​1.131.5
  • @​tanstack/router-ssr-query-core@​1.131.5
  • @​tanstack/zod-adapter@​1.131.5
  • @​tanstack/valibot-adapter@​1.131.5
  • @​tanstack/arktype-adapter@​1.131.5
  • @​tanstack/router-devtools@​1.131.5
  • @​tanstack/solid-router-devtools@​1.131.5
  • @​tanstack/react-router-devtools@​1.131.5
  • @​tanstack/router-devtools-core@​1.131.5
  • @​tanstack/router-generator@​1.131.5
  • @​tanstack/router-cli@​1.131.5
  • @​tanstack/router-plugin@​1.131.5
  • @​tanstack/router-vite-plugin@​1.131.5
  • @​tanstack/solid-start-client@​1.131.5
  • @​tanstack/solid-start-server@​1.131.5
  • @​tanstack/start-client-core@​1.131.5
  • @​tanstack/start-server-core@​1.131.5
  • @​tanstack/start-storage-context@​1.131.5
  • @​tanstack/react-start-client@​1.131.5
  • @​tanstack/react-start-server@​1.131.5
  • @​tanstack/start-server-functions-fetcher@​1.131.5
  • @​tanstack/start-server-functions-client@​1.131.5
  • @​tanstack/start-plugin-core@​1.131.5
  • @​tanstack/solid-start@​1.131.5
  • @​tanstack/solid-start-plugin@​1.131.5
  • @​tanstack/react-start@​1.131.5
  • @​tanstack/react-start-plugin@​1.131.5

v1.131.4

Version 1.131.4 - 8/11/25, 12:00 PM

Changes

Refactor

... (truncated)

Commits

Updates @vitejs/plugin-react from 4.7.0 to 5.0.0

Release notes

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

[email protected]

(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.

Since this behavior is what @vitejs/plugin-react-oxc did, @vitejs/plugin-react-oxc is now deprecated and the disableOxcRecommendation option is removed.

Also, while @vitejs/plugin-react-oxc used the production JSX transform even for NODE_ENV=development build, @vitejs/plugin-react uses the development JSX transform for NODE_ENV=development build.

Allow processing files in node_modules

The default value of exclude options is now [/\/node_modules\//] to allow processing files in node_modules directory. It was previously [] and files in node_modules was always excluded regardless of the value of exclude option.

react and react-dom is no longer added to resolve.dedupe automatically

Adding values to resolve.dedupe forces Vite to resolve them differently from how Node.js does, which can be confusing and may not be expected. This plugin no longer adds react and react-dom to resolve.dedupe automatically.

If you encounter errors after upgrading, check your package.json for version mismatches in dependencies or devDependencies, as well as your package manager’s configuration. If you prefer the previous behavior, you can manually add react and react-dom to resolve.dedupe.

Remove old babel-plugin-react-compiler support that requires runtimeModule option

runtimeModule option is no longer needed in newer babel-plugin-react-compiler versions. Make sure to use a newer version of babel-plugin-react-compiler that supports target option.

Require Node 20.19+, 22.12+

This plugin now requires Node 20.19+ or 22.12+.

[email protected]

Use Oxc for react refresh transform in rolldown-vite

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

Since this behavior is what @vitejs/plugin-react-oxc did, @vitejs/plugin-react-oxc is now deprecated and the disableOxcRecommendation option is removed.

Also, while @vitejs/plugin-react-oxc used the production JSX transform even for NODE_ENV=development build, @vitejs/plugin-react uses the development JSX transform for NODE_ENV=development build.

Allow processing files in node_modules

The default value of exclude options is now [/\/node_modules\//] to allow processing files in node_modules directory. It was previously [] and files in node_modules was always excluded regardless of the value of exclude option.

react and react-dom is no longer added to resolve.dedupe automatically

Adding values to resolve.dedupe forces Vite to resolve them differently from how Node.js does, which can be confusing and may not be expected. This plugin no longer adds react and react-dom to resolve.dedupe automatically.

If you encounter errors after upgrading, check your package.json for version mismatches in dependencies or devDependencies, as well as your package manager’s configuration. If you prefer the previous behavior, you can manually add react and react-dom to resolve.dedupe.

Remove old babel-plugin-react-compiler support that requires runtimeModule option

... (truncated)

Changelog

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

5.0.0 (2025-08-07)

5.0.0-beta.0 (2025-07-28)

Use Oxc for react refresh transform in rolldown-vite

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

Since this behavior is what @vitejs/plugin-react-oxc did, @vitejs/plugin-react-oxc is now deprecated and the disableOxcRecommendation option is removed.

Also, while @vitejs/plugin-react-oxc used the production JSX transform even for NODE_ENV=development build, @vitejs/plugin-react uses the development JSX transform for NODE_ENV=development build.

Allow processing files in node_modules

The default value of exclude options is now [/\/node_modules\//] to allow processing files in node_modules directory. It was previously [] and files in node_modules was always excluded regardless of the value of exclude option.

react and react-dom is no longer added to resolve.dedupe automatically

Adding values to resolve.dedupe forces Vite to resolve them differently from how Node.js does, which can be confusing and may not be expected. This plugin no longer adds react and react-dom to resolve.dedupe automatically.

If you encounter errors after upgrading, check your package.json for version mismatches in dependencies or devDependencies, as well as your package manager’s configuration. If you prefer the previous behavior, you can manually add react and react-dom to resolve.dedupe.

Remove old babel-plugin-react-compiler support that requires runtimeModule option

runtimeModule option is no longer needed in newer babel-plugin-react-compiler versions. Make sure to use a newer version of babel-plugin-react-compiler that supports target option.

Require Node 20.19+, 22.12+

This plugin now requires Node 20.19+ or 22.12+.

Commits

Updates vite from 7.0.6 to 7.1.1

Release notes

Sourced from vite's releases.

v7.1.1

Please refer to CHANGELOG.md for details.

[email protected]

Please refer to CHANGELOG.md for details.

[email protected]

Please refer to CHANGELOG.md for details.

v7.1.0

Please refer to CHANGELOG.md for details.

v7.1.0-beta.1

Please refer to CHANGELOG.md for details.

v7.1.0-beta.0

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

7.1.1 (2025-08-08)

Bug Fixes

Miscellaneous Chores

7.1.0 (2025-08-07)

Features

  • support files with more than 1000 lines by generateCodeFrame (#20508) (e7d0b2a)
  • add import.meta.main support in config (bundle config loader) (#20516) (5d3e3c2)
  • optimizer: improve dependency optimization error messages with esbuild formatMessages (#20525) (d17cfed)
  • ssr: add import.meta.main support for Node.js module runner (#20517) (794a8f2)
  • add future: 'warn' (#20473) (e6aaf17)
  • add removeServerPluginContainer future deprecation (#20437) (c1279e7)
  • add removeServerReloadModule future deprecation (#20436) (6970d17)
  • add server.warmupRequest to future deprecation (#20431) (8ad388a)
  • add ssrFixStacktrace / ssrRewriteStacktrace to removeSsrLoadModule future deprecation (#20435) (8c8f587)
  • client: ping from SharedWorker (#19057) (5c97c22)
  • dev: add this.fs support (#20301) (0fe3f2f)
  • export defaultExternalConditions (#20279) (344d302)
  • implement removePluginHookSsrArgument future deprecation (#20433) (95927d9)
  • implement removeServerHot future deprecation (#20434) (259f45d)
  • resolve server URLs before calling other listeners (#19981) (45f6443)
  • ssr: resolve externalized packages with resolve.externalConditions and add module-sync to default external condition (#20409) (c669c52)
  • ssr: support import.meta.resolve in module runner (#20260) (62835f7)

Bug Fixes

  • css: avoid warnings for image-set containing __VITE_ASSET__ (#20520) (f1a2635)
  • css: empty CSS entry points should generate CSS files, not JS files (#20518) (bac9f3e)
  • dev: denied request stalled when requested concurrently (#20503) (64a52e7)
  • manifest: initialize entryCssAssetFileNames as an empty Set (#20542) (6a46cda)
  • skip prepareOutDirPlugin in workers (#20556) (97d5111)
  • asset: only watch existing files for new URL(, import.meta.url) (#20507) (1b211fd)
  • client: keep ping on WS constructor error (#20512) (3676da5)
  • deps: update all non-major dependencies (#20537) (fc9a9d3)
  • don't resolve as relative for specifiers starting with a dot (#20528) (c5a10ec)
  • html: allow control character in input stream (#20483) (c12a4a7)
  • merge old and new noExternal: true correctly (#20502) (9ebe4a5)
  • deps: update all non-major dependencies (#20489) (f6aa04a)
  • dev: denied requests overly (#20410) (4be5270)
  • hmr: register css deps as type: asset (#20391) (7eac8dd)
  • optimizer: discover correct jsx runtime during scan (#20495) (10d48bb)
  • preview: set correct host for resolvedUrls (#20496) (62b3e0d)
  • worker: resolve WebKit compat with inline workers by deferring blob URL revocation (#20460) (8033e5b)

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dependencies group with 9 updates:

| Package | From | To |
| --- | --- | --- |
| [@tanstack/react-form](https://github.com/TanStack/form/tree/HEAD/packages/react-form) | `1.16.0` | `1.19.1` |
| [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.84.1` | `5.84.2` |
| [@tanstack/react-router](https://github.com/TanStack/router/tree/HEAD/packages/react-router) | `1.130.12` | `1.131.5` |
| [zod](https://github.com/colinhacks/zod) | `4.0.14` | `4.0.17` |
| [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) | `2.1.3` | `2.1.4` |
| [@tanstack/react-router-devtools](https://github.com/TanStack/router/tree/HEAD/packages/react-router-devtools) | `1.130.13` | `1.131.5` |
| [@tanstack/router-plugin](https://github.com/TanStack/router/tree/HEAD/packages/router-plugin) | `1.130.15` | `1.131.5` |
| [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) | `4.7.0` | `5.0.0` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `7.0.6` | `7.1.1` |


Updates `@tanstack/react-form` from 1.16.0 to 1.19.1
- [Release notes](https://github.com/TanStack/form/releases)
- [Commits](https://github.com/TanStack/form/commits/v1.19.1/packages/react-form)

Updates `@tanstack/react-query` from 5.84.1 to 5.84.2
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.84.2/packages/react-query)

Updates `@tanstack/react-router` from 1.130.12 to 1.131.5
- [Release notes](https://github.com/TanStack/router/releases)
- [Commits](https://github.com/TanStack/router/commits/v1.131.5/packages/react-router)

Updates `zod` from 4.0.14 to 4.0.17
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Commits](colinhacks/zod@v4.0.14...v4.0.17)

Updates `@biomejs/biome` from 2.1.3 to 2.1.4
- [Release notes](https://github.com/biomejs/biome/releases)
- [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md)
- [Commits](https://github.com/biomejs/biome/commits/@biomejs/[email protected]/packages/@biomejs/biome)

Updates `@tanstack/react-router-devtools` from 1.130.13 to 1.131.5
- [Release notes](https://github.com/TanStack/router/releases)
- [Commits](https://github.com/TanStack/router/commits/v1.131.5/packages/react-router-devtools)

Updates `@tanstack/router-plugin` from 1.130.15 to 1.131.5
- [Release notes](https://github.com/TanStack/router/releases)
- [Commits](https://github.com/TanStack/router/commits/v1.131.5/packages/router-plugin)

Updates `@vitejs/plugin-react` from 4.7.0 to 5.0.0
- [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/[email protected]/packages/plugin-react)

Updates `vite` from 7.0.6 to 7.1.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.1.1/packages/vite)

---
updated-dependencies:
- dependency-name: "@tanstack/react-form"
  dependency-version: 1.19.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@tanstack/react-query"
  dependency-version: 5.84.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@tanstack/react-router"
  dependency-version: 1.131.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: zod
  dependency-version: 4.0.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@biomejs/biome"
  dependency-version: 2.1.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@tanstack/react-router-devtools"
  dependency-version: 1.131.5
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@tanstack/router-plugin"
  dependency-version: 1.131.5
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@vitejs/plugin-react"
  dependency-version: 5.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: vite
  dependency-version: 7.1.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant