Skip to content

Commit 1d6014d

Browse files
author
Really Him
committed
Merge remote-tracking branch 'upstream/master'
2 parents b53807b + a11169e commit 1d6014d

86 files changed

Lines changed: 7564 additions & 4696 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitattributes

Lines changed: 0 additions & 1 deletion
This file was deleted.

.github/dependabot.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,13 @@ updates:
1919
commit-message:
2020
prefix: "ci(deps)"
2121
prefix-development: "ci(deps-dev)"
22+
23+
# Maintain dependencies for Devcontainers
24+
- package-ecosystem: devcontainers
25+
directory: "/"
26+
schedule:
27+
interval: weekly
28+
open-pull-requests-limit: 10
29+
commit-message:
30+
prefix: "build(deps)"
31+
prefix-development: "build(deps-dev)"

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ permissions:
2424

2525
jobs:
2626
CodeQL-Build:
27+
if: github.repository == 'anuraghazra/github-readme-stats'
28+
2729
# CodeQL runs on ubuntu-latest, windows-latest, and macos-latest
2830
runs-on: ubuntu-latest
2931

.github/workflows/deploy-prep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1414
- name: Deployment Prep
1515
run: python ./.github/workflows/deploy-prep.py
16-
- uses: stefanzweifel/git-auto-commit-action@778341af668090896ca464160c2def5d1d1a3eb0 # v6.0.1
16+
- uses: stefanzweifel/git-auto-commit-action@28e16e81777b558cc906c8750092100bbb34c5e3 # v7.0.0
1717
with:
1818
branch: vercel
1919
create_branch: true

.github/workflows/ossf-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
persist-credentials: false
2828

2929
- name: "Run analysis"
30-
uses: ossf/scorecard-action@05b42c624433fc40578a4040d5cf5e36ddca8cde # v2.4.2
30+
uses: ossf/scorecard-action@4eaacf0543bb3f2c246792bd56e8cdeffafb205a # v2.4.3
3131
with:
3232
results_file: results.sarif
3333
results_format: sarif

.github/workflows/preview-theme.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
node-version: ${{ matrix.node-version }}
4141
cache: npm
4242

43-
- uses: bahmutov/npm-install@3714964fb879ebbbc108e167f0f3a0c81ec075c9 # v1.10.10
43+
- uses: bahmutov/npm-install@4488656f8e90d3c85e3a964db0018dd624f340e7 # v1.11.1
4444
with:
4545
useLockFile: false
4646

.github/workflows/stale-theme-pr-closer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
node-version: ${{ matrix.node-version }}
4646
cache: npm
4747

48-
- uses: bahmutov/npm-install@3714964fb879ebbbc108e167f0f3a0c81ec075c9 # v1.10.10
48+
- uses: bahmutov/npm-install@4488656f8e90d3c85e3a964db0018dd624f340e7 # v1.11.1
4949
with:
5050
useLockFile: false
5151

.github/workflows/theme-prs-closer.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
name: Theme Pull Requests Closer
22

33
on:
4-
pull_request:
5-
types:
6-
- labeled
4+
- pull_request_target
75

86
permissions:
97
actions: read
@@ -21,8 +19,8 @@ permissions:
2119

2220
jobs:
2321
close-prs:
22+
if: github.repository == 'anuraghazra/github-readme-stats'
2423
runs-on: ubuntu-latest
25-
2624
steps:
2725
- name: Check out the code
2826
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
@@ -34,7 +32,7 @@ jobs:
3432
3533
- name: Close Pull Requests
3634
run: |
37-
comment_message="We are currently pausing addition of new themes. If this theme is exclusively for your personal use, then instead of adding it to our theme collection, you can use card customization options."
35+
comment_message="We are currently pausing addition of new themes. If this theme is exclusively for your personal use, then instead of adding it to our theme collection, you can use card [customization options](https://github.com/anuraghazra/github-readme-stats?tab=readme-ov-file#customization)."
3836
3937
for pr_number in $(gh pr list -l "themes" -q is:open --json number -q ".[].number"); do
4038
gh pr close $pr_number -c "$comment_message"

.vercelignore

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
.devcontainer
2+
.github
3+
.husky
4+
.vscode
5+
benchmarks
6+
coverage
7+
scripts
8+
tests
19
.env
2-
package-lock.json
3-
coverage
10+
**/*.md
11+
**/*.svg
12+
.eslintrc.json
13+
.prettierignore
14+
.pretterrc.json
15+
codecov.yml

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,7 @@
22
"markdown.extension.toc.levels": "1..3",
33
"editor.formatOnSave": true,
44
"editor.defaultFormatter": "esbenp.prettier-vscode",
5+
"[javascript]": {
6+
"editor.tabSize": 2
7+
}
58
}

0 commit comments

Comments
 (0)