Changelog
*Sourced from [autoprefixer-rails's changelog](https://github.com/ai/autoprefixer-rails/blob/master/CHANGELOG.md).*
> ## 8.6.4
> * Fix `stretch` prefix in Chrome >= 46.
>
> ## 8.6.3
> * Add warnings for unsupported Grid features.
> * Add warnings about wrong Grid properties.
> * Add note about `grid` option for grid properties in `rake autoprefixer`.
>
> ## 8.6.2
> * Fix error during adding Grid prefixes in `[**media**](https://github.com/media)` (by Evgeny Petukhov).
>
> ## 8.6.1
> * Fix `grid-template` with media queries (by Evgeny Petukhov).
>
> ## 8.6 “Follow Reason”
> * Add `gap` support (by Evgeny Petukhov).
> * Add two values support for `grid-gap` and `gap` (by Evgeny Petukhov).
>
> ## 8.5.2
> * Fix `grid-template` support wit auto row sizes (by Yury Timofeev).
>
> ## 8.5.1
> * Remove unnecessary warning on `-webkit-fill-available`.
>
> ## 8.5 “Muito Nobre e Sempre Leal”
> * Add `grid-gap` support (by Evgeny Petukhov).
> * Fix radial gradients direction fix.
>
> ## 8.4.1
> * Fix non-related to Ruby issue.
>
> ## 8.4 “Non in aves, sed in angues”
> * Add `/* autoprefixer: ignore next */` control comment (by Pavel Vostrikov).
>
> ## 8.3.0.1
> * Remove Opera Mobile 12.1 from default browsers.
> * Update Can I Use data.
>
> ## 8.3 “Benigno Numine”
> * Add `[**media**](https://github.com/media)` support to `grid-template` (by Evgeny Petukhov).
> * Fix `radial-gradient` direction warning (by Gustavo Real).
>
> ## 8.2 “Ad Astra per Aspera”
> * Add `color-adjust` (by Sergey Lysenko, Stanislav Botev, and Yuriy Alekseyev).
>
> ## 8.1.0.1
> * Add more clear error on missed browser version.
>
> ## 8.1 “Rex, Familia et Ultio”
> * Add `overscroll-behavior` support.
> ... (truncated)
Commits
- [`b7fee78`](https://github.com/ai/autoprefixer-rails/commit/b7fee7831547668247c859cff1ddbc25ee9db76b) Release 8.6.4 version
- [`9f9920a`](https://github.com/ai/autoprefixer-rails/commit/9f9920a911dac4c061789ad446ed0147d277ee7f) Update autoprefixer.js with stretch fix
- [`c574d42`](https://github.com/ai/autoprefixer-rails/commit/c574d42986d7f55c6fddee162d76a368cbefb3a1) Clean up Travis CI config
- [`b8426ce`](https://github.com/ai/autoprefixer-rails/commit/b8426ce9fe50418e41c4336579bbfa5aa637009a) Remove old Ruby on Sprockets from Travis CI
- [`8094117`](https://github.com/ai/autoprefixer-rails/commit/8094117065f65ea6e251ddeaf99290747acccd69) Release 8.6.3 version
- [`514e587`](https://github.com/ai/autoprefixer-rails/commit/514e587fca226b5faf73d331eaf98a5aef444ef4) Update autoprefixer.js with more warnings
- [`bbfc47f`](https://github.com/ai/autoprefixer-rails/commit/bbfc47fc29d3f42e50e0e8d015c9c70a6a89b520) Release 8.6.2 version
- [`3893459`](https://github.com/ai/autoprefixer-rails/commit/38934594e52fcf46c3c48f69d59216d7c67cf61e) Update autoprefixer.js with grid and media fix
- [`e39272e`](https://github.com/ai/autoprefixer-rails/commit/e39272e8b02d5b1addaa5b34b376b189373b109f) Release 8.6.1 version
- [`2347ce8`](https://github.com/ai/autoprefixer-rails/commit/2347ce843b175160791aa1278ebc8834cfbb4517) Update autoprefixer.js with grid and media fix
- Additional commits viewable in [compare view](https://github.com/ai/autoprefixer-rails/compare/7.1.1...8.6.4)
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.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot merge` will merge this PR after your CI passes on it
- `@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 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.
⚠️ Dependabot is rebasing this PR ⚠️
Sit tight and this PR will be updated for you in a minute. If you make any changes yourself then they'll take precedence over the rebase (which will be abandoned).
Bumps autoprefixer-rails from 7.1.1 to 8.6.4.
Changelog
*Sourced from [autoprefixer-rails's changelog](https://github.com/ai/autoprefixer-rails/blob/master/CHANGELOG.md).* > ## 8.6.4 > * Fix `stretch` prefix in Chrome >= 46. > > ## 8.6.3 > * Add warnings for unsupported Grid features. > * Add warnings about wrong Grid properties. > * Add note about `grid` option for grid properties in `rake autoprefixer`. > > ## 8.6.2 > * Fix error during adding Grid prefixes in `[**media**](https://github.com/media)` (by Evgeny Petukhov). > > ## 8.6.1 > * Fix `grid-template` with media queries (by Evgeny Petukhov). > > ## 8.6 “Follow Reason” > * Add `gap` support (by Evgeny Petukhov). > * Add two values support for `grid-gap` and `gap` (by Evgeny Petukhov). > > ## 8.5.2 > * Fix `grid-template` support wit auto row sizes (by Yury Timofeev). > > ## 8.5.1 > * Remove unnecessary warning on `-webkit-fill-available`. > > ## 8.5 “Muito Nobre e Sempre Leal” > * Add `grid-gap` support (by Evgeny Petukhov). > * Fix radial gradients direction fix. > > ## 8.4.1 > * Fix non-related to Ruby issue. > > ## 8.4 “Non in aves, sed in angues” > * Add `/* autoprefixer: ignore next */` control comment (by Pavel Vostrikov). > > ## 8.3.0.1 > * Remove Opera Mobile 12.1 from default browsers. > * Update Can I Use data. > > ## 8.3 “Benigno Numine” > * Add `[**media**](https://github.com/media)` support to `grid-template` (by Evgeny Petukhov). > * Fix `radial-gradient` direction warning (by Gustavo Real). > > ## 8.2 “Ad Astra per Aspera” > * Add `color-adjust` (by Sergey Lysenko, Stanislav Botev, and Yuriy Alekseyev). > > ## 8.1.0.1 > * Add more clear error on missed browser version. > > ## 8.1 “Rex, Familia et Ultio” > * Add `overscroll-behavior` support. > ... (truncated)Commits
- [`b7fee78`](https://github.com/ai/autoprefixer-rails/commit/b7fee7831547668247c859cff1ddbc25ee9db76b) Release 8.6.4 version - [`9f9920a`](https://github.com/ai/autoprefixer-rails/commit/9f9920a911dac4c061789ad446ed0147d277ee7f) Update autoprefixer.js with stretch fix - [`c574d42`](https://github.com/ai/autoprefixer-rails/commit/c574d42986d7f55c6fddee162d76a368cbefb3a1) Clean up Travis CI config - [`b8426ce`](https://github.com/ai/autoprefixer-rails/commit/b8426ce9fe50418e41c4336579bbfa5aa637009a) Remove old Ruby on Sprockets from Travis CI - [`8094117`](https://github.com/ai/autoprefixer-rails/commit/8094117065f65ea6e251ddeaf99290747acccd69) Release 8.6.3 version - [`514e587`](https://github.com/ai/autoprefixer-rails/commit/514e587fca226b5faf73d331eaf98a5aef444ef4) Update autoprefixer.js with more warnings - [`bbfc47f`](https://github.com/ai/autoprefixer-rails/commit/bbfc47fc29d3f42e50e0e8d015c9c70a6a89b520) Release 8.6.2 version - [`3893459`](https://github.com/ai/autoprefixer-rails/commit/38934594e52fcf46c3c48f69d59216d7c67cf61e) Update autoprefixer.js with grid and media fix - [`e39272e`](https://github.com/ai/autoprefixer-rails/commit/e39272e8b02d5b1addaa5b34b376b189373b109f) Release 8.6.1 version - [`2347ce8`](https://github.com/ai/autoprefixer-rails/commit/2347ce843b175160791aa1278ebc8834cfbb4517) Update autoprefixer.js with grid and media fix - Additional commits viewable in [compare view](https://github.com/ai/autoprefixer-rails/compare/7.1.1...8.6.4)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
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot merge` will merge this PR after your CI passes on it - `@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 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.
⚠️ Dependabot is rebasing this PR ⚠️
Sit tight and this PR will be updated for you in a minute. If you make any changes yourself then they'll take precedence over the rebase (which will be abandoned).