Skip to content

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 5, 2019

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
autoprefixer 9.6.1 -> 9.8.8 age adoption passing confidence
@​types/autoprefixer 9.6.1 -> 9.7.2 age adoption passing confidence

Release Notes

postcss/autoprefixer

v9.8.8

Compare Source

  • Replaced nanocolors with picocolors.
  • Reduced package size.

v9.8.7

Compare Source

  • Replaced colorette with nanocolors.
  • Reduced package size.

v9.8.6

Compare Source

  • Fixed env option.

v9.8.5

Compare Source

  • Improved Grid Layout warnings (by Daniel Tonon).
  • Fixed align-self and justify-self with display: flex (by Daniel Tonon).

v9.8.4

Compare Source

  • Replace color output library.

v9.8.3

Compare Source

  • Return old non-LTS Node.js versions to avoid breaking changes.

v9.8.2

Compare Source

  • Remove Node.js 13.0-13.7 from supported engines, because of buggy ESM support.

v9.8.1

Compare Source

  • Replace chalk to kleur (by Luke Edwards).
  • Update docs (by @​mbomb007).

v9.8.0: 9.8 “Vigilo Confido”

Compare Source

XCOM coat of arms

Autoprefixer 9.8 brings IE support for :placeholder-shown.

Placeholder Shown

@​tkrotoff found that input:placeholder-shown can be emulated with input:-ms-input-placeholder.

input:-ms-input-placeholder {
  box-shadow: 0 0 0 1px blue;
}

input:placeholder-shown {
  box-shadow: 0 0 0 1px blue;
}

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

  • Revert -webkit-stretch fix.

v9.7.5

Compare Source

  • Fix -webkit-stretch support.

v9.7.4

Compare Source

  • Fix warning text (by Dmitry Ishkov).

v9.7.3

Compare Source

  • Fix compatibility with PostCSS Modules.

v9.7.2

Compare Source

  • Add -ms-user-select: element support.
  • Add funding link for npm fund.

v9.7.1

Compare Source

  • Avoid unnecessary transitions in prefixed selectors (by Andrey Alexandrov).
  • Fix fit-content for Firefox.

v9.7.0: 9.7 “Ad Victoriam”

Compare Source

Brotherhood of Steel coat of arms

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:

AUTOPREFIXER_GRID=autoplace npm build

Performance Improvements

@​Knagis found that Browserslist takes 70% of the Autoprefixer time.

Autoprefixer 9.6.5 profiling

We did a lot of improvements in Browserslist and now Autoprefixer should work much faster.

67417985-a283e180-f5d2-11e9-879a-e364c9acccf1

Other

v9.6.5

Compare Source

  • Fix selector prefixing (by Andrey Alexandrov).

v9.6.4

Compare Source

  • Now the real fix for 'startsWith' of undefined error.

v9.6.3

Compare Source

  • Fix Cannot read property 'startsWith' of undefined error.

v9.6.2

Compare Source

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


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

This PR has been generated by Mend Renovate. View repository job log here.

@vercel
Copy link

vercel bot commented Oct 5, 2019

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/nextjs-tfjs-cnn/nextjs-tfjs-cnn/aqes4v4b5
✅ Preview: In Progress

[Deployment for b03b820 failed]

@codecov
Copy link

codecov bot commented Oct 5, 2019

Codecov Report

Merging #23 (8ce8728) into master (d23f92e) will not change coverage.
The diff coverage is n/a.

❗ Current head 8ce8728 differs from pull request most recent head b03b820. Consider uploading reports for the commit b03b820 to get more accurate results
Impacted file tree graph

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

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d23f92e...b03b820. Read the comment docs.

@renovate renovate bot force-pushed the renovate/autoprefixer-9.x branch from a10658e to ab8e803 Compare October 5, 2019 16:36
@renovate renovate bot changed the title fix(deps): update dependency autoprefixer to v9.6.2 fix(deps): update dependency autoprefixer to v9.6.3 Oct 5, 2019
@renovate renovate bot force-pushed the renovate/autoprefixer-9.x branch from ab8e803 to 9a539ec Compare October 5, 2019 17:01
@renovate renovate bot changed the title fix(deps): update dependency autoprefixer to v9.6.3 fix(deps): update dependency autoprefixer to v9.6.4 Oct 5, 2019
@renovate renovate bot force-pushed the renovate/autoprefixer-9.x branch from 9a539ec to 4de02e7 Compare October 14, 2019 08:06
@renovate renovate bot changed the title fix(deps): update dependency autoprefixer to v9.6.4 fix(deps): update dependency autoprefixer to v9.6.5 Oct 14, 2019
@renovate renovate bot force-pushed the renovate/autoprefixer-9.x branch from 4de02e7 to 1d67e70 Compare October 24, 2019 13:00
@renovate renovate bot changed the title fix(deps): update dependency autoprefixer to v9.6.5 fix(deps): update dependency autoprefixer to v9.7.0 Oct 24, 2019
@renovate renovate bot force-pushed the renovate/autoprefixer-9.x branch from 1d67e70 to 93503ed Compare November 1, 2019 01:13
@renovate renovate bot changed the title fix(deps): update dependency autoprefixer to v9.7.0 fix(deps): update dependency autoprefixer to v9.7.1 Nov 1, 2019
@renovate renovate bot force-pushed the renovate/autoprefixer-9.x branch from 93503ed to 0b7d0b1 Compare November 21, 2019 11:46
@renovate renovate bot changed the title fix(deps): update dependency autoprefixer to v9.7.1 fix(deps): update dependency autoprefixer to v9.7.2 Nov 21, 2019
@renovate renovate bot force-pushed the renovate/autoprefixer-9.x branch from 0b7d0b1 to b13bdf6 Compare December 14, 2019 17:58
@renovate renovate bot changed the title fix(deps): update dependency autoprefixer to v9.7.2 fix(deps): update dependency autoprefixer to v9.7.3 Dec 14, 2019
@renovate renovate bot force-pushed the renovate/autoprefixer-9.x branch from b13bdf6 to 6afbeb1 Compare January 19, 2020 05:58
@renovate renovate bot changed the title fix(deps): update dependency autoprefixer to v9.7.3 fix(deps): update dependency autoprefixer to v9.7.4 Jan 19, 2020
@renovate renovate bot force-pushed the renovate/autoprefixer-9.x branch from 6afbeb1 to 2f2f6cc Compare February 19, 2020 15:59
@renovate renovate bot force-pushed the renovate/autoprefixer-9.x branch from 2f2f6cc to f4f727e Compare March 14, 2020 21:00
@renovate renovate bot force-pushed the renovate/autoprefixer-9.x branch from f4f727e to b299e18 Compare May 2, 2020 00:01
@renovate renovate bot changed the title fix(deps): update dependency autoprefixer to v9.7.4 fix(deps): update dependency autoprefixer to v9.7.6 May 2, 2020
@renovate renovate bot force-pushed the renovate/autoprefixer-9.x branch from b299e18 to 09c92fd Compare July 1, 2020 21:50
@renovate renovate bot changed the title fix(deps): update dependency autoprefixer to v9.7.6 fix(deps): update dependency autoprefixer to v9.8.4 Jul 1, 2020
@renovate renovate bot force-pushed the renovate/autoprefixer-9.x branch from 09c92fd to 8ce8728 Compare August 22, 2020 03:59
@renovate renovate bot changed the title fix(deps): update dependency autoprefixer to v9.8.4 fix(deps): update dependency autoprefixer to v9.8.6 Aug 22, 2020
@renovate renovate bot force-pushed the renovate/autoprefixer-9.x branch from 8ce8728 to b03b820 Compare October 18, 2021 23:17
@renovate renovate bot changed the title fix(deps): update dependency autoprefixer to v9.8.6 fix(deps): update dependency autoprefixer to v9.8.8 Oct 18, 2021
@renovate
Copy link
Contributor Author

renovate bot commented Mar 25, 2023

Edited/Blocked Notification

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

⚠️ Warning: custom changes will be lost.

@renovate renovate bot changed the title fix(deps): update dependency autoprefixer to v9.8.8 fix(deps): update dependency autoprefixer to v9.8.8 - abandoned Dec 8, 2024
Copy link
Contributor Author

renovate bot commented Dec 8, 2024

Autoclosing Skipped

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

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.

1 participant