in-your-saas / catapulte

Just catapult your nice emails πŸš€
9 stars 0 forks source link

An in-range update of mjml is breaking the build 🚨 #29

Open greenkeeper[bot] opened 5 years ago

greenkeeper[bot] commented 5 years ago

The dependency mjml was updated from 4.3.1 to 4.4.0.

🚨 View failing branch.

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

mjml is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details - ❌ **ci/circleci:** Your tests failed on CircleCI ([Details](https://circleci.com/gh/in-your-saas/catapulte/171?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

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

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

greenkeeper[bot] commented 5 years ago

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

Release Notes for v4.5.1

Fixes

  • fix minify outlook conditionals. Regex could hang forever when many spaces in the last tag inside a conditional.
greenkeeper[bot] commented 4 years ago

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

Release Notes for v4.6.0

Features

  • Add preprocessors to mjml parser - Fixes #42, #874, #457, #459 (thanks @XBeg9)
  • Add "inner-background-color" to mj-column to improve gutter. You can set different background-colors for padding and content. Also adds "inner-border" and "inner-border-radius".
  • Add "letter-spacing" attribute to mj-button (thanks @milap1296)
  • Add "usemap" attribute to mj-image (thanks @vinikira)

Fixes

  • Fix #1628 --filePath option accepts directories. Also, fix watch of nested includes when filePath is specified.
  • Fix #1670 mj-accordion fallback for Thunderbird (thanks @bertho-zero)
  • Fix #1801 dont escape url when "baseUrl" is set on mj-navbar
  • Fix mj-group background-color on outlook 2016 - set bgcolor on table (thanks @btd)
  • Fix invalid font-size value on p tag on mj-divider (thanks @allentsai93)
  • Fix #1848 cli --version alias
  • Allow "border-radius" to be percentage or px based on several components (thanks @zslabs)
  • Fix http links in code examples (thanks @edjw)
  • Multiple documentation improvements (thanks @GarryFlemings, @toantqt, @petetnt, @allanlewis, @davidsneighbour)
greenkeeper[bot] commented 4 years ago

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

Release Notes for v4.6.1

Fixes

  • Fix cli's --watch when no --config options defined
greenkeeper[bot] commented 4 years ago

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

greenkeeper[bot] commented 4 years ago

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

Release Notes for v4.6.3
  • Fix ignoreIncludes, and expose this option on mjml2html