donejs / done-ssr

Server Side Rendering for DoneJS
https://www.npmjs.com/package/done-ssr
MIT License
23 stars 11 forks source link

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

Open greenkeeper[bot] opened 4 years ago

greenkeeper[bot] commented 4 years ago

The devDependency steal-tools was updated from 2.2.2 to 2.2.3.

🚨 View failing branch.

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 could not complete due to an error ([Details](https://travis-ci.org/donejs/done-ssr/builds/611355467?utm_source=github_status&utm_medium=notification)).

Commits

The new version differs by 7 commits.

  • 019df7f 2.2.3
  • cd17e46 Merge pull request #1145 from stealjs/es2015
  • 625cb0d Fix build of ES2015 code with forceES5 set to false
  • af8f092 Merge pull request #1148 from stealjs/symlink
  • 394908b Fix appveyor build
  • d0babf4 Merge pull request #1138 from stealjs/landscaper/steal-xenial
  • b7cf8a5 Migrate to use Xenial in Travis

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

After pinning to 2.2.2 your tests are passing again. Downgrade this dependency πŸ“Œ.

greenkeeper[bot] commented 4 years ago

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

Release Notes for 2.2.4

This patch release fixes a race condition where last format transform (when using stealTools.export with multiple output formats) overrides previous ones. See #1139

πŸ’₯

Commits

The new version differs by 5 commits.

  • 702b15a 2.2.4
  • ac5e46e Merge pull request #1149 from stealjs/fix-exports
  • 18259e5 Rollback main test file changes
  • 7da949d Fix race condition where last format transform overrides previous ones
  • d6328b0 Run mocha programatically

See the full diff

greenkeeper[bot] commented 4 years ago

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

Release Notes for 2.2.5

Remove .git folder from npm published files

Somehow the folder was added in the previous release. The tarball at https://registry.npmjs.org/steal-tools/-/steal-tools-2.2.5.tgz looks fine.

Commits

The new version differs by 8 commits.

  • 58df60c 2.2.5
  • 4c282de Merge pull request #1150 from stealjs/ignore-git
  • 2205e1c Add .git folder to npmignore file
  • 702b15a 2.2.4
  • ac5e46e Merge pull request #1149 from stealjs/fix-exports
  • 18259e5 Rollback main test file changes
  • 7da949d Fix race condition where last format transform overrides previous ones
  • d6328b0 Run mocha programatically

See the full diff

greenkeeper[bot] commented 4 years ago

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

Release Notes for Node 13.x compatibility

Adds the ability to work on Node 13.x.

#1153

Commits

The new version differs by 10 commits.

  • d6a0a97 2.2.6
  • acd2fb9 Update Node version to 13 (#1153)
  • 58df60c 2.2.5
  • 4c282de Merge pull request #1150 from stealjs/ignore-git
  • 2205e1c Add .git folder to npmignore file
  • 702b15a 2.2.4
  • ac5e46e Merge pull request #1149 from stealjs/fix-exports
  • 18259e5 Rollback main test file changes
  • 7da949d Fix race condition where last format transform overrides previous ones
  • d6328b0 Run mocha programatically

See the full diff