From 9d83a9aec242505c5cd11cfca0950170675f5dcf Mon Sep 17 00:00:00 2001 From: Wu Tingfeng Date: Thu, 24 Nov 2022 16:42:46 +0800 Subject: [PATCH 1/7] Add Red icon (#8031) Co-authored-by: Engin Diri --- _data/simple-icons.json | 5 +++++ icons/red.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/red.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 2d05c73749cc..bc642e1ec02f 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -9412,6 +9412,11 @@ "source": "https://www.reasonstudios.com/press", "guidelines": "https://www.reasonstudios.com/press" }, + { + "title": "Red", + "hex": "B32629", + "source": "https://www.red-lang.org" + }, { "title": "Red Hat", "hex": "EE0000", diff --git a/icons/red.svg b/icons/red.svg new file mode 100644 index 000000000000..c916a81f0293 --- /dev/null +++ b/icons/red.svg @@ -0,0 +1 @@ +Red \ No newline at end of file From 8ca651474e1f69d78625e14471550f5d466fd61b Mon Sep 17 00:00:00 2001 From: LitoMore Date: Thu, 24 Nov 2022 16:53:53 +0800 Subject: [PATCH 2/7] Add kuula icon (#8022) Co-authored-by: Engin Diri --- _data/simple-icons.json | 5 +++++ icons/kuula.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/kuula.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index bc642e1ec02f..ce1da7ebba87 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -6173,6 +6173,11 @@ "hex": "290B53", "source": "https://cncf-branding.netlify.app/projects/kuma/" }, + { + "title": "Kuula", + "hex": "4092B4", + "source": "https://kuula.co" + }, { "title": "Kyocera", "hex": "DF0522", diff --git a/icons/kuula.svg b/icons/kuula.svg new file mode 100644 index 000000000000..d58f65365acc --- /dev/null +++ b/icons/kuula.svg @@ -0,0 +1 @@ +Kuula \ No newline at end of file From 12b18cfb186a98bddea91c7c1631add9a291154d Mon Sep 17 00:00:00 2001 From: LitoMore Date: Thu, 24 Nov 2022 16:57:17 +0800 Subject: [PATCH 3/7] Add ReadMe icon (#8021) * Add ReadMe icon * Use presicion 4 Co-authored-by: Engin Diri --- _data/simple-icons.json | 5 +++++ icons/readme.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/readme.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index ce1da7ebba87..9352a6650872 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -9401,6 +9401,11 @@ "hex": "8CA1AF", "source": "https://github.com/readthedocs/readthedocs.org/blob/2dc9706c4fe7fa6d4410ed0e5aedca8d4796fe0f/media/readthedocsbranding.ai" }, + { + "title": "ReadMe", + "hex": "018EF5", + "source": "https://readme.com" + }, { "title": "Realm", "hex": "39477F", diff --git a/icons/readme.svg b/icons/readme.svg new file mode 100644 index 000000000000..fbd8f9d1e7f1 --- /dev/null +++ b/icons/readme.svg @@ -0,0 +1 @@ +ReadMe \ No newline at end of file From a63fbf93bd72afc14f9734677a25b14fa065aec4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Nov 2022 14:39:11 +0100 Subject: [PATCH 4/7] Update all dependencies (#8034) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update all dependencies * Update svgo.config.js Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Álvaro Mondéjar --- .github/workflows/create-release.yml | 2 +- .github/workflows/publish.yml | 2 +- Dockerfile | 2 +- package.json | 12 ++++++------ svgo.config.js | 2 +- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 47721297d252..b9695c514a0d 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -50,7 +50,7 @@ jobs: - name: Update slugs table run: node ./scripts/release/update-slugs-table.js - name: Commit version bump - uses: stefanzweifel/git-auto-commit-action@v4.14.1 + uses: stefanzweifel/git-auto-commit-action@v4.15.4 with: commit_message: version bump commit_user_name: 'github-actions[bot]' diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b17c0024d621..ec8a6dee5c99 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -68,7 +68,7 @@ jobs: uses: actions/checkout@v3 - name: Get commit message (for release title and body) id: commit - uses: kceb/git-message-action@v1 + uses: kceb/git-message-action@v2 - name: Get release version id: get-version run: | diff --git a/Dockerfile b/Dockerfile index 6cd532e79177..d69eeb64f7f3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:18-alpine +FROM node:19-alpine RUN apk add --no-cache \ git diff --git a/package.json b/package.json index fc6884d1f4db..b54505e88934 100644 --- a/package.json +++ b/package.json @@ -39,23 +39,23 @@ "devDependencies": { "chalk": "^5.0.1", "editorconfig-checker": "4.0.2", - "esbuild": "0.15.6", + "esbuild": "0.15.15", "fake-diff": "1.0.0", "get-relative-luminance": "^1.0.0", - "husky": "8.0.1", + "husky": "8.0.2", "inquirer": "^9.1.2", "is-ci": "3.0.1", "jsonschema": "1.4.1", - "mocha": "10.0.0", + "mocha": "10.1.0", "named-html-entities-json": "1.0.0", "npm-run-all": "4.1.5", - "prettier": "2.7.1", + "prettier": "2.8.0", "rimraf": "3.0.2", "svg-path-bbox": "1.2.2", "svg-path-segments": "1.0.0", "svglint": "2.2.0", - "svgo": "2.8.0", - "svgpath": "2.5.0" + "svgo": "3.0.2", + "svgpath": "2.6.0" }, "scripts": { "build": "node scripts/build/package.js", diff --git a/svgo.config.js b/svgo.config.js index ca5bc4f65205..43d3122d9f76 100644 --- a/svgo.config.js +++ b/svgo.config.js @@ -44,7 +44,7 @@ module.exports = { }, 'removeUselessStrokeAndFill', 'removeUnusedNS', - 'cleanupIDs', + 'cleanupIds', 'cleanupNumericValues', 'cleanupListOfValues', 'moveGroupAttrsToElems', From 95be8a08f165558b1c5b8edf323219455be083a1 Mon Sep 17 00:00:00 2001 From: Wu Tingfeng Date: Thu, 24 Nov 2022 22:52:13 +0800 Subject: [PATCH 5/7] Add Firewalla icon (#7835) * Add MapLibre * add firewalla * remove phantom icon * attempt to fix Co-authored-by: Engin Diri --- _data/simple-icons.json | 5 +++++ icons/firewalla.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/firewalla.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 9352a6650872..35f33bad6f9f 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -3842,6 +3842,11 @@ "hex": "EB844E", "source": "https://github.com/fireship-io/fireship.io/blob/987da97305a5968b99347aa748f928a4667336f8/hugo/layouts/partials/svg/logo.svg" }, + { + "title": "Firewalla", + "hex": "C8332D", + "source": "https://github.com/firewalla/firewalla/blob/97f7463fe07b85b979a8f0738fdf14c1af0249a8/extension/diag/static/firewalla.svg" + }, { "title": "FIRST", "hex": "0066B3", diff --git a/icons/firewalla.svg b/icons/firewalla.svg new file mode 100644 index 000000000000..20251e8ca201 --- /dev/null +++ b/icons/firewalla.svg @@ -0,0 +1 @@ +Firewalla \ No newline at end of file From 44a1d64e3bccc1e0719a9f28fae61ad8f9b74bc9 Mon Sep 17 00:00:00 2001 From: Wu Tingfeng Date: Thu, 24 Nov 2022 23:00:30 +0800 Subject: [PATCH 6/7] add wails (#7858) Co-authored-by: Engin Diri --- _data/simple-icons.json | 5 +++++ icons/wails.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/wails.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 35f33bad6f9f..1574083433c7 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -12314,6 +12314,11 @@ "hex": "43B1B0", "source": "https://github.com/wagtail/wagtail/blob/e3e46e23b780aa2b1b521de081cb81872f77466d/wagtail/admin/static_src/wagtailadmin/images/wagtail-logo.svg" }, + { + "title": "Wails", + "hex": "DF0000", + "source": "https://wails.io/" + }, { "title": "WakaTime", "hex": "000000", diff --git a/icons/wails.svg b/icons/wails.svg new file mode 100644 index 000000000000..1da7133c0772 --- /dev/null +++ b/icons/wails.svg @@ -0,0 +1 @@ +Wails \ No newline at end of file From b586c6faa5351bf86daaeb09f6fffe72e6213800 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 27 Nov 2022 00:25:44 +0000 Subject: [PATCH 7/7] version bump --- package.json | 2 +- slugs.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index b54505e88934..9c9731c027ea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simple-icons", - "version": "7.20.0", + "version": "7.21.0", "description": "SVG icons for popular brands https://simpleicons.org", "homepage": "https://simpleicons.org", "keywords": [ diff --git a/slugs.md b/slugs.md index a57c14f77b2f..837fd41deaa0 100644 --- a/slugs.md +++ b/slugs.md @@ -729,6 +729,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | `Firefox` | `firefox` | | `Firefox Browser` | `firefoxbrowser` | | `Fireship` | `fireship` | +| `Firewalla` | `firewalla` | | `FIRST` | `first` | | `Fitbit` | `fitbit` | | `FITE` | `fite` | @@ -1151,6 +1152,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | `Kubernetes` | `kubernetes` | | `Kubuntu` | `kubuntu` | | `Kuma` | `kuma` | +| `Kuula` | `kuula` | | `Kyocera` | `kyocera` | | `LabVIEW` | `labview` | | `Lada` | `lada` | @@ -1733,9 +1735,11 @@ update the script at 'scripts/release/update-slugs-table.js'. | `ReactiveX` | `reactivex` | | `ReactOS` | `reactos` | | `Read the Docs` | `readthedocs` | +| `ReadMe` | `readme` | | `Realm` | `realm` | | `Reason` | `reason` | | `Reason Studios` | `reasonstudios` | +| `Red` | `red` | | `Red Hat` | `redhat` | | `Red Hat Open Shift` | `redhatopenshift` | | `Redbubble` | `redbubble` | @@ -2268,6 +2272,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | `W3C` | `w3c` | | `Wacom` | `wacom` | | `Wagtail` | `wagtail` | +| `Wails` | `wails` | | `WakaTime` | `wakatime` | | `WALKMAN` | `walkman` | | `Wallabag` | `wallabag` |