Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 31, 2025

Bumps the minors group in /ui with 6 updates:

Package From To
@tanstack/react-query 5.69.0 5.71.0
react-hook-form 7.54.2 7.55.0
react-router-dom 7.4.0 7.4.1
eslint-plugin-prettier 5.2.4 5.2.5
typescript-eslint 8.27.0 8.28.0
vite 6.2.2 6.2.3

Updates @tanstack/react-query from 5.69.0 to 5.71.0

Release notes

Sourced from @​tanstack/react-query's releases.

v5.71.0

Version 5.71.0 - 3/30/25, 12:53 PM

Changes

Feat

  • eslint-plugin: no void queryFn (#8878) (c2e5272) by Eliya Cohen

Test

  • query-core: fix mutationFn to use Promise.resolve to match TypeScript requirements (#8875) (1fa539a) by MINSEONG KIM

Ci

  • apply automated fixes (747eea8) by autofix-ci[bot]

Docs

  • react-community: fixed typescript typo (#8879) (62b8720) by Clarence
  • queryClient: JSDoc hint for queryClient.getQueryData (#8862) (e5ef275) by Tyler

Other

  • (cea2d58) by Dominik Dorfmeister

Packages

  • @​tanstack/query-core@​5.71.0
  • @​tanstack/query-broadcast-client-experimental@​5.71.0
  • @​tanstack/query-persist-client-core@​5.71.0
  • @​tanstack/query-sync-storage-persister@​5.71.0
  • @​tanstack/react-query@​5.71.0
  • @​tanstack/react-query-devtools@​5.71.0
  • @​tanstack/react-query-persist-client@​5.71.0
  • @​tanstack/react-query-next-experimental@​5.71.0
  • @​tanstack/solid-query@​5.71.0
  • @​tanstack/solid-query-devtools@​5.71.0
  • @​tanstack/solid-query-persist-client@​5.71.0
  • @​tanstack/svelte-query@​5.71.0
  • @​tanstack/svelte-query-devtools@​5.71.0
  • @​tanstack/svelte-query-persist-client@​5.71.0
  • @​tanstack/vue-query@​5.71.0
  • @​tanstack/vue-query-devtools@​5.71.0
  • @​tanstack/angular-query-experimental@​5.71.0
  • @​tanstack/query-async-storage-persister@​5.71.0
  • @​tanstack/angular-query-devtools-experimental@​5.71.0

v5.70.0

Version 5.70.0 - 3/28/25, 3:06 PM

... (truncated)

Commits

Updates react-hook-form from 7.54.2 to 7.55.0

Release notes

Sourced from react-hook-form's releases.

Version 7.55.0

⚡️ createFormControl

  • Allow us to start subscribing outside of the React component
const { formControl, control } = createFormControl(props)
function App() {
const { register } = useForm({
formControl,
})
return <form />
}
function Test() {
useFormState({
control // no longer need context api
})
}

⚡️ subscribe

  • subscribe form state update without re-render
  • subscribe outside of the react component
const { formControl } = createFormControl(props)
formControl.subscribe({
formState: { isDirty: true },
callback: (formState) => {
if (formState.isDirty) {
// do something here
}
}
})
function App() {
const { register } = useForm({
formControl,
})
return <form />
}

🪲 fix react-hook-form/react-hook-form#12680: Update Fieldarray Unmount Status (react-hook-form/react-hook-form#12690)

... (truncated)

Commits

Updates react-router-dom from 7.4.0 to 7.4.1

Release notes

Sourced from react-router-dom's releases.

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

Changelog

Sourced from react-router-dom's changelog.

7.4.1

Patch Changes

Commits

Updates eslint-plugin-prettier from 5.2.4 to 5.2.5

Release notes

Sourced from eslint-plugin-prettier's releases.

v5.2.5

Patch Changes

Changelog

Sourced from eslint-plugin-prettier's changelog.

5.2.5

Patch Changes

Commits

Updates typescript-eslint from 8.27.0 to 8.28.0

Release notes

Sourced from typescript-eslint's releases.

v8.28.0

8.28.0 (2025-03-24)

🚀 Features

  • eslint-plugin: [prefer-nullish-coalescing] support if statement assignment (??=) and fix several minor bugs (#10861)

🩹 Fixes

  • eslint-plugin: [no-unsafe-function-type] remove fixable property (#10986)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from typescript-eslint's changelog.

8.28.0 (2025-03-24)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

Commits

Updates vite from 6.2.2 to 6.2.3

Release notes

Sourced from vite's releases.

v6.2.3

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

6.2.3 (2025-03-24)

Commits

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

@vercel
Copy link

vercel bot commented Mar 31, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
jhub-apps ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 31, 2025 11:59am
jhub-apps-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 31, 2025 11:59am

@jbouder jbouder merged commit 52a5550 into main Mar 31, 2025
26 checks passed
@jbouder jbouder deleted the dependabot/npm_and_yarn/ui/minors-79fca7243a branch March 31, 2025 12:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants