Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): Bump the prod-dependencies group in /washboard-ui with 4 updates #1620

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 4, 2024

Bumps the prod-dependencies group in /washboard-ui with 4 updates: @tanstack/react-table, lucide-react, react-hook-form and react-router-dom.

Updates @tanstack/react-table from 8.12.0 to 8.13.2

Release notes

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

v8.13.2

Version 8.13.2 - 2/28/2024, 5:48 PM

Changes

Fix

Packages

  • @​tanstack/table-core@​8.13.2
  • @​tanstack/react-table@​8.13.2
  • @​tanstack/solid-table@​8.13.2
  • @​tanstack/vue-table@​8.13.2
  • @​tanstack/svelte-table@​8.13.2
  • @​tanstack/react-table-devtools@​8.13.2

v8.13.1

Version 8.13.1 - 2/28/2024, 5:37 PM

Changes

Fix

  • column getIsVisible works for parent group columns (#5380) (6792327e) by Kevin Van Cott

Packages

  • @​tanstack/table-core@​8.13.1
  • @​tanstack/react-table@​8.13.1
  • @​tanstack/solid-table@​8.13.1
  • @​tanstack/vue-table@​8.13.1
  • @​tanstack/svelte-table@​8.13.1
  • @​tanstack/react-table-devtools@​8.13.1

v8.13.0

Version 8.13.0 - 2/27/2024, 9:04 PM

Changes

Feat

  • pagination row count apis, new pagination docs (#5377) (1c0ce2d9) by Kevin Van Cott

Chore

  • add and configure size-limit (#5370) (631886b8) by Kevin Van Cott
  • Add knip and sherif (#5357) (06f560cf) by Lachlan Collins

... (truncated)

Commits

Updates lucide-react from 0.341.0 to 0.344.0

Release notes

Sourced from lucide-react's releases.

New icons 0.344.0

Modified Icons 🔨

New icons 0.343.0

Modified Icons 🔨

New icons 0.342.0

New icons 🎨

Modified Icons 🔨

Commits

Updates react-hook-form from 7.50.1 to 7.51.0

Release notes

Sourced from react-hook-form's releases.

Version 7.51.0

💬 add isValidating and validatingFields to field state (#10657)

const { formState: { validatingFields } } = useForm({ mode: 'onBlur' });

⌨️ chore: replace ts-ignore with ts-expect-error (#11573) 🧗‍♂️ chore: update lib dev deps (#11548) 💅 related #11541 improve dirty check when undefined provided with reset api 😾 fix #11514 issue under strict mode reset invoke twice reset mounted field names with keepDirtyValues (#11546) 🤡 fix flush root render hack (#11521) 🧽 chore: removed unused utils and resp. test cases (#11476) 🐞 close #11503 issue dirty field update with async validation (#11509)

Revert "🔧 fix data param in handleSubmit when TTransformedValues is a union type (#11420)" Revert "✨ feat(values): priorities values over defaultvalues (#11399)" (#11545)

❤️ Thanks to @​deepgolani4, @​pbankonier and @​deepgolani4 ❤️ Thank you principal.com for your contribution

Changelog

Sourced from react-hook-form's changelog.

[7.51.0] - 2024-3-2

Added

  • added 'validateFields' to formState
const { formState: { validateFields } } = useForm();

[7.49.0] - 2023-12-10

Added

  • add reactive errors prop at useForm
useForm({
  errors, // Server errors
});

[7.48.0] - 2023-11-05

Added

  • added new disabled prop for useForm to disable the entire form
const App = () => {
  const [disabled, setDisabled] = useState(false);
  const { handleSubmit } = useForm({ disabled });

return ( <form onSubmit={handleSubmit(async () => { setDisabled(true); await sleep(100); setDisabled(false); })} / > ); }

[7.47.0] - 2023-10-02

Added

  • reset api with keepIsSubmitSuccessful option, keep successfully submitted form state.

... (truncated)

Commits
  • 9b14d0f 7.51.0
  • 215d633 ⌨️ chore: replace ts-ignore with ts-expect-error (#11573)
  • ec8a46e 🧗‍♂️ chore: update lib dev deps (#11548)
  • bba5524 💅 related #11541 improve dirty check when undefined provided with reset api
  • ebc1f2c 💬 add isValidating and validatingFields to field state (#10657)
  • 92a9a97 😾 fix #11514 issue under strict mode reset invoke twice reset mounted field n...
  • 2d58212 Revert "✨ feat(values): priorities values over defaultvalues (#11399)" (#11545)
  • b6bbd8a 🤡 fix flush root render hack (#11521)
  • 8b12f99 Revert "🔧 fix data param in handleSubmit when TTransformedValues is a union t...
  • 73d7c10 ❤️ thank you principal.com for your contribution
  • Additional commits viewable in compare view

Updates react-router-dom from 6.22.1 to 6.22.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

react-router-dom-v5-compat@6.4.0-pre.7

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.7
    • react-router-dom@6.4.0-pre.7

react-router-dom-v5-compat@6.4.0-pre.6

Patch Changes

  • 44bce3c6: Fix react-router-dom peer dependency version
    • react-router@6.4.0-pre.6
    • react-router-dom@6.4.0-pre.6

react-router-dom-v5-compat@6.4.0-pre.5

... (truncated)

Changelog

Sourced from react-router-dom's changelog.

6.22.2

Patch Changes

  • Updated dependencies:
    • @remix-run/router@1.15.2
    • react-router@6.22.2
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 will merge this PR once it's up-to-date and CI passes on it, as requested by @lachieh.


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

@dependabot dependabot bot requested a review from a team as a code owner March 4, 2024 14:57
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 4, 2024
Bumps the prod-dependencies group in /washboard-ui with 4 updates: [@tanstack/react-table](https://github.com/TanStack/table/tree/HEAD/packages/react-table), [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react), [react-hook-form](https://github.com/react-hook-form/react-hook-form) and [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom).


Updates `@tanstack/react-table` from 8.12.0 to 8.13.2
- [Release notes](https://github.com/TanStack/table/releases)
- [Commits](https://github.com/TanStack/table/commits/v8.13.2/packages/react-table)

Updates `lucide-react` from 0.341.0 to 0.344.0
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/0.344.0/packages/lucide-react)

Updates `react-hook-form` from 7.50.1 to 7.51.0
- [Release notes](https://github.com/react-hook-form/react-hook-form/releases)
- [Changelog](https://github.com/react-hook-form/react-hook-form/blob/master/CHANGELOG.md)
- [Commits](react-hook-form/react-hook-form@v7.50.1...v7.51.0)

Updates `react-router-dom` from 6.22.1 to 6.22.2
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@6.22.2/packages/react-router-dom)

---
updated-dependencies:
- dependency-name: "@tanstack/react-table"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: lucide-react
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: react-hook-form
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: react-router-dom
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/washboard-ui/prod-dependencies-1b7d1922b8 branch from ab95cdf to 79c4894 Compare March 4, 2024 17:30
Copy link
Contributor

@lachieh lachieh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

@dependabot dependabot bot merged commit ef3955a into main Mar 4, 2024
39 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/washboard-ui/prod-dependencies-1b7d1922b8 branch March 4, 2024 17:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant