matteofigus / mirror-mirror

Look at your UI changes in prod before deploying to prod
MIT License
40 stars 0 forks source link

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

Open greenkeeper[bot] opened 7 years ago

greenkeeper[bot] commented 7 years ago

Version 12.0.0 of joi was just published.

Dependency joi
Current Version 11.4.0
Type dependency

The version 12.0.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 5 commits.

  • 79e23f2 12.0.0
  • ba5f3c9 Disable html escaping by default, leave it as an option
  • a188426 Merge pull request #1323 from fluxsauce/master
  • 7f50312 Removing unnecessary closure.
  • 7315922 Fix #1274: Updated API documentation for default dates.

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 7 years ago

Version 13.0.0 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 2 commits.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 13.0.1 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 3 commits.

  • 3d097d3 13.0.1
  • bd97db7 Accepts empty language key. Fixes #1334.
  • 8c68c3f Remove circular reference. Fixes #1333.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 13.0.2 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 5 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 13.1.0 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 7 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

See the full diff

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