spotify
spotify copied to clipboard
chore(deps): update dependency autoprefixer to v10
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
autoprefixer | 9.8.6 -> 10.4.20 |
Release Notes
postcss/autoprefixer (autoprefixer)
v10.4.20
- Fixed
fit-content
prefix for Firefox.
v10.4.19
- Removed
end value has mixed support, consider using flex-end
warning sinceend
/start
now have good support.
v10.4.18
- Fixed removing
-webkit-box-orient
on-webkit-line-clamp
(@Goodwine).
v10.4.17
- Fixed
user-select: contain
prefixes.
v10.4.16
- Improved performance (by Romain Menke).
- Fixed docs (by Christian Oliff).
v10.4.15
- Fixed
::backdrop
prefixes (by 一丝). - Fixed docs (by Christian Oliff).
v10.4.14
- Improved startup time and reduced JS bundle size (by Kārlis Gaņģis).
v10.4.13
- Fixed missed prefixes on vendor prefixes in name of CSS Custom Property.
v10.4.12
- Fixed support of unit-less zero angle in backgrounds (by 一丝).
v10.4.11
- Fixed
text-decoration
prefixes by moving to MDN data (by Romain Menke).
v10.4.10
- Fixed
unicode-bidi
prefixes by moving to MDN data.
v10.4.9
- Fixed
css-unicode-bidi
issue from latest Can I Use.
v10.4.8
- Do not print
color-adjust
warning ifprint-color-adjust
also is in rule.
v10.4.7
- Fixed
print-color-adjust
support in Firefox.
v10.4.6
- Fixed
print-color-adjust
support.
v10.4.5
- Fixed
NaN
in grid (by @SukkaW).
v10.4.4
- Fixed
package.funding
to have same value between all PostCSS packages.
v10.4.3
- Fixed
package.funding
(by Álvaro Mondéjar).
v10.4.2
- Fixed missed
-webkit-
prefix forwidth: stretch
.
v10.4.1
- Fixed
::backdrop
prefixes (by 一丝). - Fixed docs (by Christian Oliff).
v10.4.0
: 10.4 “ǃke e꞉ ǀxarra ǁke”

In Autoprefixer 10.4 @lukewarlow added :autofill
support:
input:-webkit-autofill {
background-color: red;
}
input:autofill {
background-color: red;
}
v10.3.7
- Replaced
nanocolors
topicocolors
.
v10.3.6
- Updated
nanocolors
. - Reduced package size.
v10.3.5
- Replaced
colorette
tonanocolors
.
v10.3.4
- Fixed
stretch
value in latest Firefox.
v10.3.3
- Fixed wrong
-moz-
prefix from::file-selector-button
(by Usman Yunusov).
v10.3.2
- Fixed
::file-selector-button
support (by Usman Yunusov).
v10.3.1
- Fixed adding wrong prefixes to
content
(by Luke Warlow).
v10.3.0
: 10.3 “Чести своей не отдам никому”

In Autoprefixer 10.3 @lukewarlow added ::file-selector-button
support.
::-webkit-file-upload-button {
border: 2px solid #​6c5ce7;
padding: .2em .4em;
border-radius: .2em;
background-color: #a29bfe;
}
::file-selector-button {
border: 2px solid #​6c5ce7;
padding: .2em .4em;
border-radius: .2em;
background-color: #a29bfe;
}
v10.2.6
- Fixed “no prefixes needed” warning (by @Pwntheon).
v10.2.5
- Fixed
:
support in@supports
(by Dmitry Semigradsky). - Fixed docs (by Christian Oliff).
v10.2.4
- Fixed browser names in
npx autoprefixer --info
.
v10.2.3
- Fixed PostCSS 8 support.
v10.2.2
- Fixed PostCSS 8 plugins compatibility.
v10.2.1
- Fixed
transition-property
warnings (by @Sheraff).
v10.2.0
: 10.2 “Sub rosa”

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
: 10.1 “Pula”

Autoprefixer 10.1 improved min-resolution
support.
@infusion added dpcm
unit support and num2fraction
with Fraction.js, which uses Farey Sequences as a rational approximation (more precise) and simplifies the fraction using continued fractions to ɛ <0.001 afterward.
/* input */
@​media (min-resolution: 113.38dpcm) {
…
}
/* output */
@​media (-webkit-min-device-pixel-ratio: 3),
(min--moz-device-pixel-ratio: 3),
(-o-min-device-pixel-ratio: 3/1),
(min-resolution: 113.38dpcm) {
…
}
v10.0.4
- Fixed
Cannot read property 'proxyOf' of undefined
error (by Igor Kamyshev).
v10.0.3
- Fixed
substract
tosubtract
value formask-composite
(by Michelle Enos).
v10.0.2
- Removed
-ms-user-select: all
because IE and old Edge don’t support it. - Fixed Grid Layout warning.
v10.0.1
- Fix PostCSS 8.1 compatability.
- Add our OpenCollective to
package.json
. - Clean up code (by Sukka).
v10.0.0
: 10.0 “Alis volat propriis”

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 moved postcss
from dependencies
to peerDependencies
according to new PostCSS plugin guidelines.
v9.8.8
- Replaced
nanocolors
withpicocolors
. - Reduced package size.
v9.8.7
- Replaced
colorette
withnanocolors
. - Reduced package size.
Configuration
📅 Schedule: Branch creation - "after 2am,before 4am" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 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 was generated by Mend Renovate. View the repository job log.
This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.
🔍 Inspect: https://vercel.com/walterzalazarmdp/spotify/BVHstBgFzSUzHC7x4Z7U1uNyPXnf
✅ Preview: https://spotify-git-renovate-autoprefixer-10x-walterzalazarmdp.vercel.app