-
-
Notifications
You must be signed in to change notification settings - Fork 58
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 v10 #1063
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1063 +/- ##
=======================================
Coverage 75.25% 75.25%
=======================================
Files 15 15
Lines 295 295
Branches 80 80
=======================================
Hits 222 222
Misses 68 68
Partials 5 5 Continue to review full report at Codecov.
|
da5ba81
to
2533317
Compare
2533317
to
b3ce949
Compare
b3ce949
to
a13277d
Compare
a13277d
to
7aeb085
Compare
Codecov Report
@@ Coverage Diff @@
## master #1063 +/- ##
=======================================
Coverage 75.25% 75.25%
=======================================
Files 15 15
Lines 295 295
Branches 80 80
=======================================
Hits 222 222
Misses 68 68
Partials 5 5 Continue to review full report at Codecov.
|
f79fa54
to
e5f3708
Compare
e5f3708
to
10c281b
Compare
157fbc6
to
c1c7361
Compare
c1c7361
to
274f0e9
Compare
274f0e9
to
53f88d3
Compare
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
This PR contains the following updates:
9.8.6
->10.2.5
Release Notes
postcss/autoprefixer
v10.2.5
Compare Source
:
support in@supports
(by Dmitry Semigradsky).v10.2.4
Compare Source
npx autoprefixer --info
.v10.2.3
Compare Source
v10.2.2
Compare Source
v10.2.1
Compare Source
transition-property
warnings (by @Sheraff).v10.2.0
Compare Source
Autoprefixer 10.2 now has built-in TypeScript definitions. You do not need
@types/autoprefixer
anymore.Thanks to @Semigradsky and DefinitelyTyped’s contributors.
@Sheraff also improved docs.
v10.1.0
Compare Source
Autoprefixer 10.1 improved
min-resolution
support.@infusion added
dpcm
unit support andnum2fraction
with Fraction.js, which uses Farey Sequences as a rational approximation (more precise) and simplifies the fraction using continued fractions to ɛ <0.001 afterward.v10.0.4
Compare Source
Cannot read property 'proxyOf' of undefined
error (by Igor Kamyshev).v10.0.3
Compare Source
substract
tosubtract
value formask-composite
(by Michelle Enos).v10.0.2
Compare Source
-ms-user-select: all
because IE and old Edge don’t support it.v10.0.1
Compare Source
package.json
.v10.0.0
Compare Source
Autoprefixer 10 is based on top of PostCSS 8 (check Known Issues section before updating).
Node.js 6.x, 8.x, 11.x support was removed.
Now you need to install Autoprefixer by
npm install --save-dev autoprefixer postcss
. We movedpostcss
fromdependencies
topeerDependencies
according to new PostCSS plugin guidelines.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 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 WhiteSource Renovate. View repository job log here.