An in-range update of docusaurus is breaking the build π¨
greenkeeper opened this issue Β· 4 comments
The devDependency docusaurus was updated from 1.6.0
to 1.6.1
.
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
Release Notes for v1.6.1
This version mainly includes bug fixes found in 1.6.0 that improves stability.
Thank you to the following contributors who helped with this release:
See the CHANGELOG.md for more details.
FAQ and help
There is a collection of frequently asked questions. If those donβt help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper Bot
- The
devDependency
docusaurus was updated from1.6.1
to1.6.2
.
Your tests for group default are passing again with this update. Explicitly upgrade default to this version
Release Notes for v1.6.2
Hotfix for 1.6.1. We overlooked a critical bug caused by hardcoded path on PR #1143.
Green keeper issue greenkeeperio/greenkeeper#981
- The
devDependency
docusaurus was updated from1.6.2
to1.7.0
.
Your tests are still failing with this version. Compare changes
- The
devDependency
docusaurus was updated from1.7.0
to1.7.1
.
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)