fix(deps): update dependency autoprefixer to v7.2.6#20
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
7.1.1->7.2.6Release Notes
postcss/autoprefixer
v7.2.6Compare Source
-ms-prefix for grid cells with samegrid-area(by Evgeny Petukhov).v7.2.5Compare Source
v7.2.4Compare Source
v7.2.3Compare Source
grid-template-areasin@media(by Evgeny Petukhov).v7.2.2Compare Source
_autoprefixerDisabled is undefinedissue.v7.2.1Compare Source
v7.2.0: 7.2 “Ordem e Progresso”Compare Source
Autoprefixer 7.2 brings better Grid support for IE
and
autoprefixer-infoCLI tool.Grid Layout
With
grid: trueoption 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-areaand improvedgrid-rowandgrid-columnsupport. @evgeny-petukhov addedgrid-template-areasandgrid-templatesupport.Even this complex emoji example will work with new Autoprefixer (output):
Just don’t forget to set
grid: trueoption: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:Also, @pdokas added default value (current working dir) for
fromoption inautoprefixer.info().Other Changes
radial-gradientproperties warning.reverseanimation direction.v7.1.6Compare Source
browserslistoption instead ofbrowsers.Invalid array lengtherror during indent changes.v7.1.5Compare Source
::placeholderprefix for Edge.inherit/initial/unsetvalues forflex-direction.v7.1.4Compare Source
radial-gradientdirection conversion.image-setincursor.v7.1.3Compare Source
radial-gradientdirection syntax.v7.1.2Compare Source
text-decorationshortcut support.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.