Bump the frontend-dependencies group across 1 directory with 8 updates
Type: Pull Request
State: Closed
Association: Unknown
Comments: 1
(23 days ago)
(17 days ago)
(17 days ago)
dependencies javascript
Bumps the frontend-dependencies group with 8 updates in the /frontend directory:
| Package | From | To |
|---|---|---|
| @base-ui/react | 1.4.1 |
1.5.0 |
| @tanstack/react-query | 5.100.10 |
5.100.11 |
| postcss | 8.5.14 |
8.5.15 |
| react-hook-form | 7.75.0 |
7.76.0 |
| typescript-eslint | 8.59.3 |
8.59.4 |
| @types/node | 25.8.0 |
25.9.1 |
| @types/react | 19.2.14 |
19.2.15 |
| typescript | 5.9.3 |
6.0.3 |
Updates @base-ui/react from 1.4.1 to 1.5.0
Release notes
Sourced from @base-ui/react's releases.
v1.5.0
General changes
- Improve mount performance with interaction splitting, including closed popup mount performance by up to 50% and unmounting performance by up to 85% (#4661) by
@atomiks- Use local document for virtual arrow (#4662) by
@lyzno1- Fix macOS Safari and Firefox minimizing fullscreen when closing popups with Esc (#4695) by
@arturbien- Drop unnecessary memoization (#4693) by
@flaviendelangle- Do not use
Math.random()inuseStableCallback()(#4732) by@michaldudak- Fix return focus when reference disconnects (#4655) by
@atomiks- Don't steal initial focus if focus already moved inside a popup (#4775) by
@stefeeAlert Dialog
Autocomplete
- Fix native
FormDatafor popup inputs (#4725) by@lunaxisluCheckbox
- Submit the associated form when pressing Enter (#4713) by
@michaldudakCombobox
- Expose clear visibility state (#4664) by
@atomiks- Fix popup input form submit (#4687) by
@atomiks- Preserve
closeQuerywhen closing multiple input-inside-popup combobox (#4715) by@mj12albert- Fix RTL component behavior (#4840) by
@atomiks- Ignore hidden-input changes while readonly or disabled (#4810) by
@lunaxisluDialog
- Consider the controlled
openprop for open state detection (#4712) by@michaldudakDrawer
Field
Form
Menu
- Fix submenu pointer-events scope for
keepMountedportals (#4723) by@twillhorn
... (truncated)
Changelog
Sourced from @base-ui/react's changelog.
v1.5.0
May 19, 2026
General changes
- Improve mount performance with interaction splitting, including closed popup mount performance by up to 50% and unmounting performance by up to 85% (#4661) by
@atomiks- Use local document for virtual arrow (#4662) by
@lyzno1- Fix macOS Safari and Firefox minimizing fullscreen when closing popups with Esc (#4695) by
@arturbien- Drop unnecessary memoization (#4693) by
@flaviendelangle- Do not use
Math.random()inuseStableCallback()(#4732) by@michaldudak- Fix return focus when reference disconnects (#4655) by
@atomiks- Don't steal initial focus if focus already moved inside a popup (#4775) by
@stefeeAlert Dialog
Autocomplete
- Fix native
FormDatafor popup inputs (#4725) by@lunaxisluCheckbox
- Submit the associated form when pressing Enter (#4713) by
@michaldudakCombobox
- Expose clear visibility state (#4664) by
@atomiks- Fix popup input form submit (#4687) by
@atomiks- Preserve
closeQuerywhen closing multiple input-inside-popup combobox (#4715) by@mj12albert- Fix RTL component behavior (#4840) by
@atomiks- Ignore hidden-input changes while readonly or disabled (#4810) by
@lunaxisluDialog
- Consider the controlled
openprop for open state detection (#4712) by@michaldudakDrawer
Field
Form
... (truncated)
Commits
2fdf1b0[release] v1.5.0 (#4850)8535638[otp field] Fix vertical arrow slot navigation (#4844)09ce83b[alert dialog] Fix handle defaults (#4834)5e0f3e7[menu] Support group labels in radio groups (#4826)8db1aa9[otp field] Fix RTL arrow navigation (#4847)ccb4b30[otp field] ComposenormalizeValuewith validation (#4717)ad99b44[direction provider] Fix RTL component behavior (#4840)5579e7f[drawer] Forwardstyleprop in\<Drawer.Viewport>(#4841)8170336[navigation menu] FixkeepMountedcontent sizing (#4817)4a339d0[otp field] Prevent locked hidden autofill validation (#4827)- Additional commits viewable in compare view
Updates @tanstack/react-query from 5.100.10 to 5.100.11
Release notes
Sourced from @tanstack/react-query's releases.
@tanstack/react-query-devtools@5.100.11Patch Changes
@tanstack/react-query-next-experimental@5.100.11Patch Changes
- Updated dependencies []:
@tanstack/react-query@5.100.11
@tanstack/react-query-persist-client@5.100.11Patch Changes
- Updated dependencies []:
@tanstack/react-query@5.100.11Patch Changes
- Updated dependencies []:
@tanstack/query-core@5.100.11
Changelog
Sourced from @tanstack/react-query's changelog.
5.100.11
Patch Changes
- Updated dependencies []:
@tanstack/query-core@5.100.11
Commits
- See full diff in compare view
Updates postcss from 8.5.14 to 8.5.15
Release notes
Sourced from postcss's releases.
8.5.15
- Fixed declaration parsing performance (by
@homanp).
Changelog
Sourced from postcss's changelog.
8.5.15
- Fixed declaration parsing performance (by
@homanp).
Commits
eae46dbRelease 8.5.15 version79508ffUpdate CI actionsb128e21Speed up declaration parsing by avoiding creating new array on each token9825dcaFix code format55789c8Update dependencies84fbbe9Install older pnpm action for old Node.js9f860bdRevert pnpm action for old Node.js0877198Update CI actionsb2d1a33Fix linter warnings0700dacMerge pull request #2088 from rootvector2/add-oss-fuzz-harness- Additional commits viewable in compare view
Updates react-hook-form from 7.75.0 to 7.76.0
Release notes
Sourced from react-hook-form's releases.
Version v7.76.0
🪭 close #13141 improve isDirty sync with dirtyFields state (#13370) 🐞 fix isValidating reactivity when validatingFields is not subscribed (#13440) 🛺 test: fix duplicate-word typos in test descriptions (#13439) 🐞 fix #13436: errors state when using form level validation (#13437) 🐞 fix #13429 append({ obj: null }) is silently replaced by defaultValues after remove() (#13435) 🐞 fix native validation tooltip suppression caused by duplicate submit-error focus (#13432) 🐞 fix: propagate setValues updates to mounted Controller fields (#13431) 🐞 fix: rreserve reset values for conditionally mounted Controller fields with shouldUnregister 🐞 fix: useFieldArray remove leaves array with empty object when using values prop (#13422) 🐞 fix #13260: notify all matching field-array roots on nested setValue updates (#13420) 🐞 fix #13104: preserve nested resolver field-array errors in trigger() (#13419) 🐞 fix #13413: preserve formState.defaultValues when useFieldArray + watch are used together 📝 docs: fix JSDoc for IsNever, register, and getFieldState (#13410) (#13411) 🐞 fix(Watch): restore TypeScript 4 compatibility (#13409)
Big thanks to
@dfedoryshchevfor multiple fixes, and to@EduardF1,@in-chand@johnstrand.
Changelog
Sourced from react-hook-form's changelog.
[7.76.0] - 2026-05-16
Added
- Improve
isDirtysync withdirtyFieldsstateFixed
- Preserve
formState.defaultValueswhenuseFieldArrayandwatchare used together- Preserve nested resolver field-array errors in
trigger()- Notify all matching field-array roots on nested
setValueupdatesuseFieldArrayremoveleaves array with empty object when usingvaluesprop- Preserve reset values for conditionally mounted
Controllerfields withshouldUnregister- Propagate
setValuesupdates to mountedControllerfields- Native validation tooltip suppression caused by duplicate submit-error focus
append({ obj: null })silently replaced bydefaultValuesafterremove()- Errors state when using form-level validation
isValidatingreactivity whenvalidatingFieldsis not subscribed
Commits
2d3ce0a7.76.03e09bad🐞 fixisValidatingreactivity whenvalidatingFieldsis not subscribed (#1...c697da2🛺 test: fix duplicate-word typos in test descriptions (#13439)2476004🐞 fix #13436: errors state when using form level validation (#13437)f7ba834🐞 fix #13429 append({ obj: null }) is silently replaced by defaultValues afte...75fc3a5🐞 fix native validation tooltip suppression caused by duplicate submit-error ...0c3e82d🐞 fix: propagatesetValuesupdates to mountedControllerfields (#13431)879bb12🐞 fix: rreserve reset values for conditionally mountedControllerfields wi...2a7b683🐞 fix: useFieldArray remove leaves array with empty object when using values ...c6c3d87🐞 fix #13260: notify all matching field-array roots on nested setValue update...- Additional commits viewable in compare view
Updates typescript-eslint from 8.59.3 to 8.59.4
Release notes
Sourced from typescript-eslint's releases.
v8.59.4
8.59.4 (2026-05-18)
🩹 Fixes
- eslint-plugin: [no-floating-promises] stack overflow when using recursive types (#12294)
- project-service: throw error cause in
getParsedConfigFileFromTSServer(#12321)- typescript-eslint: export Compatible* types from typescript-eslint to resolve pnpm TS error (#12340)
❤️ Thank You
- Evyatar Daud
@StyleShit- Kirk Waiblinger
@kirkwaiblinger- lumir
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
Changelog
Sourced from typescript-eslint's changelog.
8.59.4 (2026-05-18)
🩹 Fixes
- typescript-eslint: export Compatible* types from typescript-eslint to resolve pnpm TS error (#12340)
❤️ Thank You
- Kirk Waiblinger
@kirkwaiblingerSee GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
Commits
ca6ca14chore(release): publish 8.59.44b927c6fix(typescript-eslint): export Compatible* types from typescript-eslint to re...- See full diff in compare view
Updates @types/node from 25.8.0 to 25.9.1
Commits
- See full diff in compare view
Updates @types/react from 19.2.14 to 19.2.15
Commits
- See full diff in compare view
Updates typescript from 5.9.3 to 6.0.3
Release notes
Sourced from typescript's releases.
TypeScript 6.0.3
For release notes, check out the release announcement blog post.
- fixed issues query for TypeScript 6.0.0 (Beta).
- fixed issues query for TypeScript 6.0.1 (RC).
- fixed issues query for TypeScript 6.0.2 (Stable).
- fixed issues query for TypeScript 6.0.3 (Stable).
Downloads are available on:
TypeScript 6.0
For release notes, check out the release announcement blog post.
- fixed issues query for TypeScript 6.0.0 (Beta).
- fixed issues query for TypeScript 6.0.1 (RC).
- fixed issues query for TypeScript 6.0.2 (Stable).
Downloads are available on:
TypeScript 6.0 Beta
For release notes, check out the release announcement.
Downloads are available on:
Commits
050880cBump version to 6.0.3 and LKGeeae9dd🤖 Pick PR #63401 (Also check package name validity in...) into release-6.0 (#...ad1c695🤖 Pick PR #63368 (Harden ATA package name filtering) into release-6.0 (#63372)0725fb4🤖 Pick PR #63310 (Mark class property initializers as...) into release-6.0 (#...607a22aBump version to 6.0.2 and LKG9e72ab7🤖 Pick PR #63239 (Fix missing lib files in reused pro...) into release-6.0 (#...35ff23d🤖 Pick PR #63163 (Port anyFunctionType subtype fix an...) into release-6.0 (#...e175b69Bump version to 6.0.1-rc and LKGaf4caacUpdate LKG8efd7e8Merge remote-tracking branch 'origin/main' into release-6.0- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions
Package Dependencies
@tanstack/react-query
npm
5.100.10 → 5.100.11
Patch
Technical Details
| ID: | 15924611 |
| UUID: | 4481743333 |
| Node ID: | PR_kwDOSHMgIs7dSgLi |
| Host: | GitHub |
| Repository: | webstackdev/digest-engine |