Bump the minor-and-patch group across 1 directory with 19 updates
Type: Pull Request
State: Open
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 1
(about 1 month ago)
(20 days ago)
dependencies frontend
randroid88
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
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
e95721d
fix(zod): fix output type for Zod 4 resolver (#803)49a0d7b
fix: discriminated union for zod v4 mini (#784)bc09647
fix(zod): fix output type for Zod 4 resolver (#801)2d28e6a
fix: zod v4 peer deps (#798)f040039
feat(ajv): add ajv-formats for ajvResolver (#797)- See full diff in compare view
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.4v5.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.419445a0
fix(query-core): infinite re-renders in useQueries (#9639)bc2c87f
release: v5.87.1b43af57
release: v5.87.01599bb4
release: v5.86.043049c5
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.9564a4f6
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
- adding build artifacts (9ec86de)
- dont add dist on release (a2edc36)
- fetch-adapter: set correct Content-Type for Node FormData (#6998) (a9f47af)
- node: enforce maxContentLength for data: URLs (#7011) (945435f)
- package exports (#5627) (aa78ac2)
- params: removing '[' and ']' from URL encode exclude characters (#3316) (#5715) (6d84189)
- release pr run (fd7f404)
- types: change the type guard on isCancel (#5595) (0dbb7fd)
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
- adding build artifacts (9ec86de)
- dont add dist on release (a2edc36)
- fetch-adapter: set correct Content-Type for Node FormData (#6998) (a9f47af)
- node: enforce maxContentLength for data: URLs (#7011) (945435f)
- package exports (#5627) (aa78ac2)
- params: removing '[' and ']' from URL encode exclude characters (#3316) (#5715) (6d84189)
- release pr run (fd7f404)
- types: change the type guard on isCancel (#5595) (0dbb7fd)
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
e5a3336
chore(release): v1.12.2 (#7031)38726c7
refactor: change if in else to else if (#7028)cf78825
fix(fetch): use current global fetch instead of cached one when env fetch is ...c26d00f
refactor: remove redundant assignment (#7029)9fb41a8
chore(ci): add local HTTP server for Karma tests; (#7022)19f9f36
docs(readme): add custom fetch section; (#7024)3cac78c
chore(release): v1.12.1 (#7021)b5f26b7
fix(types): fixed env config types; (#7020)0d8ad6e
chore(release): v1.12.0 (#7013)fd7f404
fix: release pr run- Additional commits viewable in compare view
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.9942b813
Merge branch 'canary' into v1.3.9-staging4ebc60e
fix(paypal): usebase64.encode
(#4527)e151137
chore: release v1.3.9-beta.46d0048e
chore: release v1.3.9-beta.36c35a73
fix: respect allow different email linking option on callbacks (#4504)9829c4d
chore: add openapi 422 response (#4478)8f80a0f
fix(jwt): revert set defaultiat
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
- docs: update lucide-static documentation about raw string imports by
@pascalduez
in lucide-icons/lucide#3524- feat(icons): added
ev-charger
icon by@UsamaKhan
in lucide-icons/lucide#2781New Contributors
@pascalduez
made their first contribution in lucide-icons/lucide#3524Full Changelog: https://github.com/lucide-icons/lucide/compare/0.543.0...0.544.0
Version 0.543.0
What's Changed
- feat(preview-comment): put x-ray at top if there are more than 7 changed icons to prevent them from being cut of by
@jguddas
in lucide-icons/lucide#3589- fix(icons): changed
church
icon by@karsa-mistmere
in lucide-icons/lucide#2971- chore(metadata): Added tags to
messages-square
by@jamiemlaw
in lucide-icons/lucide#3529- fix(icons): Optimise
bug
icons by@jamiemlaw
in lucide-icons/lucide#3574- fix(icons): changed list/text & derived icons by
@karsa-mistmere
in lucide-icons/lucide#3568- fix(icons): changed
panel-top-bottom-dashed
icon by@jguddas
in lucide-icons/lucide#3584- fix(icons): changed
message-square-quote
icon by@jguddas
in lucide-icons/lucide#3550- fix(meta): added tag to
ship
metadata by@jguddas
in lucide-icons/lucide#3559- fix(meta): add tags to
id-card-lanyard
metadata by@jguddas
in lucide-icons/lucide#3534- fix(icons): changed
calendar-cog
icon by@jguddas
in lucide-icons/lucide#3583- chore(deps): bump astro from 5.5.2 to 5.13.2 by
@dependabot
[bot] in lucide-icons/lucide#3564- feat(packages): add new package for flutter by
@vqh2602
in lucide-icons/lucide#3536- feat(icons): added
house-heart
icon by@danielbayley
in lucide-icons/lucide#3239Full Changelog: https://github.com/lucide-icons/lucide/compare/0.542.0...0.543.0
Version 0.542.0
What's Changed
- feat(docs): add MDN Web Docs & Nuxt to showcase by
@karsa-mistmere
in lucide-icons/lucide#3590- feat(icons): added
list-chevrons-down-up
icon by@juliankellydesign
in lucide-icons/lucide#3492New Contributors
@juliankellydesign
made their first contribution in lucide-icons/lucide#3492Full Changelog: https://github.com/lucide-icons/lucide/compare/0.541.0...0.542.0
Version 0.541.0
What's Changed
- feat(packages/lucide): added support for providing a custom root element by
@karsa-mistmere
in lucide-icons/lucide#3543- fix(icons): optimized
chrome
icon & renamed tochromium
by@jguddas
in lucide-icons/lucide#3572- fix(icons): changed
wallpaper
icon by@jguddas
in lucide-icons/lucide#3566- fix(icons): optimized
cog
icon by@jguddas
in lucide-icons/lucide#3548- fix(icons): changed
building
icon by@karsa-mistmere
in lucide-icons/lucide#3510- feat(dpi-preview): add previous version for easier comparison by
@jguddas
in lucide-icons/lucide#3532- feat(icons): added 'panel-dashed' variants + update tags on existing icons by
@irvineacosta
in lucide-icons/lucide#3500
... (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.13
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.9
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.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
4a9a2a3
chore: Update version for release (#14330)20c1fda
chore: Update version for release (pre) (#14328)e7299c0
chore: Update version for release (#14326)0c916ad
chore: Update version for release (pre) (#14317)21191cc
chore: Update version for release (pre) (#14312)eade1de
chore: Update version for release (#14223)27eed3a
chore: Update version for release (pre) (#14214)ef3016c
chore: Update version for release (pre) (#14211)fd17d66
chore: Update version for release (#14185)68f3bfc
chore: Update version for release (pre) (#14184)- Additional commits viewable in compare view
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 targetingopenapi-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
a1726d5
4.1.836c4ee3
Switch back to weakmapaab3356
4.1.7aa6f0f0
More fixes (#5223)9f65038
docs(ecosystem): add DRZL; fix Prisma Zod Generator placement (#5215)e1f1948
fix(v4): ensure array defaults are shallow-cloned (#5173)887e37c
Update slugsa8a52b3
fix(v4): fix Khmer and Ukrainian locales (#5177)27f13d6
Improve regex precision and eliminate duplicates in regexes.ts (#5181)845a230
fix(locales): Add type name translations to Spanish locale (#5187)- Additional commits viewable in compare view
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: addpreserve-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: addbefore
andafter
to test case types (#20049) (Francesco Trotta)dabbe95
fix: correct types forno-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 inno-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: removetests/lib/eslint/eslint.config.js
(#20065) (Milos Djermanovic)84ffb96
chore: update@eslint-community/eslint-utils
(#20069) (Francesco Trotta)d5ef939
refactor: remove deprecatedcontext.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
0
0
+0
-0
Package Dependencies
Technical Details
ID: | 8661930 |
UUID: | 3416233968 |
Node ID: | PR_kwDOOctpPM6oi-Kz |
Host: | GitHub |
Repository: | Randroids-Dojo/typescript-and-python-bootstrap |