-
Notifications
You must be signed in to change notification settings - Fork 3
fix(deps): update dependency autoprefixer to v9.8.8 - abandoned #23
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
base: master
Are you sure you want to change the base?
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/nextjs-tfjs-cnn/nextjs-tfjs-cnn/aqes4v4b5 [Deployment for b03b820 failed] |
Codecov Report
@@ Coverage Diff @@
## master #23 +/- ##
=======================================
Coverage 36.87% 36.87%
=======================================
Files 16 16
Lines 141 141
Branches 24 24
=======================================
Hits 52 52
Misses 89 89 Continue to review full report at Codecov.
|
a10658e
to
ab8e803
Compare
ab8e803
to
9a539ec
Compare
9a539ec
to
4de02e7
Compare
4de02e7
to
1d67e70
Compare
1d67e70
to
93503ed
Compare
93503ed
to
0b7d0b1
Compare
0b7d0b1
to
b13bdf6
Compare
b13bdf6
to
6afbeb1
Compare
6afbeb1
to
2f2f6cc
Compare
2f2f6cc
to
f4f727e
Compare
f4f727e
to
b299e18
Compare
b299e18
to
09c92fd
Compare
09c92fd
to
8ce8728
Compare
8ce8728
to
b03b820
Compare
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. |
Autoclosing SkippedThis PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error. |
This PR contains the following updates:
9.6.1
->9.8.8
9.6.1
->9.7.2
Release Notes
postcss/autoprefixer
v9.8.8
Compare Source
nanocolors
withpicocolors
.v9.8.7
Compare Source
colorette
withnanocolors
.v9.8.6
Compare Source
env
option.v9.8.5
Compare Source
align-self
andjustify-self
withdisplay: flex
(by Daniel Tonon).v9.8.4
Compare Source
v9.8.3
Compare Source
v9.8.2
Compare Source
v9.8.1
Compare Source
chalk
tokleur
(by Luke Edwards).v9.8.0
: 9.8 “Vigilo Confido”Compare Source
Autoprefixer 9.8 brings IE support for
:placeholder-shown
.Placeholder Shown
@tkrotoff found that
input:placeholder-shown
can be emulated withinput:-ms-input-placeholder
.Note, that we already had support for
::placeholder
. Selector::placeholder
is for the text of the placeholder.:placeholder-shown
is for the input, where placeholder text is shown. In::placeholder
you can’t change the border or size of the<input>
.v9.7.6
Compare Source
-webkit-stretch
fix.v9.7.5
Compare Source
-webkit-stretch
support.v9.7.4
Compare Source
v9.7.3
Compare Source
v9.7.2
Compare Source
-ms-user-select: element
support.npm fund
.v9.7.1
Compare Source
fit-content
for Firefox.v9.7.0
: 9.7 “Ad Victoriam”Compare Source
Autoprefixer 9.7 brings
AUTOPREFIXER_GRID
environment variable and huge performance improvments.Grid Environment Variable
Autoprefixer can add CSS Grid polyfills for IE. You need to manually enable it to prove that you understand the limits of polyfill.
In previous versions you can enable Grid polyfill by
grid: 'autoplace'
option or by/* autoprefixer grid: autoplace */
control comment. But in some cases, developers were not able to use both methods. For instance, during work with Material UI’ CSS-in-JS in Create React App.Now Autoprefixer supports environment variable to enable CSS Grid polyfill:
Performance Improvements
@Knagis found that Browserslist takes 70% of the Autoprefixer time.
We did a lot of improvements in Browserslist and now Autoprefixer should work much faster.
Other
Cannot read property 'grid' of undefined
errorv9.6.5
Compare Source
v9.6.4
Compare Source
'startsWith' of undefined
error.v9.6.3
Compare Source
Cannot read property 'startsWith' of undefined
error.v9.6.2
Compare Source
Replace fill to stretch
warning.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 these updates again.
This PR has been generated by Mend Renovate. View repository job log here.