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 #14

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented May 26, 2019

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
yup 0.27.0 -> 0.32.11 age adoption passing confidence
@​types/yup 0.26.12 -> 0.32.0 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

jquense/yup (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)

v0.29.3

Compare Source

v0.29.2

Compare Source

Bug Fixes
Features

v0.29.1

Compare Source

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

v0.29.0

Compare Source

  • feat!: update docs to account for changes in types and add additional example (#​891) (e105a71), closes #​891
Bug Fixes
  • object bug when nested object has a property with strict (#​871) (7f52b8a)
Features
BREAKING CHANGES
  • For users of @types/yup only, no function changes but the type def change is large enough that it warranted a major bump here

0.28.5 (2020-04-30)

Bug Fixes

0.28.4 (2020-04-20)

Bug Fixes
Features
  • make schema.type and array.innerType public API's (8f00d50)
  • provide keys in default noUnknown message (#​579) (ad5d015)

0.28.3 (2020-03-06)

Bug Fixes

v0.28.5

Compare Source

Bug Fixes

v0.28.4

Compare Source

Bug Fixes
Features
  • make schema.type and array.innerType public API's (8f00d50)
  • provide keys in default noUnknown message (#​579) (ad5d015)

v0.28.3

Compare Source

Bug Fixes

v0.28.2

Compare Source

v0.28.1

Compare Source

v0.28.0

Compare Source

Bug Fixes
Features
BREAKING CHANGES
  • use Number.isInteger. This works correctly for large numbers.

Related to https://github.com/jquense/yup/pull/147

  • reach() no longer resolves the returned schema meaning it's conditions have not been processed yet; prefer validateAt/castAt where it makes sense
  • required no longer shows up twice in describe() output for array and strings, which also no longer override required

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/yup-0.x branch from 4674964 to 3a04425 Compare June 4, 2019 18:39
@renovate renovate bot changed the title Update dependency @types/yup to v0.26.13 Update dependency @types/yup to v0.26.14 Jun 4, 2019
@renovate renovate bot force-pushed the renovate/yup-0.x branch from 3a04425 to 1356d30 Compare June 10, 2019 17:23
@renovate renovate bot changed the title Update dependency @types/yup to v0.26.14 Update dependency @types/yup to v0.26.15 Jun 10, 2019
@renovate renovate bot force-pushed the renovate/yup-0.x branch from 1356d30 to 8293dcb Compare June 11, 2019 20:23
@renovate renovate bot changed the title Update dependency @types/yup to v0.26.15 Update dependency @types/yup to v0.26.16 Jun 11, 2019
@renovate renovate bot force-pushed the renovate/yup-0.x branch from 8293dcb to 937f441 Compare June 21, 2019 08:03
@renovate renovate bot changed the title Update dependency @types/yup to v0.26.16 Update dependency @types/yup to v0.26.17 Jun 21, 2019
@renovate renovate bot force-pushed the renovate/yup-0.x branch from 937f441 to d71dc86 Compare June 26, 2019 17:03
@renovate renovate bot changed the title Update dependency @types/yup to v0.26.17 Update dependency @types/yup to v0.26.18 Jun 26, 2019
@renovate renovate bot force-pushed the renovate/yup-0.x branch from d71dc86 to e5ff2c9 Compare July 1, 2019 17:27
@renovate renovate bot changed the title Update dependency @types/yup to v0.26.18 Update dependency @types/yup to v0.26.19 Jul 1, 2019
@renovate renovate bot force-pushed the renovate/yup-0.x branch from e5ff2c9 to 7837412 Compare July 1, 2019 19:50
@renovate renovate bot changed the title Update dependency @types/yup to v0.26.19 Update dependency @types/yup to v0.26.20 Jul 1, 2019
@renovate renovate bot force-pushed the renovate/yup-0.x branch from 7837412 to 1e63e1a Compare July 8, 2019 20:59
@renovate renovate bot changed the title Update dependency @types/yup to v0.26.20 Update dependency @types/yup to v0.26.21 Jul 8, 2019
@renovate renovate bot force-pushed the renovate/yup-0.x branch from 1e63e1a to 9cb52fb Compare July 16, 2019 16:26
@renovate renovate bot changed the title Update dependency @types/yup to v0.26.21 Update dependency @types/yup to v0.26.22 Jul 16, 2019
@renovate renovate bot force-pushed the renovate/yup-0.x branch from 9cb52fb to 0e4a148 Compare September 4, 2019 19:56
@renovate renovate bot changed the title Update dependency @types/yup to v0.26.22 Update dependency @types/yup to v0.26.23 Sep 4, 2019
@renovate renovate bot force-pushed the renovate/yup-0.x branch from 0e4a148 to c483d8d Compare October 3, 2019 04:00
@renovate renovate bot changed the title Update dependency @types/yup to v0.26.23 Update dependency @types/yup to v0.26.24 Oct 3, 2019
@renovate renovate bot force-pushed the renovate/yup-0.x branch from c483d8d to 3faf69d Compare December 15, 2019 00:59
@renovate renovate bot changed the title Update dependency @types/yup to v0.26.24 Update dependency @types/yup to v0.26.26 Dec 15, 2019
@renovate renovate bot force-pushed the renovate/yup-0.x branch from 3faf69d to 4e0d067 Compare December 22, 2019 04:00
@renovate renovate bot changed the title Update dependency @types/yup to v0.26.26 Update dependency yup to v0.28.0 Dec 22, 2019
@renovate renovate bot force-pushed the renovate/yup-0.x branch from 4e0d067 to 073fad8 Compare February 9, 2020 03:00
@renovate renovate bot changed the title Update dependency yup to v0.28.0 Update dependency yup to v0.28.1 Feb 9, 2020
@renovate renovate bot force-pushed the renovate/yup-0.x branch from 073fad8 to 9db8476 Compare February 22, 2020 12:59
@renovate renovate bot force-pushed the renovate/yup-0.x branch from 9db8476 to fe5c5f8 Compare March 14, 2020 13:04
@renovate renovate bot changed the title Update dependency yup to v0.28.1 Update dependency yup to v0.28.3 Mar 14, 2020
@renovate renovate bot force-pushed the renovate/yup-0.x branch from fe5c5f8 to 4b2afea Compare April 29, 2020 04:04
@renovate renovate bot changed the title Update dependency yup to v0.28.3 Update dependency yup to v0.28.4 Apr 29, 2020
@renovate renovate bot force-pushed the renovate/yup-0.x branch from 4b2afea to 8bf9b42 Compare May 8, 2020 11:50
@renovate renovate bot changed the title Update dependency yup to v0.28.4 Update dependency yup to v0.28.5 May 8, 2020
@renovate renovate bot force-pushed the renovate/yup-0.x branch from 8bf9b42 to f4a53aa Compare May 15, 2020 09:59
@renovate renovate bot force-pushed the renovate/yup-0.x branch from f4a53aa to c6ac438 Compare July 2, 2020 06:57
@renovate renovate bot changed the title Update dependency yup to v0.28.5 Update dependency yup to v0.29.1 Jul 2, 2020
@renovate renovate bot force-pushed the renovate/yup-0.x branch from c6ac438 to 5943b12 Compare August 22, 2020 03:03
@renovate renovate bot changed the title Update dependency yup to v0.29.1 Update dependency yup to v0.29.3 Aug 22, 2020
@renovate renovate bot force-pushed the renovate/yup-0.x branch from 5943b12 to 48f4efc Compare October 29, 2020 15:08
@renovate renovate bot force-pushed the renovate/yup-0.x branch from 48f4efc to 3a9ef28 Compare November 27, 2020 01:01
@renovate renovate bot changed the title Update dependency yup to v0.29.3 Update dependency yup to v0.31.0 Nov 27, 2020
@renovate renovate bot force-pushed the renovate/yup-0.x branch from 3a9ef28 to d5e9c96 Compare December 10, 2020 15:02
@renovate renovate bot changed the title Update dependency yup to v0.31.0 Update dependency yup to v0.32.6 Dec 10, 2020
@renovate renovate bot force-pushed the renovate/yup-0.x branch from d5e9c96 to 1e5aed1 Compare January 5, 2021 21:59
@renovate renovate bot changed the title Update dependency yup to v0.32.6 Update dependency yup to v0.32.8 Jan 5, 2021
@renovate renovate bot changed the title Update dependency yup to v0.32.8 Update dependency yup to v0.32.9 Apr 26, 2021
@renovate renovate bot force-pushed the renovate/yup-0.x branch from 1e5aed1 to 6f26037 Compare April 26, 2021 13:19
@renovate renovate bot force-pushed the renovate/yup-0.x branch from 6f26037 to a30266b Compare October 18, 2021 19:07
@renovate renovate bot changed the title Update dependency yup to v0.32.9 Update dependency yup to v0.32.11 Oct 18, 2021
@renovate renovate bot force-pushed the renovate/yup-0.x branch from a30266b to 643ed89 Compare June 18, 2022 18:50
@renovate renovate bot force-pushed the renovate/yup-0.x branch from 643ed89 to 3f46de6 Compare March 21, 2024 08:53
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