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

An in-range update of can-util is breaking the build 🚨 #11

Closed greenkeeper[bot] closed 7 years ago

greenkeeper[bot] commented 7 years ago

Version 3.9.10 of can-util just got published.

Branch Build failing 🚨
Dependency can-util
Current Version 3.9.9
Type dependency

This version is covered by your current version range and after updating it in your project the build failed.

can-util is a direct dependency of this project this is very likely breaking your project right now. If other packages depend on you it’s very likely also breaking them. I recommend you give this issue a very high priority. I’m sure you can resolve this :muscle:

Status Details - ❌ **continuous-integration/travis-ci/push** The Travis CI build failed [Details](https://travis-ci.org/canjs/can-validate-validatejs/builds/270970000?utm_source=github_status&utm_medium=notification)

Release Notes Remove pre-release package references

The post-can-reflect releases from CanJS 3.9 are all stable, so packages shouldn't be depending on pre-releases now.

Commits

The new version differs by 5 commits.

  • a2043a5 Update dist for release
  • 78db577 Merge pull request #330 from canjs/remove-prerelease-packages
  • ab91d59 Merge pull request #331 from canjs/attr-special-binding
  • 82dcc01 updating docs to new binding syntax
  • ce87cf6 Remove all prerelease package refs (canjs/canjs#3500)

See the full diff

Not sure how things should work exactly? There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 7 years ago

After pinning to 3.9.9 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

greenkeeper[bot] commented 7 years ago

Version 3.10.0 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v3.10.0
Commits

The new version differs by 3 commits.

  • f057fab Update dist for release
  • 3ab9c80 Merge pull request #235 from canjs/fix-234
  • 4295512 Update dist for release

See the full diff

greenkeeper[bot] commented 7 years ago

Version 3.10.1 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 1 commits.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 3.10.2 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes Fix dom/attr test to not run on server

#336

Commits

The new version differs by 7 commits.

  • 34f4583 Update dist for release
  • b613f81 Merge pull request #337 from canjs/bg-can-ajax
  • 6fc94b3 Revert "fix(package): update can-ajax to version 3.11.0"
  • 1412e79 Merge pull request #336 from canjs/bg-skipped-tests-320
  • cf42f0a Merge pull request #334 from canjs/greenkeeper/can-ajax-3.11.0
  • a270d88 Skip one test on server
  • ce35a55 fix(package): update can-ajax to version 3.11.0

See the full diff

greenkeeper[bot] commented 7 years ago

Version 3.10.3 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by commits.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 3.10.4 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 1 commits.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 3.10.5 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 3 commits.

  • 0431f75 Update dist for release
  • d48a16d Merge pull request #339 from canjs/update-can-globals
  • e38bce9 Upgrade can-globals to 0.1.0

See the full diff

greenkeeper[bot] commented 7 years ago

Version 3.10.6 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 3 commits.

  • 6f9098d Update dist for release
  • c1d9b12 Merge pull request #340 from canjs/remove-deprecation-notices
  • 40c56b3 Temporarily remove deprecation notices

See the full diff

greenkeeper[bot] commented 7 years ago

Version 3.10.7 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 5 commits.

  • 669f976 Update dist for release
  • 6b930b1 Merge pull request #345 from canjs/mme
  • 1c10363 Prevent keeping count of DocumentFragments in mutation events
  • 6ac439c Merge pull request #344 from canjs/341-fix-explorer-spelling
  • 25d0d68 Fix spelling of Internet Explorer in docs (#341)

See the full diff

greenkeeper[bot] commented 7 years ago

Version 3.10.9 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 12 commits.

  • 9e008ba Update dist for release
  • 24168c1 Merge pull request #349 from canjs/upgrade-can-globals
  • b4326d5 Upgrade to can-globals 0.2.1
  • 51ea1fc Merge pull request #353 from canjs/deprecate-can-cid-map-and-set
  • fce3514 Deprecate cid-map and cid-set
  • d184050 Merge pull request #350 from canjs/deprecate-dom/data/core
  • 43eec95 Fixing Sauce Labs badge
  • 5900a0d adding Sauce Labs badge
  • 01fd613 Deprecate dom/data/core in favor of can-dom-data-state
  • 198bc79 Update dist for release
  • ec24c9a Merge pull request #346 from canjs/del
  • d9a1d92 Prevent removeDelegateListener from throwing

See the full diff

greenkeeper[bot] commented 7 years ago

Version 3.10.10 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v3.10.10
  • Deprecate is-browser-window #354

v3.10.9...v3.10.10

Commits

The new version differs by 3 commits.

  • a61deaa Update dist for release
  • bcdf3b1 Merge pull request #354 from canjs/deprecate-is-browser-window
  • 0badf9e Deprecate is-browser-window

See the full diff

greenkeeper[bot] commented 7 years ago

Version 3.10.11 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes Downgraded qunitjs
  • Downgraded qunitjs to prevent dependency conflicts in can-jquery #360

v3.10.10...v3.10.11

Commits

The new version differs by 3 commits.

  • 8562735 Update dist for release
  • 61e5160 Merge pull request #360 from canjs/downgrade-qunitjs
  • 2504549 Downgrade qunitjs to 1.x to prevent dependency conflicts in can-jquery

See the full diff

greenkeeper[bot] commented 7 years ago

Version 3.10.12 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes Run server-side tests in QUnit instead of Mocha
  • Add a cycle detection script to test process #359
  • Deprecated js/log and js/dev in favor of can-log #363
  • Run all node tests using Qunit #364

v3.10.11...v3.10.12

Commits

The new version differs by 10 commits.

  • 0e5660e Update dist for release
  • 50b02fc Merge pull request #364 from canjs/335-run-all-tests-in-qunit
  • 1486bbf Run all node test using Qunit
  • 1cf9cfd Merge pull request #359 from canjs/landscaper/define-cycles-github
  • a21e1b4 Merge branch 'master' into landscaper/define-cycles-github
  • 3aa8bc2 Merge pull request #363 from canjs/361-deprecate-log-and-dev
  • 75a102c Deprecated js/log and js/dev in favor of can-log
  • 023aa5f Updated can-vdom to a version with no cyclic deps on can-util
  • 440dcd2 Merge branch 'master' into landscaper/define-cycles-github
  • bb8a257 landscaper: Add a cycle detection script to test process

See the full diff