Bump the minor-and-patch group across 1 directory with 20 updates
Type: Pull Request
State: Open
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 0
(20 days ago)
(20 days ago)
dependencies frontend
randroid88
Bumps the minor-and-patch group with 19 updates in the /frontend directory:
Package | From | To |
---|---|---|
@hookform/resolvers | 5.1.1 |
5.2.2 |
@tanstack/react-query | 5.83.0 |
5.90.2 |
axios | 1.10.0 |
1.12.2 |
better-auth | 1.3.1 |
1.3.23 |
lucide-react | 0.525.0 |
0.544.0 |
react | 19.1.0 |
19.1.1 |
@types/react | 19.1.8 |
19.1.15 |
react-dom | 19.1.0 |
19.1.1 |
@types/react-dom | 19.1.6 |
19.1.9 |
react-hook-form | 7.60.0 |
7.63.0 |
react-router-dom | 7.7.0 |
7.9.3 |
@eslint/js | 9.31.0 |
9.36.0 |
eslint | 9.31.0 |
9.36.0 |
eslint-plugin-react-refresh | 0.4.20 |
0.4.22 |
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.44.1 |
vite | 7.0.5 |
7.1.7 |
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.90.2
Release notes
Sourced from @tanstack/react-query
's releases.
v5.90.2
Version 5.90.2 - 9/23/25, 7:37 AM
Changes
Fix
- types: onMutateResult is always defined in onSuccess callback (#9677) (2cf3ec9) by Dominik Dorfmeister
Packages
@tanstack/query-core
@5
.90.2@tanstack/react-query
@5
.90.2@tanstack/angular-query-experimental
@5
.90.2@tanstack/query-async-storage-persister
@5
.90.2@tanstack/query-broadcast-client-experimental
@5
.90.2@tanstack/query-persist-client-core
@5
.90.2@tanstack/query-sync-storage-persister
@5
.90.2@tanstack/react-query-devtools
@5
.90.2@tanstack/react-query-persist-client
@5
.90.2@tanstack/react-query-next-experimental
@5
.90.2@tanstack/solid-query
@5
.90.2@tanstack/solid-query-devtools
@5
.90.2@tanstack/solid-query-persist-client
@5
.90.2@tanstack/svelte-query
@5
.90.2@tanstack/svelte-query-devtools
@5
.90.2@tanstack/svelte-query-persist-client
@5
.90.2@tanstack/vue-query
@5
.90.2@tanstack/vue-query-devtools
@5
.90.2v5.90.1
Version 5.90.1 - 9/22/25, 6:41 AM
Changes
Fix
- vue-query: Support infiniteQueryOptions for MaybeRef argument (#9634) (49243c8) by hriday330
Chore
- deps: update marocchino/sticky-pull-request-comment digest to fd19551 (#9674) (cd4ef5c) by renovate[bot]
Ci
- update checkout action (#9673) (cbf0896) by Lachlan Collins
- update workspace config (#9671) (fb48985) by Lachlan Collins
Docs
... (truncated)
Commits
0eaafe0
release: v5.90.22cf3ec9
fix(types): onMutateResult is always defined in onSuccess callback (#9677)fcd23c9
release: v5.90.1fb48985
ci: update workspace config (#9671)2a00fb6
release: v5.89.0a2151d2
feat(query-core): add context to mutationfn & mutation callbacks (#9615)230435d
release: v5.87.419445a0
fix(query-core): infinite re-renders in useQueries (#9639)bc2c87f
release: v5.87.1b43af57
release: v5.87.0- 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.23
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
Commits
565fe8e
chore: release v1.3.23fbde661
chore: remove log0f5ccce
chore: release v1.3.226bd551e
chore: release v1.3.20d058cc3
chore: add expo-example demod78f5ea
chore: release v1.3.21e74e2ee
chore: release v1.3.20bd4bb56
chore: release v1.3.198b61711
chore: move cookie state validation to state helper function633a793
fix:getSession
shouldn't exposeoptions
andpath
types (#4947)- 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.15
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.63.0
Release notes
Sourced from react-hook-form's releases.
Version 7.63.0
🥢 feat: extract form values by form state (#12936)
getValues(undefined, { dirtyFields: true }); // return only dirty fields getValues(undefined, { touchedFields: true }); // return only touched fields
🦍 feat: improve get dirty fields logic (#13049) 🐿️ chore: remove duplicated function isMessage (#13050) 🐞 fix: use field name to update isValidating fields (#13000) 🐞 fix: unregister previous field when switching conditional Controllers (#13041) 🐞 fix: only excuse trigger function when deps has a valid array (#13056)
thanks to
@candymask0712
,@GorkemKir
,@kimtaejin3
,@m2na7
&@abnud11
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
... (truncated)
Commits
b5b7329
7.63.086a7fb3
🐞 fix: only excuse trigger function when deps has a valid array (#13056)4bfd420
🏔️ chore: major dev deps upgrade (#13053)66b7daf
🔩 chore: lib dev deps upgrade (#13051)62b26d8
🐿️ chore: remove duplicated function isMessage (#13050)f66438a
🦍 feat: improve get dirty fields logic (#13049)c33b4c7
🐞 fix: unregister previous field when switching conditional Controllers (#13041)68685a3
🧪 chore: upgrade typescript-eslint (#13008)2307e99
🧪 test: add unit tests for append utility (#13025)b2a9545
🥢 feat: extra form values by form state (#12936)- Additional commits viewable in compare view
Updates react-router-dom
from 7.7.0 to 7.9.3
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.3
Patch Changes
- Updated dependencies:
react-router@7.9.3
7.9.2
Patch Changes
- Updated dependencies:
react-router@7.9.2
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
... (truncated)
Commits
12a6719
chore: Update version for release (#14395)b6c49ec
chore: Update version for release (pre) (#14394)8d7ed4d
chore: Update version for release (#14386)a369632
chore: Update version for release (pre) (#14384)f2298c3
chore: Update version for release (pre) (#14375)7862d37
chore: Update version for release (pre) (#14366)15a0041
chore: Update version for release (pre) (#14364)4a9a2a3
chore: Update version for release (#14330)20c1fda
chore: Update version for release (pre) (#14328)e7299c0
chore: Update version for release (#14326)- Additional commits viewable in compare view
Updates zod
from 4.0.5 to 4.1.11
Release notes
Sourced from zod's releases.
v4.1.11
Commits:
- 2bed4b39760d8e4d678203b5c8fcaf24c182fc9f 4.1.11
v4.1.10
Commits:
- 7ffedd00169d8dc2e7cb7c6d878f29b03e05b3a3 Fix shape caching (#5263)
- 82cd717a0e7ee4e1737a783c7be278fa93fd8104 v4.1.10
v4.1.9
Commits:
- a78716d91da7649a61016b81c27f49fd9e79a81e Update zshy (#5249)
- 923af801fde9f033cfd7e0e753b421a554fe3be8 Publish zod@4.1.9
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:
... (truncated)
Commits
2bed4b3
4.1.1182cd717
v4.1.107ffedd0
Fix shape caching (#5263)923af80
Publish zod@4.1.9a78716d
Update zshy (#5249)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)- Additional commits viewable in compare view
Updates @eslint/js
from 9.31.0 to 9.36.0
Release notes
Sourced from @eslint/js
's releases.
v9.36.0
Features
Bug Fixes
75b74d8
fix: add missing rule option types (#20127) (ntnyq)1c0d850
fix: updateeslint-all.js
to useObject.freeze
forrules
object (#20116) (루밀LuMir)7d61b7f
fix: add missing scope types toScope.type
(#20110) (Pixel998)7a670c3
fix: correct rule option typings inrules.d.ts
(#20084) (Pixel998)Documentation
b73ab12
docs: update examples to usedefineConfig
(#20131) (sethamus)31d9392
docs: fix typos (#20118) (Pixel998)c7f861b
docs: Update README (GitHub Actions Bot)6b0c08b
docs: Update README (GitHub Actions Bot)91f97c5
docs: Update README (GitHub Actions Bot)Chores
12411e8
chore: upgrade@eslint/js
@9
.36.0 (#20139) (Milos Djermanovic)488cba6
chore: package.json update for@eslint/js
release (Jenkins)bac82a2
ci: simplify renovate configuration (#19907) (唯然)c00bb37
ci: bump actions/labeler from 5 to 6 (#20090) (dependabot[bot])fee751d
refactor: usedefaultOptions
in rules (#20121) (Pixel998)1ace67d
chore: update example to usedefineConfig
(#20111) (루밀LuMir)4821963
test: add missing loc information to error objects in rule tests (#20112) (루밀LuMir)b42c42e
chore: disallow use of deprecatedtype
property in core rule tests (#20094) (Milos Djermanovic)7bb498d
test: remove deprecatedtype
property from core rule tests (#20093) (Pixel998)e10cf2a
ci: bump actions/setup-node from 4 to 5 (#20089) (dependabot[bot])5cb0ce4
refactor: usemeta.defaultOptions
inpreserve-caught-error
(#20080) (Pixel998)f9f7cb5
chore: package.json update for eslint-config-eslint release (Jenkins)81764b2
chore: updateeslint
peer dependency ineslint-config-eslint
(#20079) (Milos Djermanovic)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
Pull Request Statistics
1
2
+572
-394
Package Dependencies
eslint-plugin-react-refresh
npm
0.4.20 → 0.4.22
Patch
Technical Details
ID: | 8663897 |
UUID: | 2869016064 |
Node ID: | PR_kwDOOctpPM6rAbYA |
Host: | GitHub |
Repository: | Randroids-Dojo/typescript-and-python-bootstrap |
Merge State: | Unknown |