static-dev / spike-core

:warning: UNMAINTAINED :warning: A modern static build tool, powered by webpack
https://spike.js.org
Other
58 stars 9 forks source link

Update joi to the latest version πŸš€ #266

Open greenkeeper[bot] opened 6 years ago

greenkeeper[bot] commented 6 years ago

Version 13.1.0 of joi was just published.

Dependency joi
Current Version 12.0.0
Type dependency

The version 13.1.0 is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of joi.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Commits

The new version differs by 17 commits.

  • e2498c6 13.1.0
  • 2cc5c28 Merge pull request #1386 from choffmeister/fix-object-pattern
  • 90c53ea Merge pull request #1389 from fauzanhilmi/master
  • b7b40d7 Fix typo in string.min & string.length docs
  • b992da4 Fix object pattern in combination with empty
  • 1075980 Fix messages documentation on key/label
  • cc53881 Add .editorconfig .npmrc and .nvmrc
  • c711c73 13.0.2
  • 61107b5 Merge pull request #1354 from WesTyler/remove_example_validation
  • 06ae912 Remove validation from .example
  • a34deb3 Bump to lab 15
  • b681727 node 9
  • 3d097d3 13.0.1
  • bd97db7 Accepts empty language key. Fixes #1334.
  • 8c68c3f Remove circular reference. Fixes #1333.

There are 17 commits in total.

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper bot :palm_tree:

greenkeeper[bot] commented 6 years ago

Version 13.1.1 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 4 commits.

  • 9868466 13.1.1
  • 0045159 Merge pull request #1395 from davidjamesstone/master
  • 5d673a2 Updated tests
  • b8b229d Asserts that two arguments are provided to object.with() and object.without()

See the full diff

greenkeeper[bot] commented 6 years ago

Version 13.1.2 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 3 commits.

  • 97fa764 13.1.2
  • 45192c5 Fixes #1392: always shift the ordereds array even on other rules
  • 4d4e5db Update badges

See the full diff

greenkeeper[bot] commented 6 years ago

Version 13.1.3 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 29 commits.

  • b64b618 13.1.3
  • 4dbc593 Use prototype-less dictionaries. Fixes #1476.
  • 2193506 Update LICENSE
  • d3ded10 Merge pull request #1464 from dwelle/singleDoc
  • b906909 doc: clarify array().single() behavior
  • 5d9cf7b Remove Buffer constructor usage
  • 6f6ab17 Add documentation for #1452
  • 8224db3 Merge pull request #1452 from rocketspacer/feature/validate-port
  • 00f76e1 Add new validation number().port()
  • 5d680a5 Fixes language leak after #1423
  • 1a5b87c Merge pull request #1423 from kanongil/redundant-copy-fix
  • cb7a481 Merge pull request #1448 from fluxsauce/master
  • 35505cb Merge pull request #1435 from darknode/master
  • 7a1b413 Merge pull request #1433 from ArtemySinitsa/pre-split-array-reach-param
  • ec8a4b9 Include describe documentation in API. Fixes #1447

There are 29 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 13.2.0 just got published.

Update to this version instead πŸš€

greenkeeper[bot] commented 6 years ago

Version 13.3.0 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 14 commits.

  • 780b85c 13.3.0
  • 6e8fd72 Provide current value to any.invalid errors. Fixes #1479.
  • 7a0582d Redo 803e3bd better
  • ff10af1 Add convert support for byteAligned. Cleanup for #1422.
  • ed65256 Merge pull request #1422 from kanongil/hex-byte-align
  • 803e3bd Restore unknown size check. Cleanup for #1438.
  • 61849e8 Merge pull request #1438 from kanongil/set-unprocessed-keys
  • 8948420 Cleanup for #1415.
  • da8d6b8 Merge pull request #1415 from kanongil/faster-has-with-set
  • a366d2f Use Set() for handling of unprocessed keys
  • fbe7093 Add byteAligned option to hex string. Closes #1421
  • 7426273 Additional set optimizations
  • 49bcc52 Additional optimisations
  • 5e1ac2b Use Set for internal Set backend

See the full diff

greenkeeper[bot] commented 6 years ago

Version 13.4.0 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 13 commits.

  • f75f0d3 13.4.0
  • 759c558 Cleanup for #1499.
  • d97ca0d Merge pull request #1499 from rgoble4/dynamic-keys
  • 8a1eb96 Consider extended types parameters
  • eaefa17 review changes
  • 3a84adc update docs
  • b747016 Allow pattern to support schema objects
  • 944dbe9 Fix empty path reach. Fixes #1515.
  • 1f39ed4 Update issue templates
  • ee15213 Merge pull request #1514 from radicand/fix/1513
  • f097e37 remove indirect require reference to index.js
  • e520c6d Merge pull request #1500 from logoran/feature-date-greater-less
  • 97fb85c add date greater less rules

See the full diff

greenkeeper[bot] commented 6 years ago

Version 13.5.0 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 21 commits.

  • 63492d4 13.5.0
  • 334c1e3 Cleanup for #1532.
  • 3372df0 Merge pull request #1532 from rokoroku/patch-1
  • 3414eb7 Update documentation for string.trim([enabled])
  • 0a82b61 Add assertion for string.trim()
  • bcc5f12 Cleanup for #1510.
  • 8b39221 Merge pull request #1510 from Shudrum/dataUri
  • 2391f72 Cleanup for #1487.
  • 7aa0df0 Merge pull request #1487 from BolajiOlajide/ft-allow-square-brackets-param-url-validator
  • 37d3588 Add createError documentation. Fixes #999.
  • 77012b2 Add enabled flag to string.trim()
  • 8eefd0d Don't initialize options uselessly
  • 52fd99b Padding option added to dataUri like base64
  • 840eaad Move the dataUri tests after the base64 one
  • 83eb8eb Merge pull request #1511 from WesTyler/unique_ignoreUndefined_#1498

There are 21 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 13.5.1 just got published.

Update to this version instead πŸš€

greenkeeper[bot] commented 6 years ago

Version 13.5.2 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 4 commits ahead by 4, behind by 1.

  • a9eb527 13.5.2
  • 2dbc75a 13.5.1
  • 02dc91a Merge pull request #1550 from heylookalive/master
  • cf71883 Update the README.md example to highlight the minDomainAtoms option for the email validation method.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 13.6.0 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 7 commits.

  • 5eff33e 13.6.0
  • fd28a30 More ES6: use super.describe() instead
  • af83fa4 Update travis
  • 4e894c5 Remove stale example. Fixes #1561.
  • 88b2a42 Remove obsolete sentence
  • c9ce43b Document the extension params behavior. Fixes #966.
  • d29b6cd Pass value to number.base error

See the full diff

greenkeeper[bot] commented 6 years ago

Update to this version instead πŸš€

Commits

The new version differs by 9 commits.

  • e4b82f6 13.7.0
  • 6bbbdaf Add documentation for #1562.
  • 1e837de Merge pull request #1599 from rluba/patch-1
  • fd1911a Link to isemail for email() options
  • a496210 Merge pull request #1572 from dnalborczyk/patch-1
  • 73f3efd Update API.md
  • da70a73 Merge pull request #1562 from kanongil/symbol-support
  • 070d3c9 Remove symbol key for map and revise stringification
  • 8f7f242 Add symbol() type

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 34 commits.

  • 24c8432 14.0.0
  • b3774ef Bump lab and fix linting
  • 6705a85 Merge branch 'v14'
  • 3baeda0 Parent override nested messages. Fixes #1568.
  • c16aedf Merge pull request #1609 from JasonEtco/patch-1
  • 272cf63 Tiny typo
  • d790369 Fix tests
  • 466d9e5 Merge pull request #1554 from BolajiOlajide/ft-add-support-for-nested-objects
  • ca74181 Add errors documentation to symbol
  • 8026c0e Merge branch 'master' into v14
  • 6aedbb2 Document all errors and improve some of them. Fixes #1004.
  • 67ae968 Fixes any.valid with insensitive. Fixes #1191.
  • f225d91 Add once flag on lazy schemas. Fixes #1258.
  • e7cf726 Change default behavior of stripUnknown: true. Part of #1559.
  • 427a3c2 Fix a few more edge cases for #1504.

There are 34 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 4 commits.

  • 87b5f1d 14.0.1
  • 59c8d23 Fix nested paths on dependencies with keys. Fixes #1617.
  • e3402fe Add safety test for options modification
  • a1a79b3 Optimize performance a bit

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 5 commits.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 3 commits.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 4 commits.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 13 commits.

  • a483e18 14.0.5
  • 6e9581e Merge pull request #1621 from johannesschobel/patch-1
  • cebb4f3 Merge pull request #1638 from paxa1887/#1637.Using_Number.MAX_SAFE_INTEGER_throw_error
  • 12a4666 Fixes for #1642.
  • 7c442eb Merge pull request #1642 from kanongil/more-benchmarks
  • f1a4072 Merge pull request #1641 from kanongil/benchmark-fix
  • 2522316 Additional tests
  • 0f2d7f5 Fix wrong data in report
  • a72af2f fix linting error
  • eb37582 fix condition, add tests for safe numbers
  • b411b8e Add another benchmark and report errors
  • 8adf1d8 Add initial benchmarks
  • 6b3a6c4 Update README.md

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 2 commits.

  • a9aa3e7 14.0.6
  • 1c9d2bb Correctly validate the mime-type part of data-uris. Fixes #1607.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 7 commits.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 4 commits.

  • 99e505d 14.1.1
  • e63e3fb Correctly merge language options. Fixes #1658.
  • 73cbaeb Merge pull request #1662 from hapijs/readme_wording
  • de8bcb0 Remove whitelist/blacklist terms

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 6 commits.

  • 6bfda2c 14.2.0
  • afa8af2 Add support for self errors
  • b9e235f Use some more template strings
  • 028d6fe Cleanup for #1659.
  • 354f6fa Merge pull request #1659 from erquhart/assert-item
  • c21e7d4 Add array().assertItem(). Closes #1656

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 5 commits.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 8 commits.

  • 454d06c 14.3.1
  • be992bd Add more methods to bind. Fixes #1691.
  • 9cdec92 Add minSamples on benchmarks
  • 7f7560e Merge pull request #1676 from leesei/patch-1
  • 31728fa Update API.md
  • 61ccb77 Add example for when() to express complex logic
  • 25894cd Merge pull request #1669 from rouanw/master
  • 2980640 Fix typo: non -> none

See the full diff