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 v9.8.8 - abandoned #283

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Dec 2, 2019

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
autoprefixer 9.7.2 -> 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: 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.

Configuration

📅 Schedule: Branch creation - "before 3am on Monday" (UTC), 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.

@lighthousebot
Copy link

Updated Lighthouse report for the changes in this PR:

Category New score Required threshold
Performance 81 85
Accessibility 100 100
Best Practices 93 100
SEO 100 100
Progressive Web App 100 100

Tested with Lighthouse version: 4.1.0

@renovate renovate bot changed the title chore(deps): update dependency autoprefixer to v9.7.3 chore(deps): update dependency autoprefixer to v9.7.4 Jan 14, 2020
@renovate renovate bot force-pushed the renovate/autoprefixer-9.x branch from 602a670 to d18331a Compare January 14, 2020 20:43
@lighthousebot
Copy link

Updated Lighthouse report for the changes in this PR:

Category New score Required threshold
Performance 78 85
Accessibility 100 100
Best Practices 93 100
SEO 100 100
Progressive Web App 100 100

Tested with Lighthouse version: 4.1.0

@renovate renovate bot force-pushed the renovate/autoprefixer-9.x branch from d18331a to dc83676 Compare May 2, 2020 23:00
@renovate renovate bot changed the title chore(deps): update dependency autoprefixer to v9.7.4 chore(deps): update dependency autoprefixer to v9.7.6 May 2, 2020
@lighthousebot
Copy link

Updated Lighthouse report for the changes in this PR:

Category New score Required threshold
Performance 76 85
Accessibility 100 100
Best Practices 93 100
SEO 100 100
Progressive Web App 100 100

Tested with Lighthouse version: 4.1.0

@renovate renovate bot force-pushed the renovate/autoprefixer-9.x branch from dc83676 to 9d32576 Compare July 1, 2020 16:59
@renovate renovate bot changed the title chore(deps): update dependency autoprefixer to v9.7.6 chore(deps): update dependency autoprefixer to v9.8.4 Jul 1, 2020
@lighthousebot
Copy link

Updated Lighthouse report for the changes in this PR:

Category New score Required threshold
Performance 79 85
Accessibility 100 100
Best Practices 86 100
SEO 100 100
Progressive Web App 100 100

Tested with Lighthouse version: 4.1.0

@renovate renovate bot force-pushed the renovate/autoprefixer-9.x branch from 9d32576 to e1f91e0 Compare July 11, 2020 06:46
@renovate renovate bot changed the title chore(deps): update dependency autoprefixer to v9.8.4 chore(deps): update dependency autoprefixer to v9.8.5 Jul 11, 2020
@lighthousebot
Copy link

Updated Lighthouse report for the changes in this PR:

Category New score Required threshold
Performance 78 85
Accessibility 100 100
Best Practices 86 100
SEO 100 100
Progressive Web App 100 100

Tested with Lighthouse version: 4.1.0

@renovate renovate bot force-pushed the renovate/autoprefixer-9.x branch from e1f91e0 to 4d31ddf Compare August 23, 2020 12:02
@renovate renovate bot changed the title chore(deps): update dependency autoprefixer to v9.8.5 chore(deps): update dependency autoprefixer to v9.8.6 Aug 23, 2020
@lighthousebot
Copy link

Updated Lighthouse report for the changes in this PR:

Category New score Required threshold
Performance 79 85
Accessibility 100 100
Best Practices 86 100
SEO 100 100
Progressive Web App 100 100

Tested with Lighthouse version: 4.1.0

@renovate renovate bot force-pushed the renovate/autoprefixer-9.x branch from 4d31ddf to 8637afd Compare October 18, 2021 17:23
@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
@renovate
Copy link
Author

renovate bot commented Mar 24, 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 chore(deps): update dependency autoprefixer to v9.8.8 chore(deps): update dependency autoprefixer to v9.8.8 - abandoned Dec 8, 2024
Copy link
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.

2 participants