Skip to content

Bump autoprefixer from 7.2.5 to 8.3.0 #261

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

Closed

Conversation

dependabot-preview[bot]
Copy link

Bumps autoprefixer from 7.2.5 to 8.3.0.

Release notes

Sourced from autoprefixer's releases.

8.3 “Benigno Numine”

Seal of the City of Pittsburgh

Autoprefixer 8.3 adds [**media**](https://github.com/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**](https://github.com/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**](https://github.com/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.

... (truncated)
Changelog

Sourced from autoprefixer's changelog.

Change Log

This project adheres to Semantic Versioning.

8.3 “Benigno Numine”

  • Add [**media**](https://github.com/media) support to grid-template (by Evgeny Petukhov).
  • Fix radial-gradient direction warning (by Gustavo Real).

8.2 “Ad Astra per Aspera”

  • Add color-adjust (by Sergey Lysenko, Stanislav Botev, and Yuriy Alekseyev).

8.1 “Rex, Familia et Ultio”

  • Add overscroll-behavior support.
  • Add grid-template shortcut support (by Evgeny Petukhov).
  • Add better grid-column-end and grid-row-end support (by Evgeny Petukhov).
  • Fix Grid properties support in [**supports**](https://github.com/supports).

8.0 “Excelsior”

  • Use Browserslist 3.0.
  • Rename autoprefixer-info CLI tool to autoprefixer --info.
  • Remove break-* to page-break-* conversion for Firefox.

7.2.6

  • Fix -ms- prefix for grid cells with same grid-area (by Evgeny Petukhov).
Commits
  • 4485c0e Release 8.3 version
  • 67e8d22 Fix spaces between in grid hack
  • 196a366 [grid-template-areas] Supported grid-template(-areas) in media rules (#1018)
  • c80c4ab Update dependencies
  • 54fa0ac Improve warning test
  • c860ba6 Look for outdated gradient syntax only inside radial-gradient block (#1017)
  • c4b213f Release 8.2 version
  • f1fc3e1 Clean up requires in data/prefixes
  • d5ce643 Update dependencies
  • 7c4dfb1 Add color-adjust declaration support (#1009)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot ignore this [minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use [this|these] label[s] will set the current labels as the default for future PRs for this repo and language

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview
Copy link
Author

Superseded by #291.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/autoprefixer-8.3.0 branch April 30, 2018 05:55
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.

1 participant