canjs / can-jquery

CanJS integrations for jQuery
https://v3.canjs.com/doc/can-jquery.html
MIT License
4 stars 4 forks source link

An in-range update of steal-tools is breaking the build 🚨 #180

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 6 years ago

Version 1.11.1 of steal-tools was just published.

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

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

steal-tools is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

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

Commits

The new version differs by 5 commits.

  • 00f47e6 1.11.1
  • cae7c46 Merge pull request #938 from stealjs/slim-shared
  • fac6feb Add shared bundles support to the slim loader
  • 6558439 Merge pull request #935 from stealjs/css-bundle
  • ec488e0 Slim should use plugins with dynamic loading too

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

After pinning to 1.11.0 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.11.2 just got published.

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

Commits

The new version differs by 5 commits.

  • 3fe582c 1.11.2
  • d16a154 Merge pull request #942 from stealjs/docs
  • 1fdaf48 Make BuildOptions.target use stealTools.optimize
  • 92ca514 Merge pull request #940 from stealjs/normalize-map
  • b7af34c Do not use a single normalizeMap for all bundles

See the full diff

greenkeeper[bot] commented 6 years ago

Version 1.11.3 just got published.

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

Commits

The new version differs by 3 commits.

  • 31ad05b 1.11.3
  • 4a616c3 Merge pull request #944 from stealjs/shared-js
  • 3995142 Filter out css bundles from shared bundles config

See the full diff

greenkeeper[bot] commented 6 years ago

Version 1.11.4 just got published.

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

Release Notes 1.11.4

This patch release fixes an issue with the special //!steal-remove-{start|end} comments.

If there was a space after the ! the code would not be removed, e.g:

//! steal-remove-start
doOnlyDuringDevelopmentStuff()
//! steal-remove-end

It should work now.

πŸŽ‰

Commits

The new version differs by 3 commits.

  • 9cb698a 1.11.4
  • b96067a Merge pull request #950 from stealjs/tag-space
  • 041db26 Allow spaces in special comments

See the full diff

greenkeeper[bot] commented 6 years ago

Version 1.11.5 just got published.

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

Release Notes 1.11.5

This is a patch release, fixing an issue where stealTools.export()ed modules were throwing when run within Node.js

Commits

The new version differs by 3 commits.

  • 4a8d7c0 1.11.5
  • dd10ef3 Merge pull request #953 from stealjs/export-node
  • 0f5a904 Allow global exports to run in Node

See the full diff

greenkeeper[bot] commented 6 years ago

Version 1.11.6 just got published.

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

Commits

The new version differs by 3 commits.

  • f19d7b2 1.11.6
  • 464b7ea Merge pull request #956 from stealjs/recover
  • 7c2a403 Recover from initial errors in live-reload

See the full diff

greenkeeper[bot] commented 6 years ago

Version 1.11.7 just got published.

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

Commits

The new version differs by 6 commits.

  • c599944 1.11.7
  • 595e0ba Merge pull request #958 from stealjs/patch
  • 4042212 Use runtime detection for circular Babel deps
  • f19d7b2 1.11.6
  • 464b7ea Merge pull request #956 from stealjs/recover
  • 7c2a403 Recover from initial errors in live-reload

See the full diff