Bump the minor-and-patch group across 1 directory with 17 updates
Type: Pull Request
State: Closed
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 1
(3 months ago)
(2 months ago)
(2 months ago)
dependencies frontend
randroid88
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
- discriminated union for zod v4 mini (#784) (49a0d7b)
- zod v4 peer deps (#798) (2d28e6a)
- zod: fix output type for Zod 4 resolver (#801) (bc09647)
v5.2.0
5.2.0 (2025-07-25)
Features
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.1v5.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 carusoChore
- angular-query: run publint and attw on tarball (#9518) (250dbd9) by Arnoud
Docs
- add missing period (#9509) (c8322d9) by Sajad Torkamani
Packages
... (truncated)
Commits
0db1056
release: v5.84.1711010c
test(react-query/QueryResetErrorBoundary): add 'sleep' and simplify 'queryFn'...6a85584
release: v5.84.0e07812b
fix(react-query): HydrationBoundary has strictly typedstate
(#9520)8f474ad
release: v5.83.16bc45b8
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
b76c4ac
chore(release): v1.11.0 (#6974)e72c193
fix: form-data npm pakcage (#6970)8517aa1
fix(types): resolve type discrepancies between ESM and CJS TypeScript declara...a2214ca
fix: prevent RangeError when using large Buffers (#6961)6161947
refactor: use spread operator instead of '.apply()' (#6938)a1d16dd
refactor: use an object spread instead of Object.assign (#6939)07183cd
chore(sponsor): update sponsor block (#6952)ef36347
docs(CONTRIBUTING): update docs link for accuracy (#6894)b29bd6a
chore(sponsor): update sponsor block (#6948)a406a93
chore(sponsor): update sponsor block (#6937)- See full diff in compare view
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 packages776c4ae
chore(release): version packages (#3623)be544ce
chore: release v1.3.4-beta.35bfabed
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.2847ee88
docs: add list membere8b3d2c
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
- fix(icons): arcified message icons & fixed optical volume by
@karsa-mistmere
in lucide-icons/lucide#3473- fix(icons): changed
hospital
icon by@karsa-mistmere
in lucide-icons/lucide#2969- fix(
@lucide/svelte
): Add.js
extensions to imports by@abdel-17
in lucide-icons/lucide#2950- fix(lucide-vue-next): Support for kebabCase props by
@ericfennis
in lucide-icons/lucide#3477- fix(icons): changed
a-arrow-*
icons by@jguddas
in lucide-icons/lucide#3474- fix(icons): arcified
cake-slice
icon by@jguddas
in lucide-icons/lucide#3345- feat(lucide-static): include aliases in icons directory by
@jguddas
in lucide-icons/lucide#3368- feat(icons): added
turntable
icon by@karsa-mistmere
in lucide-icons/lucide#3429New Contributors
@abdel-17
made their first contribution in lucide-icons/lucide#2950Full Changelog: https://github.com/lucide-icons/lucide/compare/0.535.0...0.536.0
Version 0.535.0
What's Changed
- ci: add "telegram" to close-issue-with-banned-phrases by
@jguddas
in lucide-icons/lucide#3475- fix(lucide-static): properly select icons dir for tags & error if no metadata found by
@AlexProgrammerDE
in lucide-icons/lucide#3411- fix(docs): update prop name from absolute-stroke-width to absoluteStrokeWidth in vue-next guide by
@epifaniofrancisco
in lucide-icons/lucide#3322- feat(SvgPreview): add features from lucide studio by
@jguddas
in lucide-icons/lucide#3365- chore: icon alias improvements by
@jguddas
in lucide-icons/lucide#2861- fix(icons): changed tiny heart icons by
@karsa-mistmere
in lucide-icons/lucide#3471- chore(docs): Update vitepress deps by
@ericfennis
in lucide-icons/lucide#3470- feat(icons): added hand-fist icon by
@karsa-mistmere
in lucide-icons/lucide#1843New Contributors
@AlexProgrammerDE
made their first contribution in lucide-icons/lucide#3411Full Changelog: https://github.com/lucide-icons/lucide/compare/0.534.0...0.535.0
Version 0.534.0
What's Changed
- fix(icons): changed
settings
icon by@karsa-mistmere
in lucide-icons/lucide#3467- fix(icons): changed
mails
,tags
,files
,file-stack
,book-copy
andfolders
icon by@jguddas
in lucide-icons/lucide#2935- fix(icons): changed
gavel
icon by@karsa-mistmere
in lucide-icons/lucide#3465- fix(icons): changed
sun-moon
icon & arcifiedmoon
icons by@karsa-mistmere
in lucide-icons/lucide#3380Full Changelog: https://github.com/lucide-icons/lucide/compare/0.533.0...0.534.0
Version 0.533.0
What's Changed
- fix(docs): Icon Component Example for Svelte 5 does not compile by
@Zlendy
in lucide-icons/lucide#3416- fix(icons): changed
sailboat
icon by@karsa-mistmere
in lucide-icons/lucide#3460- fix(icons): Changed
a-large-small
icon by@vichotech
in lucide-icons/lucide#3396- fix(icons): added rounding to
heart-*
icons by@jguddas
in lucide-icons/lucide#3061- fix(icons): changed
folder-symlink
icon by@jguddas
in lucide-icons/lucide#2558- fix(icons): Rounded and optically-centred
flag-triangle-*
icons by@jamiemlaw
in lucide-icons/lucide#3438
... (truncated)
Commits
e71198d
chore: icon alias improvements (#2861)- See full diff in compare view
Updates react
from 19.1.0 to 19.1.1
Commits
87e33ca
Set release versions to 19.1.15a1eb6f
fix: rename bottom stack frame (#33680)- See full diff in compare view
Updates @types/react
from 19.1.8 to 19.1.9
Commits
- See full diff in compare view
Updates react-dom
from 19.1.0 to 19.1.1
Commits
87e33ca
Set release versions to 19.1.1b793948
Bump next prerelease version numbers (#32782)- See full diff in compare view
Updates @types/react-dom
from 19.1.6 to 19.1.7
Commits
- See full diff in compare view
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
1b5a674
7.62.06025100
🐞 fix #12988 sync two defaultValues after reset with new defaultValues (#12990)323cd41
🐞 fix field name type conflict in nested FieldErrors (#12972)dac28d6
👨🔧 fix: prevent onBlur for readOnly fields (#12971)642145a
🧪 test: add unit tests for convertToArrayPayload utility (#12967)15c03a5
🐞 fix: do not override prototype ofdata
incloneObject
(#12985)13465d9
7.61.14a7f371
Revert "⌨️ fix: watch return type based on defaultValue (#12896)"343ac03
7.61.03f4d24c
🐞 fix #12959 subscribe with latest defaultValues #12961- Additional commits viewable in compare view
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
af96ad4
4.0.149bdbc2f
Avoid infinite loops in defineLazy. Fixes #4994.b8257d7
Improve tuple recursive inference.dbb05ef
Add JSON Schema draft-04 output (#4811)e25303e
Docs: fix typo (#5008)99391a8
Docs: Fix typo (#5005)362eb33
Fix optional + pipe handling. Closes #5002. v4.0.1373a1970
4.0.1260a9372
Implementllms-full.txt
(#5004)3ac7bf0
Clean up Edit this Page- Additional commits viewable in compare view
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 inParserOptions.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: unpinjiti
to version^2.5.1
(#19970) (루밀LuMir)2ab1381
ci: pinjiti
to version 2.4.2 (#19964) (Francesco Trotta)b7f7545
test: switch to flat config mode inSourceCode
tests (#19953) (Milos Djermanovic)f5a35e3
test: switch to flat config mode in eslint-fuzzer (#19960) (Milos Djermanovic)e22af8c
refactor: useCustomRuleDefinitionType
inJSRuleDefinition
(#19949) (Francesco Trotta)e855717
chore: switch performance tests to hyperfine (#19919) (Francesco Trotta)2f73a23
test: switch to flat config mode inast-utils
tests (#19948) (Milos Djermanovic)c565a53
chore: excludefurther_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: unpinjiti
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: pinjiti
to version 2.4.2 (#19964) (Francesco Trotta)b7f7545
test: switch to flat config mode inSourceCode
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: useCustomRuleDefinitionType
inJSRuleDefinition
(#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 inast-utils
tests (#19948) (Milos Djermanovic)7863d26
fix: remove outdated types inParserOptions.ecmaFeatures
(#19944) (ntnyq)c565a53
chore: excludefurther_reading_links.json
from Prettier formatting (#19943) (Milos Djermanovic)3173305
fix: update execScript message in no-implied-eval rule (#19937) (TKDev7)
Commits
50de1ce
chore: package.json update for@eslint/js
release- See full diff in compare view
Updates @types/react
from 19.1.8 to 19.1.9
Commits
- See full diff in compare view
Updates @types/react-dom
from 19.1.6 to 19.1.7
Commits
- See full diff in compare view
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 inParserOptions.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: unpinjiti
to version^2.5.1
(#19970) (루밀LuMir)2ab1381
ci: pinjiti
to version 2.4.2 (#19964) (Francesco Trotta)b7f7545
test: switch to flat config mode inSourceCode
tests (#19953) (Milos Djermanovic)f5a35e3
test: switch to flat config mode in eslint-fuzzer (#19960) (Milos Djermanovic)e22af8c
refactor: useCustomRuleDefinitionType
inJSRuleDefinition
(#19949) (Francesco Trotta)e855717
chore: switch performance tests to hyperfine (#19919) (Francesco Trotta)2f73a23
test: switch to flat config mode inast-utils
tests (#19948) (Milos Djermanovic)c565a53
chore: excludefurther_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: unpinjiti
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
1
2
+352
-361
Package Dependencies
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 |