danielbayerlein / dashboard

📺 Create your own team dashboard with custom widgets. Built with Next.js, React, styled-components and polished.
MIT License
1.3k stars 189 forks source link

Bump yup from 0.32.9 to 0.32.10 #334

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps yup from 0.32.9 to 0.32.10.

Changelog

Sourced from yup's changelog.

0.32.10 (2021-10-11)

Bug Fixes

  • carry over excluded edges when concating objects (5334349), closes #1423
  • fix the typo for the array length validation (#1287) (4c17508)
  • missing transforms on concat (f3056f2), closes #1260
  • oneOf, notOneOf swallowing multiple errors (#1434) (7842afb)
  • prevent unhandled Promise rejection when returning rejected Promise inside test function (#1327) (5eda549)
  • SchemaOf<>'s treatment of Date objects. (#1305) (91ace1e), closes #1243 #1302
  • update lodash/lodash-es to fix CVEs flagged in 4.17.20 (#1334) (70d0b67)
  • utils: use named functions for default exports (#1329) (acbb8b4)

Features

Commits


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)
dependabot[bot] commented 3 years ago

Superseded by #335.