overtrue / blog

安正超博客
http://overtrue.me
MIT License
74 stars 34 forks source link

Bump autoprefixer from 9.6.0 to 9.6.5 #66

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps autoprefixer from 9.6.0 to 9.6.5.

Release notes *Sourced from [autoprefixer's releases](https://github.com/postcss/autoprefixer/releases).* > ## 9.6.5 > * Fix selector prefixing (by [@​fanich37](https://github.com/fanich37)). > > ## 9.6.4 > * Now the real fix for `'startsWith' of undefined` error. > > ## 9.6.3 > * Fix `Cannot read property 'startsWith' of undefined` error. > > ## 9.6.2 > * Fix false `Replace fill to stretch` warning. > > ## 9.6.1 > * Fix `-webkit-line-clamp` truncating multi-line text support.
Changelog *Sourced from [autoprefixer's changelog](https://github.com/postcss/autoprefixer/blob/master/CHANGELOG.md).* > ## 9.6.5 > * Fix selector prefixing (by Andrey Alexandrov). > > ## 9.6.4 > * Now the real fix for `'startsWith' of undefined` error. > > ## 9.6.3 > * Fix `Cannot read property 'startsWith' of undefined` error. > > ## 9.6.2 > * Fix false `Replace fill to stretch` warning. > > ## 9.6.1 > * Fix `-webkit-line-clamp` truncating multi-line text support. > > ## 9.6 “Nunc id vides, nunc ne vides” > * Show warning about Browserslist config on `browser` option. > * Add warning-less `overrideBrowserslist` option. > * Add `text-orientation` support. > * Add `min-resolution: 2x` alias support. > * Add `.github/CONTRIBUTING.md` (by Juan Martin Marco). > > ## 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` 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)). > ... (truncated)
Commits - [`913a684`](https://github.com/postcss/autoprefixer/commit/913a68486faca3253608d7fa78453d9e541f351e) Release 9.6.5 version - [`352a90b`](https://github.com/postcss/autoprefixer/commit/352a90b1c1bd5177e71c8842c5b76e63b760d817) Update dependencies - [`f626441`](https://github.com/postcss/autoprefixer/commit/f6264415c401edfe60acef9c0bbab86b206b6234) Bugfix/separate selectors ([#1253](https://github-redirect.dependabot.com/postcss/autoprefixer/issues/1253)) - [`3795794`](https://github.com/postcss/autoprefixer/commit/37957945d011d13ac67bb68022ea2a4da8705893) Release 9.6.4 version - [`b07ba02`](https://github.com/postcss/autoprefixer/commit/b07ba02357839037ecbf29d48bef04b594e3016f) Uncomment line - [`3f1583b`](https://github.com/postcss/autoprefixer/commit/3f1583b9f2effcfe75c29303bf96db97e3333b69) Release 9.6.3 version - [`3151e61`](https://github.com/postcss/autoprefixer/commit/3151e611ea710ba5dc746f1f73e525ae1be21271) Fix undefined node error - [`f5f8869`](https://github.com/postcss/autoprefixer/commit/f5f8869cd9ce1519a8f433d270719458a1b37864) Release 9.6.2 version - [`a90e46b`](https://github.com/postcss/autoprefixer/commit/a90e46b2584a892569ec91e905765b7220ecfa18) Fix npm ignore - [`887717b`](https://github.com/postcss/autoprefixer/commit/887717b5018752149746c177ba9ba097c8c60e63) Clean up ignore files - Additional commits viewable in [compare view](https://github.com/postcss/autoprefixer/compare/9.6.0...9.6.5)


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 close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor 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) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 4 years ago

Superseded by #67.