canjs / can-validate-validatejs

Create validator functions using validate.js.
https://canjs.com/doc/can-validate-validatejs.html
MIT License
2 stars 0 forks source link

Update validate.js to the latest version 🚀 #16

Open greenkeeper[bot] opened 6 years ago

greenkeeper[bot] commented 6 years ago

Version 0.12.0 of validate.js was just published.

Dependency validate.js
Current Version 0.11.1
Type dependency

The version 0.12.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 validate.js.

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 21 commits.

  • f907eb8 Release version 0.12.0
  • ff04862 Escape attributes when collecting form values
  • bfa56eb Fix a bug that caused validations to fail if any value was a promise
  • 07f64ec Merge pull request #172 from mobilexag/bugfix/date-time-milliseconds
  • 1470cf3 Merge pull request #183 from MiniverCheevy/patch-1
  • 70dd12d Merge pull request #185 from jkeylu/master
  • c506a4a Merge pull request #202 from johnturingan/master
  • 1656538 Merge pull request #164 from vdh/prettify-via-options
  • f5ce072 [BUGFIX] handle selectedIndex -1
  • 76ba6ad Allow negative numbers when using strict mode with numericality
  • 208bf68 Fix some documentation issues
  • 8b07b87 Don't reject empty strings, arrays etc in presence by default
  • f23082e Allow custom prettify function to be defined via global options
  • 2a8d3aa fix type definition
  • 255df8f correct an issue with IE 11

There are 21 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 5 years ago

Update to this version instead 🚀

Release Notes for 0.13.0

• added missing 'var' to avoid leaking to the global namespace (#242)
• There is now a type validator that will check the value's type. Thanks Dmitry Kirilyuk for suggesting this.
• make a best guess at prettifying object with no toString (#284)
• Support for data URIs (#278)
• Fix some issues with the email validation. Thanks Yusuf Aji Wibowo for reporting it.
• If within in the exclusion validator is an object the values are now used when formatting ${value} in the message. Thanks Rhys Lloyd for reporting it.

Commits

The new version differs by 25 commits.

  • 95c3cd0 Release version 0.13.0
  • 648695a Update examples.html (#260)
  • ce39894 Fix typo in changelog (#253)
  • 1fcc548 feature: make a best guess at prettifying object with no prototype (#284)
  • 366d519 Update a typo in the docs (#286)
  • 3b87db5 Corrected a typo on index.html (#293)
  • c7553ff fix typo aainst -> against (#289)
  • e913a41 Add an npmignore file
  • e98811b Anonymize the google analytics IP
  • e68360a Support for data URIs (#278)
  • cccc345 added missing 'var' to avoid leaking to the global namespace (#242)
  • c54cd8e Add a type validator
  • 55d4e3a Update jQuery
  • 854501a Stop logging errors when validating things without a length property
  • 9b7c88a Use the values for within when formatting exclusion messages

There are 25 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead 🚀