Skip to content

Commit 98fef9e

Browse files
committed
Merge branch 'master' into bump-deps
2 parents 4955097 + 27b1792 commit 98fef9e

32 files changed

+1304
-126
lines changed

.github/workflows/browserslist.yml

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
name: Update Browserslist database
2+
on: [push]
3+
permissions:
4+
contents: write
5+
pull-requests: write
6+
jobs:
7+
build:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: actions/checkout@v4
11+
- name: Configure git
12+
run: |
13+
# Setup for commiting using built-in token. See https://github.com/actions/checkout#push-a-commit-using-the-built-in-token
14+
git config user.name "github-actions[bot]"
15+
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
16+
- name: Cache node modules
17+
uses: actions/cache@v2
18+
env:
19+
cache-name: cache-node-modules
20+
with:
21+
path: ~/.npm
22+
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/package-lock.json') }}
23+
restore-keys: |
24+
${{ runner.os }}-build-${{ env.cache-name }}-
25+
${{ runner.os }}-build-
26+
${{ runner.os }}-
27+
- uses: actions/setup-node@v1
28+
with:
29+
node-version: '22'
30+
- run: npm install
31+
- name: Update Browserslist database and create PR if applies
32+
uses: c2corg/[email protected]
33+
with:
34+
github_token: ${{ github.token }}
35+
commit_message: 'chore: update Browserslist db'
36+
title: 'Update Browserslist database'
37+
body: 'Auto-generated by `.github/workflows/browserslist.yml` using c2corg/browserslist-update-action'
38+
labels: 'dependencies,fast tracked,process,size/XS'
39+
reviewers: 'doamatto'

CONTRIBUTORS.toml

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ email = "[email protected]"
2020

2121
[kulchynska]
2222

23+
[vkeerthivikram]
24+
name = "V Keerthi Vikram"
25+
website = "https://bio.vkvikram.com"
26+
github = "vkeerthivikram"
27+
28+
2329
[YuriiStasiuk]
2430

2531
[UnKnOwN]
@@ -181,6 +187,12 @@ github = "davidbernau"
181187

182188
[kelplover]
183189

190+
[ausernameisnotavailable]
191+
github = "ausernameisnotavailable"
192+
193+
[bcbee]
194+
github = "bcbee"
195+
184196
[ItsIgnacioPortal]
185197
name = "Ignacio Portal"
186198
website = "https://itsignacioportal.github.io/"
@@ -190,4 +202,24 @@ email = "[email protected]"
190202
[loviuz]
191203
name = "Loviuz"
192204
website = "https://loviuz.me"
193-
github = "loviuz"
205+
github = "loviuz"
206+
207+
[SimplyUnknown]
208+
name = "SimplyUnknown"
209+
github = "simplyknown"
210+
211+
[smspool]
212+
name = "SMSPool"
213+
website = "https://www.smspool.net"
214+
github = "smspool"
215+
216+
[opile8]
217+
name = "Ollie Pile"
218+
github = "opile8"
219+
220+
[maximbelyakov]
221+
name = "Maxim Belyakov"
222+
github = "maximbelyakov"
223+
224+
[Anon-sec]
225+
github = "Anon-sec"

icons/bitwarden.svg

Lines changed: 18 additions & 0 deletions
Loading

icons/ente.png

28.8 KB
Loading

icons/id-me.png

4.83 KB
Loading

icons/kagi.png

11.1 KB
Loading

icons/nebula.png

5.04 KB
Loading

icons/omny.png

764 Bytes
Loading

icons/protonmail.png

15.1 KB
Loading

icons/protonvpn.png

24.7 KB
Loading

0 commit comments

Comments
 (0)