react-firebase-admin
react-firebase-admin copied to clipboard
Bump yup from 0.32.5 to 0.32.11
Bumps yup from 0.32.5 to 0.32.11.
Changelog
Sourced from yup's changelog.
0.32.11 (2021-10-12)
Bug Fixes
- dep ranges (2015c0f)
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
- add resolved to params (#1437) (03584f6)
- add types to setLocale (#1427) (7576cd8), closes #1321
- allows custom types to be passed to avoid cast to ObjectSchema (#1358) (94cfd11)
0.32.9 (2021-02-17)
Bug Fixes
- types: Array required() and defined() will no longer return any (#1256) (52e5876)
- export MixedSchema to fix ts with --declarations (#1204) (67c96ae)
- types: add generic to Reference.create() (#1208) (be3d1b4)
- types: reach and getIn make last 2 arguments optional (#1194) (5cf2c48)
- do not initialize spec values with undefined (#1177) (e8e5b46), closes jquense/yup#1160 jquense/yup#1160
- types: meta() return type (e41040a)
- array handling in SchemaOf type (#1169) (e785e1a)
- types: make StringSchema.matches options optional (#1166) (b53e5f2)
- types: SchemaOf doesn't produce a union of base schema (2d71f32)
... (truncated)
Commits
d072af3
Publish v0.32.112015c0f
fix: dep ranges846161e
Publish v0.32.101d767b4
chore: fix ts compilation2778b88
Merge pull request #1483 from jquense/bug-bash4bdc4e4
chore: bump deps and clean up tooling5334349
fix: carry over excluded edges when concating objectsf3056f2
fix: missing transforms on concat03584f6
feat: add resolved to params (#1437)7842afb
fix: oneOf, notOneOf swallowing multiple errors (#1434)- Additional commits viewable in compare view
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)