diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 00fb13337ebb..5f10b28f4930 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -67,7 +67,7 @@ jobs: - name: Update SDK Typescript definitions run: node ./scripts/release/update-sdk-ts-defs.js - name: Commit version bump - uses: stefanzweifel/git-auto-commit-action@v4.16.0 + uses: stefanzweifel/git-auto-commit-action@v5.0.0 with: commit_message: version bump commit_user_name: 'github-actions[bot]' diff --git a/_data/simple-icons.json b/_data/simple-icons.json index ee580d7d6084..f1f9fa7e3c21 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -137,6 +137,14 @@ "hex": "000000", "source": "https://www.activision.com" }, + { + "title": "ActivityPub", + "hex": "F1007E", + "source": "https://activitypub.rocks", + "license": { + "type": "CC0-1.0" + } + }, { "title": "Acura", "hex": "000000", @@ -1807,6 +1815,11 @@ "hex": "000000", "source": "https://github.com/bentoml/BentoML/blob/2169ebe9bc74e3d89ceba5dda8f8e1b85f08efa5/docs/source/_static/img/logo-light.svg" }, + { + "title": "BeReal", + "hex": "000000", + "source": "https://bereal.com" + }, { "title": "Betfair", "hex": "FFB80B", @@ -4312,8 +4325,9 @@ }, { "title": "Facebook", - "hex": "1877F2", - "source": "https://en.facebookbrand.com" + "hex": "0866FF", + "source": "https://about.meta.com/brand/resources/facebookapp/logo", + "guidelines": "https://about.meta.com/brand/resources/facebookapp/logo" }, { "title": "Facebook Gaming", @@ -15078,6 +15092,12 @@ "url": "https://aka.ms/fluentui-assets-license" } }, + { + "title": "Yandex Cloud", + "hex": "5282FF", + "source": "https://cloud.yandex.com/en/brandbook", + "guidelines": "https://cloud.yandex.com/en/brandbook" + }, { "title": "Yarn", "hex": "2C8EBB", diff --git a/icons/activitypub.svg b/icons/activitypub.svg new file mode 100644 index 000000000000..edf0e724863e --- /dev/null +++ b/icons/activitypub.svg @@ -0,0 +1 @@ +ActivityPub \ No newline at end of file diff --git a/icons/bereal.svg b/icons/bereal.svg new file mode 100644 index 000000000000..5bb9287fac6b --- /dev/null +++ b/icons/bereal.svg @@ -0,0 +1 @@ +BeReal \ No newline at end of file diff --git a/icons/facebook.svg b/icons/facebook.svg index 4ef9d677cffe..f66767e46165 100644 --- a/icons/facebook.svg +++ b/icons/facebook.svg @@ -1 +1 @@ -Facebook \ No newline at end of file +Facebook \ No newline at end of file diff --git a/icons/yandexcloud.svg b/icons/yandexcloud.svg new file mode 100644 index 000000000000..df771ff7243b --- /dev/null +++ b/icons/yandexcloud.svg @@ -0,0 +1 @@ +Yandex Cloud \ No newline at end of file diff --git a/package.json b/package.json index 2926a7a0d106..7ff1950df51c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simple-icons", - "version": "9.17.0", + "version": "9.18.0", "description": "SVG icons for popular brands https://simpleicons.org", "homepage": "https://simpleicons.org", "keywords": [ @@ -60,10 +60,10 @@ "url": "https://opencollective.com/simple-icons" }, "devDependencies": { - "@inquirer/prompts": "3.1.1", - "chalk": "5.2.0", - "editorconfig-checker": "5.0.1", - "esbuild": "0.17.19", + "@inquirer/prompts": "3.2.0", + "chalk": "5.3.0", + "editorconfig-checker": "5.1.1", + "esbuild": "0.19.4", "fake-diff": "1.0.0", "get-relative-luminance": "1.0.0", "husky": "8.0.3", @@ -73,14 +73,14 @@ "mocha": "10.2.0", "named-html-entities-json": "1.0.0", "npm-run-all": "4.1.5", - "prettier": "2.8.8", - "rimraf": "5.0.1", + "prettier": "3.0.3", + "rimraf": "5.0.5", "svg-path-bbox": "1.2.4", "svg-path-segments": "1.0.0", "svglint": "2.4.0", "svgo": "3.0.2", "svgpath": "2.6.0", - "typescript": "5.1.6" + "typescript": "5.2.2" }, "scripts": { "build": "node scripts/build/package.js", diff --git a/sdk.mjs b/sdk.mjs index 1b07f9f24ef5..90dfc8449c07 100644 --- a/sdk.mjs +++ b/sdk.mjs @@ -119,7 +119,7 @@ export const htmlFriendlyToTitle = (htmlFriendlyTitle) => .replace(/&#([0-9]+);/g, (_, num) => String.fromCodePoint(parseInt(num))) .replace( /&(quot|amp|lt|gt);/g, - (_, ref) => ({ quot: '"', amp: '&', lt: '<', gt: '>' }[ref]), + (_, ref) => ({ quot: '"', amp: '&', lt: '<', gt: '>' })[ref], ); /** diff --git a/slugs.md b/slugs.md index 08f9815a4809..b8fb8feffd53 100644 --- a/slugs.md +++ b/slugs.md @@ -33,6 +33,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | `ACM` | `acm` | | `ActiGraph` | `actigraph` | | `Activision` | `activision` | +| `ActivityPub` | `activitypub` | | `Acura` | `acura` | | `Adafruit` | `adafruit` | | `AdBlock` | `adblock` | @@ -310,6 +311,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | `Bentley` | `bentley` | | `Bento` | `bento` | | `BentoML` | `bentoml` | +| `BeReal` | `bereal` | | `Betfair` | `betfair` | | `Big Cartel` | `bigcartel` | | `bigbasket` | `bigbasket` | @@ -2701,6 +2703,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | `Yamaha Motor Corporation` | `yamahamotorcorporation` | | `YAML` | `yaml` | | `Yammer` | `yammer` | +| `Yandex Cloud` | `yandexcloud` | | `Yarn` | `yarn` | | `Yelp` | `yelp` | | `Yeti` | `yeti` |