Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

Update autoprefixer in /packages/oc-template-react-compiler from 8.6.5 to 9.3.0 #321

Closed
wants to merge 1 commit into from

Conversation

dependencies[bot]
Copy link

@dependencies dependencies bot commented Oct 23, 2018

Dependencies.io has updated autoprefixer (a npm dependency in /packages/oc-template-react-compiler) from "8.6.5" to "9.3.0".

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

@codecov
Copy link

codecov bot commented Oct 23, 2018

Codecov Report

Merging #321 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #321   +/-   ##
=======================================
  Coverage   96.04%   96.04%           
=======================================
  Files          19       19           
  Lines         253      253           
  Branches       31       31           
=======================================
  Hits          243      243           
  Misses         10       10

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 88737a3...06f5955. Read the comment docs.

@matteofigus matteofigus deleted the autoprefixer-9.3.0-373.3.0 branch October 28, 2018 10:58
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants