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

Update dependency autoprefixer to v9.8.5#439

Open
renovate[bot] wants to merge 1 commit intoproductionfrom
renovate/autoprefixer-9.x
Open

Update dependency autoprefixer to v9.8.5#439
renovate[bot] wants to merge 1 commit intoproductionfrom
renovate/autoprefixer-9.x

Conversation

@renovate
Copy link

@renovate renovate bot commented Mar 24, 2020

This PR contains the following updates:

Package Type Update Change
autoprefixer dependencies minor 9.7.4 -> 9.8.5

Release Notes

postcss/autoprefixer

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

v9.7.6

Compare Source

  • Revert -webkit-stretch fix.

v9.7.5

Compare Source

  • Fix -webkit-stretch support.

Renovate configuration

📅 Schedule: 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 has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot changed the title Update dependency autoprefixer to v9.7.5 Update dependency autoprefixer to v9.7.6 Apr 6, 2020
@renovate renovate bot force-pushed the renovate/autoprefixer-9.x branch from d072e54 to 18c110f Compare April 6, 2020 21:19
@renovate renovate bot changed the title Update dependency autoprefixer to v9.7.6 Update dependency autoprefixer to v9.8.0 May 17, 2020
@renovate renovate bot force-pushed the renovate/autoprefixer-9.x branch from 18c110f to 5b3ef2a Compare May 17, 2020 05:38
@renovate renovate bot force-pushed the renovate/autoprefixer-9.x branch from 5b3ef2a to 2bac906 Compare June 19, 2020 21:53
@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 2bac906 to bfc381c Compare June 21, 2020 01:37
@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 bfc381c to e19112e Compare June 23, 2020 14:39
@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 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 e19112e to ecbf668 Compare June 24, 2020 03:37
@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 ecbf668 to 8279b67 Compare July 11, 2020 06:14
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant