Skip to content

Conversation

renovate[bot]
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.14.0 age confidence

Release Notes

simple-icons/simple-icons (simple-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
@renovate renovate bot force-pushed the renovate/simple-icons-15.x branch 3 times, most recently from 00bf2a2 to d09f653 Compare August 24, 2025 04:12
@renovate renovate bot changed the title fix(deps): update dependency simple-icons to v15.11.0 fix(deps): update dependency simple-icons to v15.12.0 Aug 24, 2025
@renovate renovate bot force-pushed the renovate/simple-icons-15.x branch 7 times, most recently from bba21fb to 6a2c4c1 Compare August 28, 2025 08:26
@renovate renovate bot force-pushed the renovate/simple-icons-15.x branch from 6a2c4c1 to 32107e9 Compare August 31, 2025 09:06
@renovate renovate bot changed the title fix(deps): update dependency simple-icons to v15.12.0 fix(deps): update dependency simple-icons to v15.13.0 Aug 31, 2025
@renovate renovate bot force-pushed the renovate/simple-icons-15.x branch 3 times, most recently from 4d878ab to 0dce025 Compare September 3, 2025 07:58
@MetRonnie MetRonnie modified the milestones: 2.9.0, 2.10.0 Sep 3, 2025
@renovate renovate bot force-pushed the renovate/simple-icons-15.x branch 6 times, most recently from 120e2f9 to 8420265 Compare September 7, 2025 05:39
@renovate renovate bot changed the title fix(deps): update dependency simple-icons to v15.13.0 fix(deps): update dependency simple-icons to v15.14.0 Sep 7, 2025
@renovate renovate bot force-pushed the renovate/simple-icons-15.x branch 3 times, most recently from 515079c to f56869d Compare September 9, 2025 18:30
@renovate renovate bot force-pushed the renovate/simple-icons-15.x branch from f56869d to 761b964 Compare September 10, 2025 05:42
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.

2 participants