canonical / design.ubuntu.com

7 stars 29 forks source link

Update all dependencies #183

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 3 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
autoprefixer 10.0.1 -> 10.2.0 age adoption passing confidence
jekyll 4.1.1 -> 4.2.0 age adoption passing confidence
postcss (source) 8.1.1 -> 8.2.2 age adoption passing confidence
postcss-cli 8.1.0 -> 8.3.1 age adoption passing confidence

Release Notes

postcss/autoprefixer ### [`v10.2.0`](https://togithub.com/postcss/autoprefixer/releases/10.2.0) [Compare Source](https://togithub.com/postcss/autoprefixer/compare/10.1.0...10.2.0) Tudor rose Autoprefixer 10.2 now has built-in TypeScript definitions. You do not need `@types/autoprefixer` anymore. Thanks to [@​Semigradsky](https://togithub.com/Semigradsky) and DefinitelyTyped’s contributors. [@​Sheraff](https://togithub.com/Sheraff) also improved docs. ### [`v10.1.0`](https://togithub.com/postcss/autoprefixer/releases/10.1.0) [Compare Source](https://togithub.com/postcss/autoprefixer/compare/10.0.4...10.1.0) Coat of arms of Botswana Autoprefixer 10.1 improved `min-resolution` support. [@​infusion](https://togithub.com/infusion) added `dpcm` unit support and `num2fraction` with [Fraction.js](https://togithub.com/infusion/Fraction.js/), which uses Farey Sequences as a rational approximation (more precise) and simplifies the fraction using continued fractions to ɛ <0.001 afterward. ```css /* input */ @​media (min-resolution: 113.38dpcm) { … } /* output */ @​media (-webkit-min-device-pixel-ratio: 3), (min--moz-device-pixel-ratio: 3), (-o-min-device-pixel-ratio: 3/1), (min-resolution: 113.38dpcm) { … } ``` ### [`v10.0.4`](https://togithub.com/postcss/autoprefixer/blob/master/CHANGELOG.md#​1004) [Compare Source](https://togithub.com/postcss/autoprefixer/compare/10.0.3...10.0.4) - Fixed `Cannot read property 'proxyOf' of undefined` error (by Igor Kamyshev). ### [`v10.0.3`](https://togithub.com/postcss/autoprefixer/blob/master/CHANGELOG.md#​1003) [Compare Source](https://togithub.com/postcss/autoprefixer/compare/10.0.2...10.0.3) - Fixed `substract` to `subtract` value for `mask-composite` (by Michelle Enos). ### [`v10.0.2`](https://togithub.com/postcss/autoprefixer/blob/master/CHANGELOG.md#​1002) [Compare Source](https://togithub.com/postcss/autoprefixer/compare/10.0.1...10.0.2) - Removed `-ms-user-select: all` because IE and old Edge don’t support it. - Fixed Grid Layout warning.
postcss/postcss ### [`v8.2.2`](https://togithub.com/postcss/postcss/blob/master/CHANGELOG.md#​822) [Compare Source](https://togithub.com/postcss/postcss/compare/8.2.1...8.2.2) - Fixed CSS-in-JS support (by James Garbutt). - Fixed plugin types (by Ludovico Fischer). - Fixed `Result#warn()` types. ### [`v8.2.1`](https://togithub.com/postcss/postcss/blob/master/CHANGELOG.md#​821) [Compare Source](https://togithub.com/postcss/postcss/compare/8.2.0...8.2.1) - Fixed `Node#toJSON()` and `postcss.fromJSON()` (by Niklas Mischkulnig). ### [`v8.2.0`](https://togithub.com/postcss/postcss/releases/8.2.0) [Compare Source](https://togithub.com/postcss/postcss/compare/8.1.14...8.2.0) Prince Orobas seal PostCSS 8.2 added a new API to serialize and deserialize CSS AST to JSON. ```js import { parse, fromJSON } from 'postcss' let root = parse('a{}', { from: 'input.css' }) let json = root.toJSON() // save to file, send by network, etc let root2 = fromJSON(json) ``` Thanks to [@​mischnic](https://togithub.com/mischnic) for [his work](https://togithub.com/postcss/postcss/pull/1484). ### [`v8.1.14`](https://togithub.com/postcss/postcss/blob/master/CHANGELOG.md#​8114) [Compare Source](https://togithub.com/postcss/postcss/compare/8.1.13...8.1.14) - Fixed parser performance regression. ### [`v8.1.13`](https://togithub.com/postcss/postcss/blob/master/CHANGELOG.md#​8113) [Compare Source](https://togithub.com/postcss/postcss/compare/8.1.12...8.1.13) - Fixed broken AST after moving nodes in visitor API. ### [`v8.1.12`](https://togithub.com/postcss/postcss/blob/master/CHANGELOG.md#​8112) [Compare Source](https://togithub.com/postcss/postcss/compare/8.1.11...8.1.12) - Fixed Autoprefixer regression. ### [`v8.1.11`](https://togithub.com/postcss/postcss/blob/master/CHANGELOG.md#​8111) [Compare Source](https://togithub.com/postcss/postcss/compare/8.1.10...8.1.11) - Added PostCSS update suggestion on unknown event in plugin. ### [`v8.1.10`](https://togithub.com/postcss/postcss/blob/master/CHANGELOG.md#​8110) [Compare Source](https://togithub.com/postcss/postcss/compare/8.1.9...8.1.10) - Fixed `LazyResult` type export (by Evan You). - Fixed `LazyResult` type compatibility with `Promise` (by Anton Kastritskiy). ### [`v8.1.9`](https://togithub.com/postcss/postcss/blob/master/CHANGELOG.md#​819) [Compare Source](https://togithub.com/postcss/postcss/compare/8.1.8...8.1.9) - Reduced dependencies number (by Bogdan Chadkin). ### [`v8.1.8`](https://togithub.com/postcss/postcss/blob/master/CHANGELOG.md#​818) [Compare Source](https://togithub.com/postcss/postcss/compare/8.1.7...8.1.8) - Fixed `LazyResult` type compatibility with `Promise` (by Ludovico Fischer). - Fixed HTTPS links in documentation. ### [`v8.1.7`](https://togithub.com/postcss/postcss/blob/master/CHANGELOG.md#​817) [Compare Source](https://togithub.com/postcss/postcss/compare/8.1.6...8.1.7) - Fixed `import` support in TypeScript (by Remco Haszing). ### [`v8.1.6`](https://togithub.com/postcss/postcss/blob/master/CHANGELOG.md#​816) [Compare Source](https://togithub.com/postcss/postcss/compare/8.1.5...8.1.6) - Reverted `package.exports` Node.js 15 fix. ### [`v8.1.5`](https://togithub.com/postcss/postcss/blob/master/CHANGELOG.md#​815) [Compare Source](https://togithub.com/postcss/postcss/compare/8.1.4...8.1.5) - Fixed Node.js 15 warning (by 沈鸿飞). ### [`v8.1.4`](https://togithub.com/postcss/postcss/blob/master/CHANGELOG.md#​814) [Compare Source](https://togithub.com/postcss/postcss/compare/8.1.3...8.1.4) - Fixed TypeScript definition (by Arthur Petrie). ### [`v8.1.3`](https://togithub.com/postcss/postcss/blob/master/CHANGELOG.md#​813) [Compare Source](https://togithub.com/postcss/postcss/compare/8.1.2...8.1.3) - Added `package.types`. ### [`v8.1.2`](https://togithub.com/postcss/postcss/blob/master/CHANGELOG.md#​812) [Compare Source](https://togithub.com/postcss/postcss/compare/8.1.1...8.1.2) - Fixed API docs (by Arthur Petrie). - Improved plugin guide (by Yunus Gaziev). - Prepared code base for Deno support (by Oscar Otero).
postcss/postcss-cli ### [`v8.3.1`](https://togithub.com/postcss/postcss-cli/blob/master/CHANGELOG.md#​831--2020-12-12) [Compare Source](https://togithub.com/postcss/postcss-cli/compare/8.3.0...8.3.1) - Ensure paths are not interpreted as numbers ([#​360](https://togithub.com/postcss/postcss-cli/issues/360)) - Better errors for incorrect postcss version ([#​361](https://togithub.com/postcss/postcss-cli/issues/361), [#​362](https://togithub.com/postcss/postcss-cli/pull/362)) ### [`v8.3.0`](https://togithub.com/postcss/postcss-cli/blob/master/CHANGELOG.md#​830--2020-11-17) [Compare Source](https://togithub.com/postcss/postcss-cli/compare/8.2.0...8.3.0) - Exit on EOF/`^D` ([#​358](https://togithub.com/postcss/postcss-cli/pull/358)) ### [`v8.2.0`](https://togithub.com/postcss/postcss-cli/blob/master/CHANGELOG.md#​820--2020-10-29) [Compare Source](https://togithub.com/postcss/postcss-cli/compare/8.1.0...8.2.0) - Allow backslashes in paths for better Windows experence ([#​355](https://togithub.com/postcss/postcss-cli/pull/355))

Renovate configuration

:date: Schedule: "every 3 months on the first day of the month" (UTC).

:vertical_traffic_light: Automerge: Enabled.

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

:ghost: Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by WhiteSource Renovate. View repository job log here.

webteam-app commented 3 years ago

renovate[bot] is not a collaborator of the repo