Bump the minor-and-patch group across 1 directory with 17 updates
Type: Pull Request
State: Open
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 0
(4 months ago)
(4 months ago)
dependencies frontend
randroid88
Bumps the minor-and-patch group with 17 updates in the /frontend directory:
Package | From | To |
---|---|---|
@hookform/resolvers | 5.0.1 |
5.1.1 |
@tanstack/react-query | 5.79.2 |
5.80.7 |
axios | 1.9.0 |
1.10.0 |
better-auth | 1.2.8 |
1.2.9 |
lucide-react | 0.511.0 |
0.515.0 |
react-hook-form | 7.57.0 |
7.58.0 |
react-router-dom | 7.6.1 |
7.6.2 |
tailwind-merge | 3.3.0 |
3.3.1 |
zod | 3.25.48 |
3.25.64 |
@eslint/js | 9.28.0 |
9.29.0 |
@types/react | 19.1.6 |
19.1.8 |
@types/react-dom | 19.1.5 |
19.1.6 |
@vitejs/plugin-react | 4.5.0 |
4.5.2 |
eslint | 9.28.0 |
9.29.0 |
postcss | 8.5.4 |
8.5.5 |
tailwindcss | 4.1.8 |
4.1.10 |
typescript-eslint | 8.33.1 |
8.34.0 |
Updates @hookform/resolvers
from 5.0.1 to 5.1.1
Release notes
Sourced from @hookform/resolvers
's releases.
v5.1.1
5.1.1 (2025-06-09)
Bug Fixes
v5.1.0
5.1.0 (2025-06-07)
Features
Commits
Updates @tanstack/react-query
from 5.79.2 to 5.80.7
Release notes
Sourced from @tanstack/react-query
's releases.
v5.80.7
Version 5.80.7 - 6/11/25, 11:51 PM
Changes
Fix
- solid-query-devtools: client-side code instantiating prematurely server-side (#9163) (bd3ac49) by Wesley LeMahieu
Chore
- deps: update autofix-ci/action digest to 635ffb0 (#9263) (641ec86) by renovate[bot]
Test
- add callback return type tests for mutation callbacks (#9252) (2b9b122) by Braden Wong
Docs
- fix relative links (#9262) (cba46b5) by Collin Stevens
- Remove superfluous text from mutations.md (#9256) (10b4c2f) by H. C. Kruse
- Replace accidentally-deleted content in mutations.md (#9254) (eae7bde) by Christina Martinez
Packages
@tanstack/query-core
@5
.80.7@tanstack/solid-query-devtools
@5
.80.7@tanstack/query-broadcast-client-experimental
@5
.80.7@tanstack/query-persist-client-core
@5
.80.7@tanstack/query-sync-storage-persister
@5
.80.7@tanstack/react-query
@5
.80.7@tanstack/react-query-devtools
@5
.80.7@tanstack/react-query-persist-client
@5
.80.7@tanstack/react-query-next-experimental
@5
.80.7@tanstack/solid-query
@5
.80.7@tanstack/solid-query-persist-client
@5
.80.7@tanstack/svelte-query
@5
.80.7@tanstack/svelte-query-devtools
@5
.80.7@tanstack/svelte-query-persist-client
@5
.80.7@tanstack/vue-query
@5
.80.7@tanstack/vue-query-devtools
@5
.80.7@tanstack/angular-query-experimental
@5
.80.7@tanstack/query-async-storage-persister
@5
.80.7@tanstack/angular-query-devtools-experimental
@5
.80.7v5.80.6
Version 5.80.6 - 6/5/25, 1:09 PM
Changes
... (truncated)
Commits
33d008b
release: v5.80.74335993
release: v5.80.62db48f4
release: v5.80.54f4c2c7
release: v5.80.30d2c2e0
fix(react-query): move hydrationQueue from state to a derived value (#9247)37eda0d
release: v5.80.29c6fb06
release: v5.80.18d41a4e
release: v5.80.0efa963d
refactor(types): remove unnecessary TQueryData generic in InfiniteQueryObserv...- See full diff in compare view
Updates axios
from 1.9.0 to 1.10.0
Release notes
Sourced from axios's releases.
Release v1.10.0
Release notes:
Bug Fixes
- adapter: pass fetchOptions to fetch function (#6883) (0f50af8)
- form-data: convert boolean values to strings in FormData serialization (#6917) (5064b10)
- package: add module entry point for React Native; (#6933) (3d343b8)
Features
Contributors to this release
Changelog
Sourced from axios's changelog.
1.10.0 (2025-06-14)
Bug Fixes
- adapter: pass fetchOptions to fetch function (#6883) (0f50af8)
- form-data: convert boolean values to strings in FormData serialization (#6917) (5064b10)
- package: add module entry point for React Native; (#6933) (3d343b8)
Features
Contributors to this release
Commits
73a836d
chore(release): v1.10.0 (#6943)3d343b8
fix(package): add module entry point for React Native; (#6933)0f50af8
fix(adapter): pass fetchOptions to fetch function (#6883)ee7799e
refactor: remove unused import in test (#6922)eb0a2db
chore: fix typos in test (#6923)7d55139
docs(readme): improve error descriptions; (#6920)f4fc6b8
chore(sponsor): update sponsor block (#6921)5064b10
fix(form-data): convert boolean values to strings in FormData serialization (...c7e0fea
CI: add Node 24 (#6913)7ba895c
chore(sponsor): update sponsor block (#6907)- Additional commits viewable in compare view
Updates better-auth
from 1.2.8 to 1.2.9
Release notes
Sourced from better-auth's releases.
v1.2.9
🚀 Features
- Support bun sqlite by default - by
@Bekacru
in better-auth/better-auth#2551 (62ed1)- MCP plugin - by
@Bekacru
in better-auth/better-auth#2666 (9cc2e)- New user delete flow - by
@BlankParticle
in better-auth/better-auth#2704 (bc2bc)- Add account info endpoint - by
@BlankParticle
and@Bekacru
in better-auth/better-auth#2664 (32cda)- Add promise support for custom user info claims - by
@zackify
in better-auth/better-auth#2766 (ccb56)- Add getCookieCache helper and update session handling - by
@Bekacru
(5eb3c)- Support passing error callback url for account linking - by
@Bekacru
in better-auth/better-auth#2966 (69468)- Support stripe seat upgrade - by
@Bekacru
in better-auth/better-auth#2967 (92801)- customPaths: Provide an option to modify and map api paths - by
@CrutchTheClutch
in better-auth/better-auth#2193 (fdee0)- passkey: AAGUID field support - by
@s3f5
in better-auth/better-auth#2189 (8e4cd)🐞 Bug Fixes
- Use dynamic list of social providers to allow generic oauth - by
@BlankParticle
in better-auth/better-auth#2643 (754c3)- Make sure updatedAt is updated on session refresh - by
@Kinfe123
in better-auth/better-auth#2747 (3f349)- Improve the callbackURL parameter for social, oauth, SSO - by
@gee1k
in better-auth/better-auth#2740 (9472a)- Plugin init context should carry modified context from other plugins - by
@Bekacru
in better-auth/better-auth#2754 (a12b7)- Avoid refreshing tokens if the provider doesn't return refresh tokens - by
@stephenjason89
in better-auth/better-auth#2764 (43513)- Init snapshot - by
@ping-maxwell
(24044)- Prisma schema not required on dev/bun - by
@Kinfe123
in better-auth/better-auth#2787 (8bff4)- SSR handling in useAuthQuery to prevent hydration issues - by
@yerzham
in better-auth/better-auth#2776 (640bf)- Encoded callbackURL - by
@Kinfe123
in better-auth/better-auth#2809 (27236)- Allow contains filter for users in admin - by
@Kinfe123
in better-auth/better-auth#2810 (5d1f1)- Microsoft entra token refresh scope - by
@CarbonNeuron
in better-auth/better-auth#2816 (746ee)- Demo build & upgrades - by
@Kinfe123
in better-auth/better-auth#2848 (06ca6)- Docs sidebar height - by
@Kinfe123
in better-auth/better-auth#2882 (77d79)- Default value on generate - by
@Kinfe123
in better-auth/better-auth#2885 (91c5c)- Construct valid URL from VERCEL_URL env - by
@juliusmarminge
(e6924)- Add prompt option on github - by
@Kinfe123
in better-auth/better-auth#2922 (75559)- Remove empty migration with semi colon - by
@Kinfe123
in better-auth/better-auth#2927 (90cd3)- Rename
forgetPassword
APIs torequestPasswordReset
- by@Bekacru
in better-auth/better-auth#2947 (eaf80)- Lookup keys without the priceId - by
@Kinfe123
in better-auth/better-auth#2963 (6c1d0)- Oauth proxy between http and https - by
@juliusmarminge
in better-auth/better-auth#2895 (90db4)- X:
- Used x.com domain for all twitter provider urls - by
@armannaj
in better-auth/better-auth#2727 (83ace)- admin:
- Respect cookie prefix for impersonate admin cookies - by
@Bekacru
in better-auth/better-auth#2553 (56753)- api-key:
- Rate limits not working - by
@ntgussoni
in better-auth/better-auth#2514 (f7355)- apple:
- Correctly map email verification status from profile - by
@gee1k
in better-auth/better-auth#2730 (0dddc)- Response type should be set to idToken code to get full user profile data - by
@Bekacru
(e3aac)- cli:
- Missing dependency
@babel/core
- by@NormalGaussian
and Normal Gaussian in better-auth/better-auth#2909 (26645)- demo:
- Avoid page refresh on session termination - by
@Kinfe123
in better-auth/better-auth#2850 (9e074)- magic-link:
... (truncated)
Commits
a47b952
chore: release v1.2.9cf25458
fix(prisma): "eq" invalid argument OR clause (#2874)90db4c3
fix: oauth proxy between http and https (#2895)69468d0
feat: support passing error callback url for account linking (#2966)bdffa3a
chore: fallback to empty options on hasPermissionafcbf74
chore: release v1.2.9-beta.109fbea84
refactor: getCookieCache to be async5eb3c03
feat: add getCookieCache helper and update session handlingeaf80cf
fix: renameforgetPassword
APIs torequestPasswordReset
(#2947)e9b8d92
chore: fix jsodc typo (#2942)- Additional commits viewable in compare view
Updates lucide-react
from 0.511.0 to 0.515.0
Release notes
Sourced from lucide-react's releases.
Version 0.515.0
What's Changed
- fix(icons): changed
house-plus
icon by@jguddas
in lucide-icons/lucide#3238- fix(icons): changed
radiation
icon by@jamiemlaw
in lucide-icons/lucide#3303- feat(icons): added
rectangle-circle
icon by@zefir-git
in lucide-icons/lucide#3245New Contributors
@zefir-git
made their first contribution in lucide-icons/lucide#3245Full Changelog: https://github.com/lucide-icons/lucide/compare/0.514.0...0.515.0
Version 0.514.0
What's Changed
- fix(icons): changed
trophy
icon by@jguddas
in lucide-icons/lucide#2475- fix(pull-request-icon-preview): pinned and --forced svgson installati… by
@jguddas
in lucide-icons/lucide#3289- chore(metadata): added tag to
bandage
icon by@jamiemlaw
in lucide-icons/lucide#3300- fix(icons): changed
settings-2
icon by@jguddas
in lucide-icons/lucide#2974- fix(docs): #2984 absoluteStrokeWidth not resetting with Reset button by
@epifaniofrancisco
in lucide-icons/lucide#3261- feat(icons): added book-alert icon by
@domasmark
in lucide-icons/lucide#3249New Contributors
@domasmark
made their first contribution in lucide-icons/lucide#3249Full Changelog: https://github.com/lucide-icons/lucide/compare/0.513.0...0.514.0
Version 0.513.0
What's Changed
- feat(icons): Add sim card icon from lab by
@ericfennis
in lucide-icons/lucide#3275Full Changelog: https://github.com/lucide-icons/lucide/compare/0.512.0...0.513.0
Version 0.512.0
What's Changed
- feat(icons): added
circle-pound-sterling
icon by@lieonlion
in lucide-icons/lucide#2822- build(deps-dev): bump vite from 6.3.2 to 6.3.4 by
@dependabot
in lucide-icons/lucide#3181- docs(docs): added testing website locally instructions by
@briz123
in lucide-icons/lucide#3124- build(deps-dev): bump vite from 6.0.7 to 6.1.6 by
@dependabot
in lucide-icons/lucide#3236- fix(icons): changed
square-check-big
icon by@jguddas
in lucide-icons/lucide#3156- fix(icons): changed
list-collapse
icon by@jguddas
in lucide-icons/lucide#3081- fix(icons): changed
battery-*
icons by@jguddas
in lucide-icons/lucide#3083- fix(icons): changed
paperclip
icon by@jguddas
in lucide-icons/lucide#2956- fix(icons): changed
eraser
icon by@jguddas
in lucide-icons/lucide#3076- feat(icons): Add
cloud-check
icon by@lscheibel
in lucide-icons/lucide#2612- feat(icon): add
id-card-lanyard
icon by@python2911
in lucide-icons/lucide#2898- feat(angular): update peer dependencies for Angular to support version 20.x by
@JeevanMahesha
in lucide-icons/lucide#3273- fix(icons): changed
file-badge
icon by@jguddas
in lucide-icons/lucide#2934- feat(icons): added
grid-3x2
icon by@qubrat
in lucide-icons/lucide#3216New Contributors
... (truncated)
Commits
19fa01b
build(deps-dev): bump vite from 6.3.2 to 6.3.4 (#3181)- See full diff in compare view
Updates react-hook-form
from 7.57.0 to 7.58.0
Release notes
Sourced from react-hook-form's releases.
Version 7.58.0
⌨️ feat: add FieldArrayPathByValue type (#12481) 📇 feat #12813 use stringToPath to prevent error at field name with quotes (#12858) 🧧 default to crypto.randomUUID in generateId (#12890) 🐞 close #12857 incorrect formControl return from useForm (#12878) 🐞 fix Initial useFieldArray fields (#12847) 🥷 chore: improve type import (#12879) 📇 chore: Added displayName to useFormContext (#11448) ✍️ chore: fix typo in assert-esm-exports.mjs (#12860)
thanks to
@mastermatt
,@clonemycode
,@dusan233
,@candymask0712
,@tran-simon
&@adnanalbeda
Commits
9e33cfa
7.58.04502ddb
🧧 default to crypto.randomUUID in generateId (#12890)0e3ef81
📇 chore: Added displayName to useFormContext (#11448)7ce7cc6
🥷 chore: improve type import (#12879)c47545b
⌨️ feat: add FieldArrayPathByValue type (#12481)e495306
📇 feat #12813 use stringToPath to prevent error at field name with quotes (#1...f513037
🐞 close #12857 incorrect formControl return from useForm (#12878)ecc4768
🐞 fix Initial useFieldArray fields (#12847)baa1f4c
🧊 chore: upgrade lib deps (#12874)25b05e2
✍️ chore: fix typo in assert-esm-exports.mjs (#12860)- See full diff in compare view
Updates react-router-dom
from 7.6.1 to 7.6.2
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
react-router-dom-v5-compat@6.4.0-pre.8
Patch Changes
- Updated dependencies
- react-router@6.4.0-pre.8
- react-router-dom@6.4.0-pre.8
Changelog
Sourced from react-router-dom's changelog.
7.6.2
Patch Changes
- Updated dependencies:
react-router@7.6.2
Commits
49e7664
chore: Update version for release (#13733)- See full diff in compare view
Updates tailwind-merge
from 3.3.0 to 3.3.1
Release notes
Sourced from tailwind-merge's releases.
v3.3.1
Bug Fixes
- Fix arbitrary value using
color-mix()
not being detected as color by@dcastil
in dcastil/tailwind-merge#591Full Changelog: https://github.com/dcastil/tailwind-merge/compare/v3.3.0...v3.3.1
Thanks to
@brandonmcconnell
,@manavm1990
,@langy
,@roboflow
,@syntaxfm
,@getsentry
,@codecov
,@sourcegraph
, a private sponsor,@block
and@shawt3000
for sponsoring tailwind-merge! ❤️
Commits
40d8fee
v3.3.1429ea54
add changelog for v3.3.1d3df877
Merge pull request #591 from dcastil/bugfix/590/fix-arbitrary-value-using-col...fdd9cdf
addcolor-mix()
tocolorFunctionRegex
d49e03a
add test case for border colors being merged incorrectly47155f0
Merge pull request #585 from dcastil/renovate/all-minor-patch2d29675
Update all non-major dependenciesc3d7208
Merge pull request #578 from dcastil/dependabot/npm_and_yarn/dot-github/actio...527214b
Bump undici from 5.28.5 to 5.29.0 in /.github/actions/metrics-report- See full diff in compare view
Updates zod
from 3.25.48 to 3.25.64
Release notes
Sourced from zod's releases.
v3.25.64
Commits:
- b142ea8fbb9e41f8251a36ba687b90a316f65fa4 Fix $strip
- b6e59c37a0a463f90e91453a4d6b2b3db8cdbc53 Check for existence of Error.captureStackTrace
- 0c686afdc95a324330a60315c59189fa09d8c497 Remove type from mime issue path
- af88d743a7f6b8c1f5a2d43e3282c976833eeee7 Fix test
v3.25.63
Commits:
- 7ed0c3694d324f5c02d5b224e7e3163d2fd84c52 Allow hours-only offsets. Normalize. (#4676)
- 112fff6b7866f909583cd6f62c43fb639420b069 Fix iso tests
- 6176dcb570186c4945223fa83bcf3221cbfa1af5 Improve ISO second handling (#4680)
- 8e20a2018df854734a09e81e3dfbe598c42911e3 Use consistent variable names for IP examples (#4679)
- 29e4973b065476b09f69e83c9e9ff4c6908c8a8c refactor: remove unnecessary assertion (#4672)
- c626fe100eb79fd95e557d8091a111306ecb6045 chore: update husky from v7 to v9 (#4682)
- f350a693aec24a5b70a37992df3b9e7ea36525b2 3.25.63
v3.25.62
Commits:
- c568dea33ac42382070580687410ee47e83609c4 Drop | undefined from json schema types
- 1614fd891b40cc9d23b249abad528e38ca718065 3.25.62
v3.25.61
Commits:
- 1c2ad877120566adc9db3a8d99c1a575bc58d216 Loose signature for index signature shapes
- afa7e672f4be0fc37ec9d35d281221ceb153baba 3.25.61
- 82b43fa9ff832b80e249b944fefb8177827136e6 Fix test
v3.25.60
- no changes
v3.25.59
Commits:
- aec5c4ad036cb7a2ccbda744486f48c4047316dd Fix formatting
- d3389cbfa1888ac45634a185d4aaa2df7de0aef5 refactor: change if in else to else if (#4664)
- ffc41bd9f9e5f33627112baf19247bb95d83dd13 Improve JSON Schema typing
v3.25.58
Commits:
- 21ee3f6fceb504069ef91899248239c59e2189b9 Add Zod Sockets to Ecosystem (#4655)
- 6707ebb14c885b1c577ce64a240475e26e3ff182 v4: Preserve function types in
.meta()
(#4636)- 3cecd986a4092de509bde195c7021b8871d28ea0 Added Superforms for SvelteKit (#4635)
- 305399f878450cf3f0a2b05975b58774d5226244 Fix adjectives in Japanese (#4648)
- 04dc83ea8a4e63abf424090efb23d3bc9f31a3ad feat(locale): Add Pashto (ps) locale support (#4594)
... (truncated)
Commits
af88d74
Fix test0c686af
Remove type from mime issue pathb6e59c3
Check for existence of Error.captureStackTraceb142ea8
Fix $stripf350a69
3.25.63c626fe1
chore: update husky from v7 to v9 (#4682)29e4973
refactor: remove unnecessary assertion (#4672)8e20a20
Use consistent variable names for IP examples (#4679)6176dcb
Improve ISO second handling (#4680)112fff6
Fix iso tests- Additional commits viewable in compare view
Updates @eslint/js
from 9.28.0 to 9.29.0
Release notes
Sourced from @eslint/js
's releases.
v9.29.0
Features
f686fcb
feat: addecmaVersion: 2026
, parsingusing
andawait using
(#19832) (Milos Djermanovic)19cdd22
feat: prune suppressions for non-existent files (#19825) (TKDev7)b3d720f
feat: add ES2025 globals (#19835) (fisker Cheung)677a283
feat: add auto-accessor fields support to class-methods-use-this (#19789) (sethamus)dbba058
feat: allow global type declaration inno-var
(#19714) (Remco Haszing)342bd29
feat: ignore type annotations in no-restricted-globals (#19781) (sethamus)786bcd1
feat: add allowProperties option to no-restricted-properties (#19772) (sethamus)05b66d0
feat: addsourceCode.isGlobalReference(node)
method (#19695) (Nitin Kumar)Bug Fixes
85c082c
fix: explicit matching behavior with negated patterns and arrays (#19845) (Milos Djermanovic)9bda4a9
fix: fixLintOptions.filterCodeBlock
types (#19837) (ntnyq)7ab77a2
fix: correct breaking deprecation of FlatConfig type (#19826) (Logicer)1ba3318
fix: addlanguage
anddialects
tono-use-before-define
(#19808) (Francesco Trotta)Documentation
00e3e6a
docs: add support for custom name parameter toincludeIgnoreFile
(#19795) (루밀LuMir)3aed075
docs: Update README (GitHub Actions Bot)a2f888d
docs: enhance documentation with links and fix typos (#19761) (루밀LuMir)53c3235
docs: update to clarify prompt usage (#19748) (Jennifer Davis)Chores
5c114c9
chore: upgrade@eslint/js
@9
.29.0 (#19851) (Milos Djermanovic)acf2201
chore: package.json update for@eslint/js
release (Jenkins)a806994
refactor: Remove eslintrc from flat config functionality (#19833) (Nicholas C. Zakas)152ed51
test: switch to flat config mode in code path analysis tests (#19824) (Milos Djermanovic)b647239
chore: Update first-party dependencies faster with Renovate (#19822) (Nicholas C. Zakas)7abe42e
refactor: SafeEmitter -> SourceCodeVisitor (#19708) (Nicholas C. Zakas)e392895
perf: improve time complexity ofgetLocFromIndex
(#19782) (루밀LuMir)0ed289c
chore: remove accidentally committed file (#19807) (Francesco Trotta)
Changelog
Sourced from @eslint/js
's changelog.
v9.29.0 - June 13, 2025
5c114c9
chore: upgrade@eslint/js
@9
.29.0 (#19851Description has been truncated
Pull Request Statistics
1
2
+223
-222
Package Dependencies
Technical Details
ID: | 1635728 |
UUID: | 2594429861 |
Node ID: | PR_kwDOOctpPM6ao9ul |
Host: | GitHub |
Repository: | Randroids-Dojo/typescript-and-python-bootstrap |
Merge State: | Unknown |