canonical / design.ubuntu.com

7 stars 29 forks source link

Update all dependencies #155

Closed renovate[bot] closed 4 years ago

renovate[bot] commented 4 years ago

This PR contains the following updates:

Package Type Update Change
@canonical/global-nav dependencies minor 2.0.6 -> 2.4.1
autoprefixer devDependencies minor 9.6.1 -> 9.8.0
jekyll major 3.6.3 -> 4.0.1
node-sass devDependencies minor 4.12.0 -> 4.14.1
postcss-cli devDependencies major 6.1.3 -> 7.1.1
vanilla-framework (source) dependencies minor 2.10.1 -> 2.11.0

Release Notes

canonical-web-and-design/global-nav ### [`v2.4.1`](https://togithub.com/canonical-web-and-design/global-nav/releases/v2.4.1) [Compare Source](https://togithub.com/canonical-web-and-design/global-nav/compare/v2.4.0...v2.4.1) - Update all dependencies - Update juju link to juju.is ### [`v2.4.0`](https://togithub.com/canonical-web-and-design/global-nav/releases/v2.4.0) [Compare Source](https://togithub.com/canonical-web-and-design/global-nav/compare/e58859dca443b860852863be674ca8c0959abe00...v2.4.0) - Minor tweak to ubuntu text - Remain positioned at the top of the page on small screens - Update all dependencies - Remove shop.ubuntu.com ### [`v2.3.0`](https://togithub.com/canonical-web-and-design/global-nav/compare/ce66d75c81641f8b0fd053b5e0f2bd6fe7e92028...e58859dca443b860852863be674ca8c0959abe00) [Compare Source](https://togithub.com/canonical-web-and-design/global-nav/compare/ce66d75c81641f8b0fd053b5e0f2bd6fe7e92028...e58859dca443b860852863be674ca8c0959abe00) ### [`v2.2.1`](https://togithub.com/canonical-web-and-design/global-nav/compare/5a3fe89d5e18f6a51de3b3871b7c72479234921a...ce66d75c81641f8b0fd053b5e0f2bd6fe7e92028) [Compare Source](https://togithub.com/canonical-web-and-design/global-nav/compare/5a3fe89d5e18f6a51de3b3871b7c72479234921a...ce66d75c81641f8b0fd053b5e0f2bd6fe7e92028) ### [`v2.2.0`](https://togithub.com/canonical-web-and-design/global-nav/compare/v2.1.0...5a3fe89d5e18f6a51de3b3871b7c72479234921a) [Compare Source](https://togithub.com/canonical-web-and-design/global-nav/compare/v2.1.0...5a3fe89d5e18f6a51de3b3871b7c72479234921a) ### [`v2.1.0`](https://togithub.com/canonical-web-and-design/global-nav/compare/v2.0.8...v2.1.0) [Compare Source](https://togithub.com/canonical-web-and-design/global-nav/compare/v2.0.8...v2.1.0) ### [`v2.0.8`](https://togithub.com/canonical-web-and-design/global-nav/compare/v2.0.7...v2.0.8) [Compare Source](https://togithub.com/canonical-web-and-design/global-nav/compare/v2.0.7...v2.0.8) ### [`v2.0.7`](https://togithub.com/canonical-web-and-design/global-nav/compare/9d33a1fe7ede1a02d2f765af3e0fd81810be3886...v2.0.7) [Compare Source](https://togithub.com/canonical-web-and-design/global-nav/compare/9d33a1fe7ede1a02d2f765af3e0fd81810be3886...v2.0.7)
postcss/autoprefixer ### [`v9.8.0`](https://togithub.com/postcss/autoprefixer/releases/9.8.0) [Compare Source](https://togithub.com/postcss/autoprefixer/compare/9.7.6...9.8.0) XCOM coat of arms Autoprefixer 9.8 brings IE support for `:placeholder-shown`. #### Placeholder Shown [@​tkrotoff](https://togithub.com/tkrotoff) [found](https://togithub.com/postcss/autoprefixer/issues/1311) that `input:placeholder-shown` can be emulated with `input:-ms-input-placeholder`. ```css input:-ms-input-placeholder { box-shadow: 0 0 0 1px blue; } input:placeholder-shown { box-shadow: 0 0 0 1px blue; } ``` Note, that we already had support for `::placeholder`. Selector `::placeholder` is for the _text_ of the placeholder. `:placeholder-shown` is for the input, where placeholder text is shown. In `::placeholder` you can’t change the border or size of the ``. ### [`v9.7.6`](https://togithub.com/postcss/autoprefixer/blob/master/CHANGELOG.md#​976) [Compare Source](https://togithub.com/postcss/autoprefixer/compare/9.7.5...9.7.6) - Revert `-webkit-stretch` fix. ### [`v9.7.5`](https://togithub.com/postcss/autoprefixer/blob/master/CHANGELOG.md#​975) [Compare Source](https://togithub.com/postcss/autoprefixer/compare/9.7.4...9.7.5) - Fix `-webkit-stretch` support. ### [`v9.7.4`](https://togithub.com/postcss/autoprefixer/blob/master/CHANGELOG.md#​974) [Compare Source](https://togithub.com/postcss/autoprefixer/compare/9.7.3...9.7.4) - Fix warning text (by Dmitry Ishkov). ### [`v9.7.3`](https://togithub.com/postcss/autoprefixer/blob/master/CHANGELOG.md#​973) [Compare Source](https://togithub.com/postcss/autoprefixer/compare/9.7.2...9.7.3) - Fix compatibility with PostCSS Modules. ### [`v9.7.2`](https://togithub.com/postcss/autoprefixer/blob/master/CHANGELOG.md#​972) [Compare Source](https://togithub.com/postcss/autoprefixer/compare/9.7.1...9.7.2) - Add `-ms-user-select: element` support. - Add funding link for `npm fund`. ### [`v9.7.1`](https://togithub.com/postcss/autoprefixer/blob/master/CHANGELOG.md#​971) [Compare Source](https://togithub.com/postcss/autoprefixer/compare/9.7.0...9.7.1) - Avoid unnecessary transitions in prefixed selectors (by Andrey Alexandrov). - Fix `fit-content` for Firefox. ### [`v9.7.0`](https://togithub.com/postcss/autoprefixer/releases/9.7.0) [Compare Source](https://togithub.com/postcss/autoprefixer/compare/9.6.5...9.7.0) Brotherhood of Steel coat of arms Autoprefixer 9.7 brings `AUTOPREFIXER_GRID` environment variable and huge performance improvments. #### Grid Environment Variable Autoprefixer can add [CSS Grid polyfills for IE](https://togithub.com/postcss/autoprefixer#does-autoprefixer-polyfill-grid-layout-for-ie). You need to manually enable it to prove that you understand the limits of polyfill. In previous versions you can enable Grid polyfill by `grid: 'autoplace'` option or by `/* autoprefixer grid: autoplace */` control comment. But in some cases, developers were not able to use both methods. For instance, during [work with Material UI’ CSS-in-JS in Create React App](https://togithub.com/postcss/autoprefixer/issues/1257). Now Autoprefixer supports environment variable to enable CSS Grid polyfill: ```sh AUTOPREFIXER_GRID=autoplace npm build ``` #### Performance Improvements [@​Knagis](https://togithub.com/Knagis) [found](https://togithub.com/postcss/autoprefixer/issues/1256) that Browserslist takes 70% of the Autoprefixer time. ![Autoprefixer 9.6.5 profiling](https://user-images.githubusercontent.com/19343/67489064-e0a10400-f6ab-11e9-895b-1507608e2446.png) We did a lot of improvements in Browserslist and now Autoprefixer should work much faster. ![67417985-a283e180-f5d2-11e9-879a-e364c9acccf1](https://user-images.githubusercontent.com/19343/67489142-01695980-f6ac-11e9-96a2-c2cc169b6767.png) #### Other - Fix [`Cannot read property 'grid' of undefined`](https://togithub.com/postcss/autoprefixer/issues/1244) error ### [`v9.6.5`](https://togithub.com/postcss/autoprefixer/blob/master/CHANGELOG.md#​965) [Compare Source](https://togithub.com/postcss/autoprefixer/compare/9.6.4...9.6.5) - Fix selector prefixing (by Andrey Alexandrov). ### [`v9.6.4`](https://togithub.com/postcss/autoprefixer/blob/master/CHANGELOG.md#​964) [Compare Source](https://togithub.com/postcss/autoprefixer/compare/9.6.3...9.6.4) - Now the real fix for `'startsWith' of undefined` error. ### [`v9.6.3`](https://togithub.com/postcss/autoprefixer/blob/master/CHANGELOG.md#​963) [Compare Source](https://togithub.com/postcss/autoprefixer/compare/9.6.2...9.6.3) - Fix `Cannot read property 'startsWith' of undefined` error. ### [`v9.6.2`](https://togithub.com/postcss/autoprefixer/blob/master/CHANGELOG.md#​962) [Compare Source](https://togithub.com/postcss/autoprefixer/compare/9.6.1...9.6.2) - Fix false `Replace fill to stretch` warning.
sass/node-sass ### [`v4.14.1`](https://togithub.com/sass/node-sass/releases/v4.14.1) [Compare Source](https://togithub.com/sass/node-sass/compare/v4.14.0...v4.14.1) ##### Community - Add GitHub Actions for Alpine CI ([@​nschonni](https://togithub.com/nschonni), [#​2823](https://togithub.com/sass/node-sass/issues/2823)) ##### Fixes - Bump sass-graph@2.2.5 ([@​xzyfer](https://togithub.com/xzyfer), [#​2912](https://togithub.com/sass/node-sass/issues/2912)) #### Supported Environments | OS | Architecture | Node | | ------------ | ------------ | ------------------------------------------------------------------------------ | | Windows | x86 & x64 | 0.10, 0.12, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 | | OSX | x64 | 0.10, 0.12, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 | | Linux\* | x86 & x64 | 0.10, 0.12, 1, 2, 3, 4, 5, 6, 7, 8**, 9**, 10**^, 11**^, 12**^, 13**^, 14\*\*^ | | Alpine Linux | x64 | 6, 8, 10, 11, 12, 13, 14 | | FreeBSD | i386 amd64 | 10, 12, 13 | \*Linux support refers to Ubuntu, Debian, and CentOS 5+ \*\* Not available on CentOS 5 ^ Only available on x64 ### [`v4.14.0`](https://togithub.com/sass/node-sass/blob/master/CHANGELOG.md#v4140) [Compare Source](https://togithub.com/sass/node-sass/compare/v4.13.1...v4.14.0) ### [`v4.13.1`](https://togithub.com/sass/node-sass/blob/master/CHANGELOG.md#v4131) [Compare Source](https://togithub.com/sass/node-sass/compare/v4.13.0...v4.13.1) ### [`v4.13.0`](https://togithub.com/sass/node-sass/blob/master/CHANGELOG.md#v4130) [Compare Source](https://togithub.com/sass/node-sass/compare/v4.12.0...v4.13.0)
postcss/postcss-cli ### [`v7.1.1`](https://togithub.com/postcss/postcss-cli/blob/master/CHANGELOG.md#​711--2020-04-27) [Compare Source](https://togithub.com/postcss/postcss-cli/compare/7.1.0...7.1.1) - Fix bug where external source maps were not properly generated ([#​324](https://togithub.com/postcss/postcss-cli/pull/324)) - Update dependencies ### [`v7.1.0`](https://togithub.com/postcss/postcss-cli/blob/master/CHANGELOG.md#​710--2020-01-09) [Compare Source](https://togithub.com/postcss/postcss-cli/compare/7.0.0...7.1.0) - Respect `map.annotation` option when set to a string ([#​307](https://togithub.com/postcss/postcss-cli/pull/307)) ### [`v7.0.0`](https://togithub.com/postcss/postcss-cli/blob/master/CHANGELOG.md#​700--2020-01-07) [Compare Source](https://togithub.com/postcss/postcss-cli/compare/6.1.3...7.0.0) - **BREAKING:** Drop support for Node 6 & 8 - Update `globby`, which may be a breaking change for a small number of users using certain glob patterns, see for details ([#​303](https://togithub.com/postcss/postcss-cli/pull/303)) - Update dependencies
canonical-web-and-design/vanilla-framework ### [`v2.11.0`](https://togithub.com/canonical-web-and-design/vanilla-framework/releases/v2.11.0) [Compare Source](https://togithub.com/canonical-web-and-design/vanilla-framework/compare/v2.10.1...v2.11.0) #### Getting Vanilla Framework Install with NPM: Visit the documentation at #### New in Vanilla v2.11.0 ##### 🚀 Features This Vanilla release includes visual updates to improve accessibility. These changes include updating blue link colours and adjustments to borders and focus states of interactive elements. - Side navigation variant for Discourse markup ([#​3052](https://togithub.com/canonical-web-and-design/vanilla-framework/issues/3052)) - Add no-JS fallback to side navigation component ([#​3065](https://togithub.com/canonical-web-and-design/vanilla-framework/issues/3065)) - Use aria-current to select current page in side navigation ([#​3069](https://togithub.com/canonical-web-and-design/vanilla-framework/issues/3069)) - Adjust border color of interactive elements to meet AA ([#​3067](https://togithub.com/canonical-web-and-design/vanilla-framework/issues/3067)) - Update blue link colours ([#​3059](https://togithub.com/canonical-web-and-design/vanilla-framework/issues/3059)) ##### 📝 Documentation - Add side navigation updates to component status page ([#​3064](https://togithub.com/canonical-web-and-design/vanilla-framework/issues/3064)) - Fix formatting of variable names in docs ([#​3060](https://togithub.com/canonical-web-and-design/vanilla-framework/issues/3060)) - Clarify side navigation color theming documentation ([#​3051](https://togithub.com/canonical-web-and-design/vanilla-framework/issues/3051)) ##### 🔨 Maintenance - Bump Vanilla version to 2.11 ([#​3070](https://togithub.com/canonical-web-and-design/vanilla-framework/issues/3070)) - Update all non-major dependencies ([#​3071](https://togithub.com/canonical-web-and-design/vanilla-framework/issues/3071), [#​3053](https://togithub.com/canonical-web-and-design/vanilla-framework/issues/3053)) - Update dependency postcss-cli to v7.1.1 ([#​3038](https://togithub.com/canonical-web-and-design/vanilla-framework/issues/3038)) - Pin dependencies ([#​3037](https://togithub.com/canonical-web-and-design/vanilla-framework/issues/3037))

Renovate configuration

:date: Schedule: "before 3am on the first day of the month" (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.

: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 4 years ago

User is not a collaborator of this repo. Please start demo manually.

renovate[bot] commented 4 years ago

:warning: Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

:recycle: Renovate will retry this branch, including artifacts, only when one of the following happens:

The artifact failure details are included below:

File name: Gemfile.lock
ruby 2.7.1p83 (2020-03-31 revision a0c7c23c9c) [x86_64-linux]
Successfully installed bundler-2.1.4
1 gem installed

/usr/local/lib/ruby/2.7.0/rubygems.rb:275:in `find_spec_for_exe': Could not find 'bundler' (1.16.1) required by your /mnt/renovate/gh/canonical-web-and-design/design.ubuntu.com/Gemfile.lock. (Gem::GemNotFoundException)
To update to the latest version installed on your system, run `bundle update --bundler`.
To install the missing version, run `gem install bundler:1.16.1`
    from /usr/local/lib/ruby/2.7.0/rubygems.rb:294:in `activate_bin_path'
    from /usr/local/bin/bundle:23:in `<main>'