Skip to content

Commit 6e3b9dc

Browse files
authored
Merge branch 'develop' into develop
2 parents 8c9b584 + c0654d6 commit 6e3b9dc

20 files changed

Lines changed: 100 additions & 9 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: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7697,6 +7697,27 @@
76977697
"color": "#fec514",
76987698
"aliases": []
76997699
},
7700+
{
7701+
"name": "lovable",
7702+
"altnames": [],
7703+
"tags": [
7704+
"ai"
7705+
],
7706+
"versions": {
7707+
"svg": [
7708+
"original",
7709+
"original-wordmark",
7710+
"plain",
7711+
"plain-wordmark"
7712+
],
7713+
"font": [
7714+
"plain",
7715+
"plain-wordmark"
7716+
]
7717+
},
7718+
"color": "#000000",
7719+
"aliases": []
7720+
},
77007721
{
77017722
"name": "love2d",
77027723
"altnames": [
@@ -10005,6 +10026,37 @@
1000510026
}
1000610027
]
1000710028
},
10029+
{
10030+
"name": "payloadcms",
10031+
"altnames": [
10032+
"payload"
10033+
],
10034+
"tags": [
10035+
"cms",
10036+
"headless-cms"
10037+
],
10038+
"versions": {
10039+
"svg": [
10040+
"original",
10041+
"original-wordmark"
10042+
],
10043+
"font": [
10044+
"original",
10045+
"original-wordmark"
10046+
]
10047+
},
10048+
"color": "#000000",
10049+
"aliases": [
10050+
{
10051+
"base": "original",
10052+
"alias": "plain"
10053+
},
10054+
{
10055+
"base": "original-wordmark",
10056+
"alias": "plain-wordmark"
10057+
}
10058+
]
10059+
},
1000810060
{
1000910061
"name": "perl",
1001010062
"altnames": [],
@@ -14403,6 +14455,33 @@
1440314455
"color": "#000000",
1440414456
"aliases": []
1440514457
},
14458+
{
14459+
"name": "typer",
14460+
"altnames": [
14461+
"fastapi"
14462+
],
14463+
"tags": [
14464+
"cli"
14465+
],
14466+
"versions": {
14467+
"svg": [
14468+
"original",
14469+
"original-wordmark",
14470+
"plain",
14471+
"plain-wordmark",
14472+
"line",
14473+
"line-wordmark"
14474+
],
14475+
"font": [
14476+
"plain",
14477+
"plain-wordmark",
14478+
"line",
14479+
"line-wordmark"
14480+
]
14481+
},
14482+
"color": "#ffffff",
14483+
"aliases": []
14484+
},
1440614485
{
1440714486
"name": "typescript",
1440814487
"altnames": [
Lines changed: 1 addition & 0 deletions
Loading

icons/lovable/lovable-original.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)