Skip to content
Snippets Groups Projects

chore(deps): update dependency autoprefixer to v8.6.5

Merged renovate-bot requested to merge renovate/autoprefixer-8.x into develop

This MR contains the following updates:

Package Type Update Change
autoprefixer devDependencies minor 8.5.0 -> 8.6.5

Release Notes

postcss/autoprefixer

v8.6.5

Compare Source

  • Do not show Grid warnings if IE was not selected.

v8.6.4

Compare Source

  • Fix stretch prefix in Chrome >= 46.

v8.6.3

Compare Source

  • Add warnings for unsupported Grid features.
  • Add warnings about wrong Grid properties.
  • Add note about grid option for grid properties in autoprefixer --info.

v8.6.2

Compare Source

  • Fix error during adding Grid prefixes in @media (by Evgeny Petukhov).

v8.6.1

Compare Source

  • Fix grid-template with media queries (by Evgeny Petukhov).

v8.6.0

Compare Source

Emblem of the Grand Lodge of Massachusetts

Autoprefixer 8.6 brings gap property support and two values support for grid-gap/gap.

Grid Gap

CSSWG renamed grid-gap property to gap.

@​yepninja added gap support with 2 values support.

Grid layout code bellow will work even in IE if you pass grid: true option to Autoprefixer:

.main {
    gap: 10px 20px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "head head head"
                         "nav main main"
                         "nav foot foot";
}
Other Changes

v8.5.2

Compare Source

  • Fix grid-template support wit auto row sizes (by Yury Timofeev).

v8.5.1

Compare Source

  • Remove unnecessary warning on -webkit-fill-available.

Configuration

:date: Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.

:recycle: Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

:no_bell: Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, click this checkbox.

This MR has been generated by Renovate Bot.

Merge request reports

Pipeline #41032 passed

Pipeline passed for 96ae1f3b on renovate/autoprefixer-8.x

Approval is optional

Merged by HaelwennHaelwenn 2 years ago (Aug 8, 2022 5:51pm UTC)

Merge details

  • Changes merged into develop with 186af416.
  • Deleted the source branch.

Pipeline #41038 passed with warnings

Pipeline passed with warnings for 186af416 on develop

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading