Skip to content

Bump @stackup/form from 0.3.2 to 0.3.5#187

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/stackup/form-0.3.5
Closed

Bump @stackup/form from 0.3.2 to 0.3.5#187
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/stackup/form-0.3.5

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 2, 2020

Bumps @stackup/form from 0.3.2 to 0.3.5.

Release notes

Sourced from @stackup/form's releases.

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
  • 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
  • 9ba4914 Specify a size limit
  • af96f02 Only increment the number of submissions if validation succeeds
  • 80c16a7 Update documentation
  • 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.5.
- [Release notes](https://github.com/rzane/form/releases)
- [Commits](rzane/form@v0.3.2...v0.3.5)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 2, 2020
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 28, 2022

Superseded by #404.

@dependabot dependabot bot closed this Feb 28, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/stackup/form-0.3.5 branch February 28, 2022 10:02
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.

0 participants