Skip to content
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

Update dependency yup to v0.32.11 #38

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Nov 20, 2020

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
yup 0.29.3 -> 0.32.11 age adoption passing confidence

Release Notes

jquense/yup

v0.32.11

Compare Source

Bug Fixes

v0.32.10

Compare Source

Bug Fixes
Features

v0.32.9

Compare Source

Bug Fixes

v0.32.8

Compare Source

v0.32.7

Compare Source

v0.32.6

Compare Source

Bug Fixes

v0.32.5

Compare Source

Bug Fixes
  • types: change base.default() to any (01c6930)

v0.32.4

Compare Source

Bug Fixes
  • types: rm base pick/omit types as they conflict with more specific ones (14e2c8c)
Features

v0.32.3

Compare Source

Bug Fixes
  • types: AnyObjectSchema anys (1c54665)

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 to concat(). They can be overridden if needed after concatenation
  • schema factory functions are no longer constructors. The classes are now also exported for extension or whatever else. e.g. import { StringSchema, string } from 'yup'

0.31.1 (2020-12-01)

Bug Fixes
  • swallowed errors on nested schema with no tests (5316ab9), closes #​1127
Features

v0.31.1

Compare Source

Bug Fixes
  • swallowed errors on nested schema with no tests (5316ab9), closes #​1127
Features

v0.31.0

Compare Source

Bug Fixes
Features
  • add array.length() and treat empty arrays as valid for required() (fbc158d)
  • add object.pick and object.omit (425705a)
  • deprecate the getter overload of default() (#​1119) (5dae837)
  • more strictly coerce strings, exclude arrays and plain objects (963d2e8)
BREAKING CHANGES
  • array().required() will no longer consider an empty array missing and required checks will pass.

To maintain the old behavior change to:

array().required().min(1)
  • plain objects and arrays are no long cast to strings automatically

to recreate the old behavior:

string().transform((_, input) => input != null && input.toString ? input.toString() : value);

v0.30.0

Compare Source

Bug Fixes
Features
  • exposes context on mixed.test function and add originalValue to context (#​1021) (6096064)
Performance Improvements
BREAKING CHANGES
  • defined() now doesn't automatically allow null, this was a bug. to mimic the old behavior add nullable() to schema with defined()

0.29.3 (2020-08-04)

0.29.2 (2020-07-27)

Bug Fixes
Features

0.29.1 (2020-05-27)

Bug Fixes
Features
  • allow access to parent schema (and unlimited ancestors!) in test context (#​556) (db35920)

Configuration

📅 Schedule: Branch creation - "before 4am" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate
Copy link
Author

renovate bot commented Nov 20, 2020

Branch automerge failure

This PR was configured for branch automerge, however this is not possible so it has been raised as a PR instead.


  • Branch has one or more failed status checks

@renovate renovate bot force-pushed the renovate/yup-0.x branch from bab894a to 34b9365 Compare November 23, 2020 17:23
@renovate renovate bot changed the title Update dependency yup to v0.30.0 Update dependency yup to v0.31.0 Nov 23, 2020
@renovate renovate bot force-pushed the renovate/yup-0.x branch 2 times, most recently from 4bcd4cb to 64907a9 Compare December 1, 2020 01:45
@renovate renovate bot changed the title Update dependency yup to v0.31.0 Update dependency yup to v0.31.1 Dec 1, 2020
@renovate renovate bot force-pushed the renovate/yup-0.x branch 3 times, most recently from d5087b0 to ab53e66 Compare December 3, 2020 20:30
@renovate renovate bot changed the title Update dependency yup to v0.31.1 Update dependency yup to v0.32.0 Dec 3, 2020
@renovate renovate bot force-pushed the renovate/yup-0.x branch from ab53e66 to eebebb0 Compare December 4, 2020 14:23
@renovate renovate bot changed the title Update dependency yup to v0.32.0 Update dependency yup to v0.32.1 Dec 4, 2020
@renovate renovate bot force-pushed the renovate/yup-0.x branch from eebebb0 to daeefbd Compare December 7, 2020 14:54
@renovate renovate bot changed the title Update dependency yup to v0.32.1 Update dependency yup to v0.32.2 Dec 7, 2020
@renovate renovate bot force-pushed the renovate/yup-0.x branch from daeefbd to ebfb7e1 Compare December 7, 2020 15:59
@renovate renovate bot changed the title Update dependency yup to v0.32.2 Update dependency yup to v0.32.3 Dec 7, 2020
@renovate renovate bot force-pushed the renovate/yup-0.x branch from ebfb7e1 to 1529478 Compare December 7, 2020 21:32
@renovate renovate bot changed the title Update dependency yup to v0.32.3 Update dependency yup to v0.32.4 Dec 7, 2020
@renovate renovate bot force-pushed the renovate/yup-0.x branch from 1529478 to 9c1bf4c Compare December 7, 2020 22:52
@renovate renovate bot changed the title Update dependency yup to v0.32.4 Update dependency yup to v0.32.5 Dec 7, 2020
@renovate renovate bot force-pushed the renovate/yup-0.x branch from 9c1bf4c to b7b8d72 Compare December 8, 2020 15:08
@renovate renovate bot changed the title Update dependency yup to v0.32.5 Update dependency yup to v0.32.6 Dec 8, 2020
@renovate renovate bot force-pushed the renovate/yup-0.x branch from b7b8d72 to b672237 Compare December 10, 2020 18:38
@renovate renovate bot changed the title Update dependency yup to v0.32.6 Update dependency yup to v0.32.7 Dec 10, 2020
@renovate renovate bot force-pushed the renovate/yup-0.x branch from b672237 to 08ba305 Compare December 10, 2020 18:43
@renovate renovate bot changed the title Update dependency yup to v0.32.7 Update dependency yup to v0.32.8 Dec 10, 2020
@renovate renovate bot force-pushed the renovate/yup-0.x branch 3 times, most recently from 3646ca6 to ef21a63 Compare December 18, 2020 10:47
@renovate renovate bot force-pushed the renovate/yup-0.x branch 3 times, most recently from e6d2f35 to 4c8d571 Compare February 17, 2021 15:10
@renovate renovate bot changed the title Update dependency yup to v0.32.8 Update dependency yup to v0.32.9 Feb 17, 2021
@renovate renovate bot force-pushed the renovate/yup-0.x branch 2 times, most recently from dde863a to 1a6d077 Compare February 20, 2021 11:01
@renovate renovate bot force-pushed the renovate/yup-0.x branch 4 times, most recently from 9251e47 to 53d4e0b Compare March 10, 2021 13:11
@renovate renovate bot force-pushed the renovate/yup-0.x branch 3 times, most recently from b8f1d30 to ab1cf75 Compare March 21, 2021 10:19
@renovate renovate bot force-pushed the renovate/yup-0.x branch from ab1cf75 to 7852ae3 Compare March 28, 2021 13:37
@renovate renovate bot force-pushed the renovate/yup-0.x branch from 7852ae3 to f15ed1b Compare April 6, 2021 09:57
@renovate renovate bot force-pushed the renovate/yup-0.x branch 3 times, most recently from ca7bf93 to 4507058 Compare April 17, 2021 11:44
@renovate renovate bot force-pushed the renovate/yup-0.x branch from 4507058 to 447d7ec Compare April 28, 2021 11:12
@renovate renovate bot force-pushed the renovate/yup-0.x branch 4 times, most recently from 9fad6fb to 45ea6c3 Compare May 7, 2021 08:31
@renovate renovate bot force-pushed the renovate/yup-0.x branch 3 times, most recently from bb63a92 to 06c11cb Compare May 15, 2021 04:15
@renovate renovate bot force-pushed the renovate/yup-0.x branch from 06c11cb to 80246be Compare October 19, 2021 01:54
@renovate renovate bot changed the title Update dependency yup to v0.32.9 Update dependency yup to v0.32.11 Oct 19, 2021
@renovate
Copy link
Author

renovate bot commented Mar 25, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant