-
Notifications
You must be signed in to change notification settings - Fork 0
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
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/autoprefixer-7.x
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
Codecov Report
@@ 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.
|
renovate
bot
force-pushed
the
renovate/autoprefixer-7.x
branch
from
October 21, 2017 23:09
e44f4f4
to
06a3530
Compare
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
renovate
bot
force-pushed
the
renovate/autoprefixer-7.x
branch
from
December 3, 2017 18:52
06a3530
to
1db3d9e
Compare
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
renovate
bot
force-pushed
the
renovate/autoprefixer-7.x
branch
from
December 4, 2017 02:39
1db3d9e
to
f6a2ee6
Compare
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
renovate
bot
force-pushed
the
renovate/autoprefixer-7.x
branch
from
December 8, 2017 02:08
f6a2ee6
to
81ea5ac
Compare
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
renovate
bot
force-pushed
the
renovate/autoprefixer-7.x
branch
from
December 13, 2017 19:48
81ea5ac
to
3e3a27f
Compare
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
renovate
bot
force-pushed
the
renovate/autoprefixer-7.x
branch
from
January 2, 2018 08:13
3e3a27f
to
5b7545b
Compare
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
renovate
bot
force-pushed
the
renovate/autoprefixer-7.x
branch
from
January 12, 2018 13:10
5b7545b
to
dcb2c02
Compare
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
renovate
bot
force-pushed
the
renovate/autoprefixer-7.x
branch
from
February 9, 2018 22:32
dcb2c02
to
3199a36
Compare
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
bot
changed the title
chore(deps): update dependency autoprefixer to v7.2.6
Update dependency autoprefixer to v7.2.6
May 9, 2018
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
bot
changed the title
chore(deps): update dependency autoprefixer to v7.2.6
Update dependency autoprefixer to v7.2.6
May 9, 2018
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
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.2
->7.2.6
Release Notes
postcss/autoprefixer
v7.2.6
Compare Source
-ms-
prefix for grid cells with samegrid-area
(by Evgeny Petukhov).v7.2.5
Compare Source
v7.2.4
Compare Source
v7.2.3
Compare Source
grid-template-areas
in@media
(by Evgeny Petukhov).v7.2.2
Compare Source
_autoprefixerDisabled is undefined
issue.v7.2.1
Compare Source
v7.2.0
Compare Source
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 improvedgrid-row
andgrid-column
support. @evgeny-petukhov addedgrid-template-areas
andgrid-template
support.Even this complex emoji example will work with new Autoprefixer (output):
Just don’t forget to set
grid: true
option: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
from
option inautoprefixer.info()
.Other Changes
radial-gradient
properties warning.reverse
animation direction.v7.1.6
Compare Source
browserslist
option instead ofbrowsers
.Invalid array length
error during indent changes.v7.1.5
Compare Source
::placeholder
prefix for Edge.inherit
/initial
/unset
values forflex-direction
.v7.1.4
Compare Source
radial-gradient
direction conversion.image-set
incursor
.v7.1.3
Compare Source
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.
This PR has been generated by Renovate Bot. View repository job log here.