Skip to content
This repository has been archived by the owner on Apr 26, 2022. It is now read-only.

chore(deps): update dependency autoprefixer to v9.8.8 #147

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 18, 2020

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
autoprefixer 9.7.6 -> 9.8.8 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

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


Configuration

📅 Schedule: "before 3am on Monday" (UTC).

🚦 Automerge: Disabled due to failing status checks.

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, click this checkbox.

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

@renovate renovate bot force-pushed the renovate/autoprefixer-9.x branch from 183b626 to 97c761b Compare May 18, 2020 21:54
@renovate renovate bot changed the title chore(deps): update dependency autoprefixer to v9.8.0 Update dependency autoprefixer to v9.8.0 May 18, 2020
@netlify
Copy link

netlify bot commented May 18, 2020

Deploy preview for gatsby-demo-store ready!

Built with commit 921575e

https://deploy-preview-147--gatsby-demo-store.netlify.app

@renovate renovate bot force-pushed the renovate/autoprefixer-9.x branch from 97c761b to f27732a Compare May 31, 2020 16:51
@renovate renovate bot force-pushed the renovate/autoprefixer-9.x branch 2 times, most recently from 874eb9d to 090a8ab Compare June 19, 2020 21:35
@renovate renovate bot changed the title Update dependency autoprefixer to v9.8.0 Update dependency autoprefixer to v9.8.1 Jun 19, 2020
@renovate renovate bot force-pushed the renovate/autoprefixer-9.x branch from 090a8ab to 2c5abeb Compare June 21, 2020 01:35
@renovate renovate bot changed the title Update dependency autoprefixer to v9.8.1 Update dependency autoprefixer to v9.8.2 Jun 21, 2020
@renovate renovate bot force-pushed the renovate/autoprefixer-9.x branch from 2c5abeb to b4a8a79 Compare June 23, 2020 14:41
@renovate renovate bot changed the title Update dependency autoprefixer to v9.8.2 Update dependency autoprefixer to v9.8.3 Jun 23, 2020
@renovate renovate bot force-pushed the renovate/autoprefixer-9.x branch from b4a8a79 to 656194d Compare June 24, 2020 03:34
@renovate renovate bot changed the title Update dependency autoprefixer to v9.8.3 Update dependency autoprefixer to v9.8.4 Jun 24, 2020
@renovate renovate bot force-pushed the renovate/autoprefixer-9.x branch from 656194d to 7316a03 Compare July 11, 2020 06:33
@renovate renovate bot changed the title Update dependency autoprefixer to v9.8.4 Update dependency autoprefixer to v9.8.5 Jul 11, 2020
@renovate renovate bot force-pushed the renovate/autoprefixer-9.x branch from 7316a03 to 921575e Compare July 30, 2020 20:25
@renovate renovate bot changed the title Update dependency autoprefixer to v9.8.5 Update dependency autoprefixer to v9.8.6 Jul 30, 2020
@renovate renovate bot changed the title Update dependency autoprefixer to v9.8.6 chore(deps): update dependency autoprefixer to v9.8.6 Oct 27, 2020
@renovate renovate bot force-pushed the renovate/autoprefixer-9.x branch from 921575e to e0a0290 Compare October 18, 2021 15:04
@renovate renovate bot changed the title chore(deps): update dependency autoprefixer to v9.8.6 chore(deps): update dependency autoprefixer to v9.8.8 Oct 18, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant