marcusasplund / hyperapp-RxJS

A test with HyperApp and RxJS
MIT License
14 stars 1 forks source link

An in-range update of autoprefixer is breaking the build 🚨 #51

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 6 years ago

Version 8.5.1 of autoprefixer was just published.

Branch Build failing 🚨
Dependency autoprefixer
Current Version 8.5.0
Type devDependency

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

autoprefixer 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 - ❌ **continuous-integration/travis-ci/push** The Travis CI build failed [Details](https://travis-ci.org/marcusasplund/hyperapp-RxJS/builds/383662506?utm_source=github_status&utm_medium=notification)

Release Notes 8.5.1
  • Remove unnecessary warning on -webkit-fill-available.
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 6 years ago

After pinning to 8.5.0 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

greenkeeper[bot] commented 6 years ago

Version 8.6.0 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes 8.6 “Follow Reason”

Emblem of the Grand Lodge of Massachusetts

Autoprefixer 8.6 brings gap property support and two values support for grid-gap/gap.

Grid Gap

CSSWG renamed grid-gap property to gap.

@yepninja added gap support with 2 values support.

Grid layout code bellow will work even in IE if you pass grid: true option to Autoprefixer:

.main {
    gap: 10px 20px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "head head head"
                         "nav main main"
                         "nav foot foot";
}

Other Changes

greenkeeper[bot] commented 6 years ago

Version 8.6.1 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes 8.6.1
  • Fix grid-template with media queries (by @yepninja)
greenkeeper[bot] commented 6 years ago

Version 8.6.2 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes 8.6.2
  • Fix error during adding Grid prefixes in @media (by @yepninja).
greenkeeper[bot] commented 6 years ago

Version 8.6.3 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes 8.6.3
  • Add warnings for unsupported Grid features.
  • Add warnings about wrong Grid properties.
  • Add note about grid option for grid properties in autoprefixer --info.
greenkeeper[bot] commented 6 years ago

Version 8.6.4 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes 8.6.4
  • Fix stretch prefix in Chrome >= 46.
greenkeeper[bot] commented 6 years ago

Version 8.6.5 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes 8.6.5
  • Do not show Grid warnings if IE was not selected