Skip to content

Commit

Permalink
feat(deps): bump autoprefixer from 9.1.3 to 9.3.1 (#50)
Browse files Browse the repository at this point in the history
Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 9.1.3 to 9.3.1.
<details>
<summary>Release notes</summary>

*Sourced from [autoprefixer's releases](https://github.com/postcss/autoprefixer/releases).*

> ## 9.3.1
> * Fix Grid prefixes with `repeat()` value (by [**bogdan0083**](https://github.com/bogdan0083)).
>
> ## 9.3 “Labor omnia vincit”
> <img src="https://user-images.githubusercontent.com/19343/47355871-8df3cd00-d690-11e8-8ca3-5574d0104ff3.png" alt="Coat of Arms of Oklahoma" width="200" height="202" align="right">
>
> Autoprefixer 9.3 brings `place-self` support for Grid Layout
>
> ## `place-self`
>
> [**Dan503**](https://github.com/Dan503) and [**bogdan0083**](https://github.com/bogdan0083) [found](https://github-redirect.dependabot.com/postcss/autoprefixer/issues/1143) a way to impement support for another Grid property
>
> ```css
> .grid > .center {
>   place-self: center;
> }
> ```
>
> ```css
> .grid > .center {
>   -ms-grid-row-align: center;
>   -ms-grid-column-align: center;
>   place-self: center;
> }
> ```
>
> ## Other Changes
>
> [**Dan503**](https://github.com/Dan503) and [**bogdan0083**](https://github.com/bogdan0083) also [detected and fixed](https://github-redirect.dependabot.com/postcss/autoprefixer/issues/1146) issue with Grid row/column span inheritance.
>
> ## 9.2.1
> * Fix broken AST.
>
> ## 9.2 “Onyi est glavnaya krepost”
> <img src="https://user-images.githubusercontent.com/19343/46919884-e271bb00-cfb3-11e8-8473-6c30fcfc5207.png" alt="Coat of Arms of Omsk" width="240" height="204" align="right" />
>
> Autoprefixer 9.2 brings many new improvements for `-ms-` prefixes for Grid Layout.
>
> ## New Ways to Enable/Disable Grid Layout
>
> In previous versions, you had needed to pass `grid: true` to enable prefixes for Grid Layout. But not all users have access to Autoprefixer options. CodePen, Create Reat App or Angular CLI doesn’t allow you to do it.
>
> In Autoprefixer 9.2 [**fanich37**](https://github.com/fanich37) added special control comments:
>
> ```css
> /* autoprefixer grid: on */
> .grid {
>     display: grid;
>     grid-gap: 33px;
>     grid-template:
></table> ... (truncated)
</details>
<details>
<summary>Changelog</summary>

*Sourced from [autoprefixer's changelog](https://github.com/postcss/autoprefixer/blob/master/CHANGELOG.md).*

> ## 9.3.1
> * Fix Grid prefixes with `repeat()` value (by Bogdan Dolin).
>
> ## 9.3 “Labor omnia vincit”
> * Add `place-self` support (by Bogdan Dolin).
> * Fix Grid row/column span inheritance bug (by Bogdan Dolin).
>
> ## 9.2.1
> * Fix broken AST.
>
> ## 9.2 “Onyi est glavnaya krepost”
> * Add `/* autoprefixer grid: on */` control comment (by Andrey Alexandrov).
> * Add duplicate `grid-area` support (by Bogdan Dolin).
> * Fix `grid-gap` support for rules with different specifity (by Bogdan Dolin).
> * Disable Grid in `[**supports**](https://github.com/supports)` at-rule with non-supported Grid features.
> * Improve Grid warnings (by Daniel Tonon).
> * Improve docs (by Joshua Hall, Mat Gadd, Roy Revelt, and Ivan).
>
> ## 9.1.5
> * Remove `@babel/register` from dependencies.
>
> ## 9.1.4
> * Use Babel 7.
</details>
<details>
<summary>Commits</summary>

- [`1371f49`](postcss/autoprefixer@1371f49) Release 9.3.1 version
- [`e6067b7`](postcss/autoprefixer@e6067b7) Update dependencies
- [`c0eb6c6`](postcss/autoprefixer@c0eb6c6) [css-grid] Fix bug when grid-rows/columns are prefixed with wrong values ([#1149](https://github-redirect.dependabot.com/postcss/autoprefixer/issues/1149))
- [`cac7636`](postcss/autoprefixer@cac7636) Release 9.3 version
- [`b3080dd`](postcss/autoprefixer@b3080dd) Update dependencies
- [`1956607`](postcss/autoprefixer@1956607) [css-grid] Fix/row column span inheritance bug ([#1147](https://github-redirect.dependabot.com/postcss/autoprefixer/issues/1147))
- [`6b8a25d`](postcss/autoprefixer@6b8a25d) [css-grid] Implement hack for place-self property ([#1144](https://github-redirect.dependabot.com/postcss/autoprefixer/issues/1144))
- [`41e3a04`](postcss/autoprefixer@41e3a04) Release 9.2.1 version
- [`6453afe`](postcss/autoprefixer@6453afe) Update dependencies
- [`1ec9169`](postcss/autoprefixer@1ec9169) Fix broken Node#parent
- Additional commits viewable in [compare view](postcss/autoprefixer@9.1.3...9.3.1)
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=autoprefixer&package-manager=npm_and_yarn&previous-version=9.1.3&new-version=9.3.1)](https://dependabot.com/compatibility-score.html?dependency-name=autoprefixer&package-manager=npm_and_yarn&previous-version=9.1.3&new-version=9.3.1)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

---

**Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com).

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

</details>
  • Loading branch information
dependabot[bot] authored and Kocal committed Nov 6, 2018
1 parent 43825a9 commit 349aa91
Showing 1 changed file with 38 additions and 38 deletions.
76 changes: 38 additions & 38 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1349,29 +1349,17 @@ atob@^2.1.1:
resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9"
integrity sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==

autoprefixer@^9.0.0:
version "9.1.5"
resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-9.1.5.tgz#8675fd8d1c0d43069f3b19a2c316f3524e4f6671"
integrity sha512-kk4Zb6RUc58ld7gdosERHMF3DzIYJc2fp5sX46qEsGXQQy5bXsu8qyLjoxuY1NuQ/cJuCYnx99BfjwnRggrYIw==
dependencies:
browserslist "^4.1.0"
caniuse-lite "^1.0.30000884"
normalize-range "^0.1.2"
num2fraction "^1.2.2"
postcss "^7.0.2"
postcss-value-parser "^3.2.3"

autoprefixer@^9.1.2:
version "9.1.3"
resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-9.1.3.tgz#bd5940ccb9d1bfa3508308659915f0a14394c8d5"
integrity sha512-No9xrkPCGIHc9I52e+u1MuvkwfTOIXQt3tu+jGSONAJf4awvQmqOTWmk7JhA9Q3BTvBYIRdpS9PLFtrmpZcImg==
autoprefixer@^9.0.0, autoprefixer@^9.1.2:
version "9.3.1"
resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-9.3.1.tgz#71b622174de2b783d5fd99f9ad617b7a3c78443e"
integrity sha512-DY9gOh8z3tnCbJ13JIWaeQsoYncTGdsrgCceBaQSIL4nvdrLxgbRSBPevg2XbX7u4QCSfLheSJEEIUUSlkbx6Q==
dependencies:
browserslist "^4.0.2"
caniuse-lite "^1.0.30000878"
browserslist "^4.3.3"
caniuse-lite "^1.0.30000898"
normalize-range "^0.1.2"
num2fraction "^1.2.2"
postcss "^7.0.2"
postcss-value-parser "^3.2.3"
postcss "^7.0.5"
postcss-value-parser "^3.3.1"

aws-sign2@~0.7.0:
version "0.7.0"
Expand Down Expand Up @@ -1681,7 +1669,7 @@ browserify-sign@^4.0.0:
inherits "^2.0.1"
parse-asn1 "^5.0.0"

browserslist@^4.0.0, browserslist@^4.0.2:
browserslist@^4.0.0:
version "4.1.0"
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.1.0.tgz#81cbb8e52dfa09918f93c6e051d779cb7360785d"
integrity sha512-kQBKB8hnq1SRfSpwHDpM1JNHAyk9fydW8hIDvndR2ijTFKIlBPEvkJkCt8JznOugdm12/YCaRgyq/sqDGz9PwA==
Expand All @@ -1690,14 +1678,14 @@ browserslist@^4.0.0, browserslist@^4.0.2:
electron-to-chromium "^1.3.61"
node-releases "^1.0.0-alpha.11"

browserslist@^4.1.0:
version "4.1.1"
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.1.1.tgz#328eb4ff1215b12df6589e9ab82f8adaa4fc8cd6"
integrity sha512-VBorw+tgpOtZ1BYhrVSVTzTt/3+vSE3eFUh0N2GCFK1HffceOaf32YS/bs6WiFhjDAblAFrx85jMy3BG9fBK2Q==
browserslist@^4.3.3:
version "4.3.4"
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.3.4.tgz#4477b737db6a1b07077275b24791e680d4300425"
integrity sha512-u5iz+ijIMUlmV8blX82VGFrB9ecnUg5qEt55CMZ/YJEhha+d8qpBfOFuutJ6F/VKRXjZoD33b6uvarpPxcl3RA==
dependencies:
caniuse-lite "^1.0.30000884"
electron-to-chromium "^1.3.62"
node-releases "^1.0.0-alpha.11"
caniuse-lite "^1.0.30000899"
electron-to-chromium "^1.3.82"
node-releases "^1.0.1"

btoa-lite@^1.0.0:
version "1.0.0"
Expand Down Expand Up @@ -1935,10 +1923,10 @@ caniuse-lite@^1.0.0, caniuse-lite@^1.0.30000878:
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30000878.tgz#c644c39588dd42d3498e952234c372e5a40a4123"
integrity sha512-/dCGTdLCnjVJno1mFRn7Y6eit3AYaeFzSrMQHCoK0LEQaWl5snuLex1Ky4b8/Qu2ig5NgTX4cJx65hH9546puA==

caniuse-lite@^1.0.30000884:
version "1.0.30000885"
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30000885.tgz#e889e9f8e7e50e769f2a49634c932b8aee622984"
integrity sha512-cXKbYwpxBLd7qHyej16JazPoUacqoVuDhvR61U7Fr5vSxMUiodzcYa1rQYRYfZ5GexV03vGZHd722vNPLjPJGQ==
caniuse-lite@^1.0.30000898, caniuse-lite@^1.0.30000899:
version "1.0.30000906"
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30000906.tgz#7c44e498a2504f7a5db3b4f91285bbc821157a77"
integrity sha512-ME7JFX6h0402om/nC/8Lw+q23QvPe2ust9U0ntLmkX9F2zaGwq47fZkjlyHKirFBuq1EM+T/LXBcDdW4bvkCTA==

capture-stack-trace@^1.0.0:
version "1.0.0"
Expand Down Expand Up @@ -3253,10 +3241,10 @@ electron-to-chromium@^1.3.61:
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.61.tgz#a8ac295b28d0f03d85e37326fd16b6b6b17a1795"
integrity sha512-XjTdsm6x71Y48lF9EEvGciwXD70b20g0t+3YbrE+0fPFutqV08DSNrZXkoXAp3QuzX7TpL/OW+/VsNoR9GkuNg==

electron-to-chromium@^1.3.62:
version "1.3.64"
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.64.tgz#39f5a93bf84ab7e10cfbb7522ccfc3f1feb756cf"
integrity sha512-CU5ta5MbzRre+WhzKfPBM3HlyZGM7bwNKmiByzFzCfxP3q7cNmGLKopq5Q+LGXza69aIHXk2sZZSh/Oh7TKPIQ==
electron-to-chromium@^1.3.82:
version "1.3.83"
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.83.tgz#74584eb0972bb6777811c5d68d988c722f5e6666"
integrity sha512-DqJoDarxq50dcHsOOlMLNoy+qQitlMNbYb6wwbE0oUw2veHdRkpNrhmngiUYKMErdJ8SJ48rpJsZTQgy5SoEAA==

elliptic@^6.0.0:
version "6.4.1"
Expand Down Expand Up @@ -7115,6 +7103,13 @@ node-releases@^1.0.0-alpha.11:
dependencies:
semver "^5.3.0"

node-releases@^1.0.1:
version "1.0.3"
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.0.3.tgz#3414ed84595096459c251699bfcb47d88324a9e4"
integrity sha512-ZaZWMsbuDcetpHmYeKWPO6e63pSXLb50M7lJgCbcM2nC/nQC3daNifmtp5a2kp7EWwYfhuvH6zLPWkrF8IiDdw==
dependencies:
semver "^5.3.0"

node-sass-tilde-importer@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/node-sass-tilde-importer/-/node-sass-tilde-importer-1.0.2.tgz#1a15105c153f648323b4347693fdb0f331bad1ce"
Expand Down Expand Up @@ -8533,11 +8528,16 @@ postcss-unique-selectors@^4.0.0:
postcss "^6.0.0"
uniqs "^2.0.0"

postcss-value-parser@^3.0.0, postcss-value-parser@^3.2.3, postcss-value-parser@^3.3.0:
postcss-value-parser@^3.0.0, postcss-value-parser@^3.3.0:
version "3.3.0"
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-3.3.0.tgz#87f38f9f18f774a4ab4c8a232f5c5ce8872a9d15"
integrity sha1-h/OPnxj3dKSrTIojL1xc6IcqnRU=

postcss-value-parser@^3.3.1:
version "3.3.1"
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz#9ff822547e2893213cf1c30efa51ac5fd1ba8281"
integrity sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==

postcss@^5.2.5:
version "5.2.18"
resolved "https://registry.yarnpkg.com/postcss/-/postcss-5.2.18.tgz#badfa1497d46244f6390f58b319830d9107853c5"
Expand Down Expand Up @@ -8566,7 +8566,7 @@ postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.2:
source-map "^0.6.1"
supports-color "^5.4.0"

postcss@^7.0.3:
postcss@^7.0.3, postcss@^7.0.5:
version "7.0.5"
resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.5.tgz#70e6443e36a6d520b0fd4e7593fcca3635ee9f55"
integrity sha512-HBNpviAUFCKvEh7NZhw1e8MBPivRszIiUnhrJ+sBFVSYSqubrzwX3KG51mYgcRHX8j/cAgZJedONZcm5jTBdgQ==
Expand Down

0 comments on commit 349aa91

Please sign in to comment.