canonical / certification.ubuntu.com

1 stars 14 forks source link

Update dependency autoprefixer to v10 #121

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 9.8.6 -> 10.2.5 age adoption passing confidence

Release Notes

postcss/autoprefixer ### [`v10.2.5`](https://togithub.com/postcss/autoprefixer/blob/master/CHANGELOG.md#​1025) [Compare Source](https://togithub.com/postcss/autoprefixer/compare/10.2.4...10.2.5) - Fixed `:` support in `@supports` (by Dmitry Semigradsky). - Fixed docs (by Christian Oliff). ### [`v10.2.4`](https://togithub.com/postcss/autoprefixer/blob/master/CHANGELOG.md#​1024) [Compare Source](https://togithub.com/postcss/autoprefixer/compare/10.2.3...10.2.4) - Fixed browser names in `npx autoprefixer --info`. ### [`v10.2.3`](https://togithub.com/postcss/autoprefixer/blob/master/CHANGELOG.md#​1023) [Compare Source](https://togithub.com/postcss/autoprefixer/compare/10.2.2...10.2.3) - Fixed PostCSS 8 support. ### [`v10.2.2`](https://togithub.com/postcss/autoprefixer/blob/master/CHANGELOG.md#​1022) [Compare Source](https://togithub.com/postcss/autoprefixer/compare/10.2.1...10.2.2) - Fixed PostCSS 8 plugins compatibility. ### [`v10.2.1`](https://togithub.com/postcss/autoprefixer/blob/master/CHANGELOG.md#​1021) [Compare Source](https://togithub.com/postcss/autoprefixer/compare/10.2.0...10.2.1) - Fixed `transition-property` warnings (by [@​Sheraff](https://togithub.com/Sheraff)). ### [`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. ### [`v10.0.1`](https://togithub.com/postcss/autoprefixer/blob/master/CHANGELOG.md#​1001) [Compare Source](https://togithub.com/postcss/autoprefixer/compare/10.0.0...10.0.1) - Fix PostCSS 8.1 compatability. - Add our OpenCollective to `package.json`. - Clean up code (by Sukka). ### [`v10.0.0`](https://togithub.com/postcss/autoprefixer/releases/10.0.0) [Compare Source](https://togithub.com/postcss/autoprefixer/compare/9.8.6...10.0.0) Coat of arms of Oregon Autoprefixer 10 is based on top of [PostCSS 8](https://togithub.com/postcss/postcss/releases/tag/8.0.0) (check **Known Issues** section before updating). Node.js 6.x, 8.x, 11.x support was removed. Now you need to install Autoprefixer by `npm install --save-dev autoprefixer postcss`. We moved `postcss` from `dependencies` to `peerDependencies` according to [new PostCSS plugin guidelines](https://togithub.com/postcss/postcss/blob/master/docs/guidelines/plugin.md).

Renovate configuration

:date: Schedule: "on the first day of january" (UTC).

:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.

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

:no_bell: Ignore: Close this PR and you won't be reminded about this update again.



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

carkod commented 3 years ago

I don't think this is worth fixing, since we are moving to /certification and it will adopt the ubuntu.com depedencies.

renovate[bot] commented 3 years ago

Renovate Ignore Notification

As this PR has been closed unmerged, Renovate will ignore this upgrade and you will not receive PRs for any future 10.x releases. However, if you upgrade to 10.x manually then Renovate will then reenable updates for minor and patch updates automatically.

If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.