chore(deps): update dependency simple-icons to v14 - #59
Closed
renovate[bot] wants to merge 1 commit into
Closed
Conversation
|
Contributor
Author
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



This PR contains the following updates:
13→14Release Notes
simple-icons/simple-icons (simple-icons)
v14.15.0: Release 12 new icons and 10 updated icons (v14.15.0)Compare Source
12 new icons
10 updated icons
v14.14.0: Release 11 new icons (v14.14.0)Compare Source
11 new icons
v14.13.0: Release 2 new icons (v14.13.0)Compare Source
2 new icons
v14.12.3: Release 1 updated icon (v14.12.3)Compare Source
1 updated icon
v14.12.2: Release 2 updated icons (v14.12.2)Compare Source
2 updated icons
v14.12.1: Release 2 updated icons (v14.12.1)Compare Source
2 updated icons
v14.12.0: Release 4 new icons and 1 updated icon (v14.12.0)Compare Source
4 new icons
1 updated icon
v14.11.1: Release 1 updated icon (v14.11.1)Compare Source
1 updated icon
v14.11.0: Release 2 new icons and 2 updated icons (v14.11.0)Compare Source
2 new icons
2 updated icons
v14.10.0: Release 3 new icons and 3 updated icons (v14.10.0)Compare Source
3 new icons
3 updated icons
v14.9.0: Release 1 new icon and 1 updated icon (v14.9.0)Compare Source
1 new icon
1 updated icon
v14.8.0: Release 2 new icons and 2 updated icons (v14.8.0)Compare Source
2 new icons
2 updated icons
v14.7.0: Release 1 new icon and 3 updated icons (v14.7.0)Compare Source
1 new icon
3 updated icons
v14.6.0: Release 2 new icons (v14.6.0)Compare Source
2 new icons
v14.5.0: Release 6 new icons and 1 updated icon (v14.5.0)Compare Source
6 new icons
1 updated icon
v14.4.0: Release 3 new icons and 1 updated icon (v14.4.0)Compare Source
3 new icons
1 updated icon
v14.3.0: Release 5 new icons and 3 updated icons (v14.3.0)Compare Source
5 new icons
3 updated icons
v14.2.0: Release 4 new icons (v14.2.0)Compare Source
4 new icons
v14.1.0: Release 2 new icons and 1 updated icon (v14.1.0)Compare Source
2 new icons
1 updated icon
v14.0.1: Release 2 updated icons (v14.0.1)Compare Source
2 updated icons
New entry point
simple-icons/icons.jsonWe exposed the
_data/simple-icons.jsonassimple-icons/icons.jsonin #12433 (@LitoMore).Now you can import the JSON file directly instead of using the
getIconsData(). Theimportway suits more scenes since it has nofscalls.v14.0.0: Release 10 new icons and 4 updated icons and 59 removed iconsCompare Source
10 new icons
4 updated icons
59 removed icons
SDK breaking changes
_data/simple-icons.jsonfile structure updatedThe
iconsproperty has been dropped. Now the JSON content is the array of icons.import {getIconsData} from 'simple-icons/sdk'; const iconsData = await getIconsData(); -const icons = iconsData.icons; +const icons = iconsData;getIconDataPath()has been renamed togetIconsDataPath()We renamed this function to make our function names consistent.
Configuration
📅 Schedule: (in timezone America/New_York)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Never, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.