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 steal-tools is breaking the build 🚨 #13

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 6 years ago

Version 1.9.0 of steal-tools just got published.

Branch Build failing 🚨
Dependency steal-tools
Current Version 1.8.4
Type devDependency

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

As steal-tools is β€œonly” a devDependency of this project it might not break production or downstream projects, but β€œonly” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a 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/282375098?utm_source=github_status&utm_medium=notification)

Release Notes 1.9.0

Support steal-conditional in optimized builds

Along with being able to use steal-conditional in optimized builds, this release includes fixes for the following issues:

  • UglifyJS and sourcemaps #863
  • bundleAssets is not working with optimized builds #846
  • @loader not defined in slim build #856
  • The loader is deeply cloned during optimize build #855
  • Support require("module") in optimized builds #852
  • Support @steal in optimized builds #849
  • Optimized builder does not work for multimain apps #823
  • stealTools.optimize requires the config argument #819

Thanks to @pYr0x for adding support to bundleAssets in optimized builds and filing a bunch of other issues.

πŸ’₯ 🎊

Commits

The new version differs by 45 commits.

  • b6da933 1.9.0
  • c036da2 Merge pull request #864 from stealjs/uglify-sourcemaps
  • 1c2fa5d Improve minified code sourcemaps
  • 99a0eb0 Merge pull request #848 from stealjs/serviveworker
  • ceb089d remove integrated serviceworker plugin
  • 157f96d Merge branch 'master' into serviveworker
  • 0abee93 Merge pull request #859 from stealjs/no-pluck
  • 2e8b957 Stop plucking @loader from graph in optimized builds
  • 2b6be8e Merge pull request #858 from stealjs/deep-clone
  • e9fc68d Remove unused import
  • b7a2962 Do not deep clone bundles
  • 39f58ee Do not deep clone the graph and loader objects
  • 34fe1cf Merge pull request #853 from stealjs/module
  • 137a64e Support AMD "module" import in slim builds
  • 072cbf2 Merge pull request #850 from stealjs/add-at-steal

There are 45 commits in total.

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

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

greenkeeper[bot] commented 6 years ago

Version 1.9.1 just got published.

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

Release Notes 1.9.1

This patch release fixes a couple of issues with optimized builds

  • Fix output for UMD detected as AMD that require exports #866
  • Fix context set to module factory functions, see #868
  • Updates steal-bundler version since 0.3.4 was breaking the build
Commits

The new version differs by 9 commits.

  • 20407b3 1.9.1
  • 6b52879 Merge pull request #874 from stealjs/greenkeeper/uglify-es-3.1.3
  • 31b60ea chore(package): update uglify-es to version 3.1.3
  • 48811ba Merge pull request #870 from stealjs/slim-context
  • a08562a Set environment global as context of module factory
  • f3941a2 Merge pull request #866 from stealjs/umd-exports
  • 1f23d00 Make sure transpile handles UMD/AMD with 'exports'
  • 369d9f8 Merge pull request #872 from stealjs/greenkeeper/steal-bundler-0.3.5
  • 8977a7c chore(package): update steal-bundler to version 0.3.5

See the full diff

greenkeeper[bot] commented 6 years ago

Version 1.9.2 just got published.

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

Commits

The new version differs by 17 commits.

  • a801c7f 1.9.2
  • ce91cc0 Merge pull request #878 from stealjs/greenkeeper/browserify-14.5.0
  • 0503eff Merge pull request #888 from stealjs/rm-docs
  • 0675926 chore(package): update browserify to version 14.5.0
  • 7ac07ae Remove guides from this repository
  • e56ffdb Merge pull request #890 from stealjs/tests-s
  • abffd2c Use the latest testee
  • 2fec3df Downgrade uglify-es version
  • 20407b3 1.9.1
  • 6b52879 Merge pull request #874 from stealjs/greenkeeper/uglify-es-3.1.3
  • 31b60ea chore(package): update uglify-es to version 3.1.3
  • 48811ba Merge pull request #870 from stealjs/slim-context
  • a08562a Set environment global as context of module factory
  • f3941a2 Merge pull request #866 from stealjs/umd-exports
  • 1f23d00 Make sure transpile handles UMD/AMD with 'exports'

There are 17 commits in total.

See the full diff