Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 22, 2025

This PR contains the following updates:

Package Change Age Confidence
simple-icons (source) 15.2.0 -> 15.20.0 age confidence

Release Notes

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

v15.20.0: Release 1 new icon (v15.20.0)

Compare Source

1 new icon

v15.19.0: Release 1 new icon (v15.19.0)

Compare Source

1 new icon

v15.18.0: Release 4 new icons (v15.18.0)

Compare Source

4 new icons

v15.17.0: Release 1 new icon (v15.17.0)

Compare Source

1 new icon

v15.16.1: Release 2 updated icons (v15.16.1)

Compare Source

2 updated icons

v15.16.0: Release 8 new icons and 1 updated icon (v15.16.0)

Compare Source

8 new icons
1 updated icon

v15.15.0: Release 1 new icon and 2 updated icons (v15.15.0)

Compare Source

1 new icon
2 updated icons

v15.14.0: Release 1 new icon (v15.14.0)

Compare Source

1 new icon

v15.13.0: Release 1 new icon (v15.13.0)

Compare Source

1 new icon

v15.12.0: Release 6 new icons and 3 updated icons (v15.12.0)

Compare Source

6 new icons
3 updated icons

v15.11.0: Release 4 new icons and 1 updated icon (v15.11.0)

Compare Source

4 new icons

1 updated icon

v15.10.0: Release 2 new icons (v15.10.0)

Compare Source

2 new icons

v15.9.0: Release 3 new icons and 1 updated icon (v15.9.0)

Compare Source

API update

Now the slug field in data/simple-icons.json will always be present. This should be useful for those non-JavaScript users. (#​13677) (@​LitoMore)

3 new icons

1 updated icon

v15.8.0: Release 2 new icons and 4 updated icons (v15.8.0)

Compare Source

2 new icons

4 updated icons

v15.7.0: Release 2 new icons (v15.7.0)

Compare Source

2 new icons

v15.6.0: Release 3 new icons (v15.6.0)

Compare Source

3 new icons

v15.5.0: Release 4 new icons (v15.5.0)

Compare Source

API updates

Now the data JSON entry has declarations. We also moved those data JSON related types to the simple-icons.d.ts. (#​13510) (@​LitoMore)

// Import default only
import icons from 'simple-icons/icons.json' with {type: 'json'};
// Import types only
import type {
	IconData,
	Aliases,
	DuplicateAliases,
	License,
	CustomLicense
} from 'simple-icons/icons.json';
// Import both default and types
import icons, {
	type IconData,
	type Aliases,
	type DuplicateAliases,
	type License,
	type CustomLicense
} from 'simple-icons/icons.json' with {type: 'json'};

4 new icons

v15.4.0: Release 7 new icons and 2 updated icons (v15.4.0)

Compare Source

API deprecation

The simple-icons/icons entry has been deprecated. You will get a deprecation warning while using the simple-icons/icons entry. Please use the main entry instead. (#​13520 #​13530) (@​mondeja)

-import * as icons from "simple-icons/icons";
+import * as icons from "simple-icons";

7 new icons

2 updated icons

v15.3.0: Release 12 new icons and 5 updated icons (v15.3.0)

Compare Source

12 new icons

5 updated 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 Jun 22, 2025
@oliver-sanders oliver-sanders added this to the 2.9.0 milestone Jun 26, 2025
@renovate renovate bot force-pushed the renovate/simple-icons-15.x branch 4 times, most recently from c94c2f8 to 53b30e0 Compare June 29, 2025 13:42
@renovate renovate bot changed the title fix(deps): update dependency simple-icons to v15.3.0 fix(deps): update dependency simple-icons to v15.4.0 Jun 29, 2025
@renovate renovate bot force-pushed the renovate/simple-icons-15.x branch 5 times, most recently from 63eecbc to 9fabfc3 Compare July 6, 2025 18:01
@renovate renovate bot changed the title fix(deps): update dependency simple-icons to v15.4.0 fix(deps): update dependency simple-icons to v15.5.0 Jul 6, 2025
@renovate renovate bot force-pushed the renovate/simple-icons-15.x branch 8 times, most recently from 5ec9c5e to 3b4ed11 Compare July 13, 2025 05:55
@renovate renovate bot changed the title fix(deps): update dependency simple-icons to v15.5.0 fix(deps): update dependency simple-icons to v15.6.0 Jul 13, 2025
@renovate renovate bot force-pushed the renovate/simple-icons-15.x branch 5 times, most recently from 5bf0855 to b21dbd5 Compare July 15, 2025 16:01
@oliver-sanders oliver-sanders added this to the 2.x milestone Oct 14, 2025
@renovate renovate bot force-pushed the renovate/simple-icons-15.x branch 5 times, most recently from 046b555 to 674e3f3 Compare October 19, 2025 05:42
@renovate renovate bot changed the title fix(deps): update dependency simple-icons to v15.16.1 fix(deps): update dependency simple-icons to v15.17.0 Oct 19, 2025
@renovate renovate bot force-pushed the renovate/simple-icons-15.x branch from 674e3f3 to 83ef49e Compare October 21, 2025 00:02
@renovate renovate bot changed the title fix(deps): update dependency simple-icons to v15.17.0 fix(deps): update dependency simple-icons to v15.18.0 Oct 26, 2025
@renovate renovate bot force-pushed the renovate/simple-icons-15.x branch 2 times, most recently from 2fc8f47 to 89b66c8 Compare November 2, 2025 10:10
@renovate renovate bot changed the title fix(deps): update dependency simple-icons to v15.18.0 fix(deps): update dependency simple-icons to v15.19.0 Nov 2, 2025
@renovate renovate bot force-pushed the renovate/simple-icons-15.x branch 6 times, most recently from 6e9376d to 34eb419 Compare November 9, 2025 06:37
@renovate renovate bot changed the title fix(deps): update dependency simple-icons to v15.19.0 fix(deps): update dependency simple-icons to v15.20.0 Nov 9, 2025
@renovate renovate bot force-pushed the renovate/simple-icons-15.x branch 9 times, most recently from 6db6f15 to a3d4bf6 Compare November 13, 2025 02:36
@renovate renovate bot force-pushed the renovate/simple-icons-15.x branch from a3d4bf6 to 372cb2d Compare November 13, 2025 06:45
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 javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants