canonical / certification.ubuntu.com

1 stars 14 forks source link

Update all dependencies #120

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.0 -> 9.8.6 age adoption passing confidence
concurrently 5.2.0 -> 5.3.0 age adoption passing confidence
postcss-cli 7.1.1 -> 7.1.2 age adoption passing confidence
requests (source, changelog) ==2.24.0 -> ==2.25.1 age adoption passing confidence
stylelint (source) 13.6.0 -> 13.8.0 age adoption passing confidence

Release Notes

postcss/autoprefixer ### [`v9.8.6`](https://togithub.com/postcss/autoprefixer/blob/master/CHANGELOG.md#​986) [Compare Source](https://togithub.com/postcss/autoprefixer/compare/9.8.5...9.8.6) - Fixed `env` option. ### [`v9.8.5`](https://togithub.com/postcss/autoprefixer/blob/master/CHANGELOG.md#​985) [Compare Source](https://togithub.com/postcss/autoprefixer/compare/9.8.4...9.8.5) - Improved Grid Layout warnings (by Daniel Tonon). - Fixed `align-self` and `justify-self` with `display: flex` (by Daniel Tonon). ### [`v9.8.4`](https://togithub.com/postcss/autoprefixer/blob/master/CHANGELOG.md#​984) [Compare Source](https://togithub.com/postcss/autoprefixer/compare/9.8.3...9.8.4) - Replace color output library. ### [`v9.8.3`](https://togithub.com/postcss/autoprefixer/blob/master/CHANGELOG.md#​983) [Compare Source](https://togithub.com/postcss/autoprefixer/compare/9.8.2...9.8.3) - Return old non-LTS Node.js versions to avoid breaking changes. ### [`v9.8.2`](https://togithub.com/postcss/autoprefixer/blob/master/CHANGELOG.md#​982) [Compare Source](https://togithub.com/postcss/autoprefixer/compare/9.8.1...9.8.2) - Remove Node.js 13.0-13.7 from supported engines, because of buggy ESM support. ### [`v9.8.1`](https://togithub.com/postcss/autoprefixer/blob/master/CHANGELOG.md#​981) [Compare Source](https://togithub.com/postcss/autoprefixer/compare/9.8.0...9.8.1) - Replace `chalk` to `kleur` (by Luke Edwards). - Update docs (by [@​mbomb007](https://togithub.com/mbomb007)).
kimmobrunfeldt/concurrently ### [`v5.3.0`](https://togithub.com/kimmobrunfeldt/concurrently/releases/v5.3.0) [Compare Source](https://togithub.com/kimmobrunfeldt/concurrently/compare/v5.2.0...v5.3.0) - Added support for pnpm alongside npm and yarn ([#​225](https://togithub.com/kimmobrunfeldt/concurrently/issues/225)) - Don't trim prefixes ([#​231](https://togithub.com/kimmobrunfeldt/concurrently/issues/231)) - Included command info and index in the programmatic API ([#​181](https://togithub.com/kimmobrunfeldt/concurrently/issues/181), [#​228](https://togithub.com/kimmobrunfeldt/concurrently/issues/228))
postcss/postcss-cli ### [`v7.1.2`](https://togithub.com/postcss/postcss-cli/blob/master/CHANGELOG.md#​712--2020-08-31) [Compare Source](https://togithub.com/postcss/postcss-cli/compare/7.1.1...7.1.2) - Make `--version` machine-readable ([#​334](https://togithub.com/postcss/postcss-cli/issues/334), [#​335](https://togithub.com/postcss/postcss-cli/pull/335)) - Organize and clarify `--help` text ([#​336](https://togithub.com/postcss/postcss-cli/pull/336)) - Update dependencies
psf/requests ### [`v2.25.1`](https://togithub.com/psf/requests/blob/master/HISTORY.md#​2251-2020-12-16) [Compare Source](https://togithub.com/psf/requests/compare/v2.25.0...v2.25.1) **Bugfixes** - Requests now treats `application/json` as `utf8` by default. Resolving inconsistencies between `r.text` and `r.json` output. ([#​5673](https://togithub.com/psf/requests/issues/5673)) **Dependencies** - Requests now supports chardet v4.x. ### [`v2.25.0`](https://togithub.com/psf/requests/blob/master/HISTORY.md#​2250-2020-11-11) [Compare Source](https://togithub.com/psf/requests/compare/v2.24.0...v2.25.0) **Improvements** - Added support for NETRC environment variable. ([#​5643](https://togithub.com/psf/requests/issues/5643)) **Dependencies** - Requests now supports urllib3 v1.26. **Deprecations** - Requests v2.25.x will be the last release series with support for Python 3.5. - The `requests[security]` extra is officially deprecated and will be removed in Requests v2.26.0.
stylelint/stylelint ### [`v13.8.0`](https://togithub.com/stylelint/stylelint/blob/master/CHANGELOG.md#​1380) [Compare Source](https://togithub.com/stylelint/stylelint/compare/13.7.2...13.8.0) - Deprecated: `StylelintStandaloneReturnValue.reportedDisables`, `.descriptionlessDisables`, `.needlessDisables`, and `.invalidScopeDisables`. `.reportedDisables` will always be empty and the other properties will always be undefined, since these errors now show up in `.results` instead ([#​4973](https://togithub.com/stylelint/stylelint/pull/4973)). - Added: disable comments that are reported as errors for various reasons are now reported as standard lint errors rather than a separate class of errors that must be handled specially ([#​4973](https://togithub.com/stylelint/stylelint/pull/4973)). - Added: `comment-pattern` rule ([#​4962](https://togithub.com/stylelint/stylelint/pull/4962)). - Added: `selector-attribute-name-disallowed-list` rule ([#​4992](https://togithub.com/stylelint/stylelint/pull/4992)). - Added: `ignoreAtRules[]` to `property-no-unknown` ([#​4965](https://togithub.com/stylelint/stylelint/pull/4965)). - Fixed: `*-notation` false negatives for dollar variables ([#​5031](https://togithub.com/stylelint/stylelint/pull/5031)). - Fixed: `*-pattern` missing configured pattern in violation messages ([#​4975](https://togithub.com/stylelint/stylelint/pull/4975)). ### [`v13.7.2`](https://togithub.com/stylelint/stylelint/blob/master/CHANGELOG.md#​1372) [Compare Source](https://togithub.com/stylelint/stylelint/compare/13.7.1...13.7.2) - Fixed: regression for disable commands and adjacent double-slash comments ([#​4950](https://togithub.com/stylelint/stylelint/pull/4950)). - Fixed: use of full file path without converting it to glob ([#​4931](https://togithub.com/stylelint/stylelint/pull/4931)). ### [`v13.7.1`](https://togithub.com/stylelint/stylelint/blob/master/CHANGELOG.md#​1371) [Compare Source](https://togithub.com/stylelint/stylelint/compare/13.7.0...13.7.1) - Fixed: double-slash disable comments when followed by another comment ([#​4913](https://togithub.com/stylelint/stylelint/pull/4913)). ### [`v13.7.0`](https://togithub.com/stylelint/stylelint/blob/master/CHANGELOG.md#​1370) [Compare Source](https://togithub.com/stylelint/stylelint/compare/13.6.1...13.7.0) - Deprecated: `*-blacklist`, `*-requirelist` and `*-whitelist` rules in favour of the new `*-disallowed-list`, `*-required-list` and `*-allowed-list` ones ([#​4845](https://togithub.com/stylelint/stylelint/pull/4845)): - `at-rule-blacklist`. Use `at-rule-disallowed-list` instead. - `at-rule-property-requirelist`. Use `at-rule-property-required-list` instead. - `at-rule-whitelist`. Use `at-rule-allowed-list` instead. - `comment-word-blacklist`. Use `comment-word-disallowed-list` instead. - `declaration-property-unit-blacklist`. Use `declaration-property-unit-disallowed-list` instead. - `declaration-property-unit-whitelist`. Use `declaration-property-unit-allowed-list` instead. - `declaration-property-value-blacklist`. Use `declaration-property-value-disallowed-list` instead. - `declaration-property-value-whitelist`. Use `declaration-property-value-allowed-list` instead. - `function-blacklist`. Use `function-disallowed-list` instead. - `function-url-scheme-blacklist`. Use `function-url-scheme-disallowed-list` instead. - `function-url-scheme-whitelist`. Use `function-url-scheme-allowed-list` instead. - `function-whitelist`. Use `function-allowed-list` instead. - `media-feature-name-blacklist`. Use `media-feature-name-disallowed-list` instead. - `media-feature-name-value-whitelist`. Use `media-feature-name-value-allowed-list` instead. - `media-feature-name-whitelist`. Use `media-feature-name-allowed-list` instead. - `property-blacklist`. Use `property-disallowed-list` instead. - `property-whitelist`. Use `property-allowed-list` instead. - `selector-attribute-operator-blacklist`. Use `selector-attribute-operator-disallowed-list` instead. - `selector-attribute-operator-whitelist`. Use `selector-attribute-operator-allowed-list` instead. - `selector-combinator-blacklist`. Use `selector-combinator-disallowed-list` instead. - `selector-combinator-whitelist`. Use `selector-combinator-allowed-list` instead. - `selector-pseudo-class-blacklist`. Use `selector-pseudo-class-disallowed-list` instead. - `selector-pseudo-class-whitelist`. Use `selector-pseudo-class-allowed-list` instead. - `selector-pseudo-element-blacklist`. Use `selector-pseudo-element-disallowed-list` instead. - `selector-pseudo-element-whitelist`. Use `selector-pseudo-element-allowed-list` instead. - `unit-blacklist`. Use `unit-disallowed-list` instead. - `unit-whitelist`. Use `unit-allowed-list` instead. - Added: syntax object acceptance to `customSyntax` option ([#​4839](https://togithub.com/stylelint/stylelint/pull/4839)). - Added: support for `*.cjs` config files ([#​4905](https://togithub.com/stylelint/stylelint/pull/4905)). - Added: support for descriptions in stylelint command comments ([#​4848](https://togithub.com/stylelint/stylelint/pull/4848)). - Added: `reportDescriptionlessDisables` flag ([#​4907](https://togithub.com/stylelint/stylelint/pull/4907)). - Added: `reportDisables` secondary option ([#​4897](https://togithub.com/stylelint/stylelint/pull/4897)). - Added: `*-no-vendor-prefix` autofix ([#​4859](https://togithub.com/stylelint/stylelint/pull/4859)). - Added: `ignoreComments[]` to `comment-empty-line-before` ([#​4841](https://togithub.com/stylelint/stylelint/pull/4841)). - Added: `ignoreContextFunctionalPseudoClasses` to `selector-max-id` ([#​4835](https://togithub.com/stylelint/stylelint/pull/4835)). - Fixed: inconsistent trailing newlines in CLI error output ([#​4876](https://togithub.com/stylelint/stylelint/pull/4876)). - Fixed: support for multi-line disable descriptions ([#​4895](https://togithub.com/stylelint/stylelint/pull/4895)). - Fixed: support for paths with parentheses ([#​4867](https://togithub.com/stylelint/stylelint/pull/4867)). - Fixed: `selector-max-*` (except `selector-max-type`) false negatives for `where`, `is`, `nth-child` and `nth-last-child` ([#​4842](https://togithub.com/stylelint/stylelint/pull/4842)). - Fixed: `length-zero-no-unit` TypeError for custom properties fallback ([#​4860](https://togithub.com/stylelint/stylelint/pull/4860)). - Fixed: `selector-combinator-space-after` false positives for trailing combinator ([#​4878](https://togithub.com/stylelint/stylelint/pull/4878)). ### [`v13.6.1`](https://togithub.com/stylelint/stylelint/blob/master/CHANGELOG.md#​1361) [Compare Source](https://togithub.com/stylelint/stylelint/compare/13.6.0...13.6.1) - Fixed: `max-empty-lines` TypeError from inline comment with autofix and sugarss syntax ([#​4821](https://togithub.com/stylelint/stylelint/pull/4821)). - Fixed: `property-no-unknown` false positives for namespaced variables ([#​4803](https://togithub.com/stylelint/stylelint/pull/4803)). - Fixed: `selector-type-no-unknown` false positives for idents within `::part` pseudo-elements ([#​4828](https://togithub.com/stylelint/stylelint/pull/4828)).

Renovate configuration

:date: Schedule: "on the first day of january" (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