An open index of dependabot pull requests across open source projects.

Bump the minor-and-patch group across 1 directory with 19 updates

Open
Number: #68
Type: Pull Request
State: Open
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 1
Created: September 15, 2025 at 04:27 AM UTC
(about 1 month ago)
Updated: September 29, 2025 at 04:26 AM UTC
(20 days ago)
Labels:
dependencies frontend
Assignees:
randroid88
Description:

Bumps the minor-and-patch group with 18 updates in the /frontend directory:

Package From To
@hookform/resolvers 5.1.1 5.2.2
@tanstack/react-query 5.83.0 5.87.4
axios 1.10.0 1.12.2
better-auth 1.3.1 1.3.9
lucide-react 0.525.0 0.544.0
react 19.1.0 19.1.1
@types/react 19.1.8 19.1.13
react-dom 19.1.0 19.1.1
@types/react-dom 19.1.6 19.1.9
react-hook-form 7.60.0 7.62.0
react-router-dom 7.7.0 7.9.1
@eslint/js 9.31.0 9.35.0
eslint 9.31.0 9.35.0
globals 16.3.0 16.4.0
tailwindcss 4.1.11 4.1.13
typescript 5.8.3 5.9.2
typescript-eslint 8.37.0 8.43.0
vite 7.0.5 7.1.5

Updates @hookform/resolvers from 5.1.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)

v5.2.1

5.2.1 (2025-07-29)

Bug Fixes

v5.2.0

5.2.0 (2025-07-25)

Features

  • ajv: add ajv-formats for ajvResolver (#797) (f040039)
Commits

Updates @tanstack/react-query from 5.83.0 to 5.87.4

Release notes

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

v5.87.4

Version 5.87.4 - 9/10/25, 2:09 PM

Changes

Fix

  • query-core: infinite re-renders in useQueries (#9639) (19445a0) by Minha Kang

Test

  • svelte-query/createMutation: improve callback assertions with "toHaveBeenNthCalledWith" and apply shorthand property syntax in FailureExample (#9630) (ccedf33) by @​sukvvon

Packages

  • @​tanstack/query-core@​5.87.4
  • @​tanstack/react-query@​5.87.4
  • @​tanstack/query-async-storage-persister@​5.87.4
  • @​tanstack/query-broadcast-client-experimental@​5.87.4
  • @​tanstack/query-persist-client-core@​5.87.4
  • @​tanstack/query-sync-storage-persister@​5.87.4
  • @​tanstack/react-query-devtools@​5.87.4
  • @​tanstack/react-query-persist-client@​5.87.4
  • @​tanstack/react-query-next-experimental@​5.87.4
  • @​tanstack/solid-query@​5.87.4
  • @​tanstack/solid-query-devtools@​5.87.4
  • @​tanstack/solid-query-persist-client@​5.87.4
  • @​tanstack/svelte-query@​5.87.4
  • @​tanstack/svelte-query-devtools@​5.87.4
  • @​tanstack/svelte-query-persist-client@​5.87.4
  • @​tanstack/vue-query@​5.87.4
  • @​tanstack/vue-query-devtools@​5.87.4
  • @​tanstack/angular-query-experimental@​5.87.4
  • @​tanstack/angular-query-devtools-experimental@​5.87.4

v5.87.3

Version 5.87.3 - 9/8/25, 12:51 PM

Changes

Fix

  • query-devtools: add work break to code element to prevent DevPanel from expanding (#9625) (af50368) by Ji-hoon Choi

Docs

  • update fetchNextPage condition in Example component (#9626) (f023881) by amir hossein Agha alikhani
  • Remove fragment in disabling-queries guide (#9619) (f49cc75) by Zakaria Abu Sarah ザカリヤ

Packages

... (truncated)

Commits
  • 230435d release: v5.87.4
  • 19445a0 fix(query-core): infinite re-renders in useQueries (#9639)
  • bc2c87f release: v5.87.1
  • b43af57 release: v5.87.0
  • 1599bb4 release: v5.86.0
  • 43049c5 test(react-query/useMutationState): clarify assertions and improve code forma...
  • 7306474 chore(tsconfig.json): simplify 'include' patterns by consolidating file exten...
  • 0a35234 release: v5.85.9
  • 564a4f6 fix(query-core): ensure combine re-executes after cache restoration with memo...
  • 5221029 test(react-query/HydrationBoundary): add tests for 'non-object' state and mis...
  • Additional commits viewable in compare view

Updates axios from 1.10.0 to 1.12.2

Release notes

Sourced from axios's releases.

Release v1.12.2

Release notes:

Bug Fixes

  • fetch: use current global fetch instead of cached one when env fetch is not specified to keep MSW support; (#7030) (cf78825)

Contributors to this release

Release v1.12.1

Release notes:

Bug Fixes

Contributors to this release

Release v1.12.0

Release notes:

Bug Fixes

Features

  • adapter: surface low‑level network error details; attach original error via cause (#6982) (78b290c)
  • fetch: add fetch, Request, Response env config variables for the adapter; (#7003) (c959ff2)
  • support reviver on JSON.parse (#5926) (2a97634), closes #5924
  • types: extend AxiosResponse interface to include custom headers type (#6782) (7960d34)

Contributors to this release

... (truncated)

Changelog

Sourced from axios's changelog.

1.12.2 (2025-09-14)

Bug Fixes

  • fetch: use current global fetch instead of cached one when env fetch is not specified to keep MSW support; (#7030) (cf78825)

Contributors to this release

1.12.1 (2025-09-12)

Bug Fixes

Contributors to this release

1.12.0 (2025-09-11)

Bug Fixes

Features

  • adapter: surface low‑level network error details; attach original error via cause (#6982) (78b290c)
  • fetch: add fetch, Request, Response env config variables for the adapter; (#7003) (c959ff2)
  • support reviver on JSON.parse (#5926) (2a97634), closes #5924
  • types: extend AxiosResponse interface to include custom headers type (#6782) (7960d34)

Contributors to this release

... (truncated)

Commits

Updates better-auth from 1.3.1 to 1.3.9

Release notes

Sourced from better-auth's releases.

better-auth@1.3.4

Patch Changes

  • Added listMembers API with pagination, sorting, and filtering.
  • Added membersLimit param to getFullOrganization.
  • Improved client inference for additional fields in organization schemas.
  • Fixed date handling by casting DB values to Date objects before using date methods.
  • Fixed Notion OAuth to extract user info correctly.
  • Ensured session is set in context when reading from cookie cach
Changelog

Sourced from better-auth's changelog.

better-auth

1.3.4

Patch Changes

  • 2bd2fa9: Added support for listing organization members with pagination, sorting, and filtering, and improved client inference for additional organization fields. Also fixed date handling in rate limits and tokens, improved Notion OAuth user extraction, and ensured session is always set in context.

    Organization

    • Added listMembers API with pagination, sorting, and filtering.
    • Added membersLimit param to getFullOrganization.
    • Improved client inference for additional fields in organization schemas.
    • Bug Fixes
    • Fixed date handling by casting DB values to Date objects before using date methods.
    • Fixed Notion OAuth to extract user info correctly.
    • Ensured session is set in context when reading from cookie cach
Commits
  • 8286c03 chore: release v1.3.9
  • 942b813 Merge branch 'canary' into v1.3.9-staging
  • 4ebc60e fix(paypal): use base64.encode (#4527)
  • e151137 chore: release v1.3.9-beta.4
  • 6d0048e chore: release v1.3.9-beta.3
  • 6c35a73 fix: respect allow different email linking option on callbacks (#4504)
  • 9829c4d chore: add openapi 422 response (#4478)
  • 8f80a0f fix(jwt): revert set default iat for /token endpoint (#4501)
  • 693c8cb feat(rate-limiter): allow disabling custom paths to not be rate limited (#4502)
  • 5f996ad fix: properly generate OpenAPI schema for nested ZodObject and ZodOptional (#...
  • Additional commits viewable in compare view

Updates lucide-react from 0.525.0 to 0.544.0

Release notes

Sourced from lucide-react's releases.

Version 0.544.0

What's Changed

New Contributors

Full Changelog: https://github.com/lucide-icons/lucide/compare/0.543.0...0.544.0

Version 0.543.0

What's Changed

Full Changelog: https://github.com/lucide-icons/lucide/compare/0.542.0...0.543.0

Version 0.542.0

What's Changed

New Contributors

Full Changelog: https://github.com/lucide-icons/lucide/compare/0.541.0...0.542.0

Version 0.541.0

What's Changed

... (truncated)

Commits

Updates react from 19.1.0 to 19.1.1

Release notes

Sourced from react's releases.

19.1.1 (July 28, 2025)

React

  • Fixed Owner Stacks to work with ES2015 function.name semantics (#33680 by @​hoxyq)
Changelog

Sourced from react's changelog.

19.1.1 (July 28, 2025)

React

  • Fixed Owner Stacks to work with ES2015 function.name semantics (#33680 by @​hoxyq)
Commits

Updates @types/react from 19.1.8 to 19.1.13

Commits

Updates react-dom from 19.1.0 to 19.1.1

Release notes

Sourced from react-dom's releases.

19.1.1 (July 28, 2025)

React

  • Fixed Owner Stacks to work with ES2015 function.name semantics (#33680 by @​hoxyq)
Changelog

Sourced from react-dom's changelog.

19.1.1 (July 28, 2025)

React

  • Fixed Owner Stacks to work with ES2015 function.name semantics (#33680 by @​hoxyq)
Commits

Updates @types/react-dom from 19.1.6 to 19.1.9

Commits

Updates react-hook-form from 7.60.0 to 7.62.0

Release notes

Sourced from react-hook-form's releases.

Version 7.62.0

👨‍🔧 prevent onBlur for readOnly fields (#12971) 🐞 fix #12988 sync two defaultValues after reset with new defaultValues (#12990) 🐞 fix: do not override prototype of data in cloneObject (#12985) 🐞 fix field name type conflict in nested FieldErrors (#12972)

thanks to @​candymask0712, @​Adityapradh, @​Ty3uK & @​kichikawa57

Version 7.61.1

Revert "⌨️ fix: watch return type based on defaultValue (#12896)"

Version 7.61.0

🧮 feat: compute prop for useWatch subscription (#12503)

  • subscribe to the entire form but only return updated value with certain condition
type FormValue = {
  test: string;
}

const watchedValue = useWatch({
control: methods.control,
compute: (data: FormValue) => {
if (data.test?.length) {
return data.test;
}

return '';

},
});

  • subscribe to a specific form value state
type FormValue = {
  test: string;
}

const watchedValue = useWatch({
control: methods.control,
name: 'test',
compute: (data: string) => {
return data.length > 3 ? data : '';
},
});

👨‍🔧 trigger watch callbacks in response to value changes only (#12945) 🙏 track name with setValue subscription callbacks (#12946)

... (truncated)

Commits

Updates react-router-dom from 7.7.0 to 7.9.1

Release notes

Sourced from react-router-dom's releases.

react-router-dom-v5-compat@6.4.0-pre.15

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.15
    • react-router-dom@6.4.0-pre.15

react-router-dom-v5-compat@6.4.0-pre.11

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.11
    • react-router-dom@6.4.0-pre.11

react-router-dom-v5-compat@6.4.0-pre.10

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.10
    • react-router-dom@6.4.0-pre.10
Changelog

Sourced from react-router-dom's changelog.

7.9.1

Patch Changes

  • Updated dependencies:
    • react-router@7.9.1

7.9.0

Patch Changes

  • Updated dependencies:
    • react-router@7.9.0

7.8.2

Patch Changes

  • Updated dependencies:
    • react-router@7.8.2

7.8.1

Patch Changes

  • Updated dependencies:
    • react-router@7.8.1

7.8.0

Patch Changes

  • Updated dependencies:
    • react-router@7.8.0

7.7.1

Patch Changes

  • Updated dependencies:
    • react-router@7.7.1
Commits

Updates zod from 4.0.5 to 4.1.8

Release notes

Sourced from zod's releases.

v4.1.8

Commits:

  • 36c4ee354d0c1f47b7311e49f6dd4b7a11de04f5 Switch back to weakmap
  • a1726d53172ba52ecf90999df73778cf416264fd 4.1.8

v4.1.7

Commits:

  • 0cca351c8b152d7c4113ab7c2a44675efb060677 Fix variable name inconsistency in coercion documentation (#5188)
  • aa78c270f1b43f4665339f4b61e7cb88037b8c84 Add copy/edit buttons
  • 76452d4119d800a722b692755c1168627bc95f0f Update button txt
  • 937f73c90cac90bd3b99b12c792c289b50416510 Fix tsconfig issue in bench
  • 976b43657d4aff6d47c73c1c86125623ea08752d v4.1.6 (#5222)
  • 4309c61304daf40aab2124b5f513abe2b4df8637 Fix cidrv6 validation - cidrv6 should reject invalid strings with multiple slashes (#5196)
  • ef95a73b6d33299743e5ff4f0645b98c1b0d6f72 feat(locales): Add Lithuanian (lt) locale (#5210)
  • 3803f3f37168212f2178e8b8deceb7bad78ed904 docs: update wrong contents in codeblocks in api.mdx (#5209)
  • 8a47d5c6ba8e4fe2f934a8e55d0cba4d81d821de docs: update coerce example in api.mdx (#5207)
  • e87db1322f11ff6907e1789da28933d258ab75fd feat(locales): Add Georgian (ka) locale (#5203)
  • c54b123e399a6ab266504eb1389c724af31d5998 docs: adds @traversable/zod and @traversable/zod-test to v4 ecosystem (#5194)
  • c27a294f5b792f47b8e9dbb293a8ff8cfb287a3a Fix two tiny grammatical errors in the docs. (#5193)
  • 23a2d6692398e3dd1ad1cdb0491b271a9f989380 docs: fix broken links in async refinements and transforms references (#5190)
  • 845a230bb06bff679b5f00e10153f4dbbd50d2b6 fix(locales): Add type name translations to Spanish locale (#5187)
  • 27f13d62b98cf5c501b828ba8837ff73cd6263d2 Improve regex precision and eliminate duplicates in regexes.ts (#5181)
  • a8a52b3ba370b761be76953fa3986aa43c4172a4 fix(v4): fix Khmer and Ukrainian locales (#5177)
  • 887e37cd7568219c54f9c2f71bbfe0300ce48376 Update slugs
  • e1f19482bbed3fbaa563a0d8e09f1a577cc58ac7 fix(v4): ensure array defaults are shallow-cloned (#5173)
  • 9f650385644ae319f806a965b83f79ebd252e497 docs(ecosystem): add DRZL; fix Prisma Zod Generator placement (#5215)
  • aa6f0f02c2a92a266ff1495a8d2541ae46012fcb More fixes (#5223)
  • aab33566bdb44a651cc3e27fde729285e4312419 4.1.7

v4.1.5

Commits:

  • 530415f927a8f7fa474c96b667efdad6e771ce4d Update docs
  • b7b081d5cfd6fc19aeb71f9dc1b07bb333c37f9d Update z.function() type to support array input (#5170)
  • 780cf57167cbf3902efab68f19fa21ca09cb9dd6 4.1.5

v4.1.4

Commits:

  • 3291c61fe4bc893901027ea5d50dfc6274e49caa fix(v4): toJSONSchema - wrong tuple with null output when targeting openapi-3.0 (#5156)
  • 23f41c7e0af107026bb1732af6b4c368d82be8d2 test(v4): toJSONSchema - use validateOpenAPI30Schema in all relevant scenarios (#5163)
  • 0a09fd21336202e50565a3e22baaab9a7047fcc9 Update installation instructions
  • 4ea5fec6988eb7260bc63e0eb8b4a6a0b238c414 4.1.4

v4.1.3

Commits:

  • 98ff675c313c15d3fa18b2bd01f844b1e817ee79 Drop stringToBoolean

... (truncated)

Commits

Updates @eslint/js from 9.31.0 to 9.35.0

Release notes

Sourced from @​eslint/js's releases.

v9.35.0

Features

  • 42761fa feat: implement suggestions for no-empty-function (#20057) (jaymarvelz)
  • 102f444 feat: implement suggestions for no-empty-static-block (#20056) (jaymarvelz)
  • e51ffff feat: add preserve-caught-error rule (#19913) (Amnish Singh Arora)

Bug Fixes

  • 10e7ae2 fix: update uncloneable options error message (#20059) (soda-sorcery)
  • bfa4601 fix: ignore empty switch statements with comments in no-empty rule (#20045) (jaymarvelz)
  • dfd11de fix: add before and after to test case types (#20049) (Francesco Trotta)
  • dabbe95 fix: correct types for no-restricted-imports rule (#20034) (Milos Djermanovic)
  • ea789c7 fix: no-loss-of-precision false positive with uppercase exponent (#20032) (sethamus)

Documentation

  • d265515 docs: improve phrasing - "if" → "even if" from getting-started section (#20074) (jjangga0214)
  • a355a0e docs: invert comparison logic for example in no-var doc page (#20064) (OTonGitHub)
  • 5082fc2 docs: Update README (GitHub Actions Bot)
  • 99cfd7e docs: add missing "the" in rule deprecation docs (#20050) (Josh Goldberg ✨)
  • 6ad8973 docs: update --no-ignore and --ignore-pattern documentation (#20036) (Francesco Trotta)
  • 8033b19 docs: add documentation for --no-config-lookup (#20033) (Francesco Trotta)

Chores

  • da87f2f chore: upgrade @​eslint/js@​9.35.0 (#20077) (Milos Djermanovic)
  • af2a087 chore: package.json update for @​eslint/js release (Jenkins)
  • 7055764 test: remove tests/lib/eslint/eslint.config.js (#20065) (Milos Djermanovic)
  • 84ffb96 chore: update @eslint-community/eslint-utils (#20069) (Francesco Trotta)
  • d5ef939 refactor: remove deprecated context.parserOptions usage across rules (#20060) (sethamus)
  • 1b3881d chore: remove redundant word (#20058) (pxwanglu)

v9.34.0

Features

  • 0bb777a feat: multithread linting (#19794) (Francesco Trotta)
  • 43a5f9e feat: add eslint-plugin-regexp to eslint-config-eslint base config (#19951) (Pixel998)

Bug Fixes

Pull Request Statistics
Commits:
0
Files Changed:
0
Additions:
+0
Deletions:
-0
Package Dependencies
Ecosystem:
npm
Version Change:
7.7.0 → 7.9.1
Update Type:
Minor
Package:
globals
Ecosystem:
npm
Version Change:
16.3.0 → 16.4.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
0.525.0 → 0.544.0
Update Type:
Minor
Package:
eslint
Ecosystem:
npm
Version Change:
9.31.0 → 9.35.0
Update Type:
Minor
Package:
axios
Ecosystem:
npm
Version Change:
1.10.0 → 1.12.2
Update Type:
Minor
Ecosystem:
npm
Version Change:
19.1.8 → 19.1.13
Update Type:
Patch
Package:
vite
Ecosystem:
npm
Version Change:
7.0.5 → 7.1.5
Update Type:
Minor
Package:
react-dom
Ecosystem:
npm
Version Change:
19.1.0 → 19.1.1
Update Type:
Patch
Ecosystem:
npm
Version Change:
5.83.0 → 5.87.4
Update Type:
Minor
Ecosystem:
npm
Version Change:
19.1.6 → 19.1.9
Update Type:
Patch
Package:
typescript
Ecosystem:
npm
Version Change:
5.8.3 → 5.9.2
Update Type:
Minor
Package:
tailwindcss
Ecosystem:
npm
Version Change:
4.1.11 → 4.1.13
Update Type:
Patch
Package:
@eslint/js
Ecosystem:
npm
Version Change:
9.31.0 → 9.35.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
8.37.0 → 8.43.0
Update Type:
Minor
Package:
react
Ecosystem:
npm
Version Change:
19.1.0 → 19.1.1
Update Type:
Patch
Ecosystem:
npm
Version Change:
7.60.0 → 7.62.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
5.1.1 → 5.2.2
Update Type:
Minor
Package:
better-auth
Ecosystem:
npm
Version Change:
1.3.1 → 1.3.9
Update Type:
Patch
Technical Details
ID: 8661930
UUID: 3416233968
Node ID: PR_kwDOOctpPM6oi-Kz
Host: GitHub
Repository: Randroids-Dojo/typescript-and-python-bootstrap