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

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

Closed
Number: #55
Type: Pull Request
State: Closed
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 1
Created: August 04, 2025 at 05:36 AM UTC
(3 months ago)
Updated: August 18, 2025 at 05:21 AM UTC
(2 months ago)
Closed: August 18, 2025 at 05:21 AM UTC
(2 months ago)
Time to Close: 14 days
Labels:
dependencies frontend
Assignees:
randroid88
Description:

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

Package From To
@hookform/resolvers 5.1.1 5.2.1
@tanstack/react-query 5.83.0 5.84.1
axios 1.10.0 1.11.0
better-auth 1.3.1 1.3.4
lucide-react 0.525.0 0.536.0
react 19.1.0 19.1.1
@types/react 19.1.8 19.1.9
react-dom 19.1.0 19.1.1
@types/react-dom 19.1.6 19.1.7
react-hook-form 7.60.0 7.62.0
react-router-dom 7.7.0 7.7.1
zod 4.0.5 4.0.14
@eslint/js 9.31.0 9.32.0
eslint 9.31.0 9.32.0
typescript 5.8.3 5.9.2
typescript-eslint 8.37.0 8.38.0
vite 7.0.5 7.0.6

Updates @hookform/resolvers from 5.1.1 to 5.2.1

Release notes

Sourced from @​hookform/resolvers's releases.

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

Release notes

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

v5.84.1

Version 5.84.1 - 8/1/25, 12:14 PM

Changes

Refactor

  • angular-query: restructure package type declaration path (#9519) (025f080) by Arnoud

Test

  • react-query/QueryResetErrorBoundary: add "sleep" and simplify "queryFn", add multiple "expect" cases (#9523) (711010c) by @​sukvvon

Packages

  • @​tanstack/react-query@​5.84.1
  • @​tanstack/angular-query-experimental@​5.84.1
  • @​tanstack/react-query-devtools@​5.84.1
  • @​tanstack/react-query-persist-client@​5.84.1
  • @​tanstack/react-query-next-experimental@​5.84.1
  • @​tanstack/angular-query-devtools-experimental@​5.84.1

v5.84.0

Version 5.84.0 - 7/31/25, 7:52 PM

Changes

Feat

  • devtools: add setting to hide disabled queries (#9500) (7b19d49) by JonLuca De Caro

Fix

  • react-query: HydrationBoundary has strictly typed state (#9520) (e07812b) by clover caruso

Chore

  • angular-query: run publint and attw on tarball (#9518) (250dbd9) by Arnoud

Docs

  • add missing period (#9509) (c8322d9) by Sajad Torkamani

Packages

  • @​tanstack/query-devtools@​5.84.0
  • @​tanstack/react-query@​5.84.0
  • @​tanstack/react-query-devtools@​5.84.0
  • @​tanstack/solid-query-devtools@​5.84.0
  • @​tanstack/svelte-query-devtools@​5.84.0

... (truncated)

Commits
  • 0db1056 release: v5.84.1
  • 711010c test(react-query/QueryResetErrorBoundary): add 'sleep' and simplify 'queryFn'...
  • 6a85584 release: v5.84.0
  • e07812b fix(react-query): HydrationBoundary has strictly typed state (#9520)
  • 8f474ad release: v5.83.1
  • 6bc45b8 test(react-query/useSuspenseQueries): simplify 'queryFn' and add 'expect' for...
  • 9041b41 test(react-query/useIsFetching): simplify 'queryFn' and add 'expect' using 't...
  • 9376835 test(react-query/HydrationBoundary): use precise time in 'advanceTimersByTime...
  • cb9ab1e test(react-query/suspense): add 'sleep' in 'queryFn', and add 'expect' for 'l...
  • 72c2a4c test(react-query/ssr): simplify 'queryFn' and add 'sleep' for accurate testin...
  • Additional commits viewable in compare view

Updates axios from 1.10.0 to 1.11.0

Release notes

Sourced from axios's releases.

Release v1.11.0

Release notes:

Bug Fixes

  • form-data npm pakcage (#6970) (e72c193)
  • prevent RangeError when using large Buffers (#6961) (a2214ca)
  • types: resolve type discrepancies between ESM and CJS TypeScript declaration files (#6956) (8517aa1)

Contributors to this release

Changelog

Sourced from axios's changelog.

1.11.0 (2025-07-22)

Bug Fixes

  • form-data npm pakcage (#6970) (e72c193)
  • prevent RangeError when using large Buffers (#6961) (a2214ca)
  • types: resolve type discrepancies between ESM and CJS TypeScript declaration files (#6956) (8517aa1)

Contributors to this release

Commits

Updates better-auth from 1.3.1 to 1.3.4

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.

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
  • 02f1981 chore(release): version packages
  • 776c4ae chore(release): version packages (#3623)
  • be544ce chore: release v1.3.4-beta.3
  • 5bfabed fix: cast dates from db to Date when using date methods (#3611)
  • 8a50ac4 chore: improve client inference for organization additional fields (#3612)
  • fbff0e8 chore: release v1.3.4-beta.2
  • 847ee88 docs: add list member
  • e8b3d2c feat: list organization memebrs with pagination and filter queries (#3581)
  • 518ab70 feat(organization): add membersLimit param to allow to fetch more or less mem...
  • 7f508f0 fix: resolve notion oauth user info extraction (#3567)
  • Additional commits viewable in compare view

Updates lucide-react from 0.525.0 to 0.536.0

Release notes

Sourced from lucide-react's releases.

Version 0.536.0

What's Changed

New Contributors

Full Changelog: https://github.com/lucide-icons/lucide/compare/0.535.0...0.536.0

Version 0.535.0

What's Changed

New Contributors

Full Changelog: https://github.com/lucide-icons/lucide/compare/0.534.0...0.535.0

Version 0.534.0

What's Changed

Full Changelog: https://github.com/lucide-icons/lucide/compare/0.533.0...0.534.0

Version 0.533.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.9

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

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

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

Patch Changes

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

Sourced from react-router-dom's changelog.

7.7.1

Patch Changes

  • Updated dependencies:
    • react-router@7.7.1
Commits

Updates zod from 4.0.5 to 4.0.14

Release notes

Sourced from zod's releases.

v4.0.14

Commits:

  • 99391a844271558e0f1736c9550375e82e630bbd Docs: Fix typo (#5005)
  • e25303e98c8d13ea96c3296507c564011f403ffe Docs: fix typo (#5008)
  • dbb05ef990c86ec6b1f6eac11b91ec7572e29c89 Add JSON Schema draft-04 output (#4811)
  • b8257d7d1f51dd3cb4033a58271bb6ac8e3678c7 Improve tuple recursive inference.
  • 9bdbc2f10d466050421a8e28c4b95a8a5776d150 Avoid infinite loops in defineLazy. Fixes #4994.
  • af96ad4700879b0d6e390a0c65ded4e700049cb9 4.0.14

v4.0.13

Commits:

  • 362eb33093e9c5f306eeec95e36985a99aba8fc7 Fix optional + pipe handling. Closes #5002. v4.0.13

v4.0.12

Commits:

  • ff83fc916ec2b35c0008a48782fa14f84293149d Add eslint-plugin-import-zod (#4848)
  • 7c9ce388ae39b2324c5ad05420ecf4732ebca6fe Update docs for z.property check (#4863)
  • c432577ad1a7201631ae0a4d80e945fc4937bcc9 docs: add jwt schema docs (#4867)
  • 35e6a6f6d64d7d5ba58c4cb8c80105759b977c9b Add llms.txt (#4915)
  • 3ac7bf00d0d924d1afa1031b798bdd72b59117db Clean up Edit this Page
  • 60a9372414955094b84aae2f30b491a039780b7c Implement llms-full.txt (#5004)
  • 73a1970e7fd0cdcb2ffac3f6f7db85da849ee3d8 4.0.12

v4.0.11

Commits:

  • 8e6a5f8e48837fb403deb4025935e97a758ad6ca Fix “Edit on Github” link (#4997)
  • 930a2f68d799889df4c1f662dfe61934db84fdd1 Fix number of errors in doc (#4993)
  • c762dbb4fdb249cfddccdd69812da3f4b659df67 feat(locale): Add Yoruba (yo) locale (#4996)
  • 9a34a3a60d92c44f695b08e4c665209aa7160e24 Zod 4.0.11 (#4981)

v4.0.10

Commits:

  • 291c1ca9864570e68a6c104d869de467f665da86 Add should-build script
  • e32d99b54fff920c4b0b451e9099b472d20a3c4b Move should-build script
  • d4faf71b8cc156a49bae23fc09c4d54b88f22bd5 Add v3 docs (#4972)
  • dfae37195bed15dce84af0b17ef04cdc3704ef5e Update Jazz img on v3 docs
  • d6cd30d3898aaf592c6077464c1a45fd0f6f66d3 fix #4973 (#4974)
  • 18504960cdce29529e37415b87fed1732facf1ef Fix typo in valype (#4960)
  • 4ec2f8776193642d91814521d8a4c22bbb766cb1 Add Zod Playground to zod 4 ecosystem (#4975)
  • 2b571a21875e9e3299de261e512dad300878c3a1 Update docs z.enum with object literal example (#4967)
  • 813451db7fcf64c5322835984eded9bfe95be1da v4.0.10 (#4978)

v4.0.9

Commits:

... (truncated)

Commits

Updates @eslint/js from 9.31.0 to 9.32.0

Release notes

Sourced from @​eslint/js's releases.

v9.32.0

Features

  • 1245000 feat: support explicit resource management in core rules (#19828) (fnx)
  • 0e957a7 feat: support typescript types in accessor rules (#19882) (fnx)

Bug Fixes

  • 960fd40 fix: Upgrade @​eslint/js (#19971) (Nicholas C. Zakas)
  • bbf23fa fix: Refactor reporting into FileReport (#19877) (Nicholas C. Zakas)
  • d498887 fix: bump @​eslint/plugin-kit to 0.3.4 to resolve vulnerability (#19965) (Milos Djermanovic)
  • f46fc6c fix: report only global references in no-implied-eval (#19932) (Nitin Kumar)
  • 7863d26 fix: remove outdated types in ParserOptions.ecmaFeatures (#19944) (ntnyq)
  • 3173305 fix: update execScript message in no-implied-eval rule (#19937) (TKDev7)

Documentation

  • 86e7426 docs: Update README (GitHub Actions Bot)

Chores

  • 50de1ce chore: package.json update for @​eslint/js release (Jenkins)
  • 74f01a3 ci: unpin jiti to version ^2.5.1 (#19970) (루밀LuMir)
  • 2ab1381 ci: pin jiti to version 2.4.2 (#19964) (Francesco Trotta)
  • b7f7545 test: switch to flat config mode in SourceCode tests (#19953) (Milos Djermanovic)
  • f5a35e3 test: switch to flat config mode in eslint-fuzzer (#19960) (Milos Djermanovic)
  • e22af8c refactor: use CustomRuleDefinitionType in JSRuleDefinition (#19949) (Francesco Trotta)
  • e855717 chore: switch performance tests to hyperfine (#19919) (Francesco Trotta)
  • 2f73a23 test: switch to flat config mode in ast-utils tests (#19948) (Milos Djermanovic)
  • c565a53 chore: exclude further_reading_links.json from Prettier formatting (#19943) (Milos Djermanovic)
Changelog

Sourced from @​eslint/js's changelog.

v9.32.0 - July 25, 2025

  • 960fd40 fix: Upgrade @​eslint/js (#19971) (Nicholas C. Zakas)
  • 50de1ce chore: package.json update for @​eslint/js release (Jenkins)
  • bbf23fa fix: Refactor reporting into FileReport (#19877) (Nicholas C. Zakas)
  • 74f01a3 ci: unpin jiti to version ^2.5.1 (#19970) (루밀LuMir)
  • d498887 fix: bump @​eslint/plugin-kit to 0.3.4 to resolve vulnerability (#19965) (Milos Djermanovic)
  • 2ab1381 ci: pin jiti to version 2.4.2 (#19964) (Francesco Trotta)
  • b7f7545 test: switch to flat config mode in SourceCode tests (#19953) (Milos Djermanovic)
  • f5a35e3 test: switch to flat config mode in eslint-fuzzer (#19960) (Milos Djermanovic)
  • f46fc6c fix: report only global references in no-implied-eval (#19932) (Nitin Kumar)
  • 86e7426 docs: Update README (GitHub Actions Bot)
  • e22af8c refactor: use CustomRuleDefinitionType in JSRuleDefinition (#19949) (Francesco Trotta)
  • 1245000 feat: support explicit resource management in core rules (#19828) (fnx)
  • e855717 chore: switch performance tests to hyperfine (#19919) (Francesco Trotta)
  • 0e957a7 feat: support typescript types in accessor rules (#19882) (fnx)
  • 2f73a23 test: switch to flat config mode in ast-utils tests (#19948) (Milos Djermanovic)
  • 7863d26 fix: remove outdated types in ParserOptions.ecmaFeatures (#19944) (ntnyq)
  • c565a53 chore: exclude further_reading_links.json from Prettier formatting (#19943) (Milos Djermanovic)
  • 3173305 fix: update execScript message in no-implied-eval rule (#19937) (TKDev7)
Commits

Updates @types/react from 19.1.8 to 19.1.9

Commits

Updates @types/react-dom from 19.1.6 to 19.1.7

Commits

Updates eslint from 9.31.0 to 9.32.0

Release notes

Sourced from eslint's releases.

v9.32.0

Features

  • 1245000 feat: support explicit resource management in core rules (#19828) (fnx)
  • 0e957a7 feat: support typescript types in accessor rules (#19882) (fnx)

Bug Fixes

  • 960fd40 fix: Upgrade @​eslint/js (#19971) (Nicholas C. Zakas)
  • bbf23fa fix: Refactor reporting into FileReport (#19877) (Nicholas C. Zakas)
  • d498887 fix: bump @​eslint/plugin-kit to 0.3.4 to resolve vulnerability (#19965) (Milos Djermanovic)
  • f46fc6c fix: report only global references in no-implied-eval (#19932) (Nitin Kumar)
  • 7863d26 fix: remove outdated types in ParserOptions.ecmaFeatures (#19944) (ntnyq)
  • 3173305 fix: update execScript message in no-implied-eval rule (#19937) (TKDev7)

Documentation

  • 86e7426 docs: Update README (GitHub Actions Bot)

Chores

  • 50de1ce chore: package.json update for @​eslint/js release (Jenkins)
  • 74f01a3 ci: unpin jiti to version ^2.5.1 (#19970) (루밀LuMir)
  • 2ab1381 ci: pin jiti to version 2.4.2 (#19964) (Francesco Trotta)
  • b7f7545 test: switch to flat config mode in SourceCode tests (#19953) (Milos Djermanovic)
  • f5a35e3 test: switch to flat config mode in eslint-fuzzer (#19960) (Milos Djermanovic)
  • e22af8c refactor: use CustomRuleDefinitionType in JSRuleDefinition (#19949) (Francesco Trotta)
  • e855717 chore: switch performance tests to hyperfine (#19919) (Francesco Trotta)
  • 2f73a23 test: switch to flat config mode in ast-utils tests (#19948) (Milos Djermanovic)
  • c565a53 chore: exclude further_reading_links.json from Prettier formatting (#19943) (Milos Djermanovic)
Changelog

Sourced from eslint's changelog.

v9.32.0 - July 25, 2025

  • 960fd40 fix: Upgrade @​eslint/js (#19971) (Nicholas C. Zakas)
  • 50de1ce chore: package.json update for @​eslint/js release (Jenkins)
  • bbf23fa fix: Refactor reporting into FileReport (#19877) (Nicholas C. Zakas)
  • 74f01a3 ci: unpin jiti to version ^2.5.1 (#19970) (루밀LuMir)
  • d498887 fix: bump @​eslint/plugin-kit to 0.3.4 to resolve vul...

    Description has been truncated

Pull Request Statistics
Commits:
1
Files Changed:
2
Additions:
+352
Deletions:
-361
Package Dependencies
Ecosystem:
npm
Version Change:
7.7.0 → 7.7.1
Update Type:
Patch
Package:
zod
Ecosystem:
npm
Version Change:
4.0.5 → 4.0.14
Update Type:
Patch
Ecosystem:
npm
Version Change:
0.525.0 → 0.536.0
Update Type:
Minor
Package:
eslint
Ecosystem:
npm
Version Change:
9.31.0 → 9.32.0
Update Type:
Minor
Package:
axios
Ecosystem:
npm
Version Change:
1.10.0 → 1.11.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
19.1.8 → 19.1.9
Update Type:
Patch
Package:
vite
Ecosystem:
npm
Version Change:
7.0.5 → 7.0.6
Update Type:
Patch
Package:
react-dom
Ecosystem:
npm
Version Change:
19.1.0 → 19.1.1
Update Type:
Patch
Ecosystem:
npm
Version Change:
5.83.0 → 5.84.1
Update Type:
Minor
Ecosystem:
npm
Version Change:
19.1.6 → 19.1.7
Update Type:
Patch
Package:
typescript
Ecosystem:
npm
Version Change:
5.8.3 → 5.9.2
Update Type:
Minor
Package:
@eslint/js
Ecosystem:
npm
Version Change:
9.31.0 → 9.32.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
8.37.0 → 8.38.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.1
Update Type:
Minor
Package:
better-auth
Ecosystem:
npm
Version Change:
1.3.1 → 1.3.4
Update Type:
Patch
Technical Details
ID: 4516174
UUID: 2716767000
Node ID: PR_kwDOOctpPM6h7pMY
Host: GitHub
Repository: Randroids-Dojo/typescript-and-python-bootstrap
Mergeable: Yes
Merge State: Unstable
Rebaseable: Yes