Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency simple-icons to v14 #2034

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 30, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
simple-icons (source) 2.19.0 -> 14.0.1 age adoption passing confidence

Release Notes

simple-icons/simple-icons (simple-icons)

v14.0.1: Release 2 updated icons (v14.0.1)

Compare Source

2 updated icons

New entry point simple-icons/icons.json

We exposed the _data/simple-icons.json as simple-icons/icons.json in #​12433 (@​LitoMore).

Now you can import the JSON file directly instead of using the getIconsData(). The import way suits more scenes since it has no fs calls.

// CommonJS
-const {getIconsData} = require('simple-icons/sdk');
-const icons = await getIconsData();
+const icons = require('simple-icons/icons.json');
// ESM
-import {getIconsData} from 'simple-icons/sdk';
-const icons = awaiat getIconsData();
+import icons from 'simple-icons/icons.json' with {type: 'json'};

v14.0.0: Release 10 new icons and 4 updated icons and 59 removed icons

Compare Source

10 new icons

4 updated icons

59 removed icons

SDK breaking changes

_data/simple-icons.json file structure updated

The icons property 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 to getIconsDataPath()

We renamed this function to make our function names consistent.

-import {getIconDataPath} from 'simple-icons/sdk';
+import {getIconsDataPath} from 'simple-icons/sdk';

v13.21.0: Release 18 new icons and 11 updated icons (v13.21.0)

Compare Source

18 new icons

11 updated icons

v13.20.0: Release 22 new icons and 2 updated icons (v13.20.0)

Compare Source

22 new icons

2 updated icons

v13.19.0: Release 29 new icons and 64 updated icons (v13.19.0)

Compare Source

29 new icons

64 updated icons

v13.18.0: Release 2 new icons (v13.18.0)

Compare Source

New Icons

v13.17.0: Release 4 new icons and 3 updated icons (v13.17.0)

Compare Source

New Icons

Updated Icons

v13.16.0: Release 4 new icons (v13.16.0)

Compare Source

New Icons

v13.15.0: Release 1 new icon and 3 updated icons (v13.15.0)

Compare Source

New Icons

Updated Icons

v13.14.1: Release 5 updated icons (v13.14.1)

Compare Source

Updated Icons

v13.14.0: Release 5 new icons and 3 updated icons (v13.14.0)

Compare Source

New Icons

Updated Icons

v13.13.0: Release 2 new icons and 4 updated icons (v13.13.0)

Compare Source

New Icons

Updated Icons

v13.12.0: Release 4 new icons (v13.12.0)

Compare Source

New Icons

v13.11.0: Release 7 new icons (v13.11.0)

Compare Source

New Icons

v13.10.0: Release 27 new icons and 3 updated icons (v13.10.0)

Compare Source

New Icons

Updated Icons

v13.9.0: Release 2 new icons (v13.9.0)

Compare Source

New Icons

v13.8.0: Release 4 new icons (v13.8.0)

Compare Source

New Icons

v13.7.0: Release 3 new icons (v13.7.0)

Compare Source

New Icons

v13.6.0: Release 1 new icon and 1 updated icon (v13.6.0)

Compare Source

New Icons

Updated Icons

v13.5.0: Release 2 new icons (v13.5.0)

Compare Source

New Icons

v13.4.0: Release 1 new icon (v13.4.0)

Compare Source

New Icons

v13.3.0: Release 1 new icon (v13.3.0)

Compare Source

New Icons

v13.2.0: Release 4 new icons and 1 updated icon (v13.2.0)

Compare Source

New Icons


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 30, 2024
@renovate renovate bot force-pushed the renovate/simple-icons-14.x branch from ae22392 to d0ecf73 Compare December 30, 2024 10:45
@renovate renovate bot force-pushed the renovate/simple-icons-14.x branch from d0ecf73 to c4ea057 Compare December 30, 2024 13:53
@MetRonnie MetRonnie added stop-updating Prevent Renovate from continuously updating this PR investigation labels Dec 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file investigation javascript Pull requests that update Javascript code stop-updating Prevent Renovate from continuously updating this PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant