yurikrupnik / node-playground

playing more
0 stars 0 forks source link

Update dependency autoprefixer to v7.2.6 #13

Open renovate[bot] opened 3 years ago

renovate[bot] commented 3 years ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
autoprefixer 7.1.2 -> 7.2.6 age adoption passing confidence

Release Notes

postcss/autoprefixer ### [`v7.2.6`](https://togithub.com/postcss/autoprefixer/blob/HEAD/CHANGELOG.md#​726) [Compare Source](https://togithub.com/postcss/autoprefixer/compare/7.2.5...7.2.6) - Fix `-ms-` prefix for grid cells with same `grid-area` (by Evgeny Petukhov). ### [`v7.2.5`](https://togithub.com/postcss/autoprefixer/blob/HEAD/CHANGELOG.md#​725) [Compare Source](https://togithub.com/postcss/autoprefixer/compare/7.2.4...7.2.5) - Fix multiple prefixes in declaration value. ### [`v7.2.4`](https://togithub.com/postcss/autoprefixer/blob/HEAD/CHANGELOG.md#​724) [Compare Source](https://togithub.com/postcss/autoprefixer/compare/7.2.3...7.2.4) - Fix IE 10 support. ### [`v7.2.3`](https://togithub.com/postcss/autoprefixer/blob/HEAD/CHANGELOG.md#​723) [Compare Source](https://togithub.com/postcss/autoprefixer/compare/7.2.2...7.2.3) - Fix `grid-template-areas` in `@media` (by Evgeny Petukhov). ### [`v7.2.2`](https://togithub.com/postcss/autoprefixer/blob/HEAD/CHANGELOG.md#​722) [Compare Source](https://togithub.com/postcss/autoprefixer/compare/7.2.1...7.2.2) - Fix `_autoprefixerDisabled is undefined` issue. ### [`v7.2.1`](https://togithub.com/postcss/autoprefixer/blob/HEAD/CHANGELOG.md#​721) [Compare Source](https://togithub.com/postcss/autoprefixer/compare/7.2.0...7.2.1) - Fix IE and other old JS runtimes support. ### [`v7.2.0`](https://togithub.com/postcss/autoprefixer/releases/tag/7.2.0): 7.2 “Ordem e Progresso” [Compare Source](https://togithub.com/postcss/autoprefixer/compare/7.1.6...7.2.0) Coat of arms of Brazil Autoprefixer 7.2 brings better Grid support for IE
and `autoprefixer-info` CLI tool. ##### Grid Layout With `grid: true` option Autoprefixer adds `-ms-` prefixes to Grid Layout properties. But this feature was very limited. In 7.0 we dramatically improved Grid support for IE. [@​Alex7Kom](https://togithub.com/Alex7Kom) added `grid-area` and improved `grid-row` and `grid-column` support. [@​evgeny-petukhov](https://togithub.com/evgeny-petukhov) added `grid-template-areas` and `grid-template` support. Even this complex emoji example will work with new Autoprefixer ([output](https://gist.github.com/ai/a1426ec4ad404119467c391522cf32a7)): ```css body { display: grid; grid-template-rows: 30px auto 30px; grid-template-columns: 1fr 3fr; grid-template-areas: "🎩 🎩" "🍔 📰" "👞 👞"; } .header { grid-area: 🎩; } .nav { grid-area: 🍔; } .main { grid-area: 📰; } .footer { grid-area: 👞; } ``` Just don’t forget to set `grid: true` option: ```js auoprefixer({ grid: true }) ``` ##### Info CLI Tool Autoprefixer 7.2 ships with new CLI tool to check which browsers are selected and which properties will be prefixed. Just go to your project directory and run `npx autoprefixer-info`: Browsers: Edge: 16 These browsers account for 0.04% of all users globally At-Rules: @​viewport: ms Selectors: ::placeholder: ms Properties: user-select: ms hyphens: ms appearance: webkit scroll-snap-type: ms scroll-snap-coordinate: ms scroll-snap-destination: ms scroll-snap-points-x: ms scroll-snap-points-y: ms flow-into: ms flow-from: ms region-fragment: ms text-spacing: ms Also, [@​pdokas](https://togithub.com/pdokas) added default value (current working dir) for `from` option in `autoprefixer.info()`. ##### Other Changes - Add wrong `radial-gradient` properties warning. - Do not prefix `reverse` animation direction. - Improve test coverage (by [@​Semigradsky](https://togithub.com/Semigradsky)). ### [`v7.1.6`](https://togithub.com/postcss/autoprefixer/blob/HEAD/CHANGELOG.md#​716) [Compare Source](https://togithub.com/postcss/autoprefixer/compare/7.1.5...7.1.6) - Add warning for using `browserslist` option instead of `browsers`. - Add warning for multiple control comments in the same scope. - Fix `Invalid array length` error during indent changes. ### [`v7.1.5`](https://togithub.com/postcss/autoprefixer/blob/HEAD/CHANGELOG.md#​715) [Compare Source](https://togithub.com/postcss/autoprefixer/compare/7.1.4...7.1.5) - Fix `::placeholder` prefix for Edge. - Fix `inherit`/`initial`/`unset` values for `flex-direction`. - Fix RegExp usage in gradients (by Yet Another Minion). ### [`v7.1.4`](https://togithub.com/postcss/autoprefixer/blob/HEAD/CHANGELOG.md#​714) [Compare Source](https://togithub.com/postcss/autoprefixer/compare/7.1.3...7.1.4) - Fix `radial-gradient` direction conversion. - Fix `image-set` in `cursor`. ### [`v7.1.3`](https://togithub.com/postcss/autoprefixer/blob/HEAD/CHANGELOG.md#​713) [Compare Source](https://togithub.com/postcss/autoprefixer/compare/7.1.2...7.1.3) - Add warning for old `radial-gradient` direction syntax.

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.



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

renovate[bot] commented 1 year ago

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.