Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 17, 2020

This PR contains the following updates:

Package Type Update Change
autoprefixer devDependencies minor 9.7.6 -> 9.8.0

Release Notes

postcss/autoprefixer

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


Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Enabled.

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

@basilbot
Copy link

basilbot commented May 17, 2020

Deploy preview for basiljs2 ready!

Built with commit cdf94d6

https://deploy-preview-218--basiljs2.netlify.app

@renovate renovate bot force-pushed the renovate/autoprefixer-9.x branch from c41120f to 461246e Compare May 21, 2020 15:59
@renovate renovate bot changed the title chore(deps): update dependency autoprefixer to v9.8.0 Update dependency autoprefixer to v9.8.0 May 21, 2020
@renovate renovate bot force-pushed the renovate/autoprefixer-9.x branch 3 times, most recently from db674ef to 7160627 Compare May 25, 2020 06:17
@renovate renovate bot force-pushed the renovate/autoprefixer-9.x branch 2 times, most recently from 69e8fff to 4c24bbc Compare June 3, 2020 04:19
@renovate renovate bot force-pushed the renovate/autoprefixer-9.x branch from 4c24bbc to cdf94d6 Compare June 4, 2020 04:37
@ff6347 ff6347 merged commit 042403c into master Jun 4, 2020
@ff6347 ff6347 deleted the renovate/autoprefixer-9.x branch June 4, 2020 04:51
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.

3 participants