TrigenSoftware / gulp-srcset

Highly customizable plugin for generating responsive images.
MIT License
10 stars 2 forks source link

An in-range update of @flexis/srcset is breaking the build 🚨 #6

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 5 years ago

The dependency @flexis/srcset was updated from 1.1.0 to 1.2.0.

🚨 View failing branch.

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

@flexis/srcset 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 - ❌ **continuous-integration/travis-ci/push:** The Travis CI build failed ([Details](https://travis-ci.org/TrigenSoftware/gulp-srcset/builds/467201958?utm_source=github_status&utm_medium=notification)).

Release Notes for v1.2.0

Added

  • attachMetadata can set extname, if it not setted.

Changed

  • isSupportedType optimizations.
  • Postfix function now gets image file format as third argument.
  • generate method attaches metadata for every emited image file.
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 1.1.0 your tests are passing again. Downgrade this dependency 📌.

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v1.2.1

Fixed

  • attachMetadata helper.