Skip to content

Commit 41ea0b0

Browse files
authored
Merge branch 'develop' into feature/2555-frankenphp
2 parents 0d2565f + de0c6d2 commit 41ea0b0

26 files changed

Lines changed: 153 additions & 10 deletions

.github/workflows/build_icons.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
name: Get Fonts From Icomoon
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/checkout@v4
8+
- uses: actions/checkout@v5
99
- uses: actions/setup-python@v5
1010
with:
1111
python-version: '3.10'

.github/workflows/check_icon_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-latest
77
if: startsWith(github.event.pull_request.title, 'new icon') || startsWith(github.event.pull_request.title, 'update icon') # only checks icon PR
88
steps:
9-
- uses: actions/checkout@v4
9+
- uses: actions/checkout@v5
1010

1111
- name: Check if PR is develop
1212
if: ${{ github.base_ref != 'develop' }}

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
security-events: write
1616
steps:
1717
- name: Checkout repository
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@v5
1919

2020
- name: Initialize CodeQL
2121
uses: github/codeql-action/init@v2
@@ -31,7 +31,7 @@ jobs:
3131
security-events: write
3232
steps:
3333
- name: Checkout repository
34-
uses: actions/checkout@v4
34+
uses: actions/checkout@v5
3535

3636
- name: Set up Python
3737
uses: actions/setup-python@v5
@@ -65,7 +65,7 @@ jobs:
6565
security-events: write
6666
steps:
6767
- name: Checkout repository
68-
uses: actions/checkout@v4
68+
uses: actions/checkout@v5
6969

7070
- name: Find Python files outside the .github folder
7171
id: find_files

.github/workflows/in_develop_labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
if: ${{ github.event.workflow_run.conclusion == 'success' }}
1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v5
1919

2020
- name: Setup Python v3.8
2121
uses: actions/setup-python@v5

.github/workflows/in_develop_labeler_preflight.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
if: github.event.pull_request.merged == true
1111
steps:
12-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@v5
1313

1414
- name: Save the PR number in an artifact
1515
shell: bash

.github/workflows/npm_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
environment: release
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v4
10+
- uses: actions/checkout@v5
1111
with:
1212
# "ref" specifies the branch to check out.
1313
# "github.event.release.target_commitish" is a global variable and specifies the branch the release targeted

.github/workflows/peek_icons.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
if: github.event.label.name == 'bot:peek'
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v5
1515

1616
- name: Setup Python v3.8
1717
uses: actions/setup-python@v5

devicon.json

Lines changed: 126 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3784,6 +3784,31 @@
37843784
"color": "#421f5f",
37853785
"aliases": []
37863786
},
3787+
{
3788+
"name": "emailjs",
3789+
"altnames": [],
3790+
"tags": [
3791+
"javascript"
3792+
],
3793+
"versions": {
3794+
"svg": [
3795+
"original",
3796+
"original-wordmark",
3797+
"plain-wordmark"
3798+
],
3799+
"font": [
3800+
"original",
3801+
"plain-wordmark"
3802+
]
3803+
},
3804+
"color": "#ff8434",
3805+
"aliases": [
3806+
{
3807+
"base": "original",
3808+
"alias": "plain"
3809+
}
3810+
]
3811+
},
37873812
{
37883813
"name": "embeddedc",
37893814
"altnames": [],
@@ -7695,6 +7720,27 @@
76957720
"color": "#fec514",
76967721
"aliases": []
76977722
},
7723+
{
7724+
"name": "lovable",
7725+
"altnames": [],
7726+
"tags": [
7727+
"ai"
7728+
],
7729+
"versions": {
7730+
"svg": [
7731+
"original",
7732+
"original-wordmark",
7733+
"plain",
7734+
"plain-wordmark"
7735+
],
7736+
"font": [
7737+
"plain",
7738+
"plain-wordmark"
7739+
]
7740+
},
7741+
"color": "#000000",
7742+
"aliases": []
7743+
},
76987744
{
76997745
"name": "love2d",
77007746
"altnames": [
@@ -8523,6 +8569,27 @@
85238569
}
85248570
]
85258571
},
8572+
{
8573+
"name": "msbuild",
8574+
"altnames": [],
8575+
"tags": [
8576+
"build",
8577+
"dotnet"
8578+
],
8579+
"versions": {
8580+
"svg": [
8581+
"original",
8582+
"plain",
8583+
"line"
8584+
],
8585+
"font": [
8586+
"plain",
8587+
"line"
8588+
]
8589+
},
8590+
"color": "#5B35DE",
8591+
"aliases": []
8592+
},
85268593
{
85278594
"name": "msdos",
85288595
"altnames": [
@@ -10003,6 +10070,37 @@
1000310070
}
1000410071
]
1000510072
},
10073+
{
10074+
"name": "payloadcms",
10075+
"altnames": [
10076+
"payload"
10077+
],
10078+
"tags": [
10079+
"cms",
10080+
"headless-cms"
10081+
],
10082+
"versions": {
10083+
"svg": [
10084+
"original",
10085+
"original-wordmark"
10086+
],
10087+
"font": [
10088+
"original",
10089+
"original-wordmark"
10090+
]
10091+
},
10092+
"color": "#000000",
10093+
"aliases": [
10094+
{
10095+
"base": "original",
10096+
"alias": "plain"
10097+
},
10098+
{
10099+
"base": "original-wordmark",
10100+
"alias": "plain-wordmark"
10101+
}
10102+
]
10103+
},
1000610104
{
1000710105
"name": "perl",
1000810106
"altnames": [],
@@ -12565,7 +12663,7 @@
1256512663
},
1256612664
"color": "#8cc445",
1256712665
"aliases": []
12568-
},
12666+
},
1256912667
{
1257012668
"name": "shadcn",
1257112669
"altnames": [],
@@ -14401,6 +14499,33 @@
1440114499
"color": "#000000",
1440214500
"aliases": []
1440314501
},
14502+
{
14503+
"name": "typer",
14504+
"altnames": [
14505+
"fastapi"
14506+
],
14507+
"tags": [
14508+
"cli"
14509+
],
14510+
"versions": {
14511+
"svg": [
14512+
"original",
14513+
"original-wordmark",
14514+
"plain",
14515+
"plain-wordmark",
14516+
"line",
14517+
"line-wordmark"
14518+
],
14519+
"font": [
14520+
"plain",
14521+
"plain-wordmark",
14522+
"line",
14523+
"line-wordmark"
14524+
]
14525+
},
14526+
"color": "#ffffff",
14527+
"aliases": []
14528+
},
1440414529
{
1440514530
"name": "typescript",
1440614531
"altnames": [
Lines changed: 1 addition & 0 deletions
Loading

icons/emailjs/emailjs-original.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)