Skip to content
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

chore(deps): update dependency autoprefixer to v7.2.6 #30

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Oct 16, 2017

This PR contains the following updates:

Package Type Update Change References
autoprefixer devDependencies minor 7.1.2 -> 7.2.6 source

Release Notes

postcss/autoprefixer

v7.2.6

Compare Source

  • Fix -ms- prefix for grid cells with same grid-area (by Evgeny Petukhov).

v7.2.5

Compare Source

  • Fix multiple prefixes in declaration value.

v7.2.4

Compare Source

  • Fix IE 10 support.

v7.2.3

Compare Source

  • Fix grid-template-areas in @media (by Evgeny Petukhov).

v7.2.2

Compare Source

  • Fix _autoprefixerDisabled is undefined issue.

v7.2.1

Compare Source

  • Fix IE and other old JS runtimes support.

v7.2.0

Compare Source

Coat of arms of Brazil

Autoprefixer 7.2 brings better Grid support for IE
and autoprefixer-info CLI tool.

Grid Layout

With grid: true option Autoprefixer adds -ms- prefixes to Grid Layout properties. But this feature was very limited.

In 7.0 we dramatically improved Grid support for IE. @​Alex7Kom added grid-area and improved grid-row and grid-column support. @​evgeny-petukhov added grid-template-areas and grid-template support.

Even this complex emoji example will work with new Autoprefixer (output):

body {
    display: grid;
    grid-template-rows: 30px auto 30px;
    grid-template-columns: 1fr 3fr;
    grid-template-areas: "🎩 🎩"
                         "🍔 📰"
                         "👞 👞";
}
.header {
    grid-area: 🎩;
}
.nav {
    grid-area: 🍔;
}
.main {
    grid-area: 📰;
}
.footer {
    grid-area: 👞;
}

Just don’t forget to set grid: true option:

auoprefixer({ grid: true })
Info CLI Tool

Autoprefixer 7.2 ships with new CLI tool to check which browsers are selected and which properties will be prefixed.

Just go to your project directory and run npx autoprefixer-info:

Browsers:
  Edge: 16

These browsers account for 0.04% of all users globally

At-Rules:
  @​viewport: ms

Selectors:
  ::placeholder: ms

Properties:
  user-select: ms
  hyphens: ms
  appearance: webkit
  scroll-snap-type: ms
  scroll-snap-coordinate: ms
  scroll-snap-destination: ms
  scroll-snap-points-x: ms
  scroll-snap-points-y: ms
  flow-into: ms
  flow-from: ms
  region-fragment: ms
  text-spacing: ms

Also, @​pdokas added default value (current working dir) for from option in autoprefixer.info().

Other Changes
  • Add wrong radial-gradient properties warning.
  • Do not prefix reverse animation direction.
  • Improve test coverage (by @​Semigradsky).

v7.1.6

Compare Source

  • Add warning for using browserslist option instead of browsers.
  • Add warning for multiple control comments in the same scope.
  • Fix Invalid array length error during indent changes.

v7.1.5

Compare Source

  • Fix ::placeholder prefix for Edge.
  • Fix inherit/initial/unset values for flex-direction.
  • Fix RegExp usage in gradients (by Yet Another Minion).

v7.1.4

Compare Source

  • Fix radial-gradient direction conversion.
  • Fix image-set in cursor.

v7.1.3

Compare Source

  • Add warning for old radial-gradient direction syntax.

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot. View repository job log here.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 96.364% when pulling e44f4f4 on renovate/autoprefixer-7.x into 6aa9036 on master.

@codecov-io
Copy link

codecov-io commented Oct 16, 2017

Codecov Report

Merging #30 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #30   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           1      1           
  Lines          63     63           
  Branches       16     16           
=====================================
  Hits           63     63

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6aa9036...3199a36. Read the comment docs.

@renovate renovate bot force-pushed the renovate/autoprefixer-7.x branch from e44f4f4 to 06a3530 Compare October 21, 2017 23:09
@renovate renovate bot changed the title chore(deps): update dependency autoprefixer to v7.1.5 chore(deps): update dependency autoprefixer to v7.1.6 Oct 21, 2017
@coveralls
Copy link

Coverage Status

Coverage remained the same at 96.364% when pulling 06a3530 on renovate/autoprefixer-7.x into 6aa9036 on master.

@renovate renovate bot force-pushed the renovate/autoprefixer-7.x branch from 06a3530 to 1db3d9e Compare December 3, 2017 18:52
@renovate renovate bot changed the title chore(deps): update dependency autoprefixer to v7.1.6 chore(deps): update dependency autoprefixer to v7.2.0 Dec 3, 2017
@coveralls
Copy link

Coverage Status

Coverage remained the same at 96.364% when pulling 1db3d9e on renovate/autoprefixer-7.x into 6aa9036 on master.

@renovate renovate bot force-pushed the renovate/autoprefixer-7.x branch from 1db3d9e to f6a2ee6 Compare December 4, 2017 02:39
@renovate renovate bot changed the title chore(deps): update dependency autoprefixer to v7.2.0 chore(deps): update dependency autoprefixer to v7.2.1 Dec 4, 2017
@coveralls
Copy link

Coverage Status

Coverage remained the same at 96.364% when pulling f6a2ee6 on renovate/autoprefixer-7.x into 6aa9036 on master.

@renovate renovate bot force-pushed the renovate/autoprefixer-7.x branch from f6a2ee6 to 81ea5ac Compare December 8, 2017 02:08
@renovate renovate bot changed the title chore(deps): update dependency autoprefixer to v7.2.1 chore(deps): update dependency autoprefixer to v7.2.2 Dec 8, 2017
@coveralls
Copy link

Coverage Status

Coverage remained the same at 96.364% when pulling 81ea5ac on renovate/autoprefixer-7.x into 6aa9036 on master.

@renovate renovate bot force-pushed the renovate/autoprefixer-7.x branch from 81ea5ac to 3e3a27f Compare December 13, 2017 19:48
@renovate renovate bot changed the title chore(deps): update dependency autoprefixer to v7.2.2 chore(deps): update dependency autoprefixer to v7.2.3 Dec 13, 2017
@coveralls
Copy link

Coverage Status

Coverage remained the same at 96.364% when pulling 3e3a27f on renovate/autoprefixer-7.x into 6aa9036 on master.

@renovate renovate bot force-pushed the renovate/autoprefixer-7.x branch from 3e3a27f to 5b7545b Compare January 2, 2018 08:13
@renovate renovate bot changed the title chore(deps): update dependency autoprefixer to v7.2.3 chore(deps): update dependency autoprefixer to v7.2.4 Jan 2, 2018
@coveralls
Copy link

Coverage Status

Coverage remained the same at 96.364% when pulling 5b7545b on renovate/autoprefixer-7.x into 6aa9036 on master.

@renovate renovate bot force-pushed the renovate/autoprefixer-7.x branch from 5b7545b to dcb2c02 Compare January 12, 2018 13:10
@renovate renovate bot changed the title chore(deps): update dependency autoprefixer to v7.2.4 chore(deps): update dependency autoprefixer to v7.2.5 Jan 12, 2018
@coveralls
Copy link

coveralls commented Jan 12, 2018

Coverage Status

Coverage remained the same at 96.364% when pulling 3199a36 on renovate/autoprefixer-7.x into 6aa9036 on master.

@renovate renovate bot force-pushed the renovate/autoprefixer-7.x branch from dcb2c02 to 3199a36 Compare February 9, 2018 22:32
@renovate renovate bot changed the title chore(deps): update dependency autoprefixer to v7.2.5 chore(deps): update dependency autoprefixer to v7.2.6 Feb 9, 2018
@renovate renovate bot changed the title chore(deps): update dependency autoprefixer to v7.2.6 Update dependency autoprefixer to v7.2.6 May 9, 2018
@renovate renovate bot changed the title Update dependency autoprefixer to v7.2.6 chore(deps): update dependency autoprefixer to v7.2.6 May 9, 2018
@renovate renovate bot changed the title chore(deps): update dependency autoprefixer to v7.2.6 Update dependency autoprefixer to v7.2.6 May 9, 2018
@renovate renovate bot changed the title Update dependency autoprefixer to v7.2.6 chore(deps): update dependency autoprefixer to v7.2.6 May 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants