tophat/sanity-runner

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.

🚨 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: build: CircleCI is running your tests (Details).
  • ❌ ci/circleci: website: Your tests failed on CircleCI (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 from 1.6.1 to 1.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.

  • The devDependency docusaurus was updated from 1.6.2 to 1.7.0.

Your tests are still failing with this version. Compare changes

  • The devDependency docusaurus was updated from 1.7.0 to 1.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)