Skip to content

fix(deps): update dependency autoprefixer to v10#17

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/autoprefixer-10.x
Open

fix(deps): update dependency autoprefixer to v10#17
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/autoprefixer-10.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 7, 2022

This PR contains the following updates:

Package Change Age Confidence
autoprefixer 9.8.810.5.0 age confidence

Release Notes

postcss/autoprefixer (autoprefixer)

v10.5.0

Compare Source

  • Added mask-position-x and mask-position-y support (by @​toporek).

v10.4.27

Compare Source

  • Removed development key from package.json.

v10.4.26

Compare Source

  • Reduced package size.

v10.4.25

Compare Source

  • Fixed broken gradients on CSS Custom Properties (by @​serger777).

v10.4.24

Compare Source

  • Made Autoprefixer a little faster (by @​Cherry).

v10.4.23

Compare Source

v10.4.22

Compare Source

  • Fixed stretch prefixes on new Can I Use database.
  • Updated fraction.js.

v10.4.21

Compare Source

v10.4.20

Compare Source

  • Fixed fit-content prefix for Firefox.

v10.4.19

Compare Source

  • Removed end value has mixed support, consider using flex-end warning
    since end/start now have good support.

v10.4.18

Compare Source

  • Fixed removing -webkit-box-orient on -webkit-line-clamp (@​Goodwine).

v10.4.17

Compare Source

  • Fixed user-select: contain prefixes.

v10.4.16

Compare Source

  • Improved performance (by Romain Menke).
  • Fixed docs (by Christian Oliff).

v10.4.15

Compare Source

  • Fixed ::backdrop prefixes (by 一丝).
  • Fixed docs (by Christian Oliff).

v10.4.14

Compare Source

  • Improved startup time and reduced JS bundle size (by Kārlis Gaņģis).

v10.4.13

Compare Source

  • Fixed missed prefixes on vendor prefixes in name of CSS Custom Property.

v10.4.12

Compare Source

  • Fixed support of unit-less zero angle in backgrounds (by 一丝).

v10.4.11

Compare Source

  • Fixed text-decoration prefixes by moving to MDN data (by Romain Menke).

v10.4.10

Compare Source

  • Fixed unicode-bidi prefixes by moving to MDN data.

v10.4.9

Compare Source

  • Fixed css-unicode-bidi issue from latest Can I Use.

v10.4.8

Compare Source

  • Do not print color-adjust warning if print-color-adjust also is in rule.

v10.4.7

Compare Source

  • Fixed print-color-adjust support in Firefox.

v10.4.6

Compare Source

  • Fixed print-color-adjust support.

v10.4.5

Compare Source

v10.4.4

Compare Source

  • Fixed package.funding to have same value between all PostCSS packages.

v10.4.3

Compare Source

  • Fixed package.funding (by Álvaro Mondéjar).

v10.4.2

Compare Source

v10.4.1

Compare Source

  • Removed end value has mixed support, consider using flex-end warning
    since end/start now have good support.

v10.4.0: 10.4 “ǃke e꞉ ǀxarra ǁke”

Compare Source

Coat of arms of South Africa

In Autoprefixer 10.4 @​lukewarlow added :autofill support:

input:-webkit-autofill {
  background-color: red;
}

input:autofill {
  background-color: red;
}

v10.3.7

Compare Source

  • Replaced nanocolors to picocolors.

v10.3.6

Compare Source

  • Updated nanocolors.
  • Reduced package size.

v10.3.5

Compare Source

  • Replaced colorette to nanocolors.

v10.3.4

Compare Source

  • Fixed stretch value in latest Firefox.

v10.3.3

Compare Source

  • Fixed wrong -moz- prefix from ::file-selector-button (by Usman Yunusov).

v10.3.2

Compare Source

  • Fixed ::file-selector-button support (by Usman Yunusov).

v10.3.1

Compare Source

  • Fixed adding wrong prefixes to content (by Luke Warlow).

v10.3.0: 10.3 “Чести своей не отдам никому”

Compare Source

Pskov, coat of arms

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

Compare Source

v10.2.5

Compare Source

  • Fixed : support in @supports (by Dmitry Semigradsky).
  • Fixed docs (by Christian Oliff).

v10.2.4

Compare Source

  • Fixed browser names in npx autoprefixer --info.

v10.2.3

Compare Source

  • Fixed PostCSS 8 support.

v10.2.2

Compare Source

  • Fixed PostCSS 8 plugins compatibility.

v10.2.1

Compare Source

v10.2.0: 10.2 “Sub rosa”

Compare Source

Tudor rose

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”

Compare Source

Coat of arms of Botswana

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 */
@&#8203;media (min-resolution: 113.38dpcm) {
  …
}

/* output */
@&#8203;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

Compare Source

  • Fixed Cannot read property 'proxyOf' of undefined error (by Igor Kamyshev).

v10.0.3

Compare Source

  • Fixed substract to subtract value for mask-composite (by Michelle Enos).

v10.0.2

Compare Source

  • Removed -ms-user-select: all because IE and old Edge don’t support it.
  • Fixed Grid Layout warning.

v10.0.1

Compare Source

  • Fix PostCSS 8.1 compatability.
  • Add our OpenCollective to package.json.
  • Clean up code (by Sukka).

v10.0.0: 10.0 “Alis volat propriis”

Compare Source

Coat of arms of Oregon

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.


Configuration

📅 Schedule: (UTC)

  • 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot force-pushed the renovate/autoprefixer-10.x branch from 704692d to 632a6ee Compare April 23, 2022 21:54
@renovate renovate Bot force-pushed the renovate/autoprefixer-10.x branch 2 times, most recently from b6ea88f to 27d2a21 Compare May 2, 2022 18:05
@renovate renovate Bot force-pushed the renovate/autoprefixer-10.x branch from 27d2a21 to e183bb5 Compare September 25, 2022 18:37
@vercel
Copy link
Copy Markdown

vercel Bot commented Sep 25, 2022

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
webbiller Error Error Apr 13, 2026 9:50pm

@renovate renovate Bot force-pushed the renovate/autoprefixer-10.x branch 2 times, most recently from 1c261b2 to 6aa35b6 Compare September 25, 2022 18:42
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Sep 25, 2022

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: yarn.lock
error Couldn't find any versions for "@testing-library/react" that matches "11.4.0"

@renovate renovate Bot force-pushed the renovate/autoprefixer-10.x branch from 6aa35b6 to c51c3db Compare October 26, 2022 11:55
@renovate renovate Bot force-pushed the renovate/autoprefixer-10.x branch from c51c3db to b06eaa4 Compare October 27, 2022 22:36
@renovate renovate Bot force-pushed the renovate/autoprefixer-10.x branch from b06eaa4 to d02c0d2 Compare March 16, 2023 13:50
@renovate renovate Bot force-pushed the renovate/autoprefixer-10.x branch from d02c0d2 to 0be3994 Compare August 13, 2023 19:08
@renovate renovate Bot force-pushed the renovate/autoprefixer-10.x branch from 0be3994 to f1bd0c2 Compare September 20, 2023 21:41
@renovate renovate Bot force-pushed the renovate/autoprefixer-10.x branch from f1bd0c2 to 2d8d36f Compare January 17, 2024 18:04
@renovate renovate Bot force-pushed the renovate/autoprefixer-10.x branch from 2d8d36f to 75d9f22 Compare March 1, 2024 19:13
@renovate renovate Bot force-pushed the renovate/autoprefixer-10.x branch from 75d9f22 to 44fccbd Compare March 21, 2024 02:11
@renovate renovate Bot force-pushed the renovate/autoprefixer-10.x branch from 44fccbd to ee808c0 Compare August 2, 2024 21:30
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Aug 2, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: yarn.lock
error Couldn't find any versions for "@testing-library/react" that matches "11.4.0"

@renovate renovate Bot changed the title fix(deps): update dependency autoprefixer to v10 fix(deps): update dependency autoprefixer to v10 - autoclosed Dec 8, 2024
@renovate renovate Bot closed this Dec 8, 2024
@renovate renovate Bot deleted the renovate/autoprefixer-10.x branch December 8, 2024 18:37
@renovate renovate Bot changed the title fix(deps): update dependency autoprefixer to v10 - autoclosed fix(deps): update dependency autoprefixer to v10 Dec 9, 2024
@renovate renovate Bot reopened this Dec 9, 2024
@renovate renovate Bot force-pushed the renovate/autoprefixer-10.x branch from e1dc152 to ee808c0 Compare December 9, 2024 08:19
@renovate renovate Bot force-pushed the renovate/autoprefixer-10.x branch from ee808c0 to 90bceb8 Compare March 9, 2025 16:43
@renovate renovate Bot force-pushed the renovate/autoprefixer-10.x branch from 90bceb8 to e6f45ef Compare November 11, 2025 04:10
@renovate renovate Bot force-pushed the renovate/autoprefixer-10.x branch from e6f45ef to db4454d Compare December 14, 2025 21:12
@renovate renovate Bot force-pushed the renovate/autoprefixer-10.x branch from db4454d to 8665b14 Compare January 30, 2026 21:48
@renovate renovate Bot force-pushed the renovate/autoprefixer-10.x branch from 8665b14 to 72d109e Compare February 25, 2026 18:43
@renovate renovate Bot force-pushed the renovate/autoprefixer-10.x branch from 72d109e to ec8a4ad Compare February 25, 2026 22:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants