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

Update dependency autoprefixer to v9.3.1 #18773

Merged
merged 1 commit into from Nov 10, 2018

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Oct 17, 2018

This PR contains the following updates:

Package Type Update Change References
autoprefixer devDependencies minor 9.2.0 -> 9.3.1 source

Release Notes

postcss/autoprefixer

v9.3.1

Compare Source

  • Fix Grid prefixes with repeat() value (by Bogdan Dolin).

v9.3.0

Compare Source

Coat of Arms of Oklahoma

Autoprefixer 9.3 brings place-self support for Grid Layout

place-self

@​Dan503 and @​bogdan0083 found a way to impement support for another Grid property

.grid > .center {
  place-self: center;
}
.grid > .center {
  -ms-grid-row-align: center;
  -ms-grid-column-align: center;
  place-self: center;
}

Other Changes

@​Dan503 and @​bogdan0083 also detected and fixed issue with Grid row/column span inheritance.

v9.2.1

Compare Source

  • Fix broken AST.

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 if you modify the PR title to begin with "rebase!".

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

@renovate-bot renovate-bot changed the title Update dependency autoprefixer to v9.2.1 Update dependency autoprefixer to v9.3.0 Oct 24, 2018
@renovate-bot renovate-bot changed the title Update dependency autoprefixer to v9.3.0 Update dependency autoprefixer to v9.3.1 Oct 25, 2018
@rsimha rsimha merged commit 0deefc4 into ampproject:master Nov 10, 2018
@renovate-bot renovate-bot deleted the renovate/autoprefixer-9.x branch November 10, 2018 00:41
Enriqe pushed a commit to Enriqe/amphtml that referenced this pull request Nov 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants