Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 21, 2025

Bumps the conform group with 3 updates: @conform-to/dom, @conform-to/react and @conform-to/zod.

Updates @conform-to/dom from 1.5.1 to 1.8.2

Release notes

Sourced from @​conform-to/dom's releases.

v1.8.2

What's Changed

New Contributors

Full Changelog: edmundhung/conform@v1.8.1...v1.8.2

v1.8.1

What's Changed

  • fix(future-export): useControl now properly resets file inputs when receiving an empty array (edmundhung/conform#976)

Full Changelog: edmundhung/conform@v1.8.0...v1.8.1

v1.8.0

What's changed

This version introduced two new experimental APIs under the future export.

  • useFormData: A low-level React hook that lets you derive a value from the current FormData of a form and re-render only when that value changes.

    const isAdmin = useFormData(
      formRef,
      (formData) => formData?.get('role') === 'admin',
    );
  • isDirty: A utility function for checking whether the current form values differ from the default values.

    const dirty = isDirty(formData, { defaultValue });

These APIs are designed to decouple form state from the core logic and provide more flexibility for reacting to form changes without relying on internal context. They are also part of the groundwork for a simpler useForm hook in future versions.

Learn more in the announcement post.

No changes were made to the future useControl hook in this release. Everything should continue to work as expected.

Full Changelog: edmundhung/conform@v1.7.2...v1.8.0

v1.7.2

What's Changed

... (truncated)

Commits
  • 4a9fb82 release: bump packages version (#987)
  • 4c0bc13 fix: update input default value only if defined before resetting (#980)
  • 53a5da2 release: bump packages version (#977)
  • a5e16f5 fix: future useControl should reset file input if received an empty array (...
  • 9f9c1c9 release: bump packages version (#972)
  • 909fc5e feat: introduce useFormData hook and isDirty helper (#971)
  • a4c5e9d release: bump packages version (#970)
  • f75e567 release: bump packages version (#965)
  • d8c95d9 fix(conform-react): ensure useControl works when File or FileList is undefine...
  • 21082e2 chore: setup both browser and node tests with vitest (#967)
  • Additional commits viewable in compare view

Updates @conform-to/react from 1.5.1 to 1.8.2

Release notes

Sourced from @​conform-to/react's releases.

v1.8.2

What's Changed

New Contributors

Full Changelog: edmundhung/conform@v1.8.1...v1.8.2

v1.8.1

What's Changed

  • fix(future-export): useControl now properly resets file inputs when receiving an empty array (edmundhung/conform#976)

Full Changelog: edmundhung/conform@v1.8.0...v1.8.1

v1.8.0

What's changed

This version introduced two new experimental APIs under the future export.

  • useFormData: A low-level React hook that lets you derive a value from the current FormData of a form and re-render only when that value changes.

    const isAdmin = useFormData(
      formRef,
      (formData) => formData?.get('role') === 'admin',
    );
  • isDirty: A utility function for checking whether the current form values differ from the default values.

    const dirty = isDirty(formData, { defaultValue });

These APIs are designed to decouple form state from the core logic and provide more flexibility for reacting to form changes without relying on internal context. They are also part of the groundwork for a simpler useForm hook in future versions.

Learn more in the announcement post.

No changes were made to the future useControl hook in this release. Everything should continue to work as expected.

Full Changelog: edmundhung/conform@v1.7.2...v1.8.0

v1.7.2

What's Changed

... (truncated)

Commits
  • 4a9fb82 release: bump packages version (#987)
  • 53a5da2 release: bump packages version (#977)
  • a5e16f5 fix: future useControl should reset file input if received an empty array (...
  • 9f9c1c9 release: bump packages version (#972)
  • 909fc5e feat: introduce useFormData hook and isDirty helper (#971)
  • a4c5e9d release: bump packages version (#970)
  • f75e567 release: bump packages version (#965)
  • d8c95d9 fix(conform-react): ensure useControl works when File or FileList is undefine...
  • 21082e2 chore: setup both browser and node tests with vitest (#967)
  • 5f886c3 fix(conform-react): stop setting aria-invalid on form and fieldset elements (...
  • Additional commits viewable in compare view

Updates @conform-to/zod from 1.5.1 to 1.8.2

Release notes

Sourced from @​conform-to/zod's releases.

v1.8.2

What's Changed

New Contributors

Full Changelog: edmundhung/conform@v1.8.1...v1.8.2

v1.8.1

What's Changed

  • fix(future-export): useControl now properly resets file inputs when receiving an empty array (edmundhung/conform#976)

Full Changelog: edmundhung/conform@v1.8.0...v1.8.1

v1.8.0

What's changed

This version introduced two new experimental APIs under the future export.

  • useFormData: A low-level React hook that lets you derive a value from the current FormData of a form and re-render only when that value changes.

    const isAdmin = useFormData(
      formRef,
      (formData) => formData?.get('role') === 'admin',
    );
  • isDirty: A utility function for checking whether the current form values differ from the default values.

    const dirty = isDirty(formData, { defaultValue });

These APIs are designed to decouple form state from the core logic and provide more flexibility for reacting to form changes without relying on internal context. They are also part of the groundwork for a simpler useForm hook in future versions.

Learn more in the announcement post.

No changes were made to the future useControl hook in this release. Everything should continue to work as expected.

Full Changelog: edmundhung/conform@v1.7.2...v1.8.0

v1.7.2

What's Changed

... (truncated)

Commits

You can trigger a rebase of this PR 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

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 21, 2025
@vercel
Copy link

vercel bot commented Jul 21, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
birdxplorer-viewer Ready Ready Preview Comment Nov 24, 2025 1:22am

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/conform-b897ee2061 branch from 0dffdee to 9e25498 Compare August 8, 2025 09:13
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/conform-b897ee2061 branch from 9e25498 to 1ee73d6 Compare August 8, 2025 09:20
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/conform-b897ee2061 branch from 1ee73d6 to 56e6174 Compare August 8, 2025 10:19
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/conform-b897ee2061 branch from 56e6174 to 611065a Compare October 13, 2025 01:19
@dependabot dependabot bot changed the base branch from main to dev October 22, 2025 08:34
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/conform-b897ee2061 branch from 611065a to d6cd557 Compare November 3, 2025 01:30
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 17, 2025

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

Bumps the conform group with 3 updates: [@conform-to/dom](https://github.com/edmundhung/conform/tree/HEAD/packages/conform-dom), [@conform-to/react](https://github.com/edmundhung/conform/tree/HEAD/packages/conform-react) and [@conform-to/zod](https://github.com/edmundhung/conform/tree/HEAD/packages/conform-zod).


Updates `@conform-to/dom` from 1.5.1 to 1.8.2
- [Release notes](https://github.com/edmundhung/conform/releases)
- [Commits](https://github.com/edmundhung/conform/commits/v1.8.2/packages/conform-dom)

Updates `@conform-to/react` from 1.5.1 to 1.8.2
- [Release notes](https://github.com/edmundhung/conform/releases)
- [Commits](https://github.com/edmundhung/conform/commits/v1.8.2/packages/conform-react)

Updates `@conform-to/zod` from 1.5.1 to 1.8.2
- [Release notes](https://github.com/edmundhung/conform/releases)
- [Commits](https://github.com/edmundhung/conform/commits/v1.8.2/packages/conform-zod)

---
updated-dependencies:
- dependency-name: "@conform-to/dom"
  dependency-version: 1.8.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: conform
- dependency-name: "@conform-to/react"
  dependency-version: 1.8.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: conform
- dependency-name: "@conform-to/zod"
  dependency-version: 1.8.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: conform
...

Signed-off-by: dependabot[bot] <[email protected]>
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.

1 participant