AustinGil / bedrocss

A classless CSS library that's modern, lightweight, and easy to modify so you can start your projects on a solid foundation. It does a bit more than a reset, but not so much as a framework. bedrocss applies sane defaults to plain HTML elements, so there isn't anything to learn, and it's super easy to modify.
https://bedrocss.austingil.com/
29 stars 4 forks source link

Bump autoprefixer from 8.3.0 to 9.5.1 #4

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps autoprefixer from 8.3.0 to 9.5.1.

Release notes *Sourced from [autoprefixer's releases](https://github.com/postcss/autoprefixer/releases).* > ## 9.5.1 > * Fix `backdrop-filter` for Edge (by [@​AleshaOleg](https://github.com/AleshaOleg)). > * Fix `min-resolution` media query support in Firefox < 16. > > ## 9.5 “Draco dormiens nunquam titillandus” > Coat of Arms of Hogwarts > > Autoprefixer 9.5 brings `mask-composite` support. > > ```css > a { > mask-composite: add; > } > b { > mask: url(intersect.png) intersect, url(exclude.png); > } > ``` > > ```css > a { > -webkit-mask-composite: source-over; > mask-composite: add; > } > b { > -webkit-mask: url(intersect.png), url(exclude.png); > -webkit-mask-composite: source-in, xor; > mask: url(intersect.png) intersect, url(exclude.png); > } > ``` > > Thanks to [@​semeleven](https://github.com/semeleven) for implementation and [@​iamvdo](https://github.com/iamvdo) for suggestion. > > ## 9.4.10 > * Add warning for named Grid rows. > > ## 9.4.9 > * Fix `grid-template` and `[@​media](https://github.com/media)` case (by [@​bogdan0083](https://github.com/bogdan0083)). > > ## 9.4.8 > * Fix `calc()` support in Grid gap. > > ## 9.4.7 > * Fix infinite loop on mismatched parents. > > ## 9.4.6 > * Fix warning text (by [@​Aljullu](https://github.com/Aljullu)). > > ## 9.4.5 > * Fix `text-decoration-skip-ink` support. > > ... (truncated)
Changelog *Sourced from [autoprefixer's changelog](https://github.com/postcss/autoprefixer/blob/master/CHANGELOG.md).* > ## 9.5.1 > * Fix `backdrop-filter` for Edge (by Oleh Aloshkin). > * Fix `min-resolution` media query support in Firefox < 16. > > ## 9.5 “Draco dormiens nunquam titillandus” > * Add `mask-composite` support (by Semen Levenson). > > ## 9.4.10 > * Add warning for named Grid rows. > > ## 9.4.9 > * Fix `grid-template` and `[@​media](https://github.com/media)` case (by Bogdan Dolin). > > ## 9.4.8 > * Fix `calc()` support in Grid gap. > > ## 9.4.7 > * Fix infinite loop on mismatched parens. > > ## 9.4.6 > * Fix warning text (by Albert Juhé Lluveras). > > ## 9.4.5 > * Fix `text-decoration-skip-ink` support. > > ## 9.4.4 > * Use `direction` value for `-ms-writing-mode` (by Denys Kniazevych). > * Fix warning text (by [@​zzzzBov](https://github.com/zzzzBov)). > > ## 9.4.3 > * Add warning to force `flex-start` instead of `start` (by Antoine du Hamel). > * Fix docs (by Christian Oliff). > > ## 9.4.2 > * Fix Grid autoplacement warning. > > ## 9.4.1 > * Fix unnecessary Flexbox prefixes in Grid elements. > > ## 9.4 “Advance Australia” > * Add Grid autoplacement for `-ms-` (by Bogdan Dolin). > * Improve docs and warnings (by Daniel Tonon). > * Remove some unnecessary warnings for Grid (by Andrey Alexandrov). > > ## 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). > ... (truncated)
Commits - [`ca11c4f`](https://github.com/postcss/autoprefixer/commit/ca11c4fdf68d59ae2360534bb843146db21ddd70) Release 9.5.1 version - [`37f7602`](https://github.com/postcss/autoprefixer/commit/37f7602573cb6d5a73654bf02cb373f188c1da82) Fix resolution prefix for old Firefox - [`fcb216f`](https://github.com/postcss/autoprefixer/commit/fcb216f60ed77e8fe01b78b3c02eb3e284fc7799) Add backdrop-filter -ms- to -webkit- convert - [`74425f5`](https://github.com/postcss/autoprefixer/commit/74425f54cecca353f3c01d352ab1383f9a0544de) Update dependencies - [`b73d0ce`](https://github.com/postcss/autoprefixer/commit/b73d0ce362c2c304133935f34627db66b0a7f459) Clean up imports - [`5ded94b`](https://github.com/postcss/autoprefixer/commit/5ded94bf1e3e9f2904ad989f9e5d7fb9bfa632ec) Clean up code - [`ced6f05`](https://github.com/postcss/autoprefixer/commit/ced6f051f8b0955c8f4d74c40077cade98fe24ba) Fix for backdrop-filter to support it properly in Edge 17/18 ([#1208](https://github-redirect.dependabot.com/postcss/autoprefixer/issues/1208)) - [`9be02a0`](https://github.com/postcss/autoprefixer/commit/9be02a0593eae22e4a12d096a60e637634c9e263) Add security note - [`c66491c`](https://github.com/postcss/autoprefixer/commit/c66491cb689373eaa9840595ffc4320b99381eee) Release 9.5 version - [`9a0ca6b`](https://github.com/postcss/autoprefixer/commit/9a0ca6b55d9f43a548e5f639ea8248e7ffe4c600) Update dependencies - Additional commits viewable in [compare view](https://github.com/postcss/autoprefixer/compare/8.3.0...9.5.1)


Dependabot compatibility score

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 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 squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@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.
AustinGil commented 2 years ago

:tada: This PR is included in version 1.0.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: