the-mmm-agency / muskoka-district-rentals

https://muskoka-district-rentals.netlify.com
MIT License
0 stars 0 forks source link

Update dependency styled-icons to v9 - autoclosed #125

Closed renovate[bot] closed 4 years ago

renovate[bot] commented 4 years ago

This PR contains the following updates:

Package Type Update Change
styled-icons dependencies major ^8.5.1 -> ^9.0.0

Release Notes

jacobwgillespie/styled-icons ### [`v9.1.0`](https://togithub.com/jacobwgillespie/styled-icons/blob/master/CHANGELOG.md#v910---2019-12-12) [Compare Source](https://togithub.com/jacobwgillespie/styled-icons/compare/v9.0.1...v9.1.0) - Upgrade Feather Icons to v4.25.0 - Upgrade Font Awesome to v5.12.0 - Upgrade Octicons to v9.3.1 ### [`v9.0.1`](https://togithub.com/jacobwgillespie/styled-icons/blob/master/CHANGELOG.md#v901---2019-11-22) [Compare Source](https://togithub.com/jacobwgillespie/styled-icons/compare/v9.0.0...v9.0.1) - Fix publish issue where built files were missing from `@styled-icons/styled-icon` ### [`v9.0.0`](https://togithub.com/jacobwgillespie/styled-icons/blob/master/CHANGELOG.md#v900---2019-11-22) [Compare Source](https://togithub.com/jacobwgillespie/styled-icons/compare/v8.6.0...v9.0.0) Styled Icons v9 adds individual icon pack NPM modules (`@styled-icons/pack-name`) for each icon pack - you now have the option of only installing specific packs. For instance: ```typescript // this still works: import {Alert} from 'styled-icons/material' // NEW - this pack can be installed individually: import {Alert} from '@​styled-icons/material' ``` These new individual icon pack modules are _optional_, you can continue to utilize the `styled-icons` package as before. - **(breaking)** removed `styled-icons/StyledIconBase` export - this is an internal export, this shouldn't affect your applications - Create individual `@styled-icons/pack` NPM packages - Upgrade Boxicons to v2.0.4 - Upgrade Feather Icons to v4.24.1 - Upgrade Octicons to v9.3.0 - Upgrade Remix Icons to v2.1.0 - Infrastructure: switch CI providers to Azure Pipelines - Infrastructure: convert `styled-icons` package to re-export individual icon packages - Infrastructure: deploy website with Zeit Now

Renovate configuration

:date: Schedule: At any time (no schedule defined).

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

:recycle: Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

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



Newsflash: Renovate has joined WhiteSource, and is now free for all use. Learn more or view updated terms and privacy policies.