Skip to content

Update 2 dependencies from npm #92

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 16, 2018

Conversation

dependencies[bot]
Copy link

@dependencies dependencies bot commented Apr 16, 2018

Overview

The following dependencies have been updated:

  • autoprefixer in packages/react-scripts from "8.2.0" to "8.3.0"
  • postcss-loader in packages/react-scripts from "2.1.3" to "2.1.4"

Details

Dependencies.io has updated autoprefixer (a npm dependency in packages/react-scripts) from "8.2.0" to "8.3.0".

8.3.0 Seal of the City of Pittsburgh

Autoprefixer 8.3 adds @media support for grid-template and fixes gradient direction warning.

Media and Grid Layout

evgeny-petukhov continues his great work for Grid Layout support in Autoprefixer.

Now he improved @media support. Now this CSS will work in IE:

body {
    grid-template:
        [header-left] "head head" 30px [header-right]
        [main-left]   "nav  main" 1fr  [main-right]
        [footer-left] "nav  foot" 30px [footer-right]
        / 120px repeat(4, 250px 10px);
}

header {
    grid-area: head;
}

main {
    grid-area: main;
}

footer {
    grid-area: footer;
}

media (min-width: 1000px) {
    body {
        grid-template:
            [header-left] "head" 30px [header-right]
            [main-left]   "main" 1fr  [main-right]
            [footer-left] "footer" 30px [footer-right]
            / 1fr;
    }
}

Don’t forget that Autoprefixer inserts Grid Layout prefixes only if you set grid: true option.

Gradient Warning

radium-v found that Autoprefixer show warning even if cover is outside of radial-gradient.

a {
    background: radial-gradient(#fff, transparent) 0 0 / cover no-repeat #f0f;
}

kotfire improve old direction detection and fix this issue.


Dependencies.io has updated postcss-loader (a npm dependency in packages/react-scripts) from "2.1.3" to "2.1.4".

2.1.4

No content found. Please open an issue at https://github.com/dependencies-io/support if you think this content could have been found.

@Hypnosphi Hypnosphi merged commit b087df2 into master Apr 16, 2018
@Hypnosphi Hypnosphi deleted the dependencies.io-update-build-143.0.0 branch April 16, 2018 20:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants