Skip to content
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

chore(deps): update dependency autoprefixer to ^9.8.8 #20

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Apr 6, 2020

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
autoprefixer ^9.7.5 -> ^9.8.8 age adoption passing confidence

Release Notes

postcss/autoprefixer (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.

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

@renovate renovate bot added the renovate label Apr 6, 2020
@renovate renovate bot force-pushed the renovate/autoprefixer-9.x branch from 0afa447 to f2e8696 Compare May 17, 2020 05:33
@renovate renovate bot changed the title chore(deps): update dependency autoprefixer to ^9.7.6 chore(deps): update dependency autoprefixer to ^9.8.0 May 17, 2020
@renovate renovate bot force-pushed the renovate/autoprefixer-9.x branch from f2e8696 to 42004e9 Compare June 19, 2020 21:54
@renovate renovate bot changed the title chore(deps): update dependency autoprefixer to ^9.8.0 chore(deps): update dependency autoprefixer to ^9.8.1 Jun 19, 2020
@renovate renovate bot force-pushed the renovate/autoprefixer-9.x branch from 42004e9 to fc886df Compare June 21, 2020 01:39
@renovate renovate bot changed the title chore(deps): update dependency autoprefixer to ^9.8.1 chore(deps): update dependency autoprefixer to ^9.8.2 Jun 21, 2020
@renovate renovate bot force-pushed the renovate/autoprefixer-9.x branch from fc886df to 0a4113f Compare June 23, 2020 14:43
@renovate renovate bot changed the title chore(deps): update dependency autoprefixer to ^9.8.2 chore(deps): update dependency autoprefixer to ^9.8.3 Jun 23, 2020
@renovate renovate bot force-pushed the renovate/autoprefixer-9.x branch from 0a4113f to 2d65785 Compare June 24, 2020 03:36
@renovate renovate bot changed the title chore(deps): update dependency autoprefixer to ^9.8.3 chore(deps): update dependency autoprefixer to ^9.8.4 Jun 24, 2020
@renovate renovate bot force-pushed the renovate/autoprefixer-9.x branch from 2d65785 to 27c545d Compare July 11, 2020 06:46
@renovate renovate bot changed the title chore(deps): update dependency autoprefixer to ^9.8.4 chore(deps): update dependency autoprefixer to ^9.8.5 Jul 11, 2020
@renovate renovate bot force-pushed the renovate/autoprefixer-9.x branch from 27c545d to ca5d0f2 Compare August 26, 2020 21:00
@renovate renovate bot changed the title chore(deps): update dependency autoprefixer to ^9.8.5 chore(deps): update dependency autoprefixer to ^9.8.6 Aug 26, 2020
@renovate renovate bot force-pushed the renovate/autoprefixer-9.x branch from ca5d0f2 to 53b7182 Compare October 18, 2021 15:40
@renovate renovate bot changed the title chore(deps): update dependency autoprefixer to ^9.8.6 chore(deps): update dependency autoprefixer to ^9.8.8 Oct 18, 2021
@renovate renovate bot force-pushed the renovate/autoprefixer-9.x branch from 8ed9c58 to 0d6dcf3 Compare November 20, 2022 13:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants