Skip to content

Commit

Permalink
Release 21 new icons and 3 updated icons (v11.9.0)
Browse files Browse the repository at this point in the history
# New Icons

- Anycubic (#10466) (@adamrusted)
- BuySellAds (#10517) (@adamrusted)
- Cheerio (#10462) (@adamrusted)
- Cloudflare Workers (#10579) (@uncenter)
- Clubforce (#10249) (@PeterShaggyNoble)
- Elegoo (#10467) (@adamrusted)
- EndeavourOS (#7931) (@LitoMore)
- Flashforge (#10584) (@ApexDevelopment)
- Fueler (#10015) (@namrata18s)
- Google Authenticator (#10454) (@PeterShaggyNoble)
- Google Chronicle (#10548) (@durgeshgowdac)
- Li-Ning (#10544) (@Mvlprem)
- Lucia (#10625) (@uncenter)
- Malt (#9213) (@Ash-Crow)
- Pixelfed (#10526) (@adamrusted)
- Rich (#10329) (@PeterShaggyNoble)
- Spaceship (#9721) (@zcraber)
- TrueUp (#10582) (@durgeshgowdac)
- Watchtower (#10522) (@nirvikpurkait)
- Xiaohongshu (#10128) (@LitoMore)
- Zed Industries (#10563) (@uncenter)

# Updated Icons

- Air India (#9322) (@wwwescape)
- Logitech (#10430) (@adamrusted)
- Western Digital (#10415) (@adamrusted)
  • Loading branch information
mondeja committed Mar 17, 2024
2 parents f4ad164 + afc3def commit 403e4e9
Show file tree
Hide file tree
Showing 41 changed files with 326 additions and 198 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/icon_removal.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Icon removal
description: Report an icon for removal
labels: [removal request]
title: 'Removal: <brand-name>'

body:
- type: markdown
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/icon_request.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Icon request
description: Request a new icon for Simple Icons
labels: [new icon]
title: 'Request: <brand-name>'

body:
- type: markdown
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/icon_update.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Icon update
description: Help us improve by reporting outdated icons
labels: [icon outdated]
title: 'Update: <brand-name>'

body:
- type: markdown
Expand Down
5 changes: 2 additions & 3 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@ https://wasm.simpleicons.org/preview

**Issue:** closes #

**Similarweb rank:**
**Popularity metric:**

<!--
The Similarweb rank can be retrieved at https://www.similarweb.com
Please see our contributing guidelines for more details on how we assess a brand's popularity.
Regardless of whether or not the linked issue (if there is one) has a metric, please include the metric here for PR reviewers to validate. See our contributing guidelines at https://github.com/simple-icons/simple-icons/blob/develop/CONTRIBUTING.md#assessing-popularity for more details on how we assess a brand's popularity.
-->

### Checklist
Expand Down
3 changes: 0 additions & 3 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
// Use our labelling system
labels: ['dependencies'],

// Schedule the PRs to interleave with our release schedule
schedule: 'on the 2nd and 4th day instance on sunday after 11pm',

// We generally always want the major version
separateMajorMinor: false,

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/add-labels-priority.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
if: github.event.action == 'opened'
steps:
- uses: simple-icons/labeler@master
- uses: simple-icons/labeler@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/remove-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
if: github.event.pull_request.merged
runs-on: ubuntu-latest
steps:
- uses: mondeja/remove-labels-gh-action@v1
- uses: mondeja/remove-labels-gh-action@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
labels: |
Expand All @@ -31,7 +31,7 @@ jobs:
if: github.event_name == 'pull_request_target' && (! github.event.pull_request.merged)
runs-on: ubuntu-latest
steps:
- uses: mondeja/remove-labels-gh-action@v1
- uses: mondeja/remove-labels-gh-action@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
labels: |
Expand All @@ -43,7 +43,7 @@ jobs:
if: github.event.issue.state == 'closed'
runs-on: ubuntu-latest
steps:
- uses: mondeja/remove-labels-gh-action@v1
- uses: mondeja/remove-labels-gh-action@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
labels: |
Expand Down
23 changes: 23 additions & 0 deletions .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Renovate

on:
schedule:
- cron: '0 0 1 5,11 *'
workflow_dispatch:

jobs:
renovate:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup node
uses: actions/setup-node@v4
- name: Renovate
uses: renovatebot/github-action@v40.1.4
with:
configurationFile: .github/renovate.json5
token: ${{ secrets.RENOVATE_TOKEN }}
env:
LOG_LEVEL: debug
4 changes: 4 additions & 0 deletions .jsonschema.json
Original file line number Diff line number Diff line change
Expand Up @@ -638,6 +638,10 @@
"guidelines": {
"description": "The brand guidelines, if different from the original",
"$ref": "#/definitions/url"
},
"loc": {
"description": "Localized names of the brand",
"$ref": "#/definitions/locale"
}
},
"additionalProperties": false
Expand Down
5 changes: 0 additions & 5 deletions .svglint-ignored.json

Large diffs are not rendered by default.

8 changes: 2 additions & 6 deletions .svglintrc.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -822,12 +822,8 @@ export default {
return collinearSegments;
};

const iconPath = getIconPath($, filepath);
if (!updateIgnoreFile && isIgnored(reporter.name, iconPath)) {
return;
}

const collinearSegments = getCollinearSegments(iconPath);
const iconPath = getIconPath($, filepath),
collinearSegments = getCollinearSegments(iconPath);
if (collinearSegments.length === 0) {
return;
}
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ Here is the object of a fictional brand as an example:

You can use `npm run add-icon-data` to add metadata via a CLI prompt.

Make sure the icon is added in alphabetical order. If you're in doubt, you can always run `npm run our-lint` - this will tell you if any of the JSON data is in the wrong order.
Make sure the icon is added in alphabetical order. If you're in doubt, you can always run `npm run ourlint` - this will tell you if any of the JSON data is in the wrong order.

#### Optional Data

Expand Down

0 comments on commit 403e4e9

Please sign in to comment.