kevinhughes27 / ultimate-tournament

web application for running ultimate tournaments
0 stars 0 forks source link

Bump formik from 1.5.8 to 2.0.3 in /clients/admin #1239

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps formik from 1.5.8 to 2.0.3.

Release notes *Sourced from [formik's releases](https://github.com/jaredpalmer/formik/releases).* > ## v2.0.3 > ## Bugfixes > > - Fixed TypeScript when using `
` due to omitted 2nd generic to `React.forwardRef`. TypeScript users should use this version. > > **Commits** > - Update migrating docs to clarify breaking change e72db8a > - Update MIGRATING-v2.md ([#1937](https://github-redirect.dependabot.com/jaredpalmer/formik/issues/1937)) 8ed4418 > - Remove unnecessary word ([#1936](https://github-redirect.dependabot.com/jaredpalmer/formik/issues/1936)) 428eff2 > - Add form-specific props to Form component ([#1931](https://github-redirect.dependabot.com/jaredpalmer/formik/issues/1931)) e2c9c04 > - Fix docs bc9bc32 > - docs: fix bugs in tutorial example code ([#1932](https://github-redirect.dependabot.com/jaredpalmer/formik/issues/1932)) 547dbed > > https://github.com/jaredpalmer/formik/compare/v2.0.2...v2.0.3 > > ## v2.0.2 > ## Bugfixes > > - Fixed return TS type of of `useField` so that it returns a tuple > > **Commits** > - Fix tutorial edf4976 > - Fix field types ([#1930](https://github-redirect.dependabot.com/jaredpalmer/formik/issues/1930)) 7b0752a > - Update MIGRATING-v2.md 49254b8 > - Update MIGRATING-v2.md 42cc333 > - Update MIGRATING-v2.md 0517c8c > - Update MIGRATING-v2.md 6b220c0 > - v2 docs on website ([#1923](https://github-redirect.dependabot.com/jaredpalmer/formik/issues/1923)) c16fbc4 > > https://github.com/jaredpalmer/formik/compare/v2.0.1...v2.0.2 > > ## v2.0.1 > # Formik 2 Migration Guide > > ## Breaking Changes > > ### Minimum Requirements > > - Since Formik 2 is built on top of React Hooks, you must be on React 16.8.x or higher > - Since Formik 2 uses the `unknown` type, you must be on TypeScript 3.0 or higher > > ### `resetForm` > > **There is only one tiny breaking change in Formik 2.x.** Luckily, it probably won't impact verry many people. Long story short, because we introduced `initialErrors`, `initialTouched`, `initialStatus` props, `resetForm`'s signature has changed. It now accepts the next initial state of Formik (instead of just the next initial values). > > **v1** > > ```tsx > resetForm(nextValues); > ``` > ... (truncated)
Commits - [`127ad23`](https://github.com/jaredpalmer/formik/commit/127ad2369614af0e49e8cbca8e14cd233774f5ae) v2.0.3 - [`e72db8a`](https://github.com/jaredpalmer/formik/commit/e72db8a7a27ef8140f72344297e5d3fe20027446) Update migrating docs to clarify breaking change - [`8ed4418`](https://github.com/jaredpalmer/formik/commit/8ed4418d5801591457f6b03b6eb2399885d387b7) Update MIGRATING-v2.md ([#1937](https://github-redirect.dependabot.com/jaredpalmer/formik/issues/1937)) - [`428eff2`](https://github.com/jaredpalmer/formik/commit/428eff2d20809790f233c0b9d3ac05835a6314d1) Remove unnecessary word ([#1936](https://github-redirect.dependabot.com/jaredpalmer/formik/issues/1936)) - [`e2c9c04`](https://github.com/jaredpalmer/formik/commit/e2c9c04c937eac2cb605d7135e5693fe720a80b4) Add form-specific props to Form component ([#1931](https://github-redirect.dependabot.com/jaredpalmer/formik/issues/1931)) - [`bc9bc32`](https://github.com/jaredpalmer/formik/commit/bc9bc32e16098e2d595bcd64065fb7ea1438ee24) Fix docs - [`547dbed`](https://github.com/jaredpalmer/formik/commit/547dbedd7923257b1813660d857c03e9ae053ecf) docs: fix bugs in tutorial example code ([#1932](https://github-redirect.dependabot.com/jaredpalmer/formik/issues/1932)) - [`89d4126`](https://github.com/jaredpalmer/formik/commit/89d41263a5bf6688613e42967cd8a09704cd51de) v2.0.2 - [`edf4976`](https://github.com/jaredpalmer/formik/commit/edf497602a76fa8b15d94891ffcd3b7778040ba8) Fix tutorial - [`7b0752a`](https://github.com/jaredpalmer/formik/commit/7b0752a73ad1676ed88e92ca49f2e7341cce4413) Fix field types ([#1930](https://github-redirect.dependabot.com/jaredpalmer/formik/issues/1930)) - Additional commits viewable in [compare view](https://github.com/jaredpalmer/formik/compare/v1.5.8...v2.0.3)


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 will not automatically merge this PR because it includes a major update to a production dependency.


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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 5 years ago

Superseded by #1246.