Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 28, 2022

Bumps @stackup/form from 0.3.2 to 0.3.7.

Release notes

Sourced from @​stackup/form's releases.

v0.3.7

A more reliable means of defaulting the touch option to useSubmit.

v0.3.6

The useSubmit hook accepts validation options.

v0.3.5

  • Don't increment the submission count when the form fails validation
  • Shrink the bundle size a little bit

v0.3.4

Keep track of form submission. This allows you to retrieve the number of times the form has been submitted via form.submission.count and any errors that were thrown during submission via form.submission.error. These two properties in combination will allow you to determine if the form was successfully submitted.

v0.3.3

An actual fix for:

Warning: Can't call setState (or forceUpdate) on an unmounted component. This is a no-op, but it indicates a memory leak in your application. To fix, cancel all subscriptions and asynchronous tasks in the componentWillUnmount method.

Commits
  • b5434b5 Default touch to true
  • 68bc74f Allow validation options to be overridden for submit
  • 8e299af Exit publish script on invalid args
  • 16efc68 Merge pull request #34 from rzane/no-async
  • db43474 Merge pull request #24 from rzane/dependabot/npm_and_yarn/example/types/react...
  • 17c8291 Merge pull request #27 from rzane/dependabot/npm_and_yarn/example/typescript-...
  • 2f45373 Trim bundle size by avoiding async/await
  • d58a9af Bump typescript from 3.9.7 to 4.0.3 in /example
  • 7e82f62 Bump @​types/react from 16.9.46 to 16.9.49 in /example
  • 14c801c Merge pull request #33 from rzane/size-limit
  • Additional commits viewable in compare view

Dependabot compatibility score

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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@stackup/form](https://github.com/rzane/form) from 0.3.2 to 0.3.7.
- [Release notes](https://github.com/rzane/form/releases)
- [Commits](rzane/form@v0.3.2...v0.3.7)

---
updated-dependencies:
- dependency-name: "@stackup/form"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 28, 2022
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant