Skip to content
This repository has been archived by the owner on Jul 6, 2021. It is now read-only.

fix(deps): update dependency styled-icons to v10 #173

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 4, 2020

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
styled-icons ^8.4.2 -> ^10.0.0 age adoption passing confidence

Release Notes

styled-icons/styled-icons

v10.35.0

Compare Source

Patch Changes

v10.34.0

Compare Source

Patch Changes

v10.33.0

Compare Source

Patch Changes

v10.32.0

Compare Source

Patch Changes

v10.31.0

Compare Source

Patch Changes

v10.30.0

Compare Source

Minor Changes
Patch Changes

v10.29.0

Compare Source

Patch Changes

v10.28.0

Compare Source

Patch Changes

v10.27.0

Compare Source

Minor Changes
Patch Changes

v10.26.0

Compare Source

Minor Changes
Patch Changes

v10.25.0

Compare Source

Minor Changes
Patch Changes

v10.24.0

Compare Source

Minor Changes
Patch Changes

v10.23.0

Compare Source

Minor Changes
Patch Changes

v10.22.0

Compare Source

Minor Changes
Patch Changes

v10.21.0

Compare Source

Minor Changes
Patch Changes

v10.20.0

Compare Source

Minor Changes
Patch Changes

v10.19.0

Compare Source

Minor Changes
Patch Changes

v10.18.0

Compare Source

Minor Changes
Patch Changes

v10.17.0

Compare Source

Minor Changes
Patch Changes

v10.16.0

Compare Source

Minor Changes
Patch Changes

v10.15.1

Compare Source

Patch Changes

v10.15.0

Compare Source

Minor Changes
Patch Changes

v10.14.1

Compare Source

Patch Changes

v10.14.0

Compare Source

Minor Changes
Patch Changes

v10.13.0

Compare Source

Minor Changes
Patch Changes

v10.12.0

Compare Source

Minor Changes
Patch Changes

v10.11.0

Compare Source

Minor Changes
Patch Changes

v10.10.0

Compare Source

Minor Changes
Patch Changes

v10.9.0

Compare Source

Minor Changes
Patch Changes

v10.6.0

Compare Source

Minor Changes
Patch Changes

v10.5.0

Compare Source

  • Upgrade Ionicons to v5.1.2
  • Fix issue where the @styled-icons/styled-icon accidentally built as ES6 instead of ES5, breaking IE11

v10.4.2

Compare Source

  • Fix issue where @styled-icons/simple-icons was missing from the styled-icons dependencies

v10.4.1

Compare Source

  • Fix issue where some new icon packs were mistakenly omitted from the styled-icons mono-package

v10.4.0

Compare Source

  • Add Simple Icons, a large collection of icons for popular brands
  • Upgrade Feather Icons to v4.28.0
  • Upgrade Font Awesome icons to v5.13.1
  • Upgrade Heroicons to v0.3.6
  • Upgrade Octicons to v10.0.0
  • Upgrade Remixicon icons to v2.5.0

v10.3.0

Compare Source

  • Add Ionicons variants (ionicons-sharp, ionicons-solid, ionicons-outline) (@​Jensderond)

v10.2.1

Compare Source

  • Fix issue where the new Eva Icons packs weren't listed in styled-icon's dependencies

v10.2.0

Compare Source

  • Add Eva Icons variants (evaicons-solid, evaicons-outline) (@​Jensderond)

v10.1.0

Compare Source

  • Upgrade Octicons to v9.5.0

v10.0.0

Compare Source

Styled Icons v10 introduces individual NPM modules for icon packs, originally introduced in v9, as the preferred way to install Styled Icons. It also deprecates single icon imports (styled-icons/PACK/ICON) on the main styled-icons package in favor of the new individual icon packages (@styled-icons/PACK/ICON).

To upgrade, you only need to update your code if you import icons individually (styled-icons/PACK/ICON) - you will need to change the following:

import {Icon} from 'styled-icons/pack/icon'

To the following (also install the @styled-icons/pack module):

import {Icon} from '@​styled-icons/pack/icon'

All other imports from styled-icons still function as before (for instance import {Icon} from 'styled-icons/pack'), though you are welcome to migrate to the new @styled-icons/PACK modules. See the README for a list of icon packs.

  • (breaking) Remove individual icon imports from the styled-icons package (styled-icons/PACK/ICON)
  • Update documentation to introduce new @styled-icons/PACK NPM modules as the first-class install method

v9.5.0

Compare Source

v9.4.1

Compare Source

  • Fix issue with peerDependencies that prevented Styled Icons from being used with Yarn 2 (berry).

v9.4.0

Compare Source

  • Upgrade Boxicons to v2.0.5
  • Upgrade Feather Icons to v4.26.0
  • Upgrade Font Awesome to v5.12.1
  • Upgrade Remix icons to v2.3.0
  • Fix issue where TypeScript incorrectly expanded a type and required specifying crossOrigin as a prop

v9.3.0

Compare Source

  • Upgrade Octicons to v9.4.0

v9.2.0

Compare Source

  • Upgrade Remix Icons to v2.2.0
  • Enable support for Styled Components v5

[v9.1.0](https://togithub.com


Configuration

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

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

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

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


  • If you want to rebase/retry this PR, check this box.

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

@renovate renovate bot force-pushed the renovate/styled-icons-10.x branch from a2f8b15 to 351b58c Compare March 9, 2020 15:45
@renovate renovate bot force-pushed the renovate/styled-icons-10.x branch from 351b58c to a08190c Compare March 25, 2020 20:43
@renovate renovate bot force-pushed the renovate/styled-icons-10.x branch from a08190c to 79f0445 Compare April 7, 2020 08:55
@renovate renovate bot changed the title Update dependency styled-icons to v10 fix(deps): update dependency styled-icons to v10 Jun 29, 2020
@renovate renovate bot force-pushed the renovate/styled-icons-10.x branch from 79f0445 to 6b31819 Compare February 12, 2021 03:14
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant