-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(deps): update dependency yup to v0.32.8 #146
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
renovate
bot
force-pushed
the
renovate/yup-0.x
branch
from
December 1, 2020 01:44
5b05022
to
45928ca
Compare
renovate
bot
changed the title
fix(deps): update dependency yup to v0.31.0
fix(deps): update dependency yup to v0.31.1
Dec 1, 2020
renovate
bot
force-pushed
the
renovate/yup-0.x
branch
2 times, most recently
from
December 3, 2020 20:20
5fe50dc
to
f52b44c
Compare
renovate
bot
changed the title
fix(deps): update dependency yup to v0.31.1
fix(deps): update dependency yup to v0.32.0
Dec 3, 2020
renovate
bot
force-pushed
the
renovate/yup-0.x
branch
from
December 4, 2020 14:21
f52b44c
to
99dcb36
Compare
renovate
bot
changed the title
fix(deps): update dependency yup to v0.32.0
fix(deps): update dependency yup to v0.32.1
Dec 4, 2020
renovate
bot
force-pushed
the
renovate/yup-0.x
branch
from
December 7, 2020 15:06
99dcb36
to
fbfb2ac
Compare
renovate
bot
changed the title
fix(deps): update dependency yup to v0.32.1
fix(deps): update dependency yup to v0.32.2
Dec 7, 2020
renovate
bot
force-pushed
the
renovate/yup-0.x
branch
from
December 7, 2020 16:25
fbfb2ac
to
e2bc4d0
Compare
renovate
bot
changed the title
fix(deps): update dependency yup to v0.32.2
fix(deps): update dependency yup to v0.32.3
Dec 7, 2020
renovate
bot
force-pushed
the
renovate/yup-0.x
branch
from
December 7, 2020 21:13
e2bc4d0
to
ae0ff5f
Compare
renovate
bot
changed the title
fix(deps): update dependency yup to v0.32.3
fix(deps): update dependency yup to v0.32.4
Dec 7, 2020
renovate
bot
force-pushed
the
renovate/yup-0.x
branch
from
December 7, 2020 22:47
ae0ff5f
to
ca73919
Compare
renovate
bot
changed the title
fix(deps): update dependency yup to v0.32.4
fix(deps): update dependency yup to v0.32.5
Dec 7, 2020
renovate
bot
force-pushed
the
renovate/yup-0.x
branch
from
December 8, 2020 15:08
ca73919
to
8ca9738
Compare
renovate
bot
changed the title
fix(deps): update dependency yup to v0.32.5
fix(deps): update dependency yup to v0.32.6
Dec 8, 2020
renovate
bot
force-pushed
the
renovate/yup-0.x
branch
from
December 10, 2020 18:37
8ca9738
to
40a4bc8
Compare
renovate
bot
changed the title
fix(deps): update dependency yup to v0.32.6
fix(deps): update dependency yup to v0.32.7
Dec 10, 2020
renovate
bot
force-pushed
the
renovate/yup-0.x
branch
from
December 10, 2020 18:43
40a4bc8
to
476c6e3
Compare
renovate
bot
changed the title
fix(deps): update dependency yup to v0.32.7
fix(deps): update dependency yup to v0.32.8
Dec 10, 2020
renovate
bot
force-pushed
the
renovate/yup-0.x
branch
from
December 16, 2020 15:17
476c6e3
to
6639254
Compare
Airfooox
pushed a commit
that referenced
this pull request
Dec 25, 2020
## [1.4.2](v1.4.1...v1.4.2) (2020-12-25) ### Bug Fixes * **deps:** update dependency yup to v0.32.8 ([#146](#146)) ([fc2783d](fc2783d))
🎉 This PR is included in version 1.4.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.30.0
->0.32.8
0.29.9
->0.29.11
Release Notes
jquense/yup
v0.32.8
Compare Source
v0.32.7
Compare Source
v0.32.6
Compare Source
Bug Fixes
v0.32.5
Compare Source
Bug Fixes
v0.32.4
Compare Source
Bug Fixes
Features
v0.32.3
Compare Source
Bug Fixes
v0.32.2
Compare Source
Bug Fixes
v0.32.1
Compare Source
Bug Fixes
v0.32.0
Compare Source
Features
BREAKING CHANGES
concat
doesn't check for "unset" nullable or presence when merging meaning the nullability and presence will always be the same as the schema passed toconcat()
. They can be overridden if needed after concatenationimport { StringSchema, string } from 'yup'
0.31.1 (2020-12-01)
Bug Fixes
Features
isTrue
andisFalse
checks on boolean (#910) (630a641)v0.31.1
Compare Source
Bug Fixes
Features
isTrue
andisFalse
checks on boolean (#910) (630a641)v0.31.0
Compare Source
Bug Fixes
Features
default()
(#1119) (5dae837)BREAKING CHANGES
To maintain the old behavior change to:
to recreate the old behavior:
Renovate configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by WhiteSource Renovate. View repository job log here.