DevvJobs / candidates-web

https://devv.jobs
MIT License
17 stars 7 forks source link

Bump autoprefixer from 9.5.1 to 9.6.4 #229

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps autoprefixer from 9.5.1 to 9.6.4.

Release notes *Sourced from [autoprefixer's releases](https://github.com/postcss/autoprefixer/releases).* > ## 9.6.1 > * Fix `-webkit-line-clamp` truncating multi-line text support. > > ## 9.6 “Nunc id vides, nunc ne vides” > Unseen University coat of arms by Damien Tonkin > > Autoprefixer 9.6 marked `browsers` option as deprecated and added `text-orientation` and `@media (min-resolution: 2x)` support. > > We added the “Sponsor” button to your repository. You can support Autoprefixer and other open source projects important for your business by [Tidelift](https://tidelift.com/subscription/pkg/npm-autoprefixer). > > ## Browsers > > Autoprefixer adds prefixes only for target browsers, browsers which is support on your project. > > Initially, Autoprefixer had the `browsers` option to set target browsers. But we found that many tools need target browsers too. [`postcss-preset-env`](https://preset-env.cssdb.org/) and `babel-preset-env` use them to add only actual polyfills, [postcss-normalize](https://github.com/csstools/postcss-normalize) uses them to add only necessary CSS reset rules, plugins for ESLint and Stylelint will warn you if some of the target browsers doesn’t support your code. > > This is why we created [Browserslist](https://github.com/browserslist/browserslist) config file. It is a single config for all tools. > > A lot of users still uses the `browsers` option. We understand them; it is hard to change old practice. Unfortunately, using the `browsers` option creates many problems. For instance, you can miss that your build tool has own Autoprefixer inside. It will cut your prefixes because it will not know about your target browsers. > > This is why, in 9.6, we decided to deprecate the `browsers` option. Autoprefixer will show a warning on this option. In the next 10.0 release, we will drop this option. This is how you can migrate: > > 1. Create `browserslist` key with an array in `package.json`. > 2. Copy queries from the `browsers` option. If you have `browsers: [“last 1 version”, “not dead”]`, then you need: > > ```js > "browserslist": [ > "last 1 version", > "not dead" > ] > ``` > > ## HiDPI Media Query > > We all need to support HiDPI/retina screen now. Autoprefixer supports specific media query for HiDPI screens: > > ```css > > .image { > background-image: url(image@1x.png); > } > @media (min-resolution: 2dppx) { > .image { > background-image: url(image@2x.png); > } > } > ``` > > ```css > > ... (truncated)
Changelog *Sourced from [autoprefixer's changelog](https://github.com/postcss/autoprefixer/blob/master/CHANGELOG.md).* > ## 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).
Commits - [`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 - [`414efbe`](https://github.com/postcss/autoprefixer/commit/414efbe6d4df48efb10265176e40a6046ff893c1) Fix false warning - [`60cf224`](https://github.com/postcss/autoprefixer/commit/60cf224f556d654a14b959db6a9e915a3db7f28a) Update dependencies - [`8768ce4`](https://github.com/postcss/autoprefixer/commit/8768ce4c00e8dd261bb25a07b450e99ac02ef43e) Clean up code - Additional commits viewable in [compare view](https://github.com/postcss/autoprefixer/compare/9.5.1...9.6.4)


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) - 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 #230.