tophat / jenkins-timeline-plugin

A build timeline to facilitate the inspection of Jenkins pipelines and identify bottlenecks.
https://jenkinstimeline.com
Apache License 2.0
34 stars 11 forks source link

An in-range update of docusaurus is breaking the build 🚨 #67

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 5 years ago

The devDependency docusaurus was updated from 1.6.2 to 1.7.0.

🚨 View failing branch.

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

docusaurus 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 - ❌ **ci/circleci: test:** CircleCI is running your tests ([Details](https://circleci.com/gh/tophat/jenkins-timeline-plugin/784?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link)). - ❌ **ci/circleci: website:** Your tests failed on CircleCI ([Details](https://circleci.com/gh/tophat/jenkins-timeline-plugin/783?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link)). - βœ… **ci/circleci: lint_webapp:** Your tests passed on CircleCI! ([Details](https://circleci.com/gh/tophat/jenkins-timeline-plugin/786?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link)). - βœ… **ci/circleci: test_webapp:** Your tests passed on CircleCI! ([Details](https://circleci.com/gh/tophat/jenkins-timeline-plugin/785?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link)).

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

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

Release Notes for v1.7.1

HOTFIX

imagemin got pushed down into developer dependencies, breaking the build. This fixes that.

Fixed/Changed

  • fix: revert image-min back to dependencies (#1201)