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.0 #2

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps autoprefixer from 8.3.0 to 9.5.0.

Release notes *Sourced from [autoprefixer's releases](https://github.com/postcss/autoprefixer/releases).* > ## 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. > > ## 9.4.4 > * Use `direction` value for `-ms-writing-mode` (by [@​webschik](https://github.com/webschik)). > * Fix warning text (by [@​zzzzBov](https://github.com/zzzzBov)). > > ... (truncated)
Changelog *Sourced from [autoprefixer's changelog](https://github.com/postcss/autoprefixer/blob/master/CHANGELOG.md).* > # Change Log > This project adheres to [Semantic Versioning](http://semver.org/). > > ## 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 - [`c66491c`](https://github.com/postcss/autoprefixer/commit/c66491cb689373eaa9840595ffc4320b99381eee) Release 9.5 version - [`9a0ca6b`](https://github.com/postcss/autoprefixer/commit/9a0ca6b55d9f43a548e5f639ea8248e7ffe4c600) Update dependencies - [`3b857c2`](https://github.com/postcss/autoprefixer/commit/3b857c2b9ac87a0483fb1d4e509971553fc939c8) Speed up code - [`4f9a423`](https://github.com/postcss/autoprefixer/commit/4f9a4230e832bb25cab92c13a001825bb3ce7a84) Fix tests for OS Windows ([#1204](https://github-redirect.dependabot.com/postcss/autoprefixer/issues/1204)) - [`07958ea`](https://github.com/postcss/autoprefixer/commit/07958ea19aa692f2a3a475d6a9510afda91fcf7b) add mask-composite ([#1202](https://github-redirect.dependabot.com/postcss/autoprefixer/issues/1202)) - [`653b10d`](https://github.com/postcss/autoprefixer/commit/653b10dda7a714cd4bc7b0f211222df3828a11ec) Update dependencies - [`b33024b`](https://github.com/postcss/autoprefixer/commit/b33024bf37d4fa097b86a9291a84d3dc666e5a54) Fix Travis error - [`41e256c`](https://github.com/postcss/autoprefixer/commit/41e256cf8221272a991acda8242cabd4366d848a) Try to fix Travis CI - [`1edc2b3`](https://github.com/postcss/autoprefixer/commit/1edc2b305f861d7c8196c1621a6ba3961be41293) Update dependencies - [`dc967e0`](https://github.com/postcss/autoprefixer/commit/dc967e0774f5f2ba44fd9b059c2d6f6a8b05e1b6) Release 9.4.10 version - Additional commits viewable in [compare view](https://github.com/postcss/autoprefixer/compare/8.3.0...9.5.0)


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.


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.

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.
dependabot-preview[bot] commented 5 years ago

Superseded by #4.