Skip to content

chore(deps): update dependency simple-icons to v14#5246

Closed
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/simple-icons-14-x
Closed

chore(deps): update dependency simple-icons to v14#5246
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/simple-icons-14-x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jun 4, 2026

This PR contains the following updates:

Package Change Age Confidence
simple-icons (source) 1314 age confidence

Release 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.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';

Configuration

📅 Schedule: (in timezone America/New_York)

  • Branch creation
    • "after 1am and before 8am"
  • Automerge
    • At any time (no schedule defined)

🚦 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.


  • 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 custom dependencies Pull requests that update a dependency file labels Jun 4, 2026
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented Jun 4, 2026

@codecov
Copy link
Copy Markdown

codecov Bot commented Jun 4, 2026

Bundle Report

Bundle size has no change ✅

@codecov
Copy link
Copy Markdown

codecov Bot commented Jun 4, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 17.36%. Comparing base (815a835) to head (66ae0ee).
✅ All tests successful. No failed tests found.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #5246      +/-   ##
==========================================
+ Coverage   16.56%   17.36%   +0.79%     
==========================================
  Files         111      105       -6     
  Lines       24041    22333    -1708     
  Branches    10639     9502    -1137     
==========================================
- Hits         3983     3878     -105     
+ Misses      17851    14447    -3404     
- Partials     2207     4008    +1801     
Flag Coverage Δ
Archlinux ?
FreeBSD-aarch64 ?
FreeBSD-amd64 13.35% <ø> (ø)
Windows-AMD64 14.85% <ø> (ø)
Windows-ARM64 13.19% <ø> (-0.01%) ⬇️
macOS-arm64 18.86% <ø> (ø)
macOS-x86_64 18.33% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.
see 76 files with indirect coverage changes


Continue to review full report in Codecov by Harness.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 815a835...66ae0ee. Read the comment docs.

@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Jun 4, 2026

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 14.x releases. But if you manually upgrade to 14.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate Bot deleted the renovate/simple-icons-14-x branch June 4, 2026 14:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

custom dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant