Skip to content

Commit 6eae9b8

Browse files
kyroceuskungfuxcotes2020dependabot[bot]semantic-release-bot
authored
Back sync changes from Chirpy to Purple (#4)
* feat: add support for embed spotify (cotes2020#2515) * docs: update timezone picker reference (cotes2020#2518) * fix: restore blurry animation for homepage LQIP (cotes2020#2551) * chore: remove deprecated URL * chore: improve ESLint config * build(deps): bump the gh-actions group across 1 directory with 5 updates (cotes2020#2550) Bumps the gh-actions group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `4` | `5` | | [actions/setup-node](https://github.com/actions/setup-node) | `4` | `5` | | [github/codeql-action](https://github.com/github/codeql-action) | `3` | `4` | | [actions/github-script](https://github.com/actions/github-script) | `7` | `8` | | [actions/stale](https://github.com/actions/stale) | `9` | `10` | Updates `actions/checkout` from 4 to 5 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) Updates `actions/setup-node` from 4 to 5 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v4...v5) Updates `github/codeql-action` from 3 to 4 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v3...v4) Updates `actions/github-script` from 7 to 8 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v7...v8) Updates `actions/stale` from 9 to 10 - [Release notes](https://github.com/actions/stale/releases) - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md) - [Commits](actions/stale@v9...v10) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gh-actions - dependency-name: actions/setup-node dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gh-actions - dependency-name: github/codeql-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gh-actions - dependency-name: actions/github-script dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gh-actions - dependency-name: actions/stale dependency-version: '10' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gh-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * refactor: avoid converting media‘s relative paths to absolute paths (cotes2020#2552) * fix(search): restore full-text search for posts with description (cotes2020#2557) * refactor: update favicon files and documentation (cotes2020#2558) * build(dev-deps): upgrade dependencies * refactor: resolve various StyleLint warnings * build(deps): upgrade dependencies * chore(release): 7.4.0 ## [7.4.0](cotes2020/jekyll-theme-chirpy@v7.3.1...v7.4.0) (2025-10-19) ### Features * add support for embed spotify ([cotes2020#2515](cotes2020#2515)) ([cda62e2](cotes2020@cda62e2)) * **i18n:** add Danish locale ([cotes2020#2410](cotes2020#2410)) ([f5802b8](cotes2020@f5802b8)) * **i18n:** add locale files for some rtl languages ([cotes2020#2415](cotes2020#2415)) ([18c48b4](cotes2020@18c48b4)) ### Bug Fixes * avoid unconfigured social options in sidebar ([cotes2020#2507](cotes2020#2507)) ([5f8ec7f](cotes2020@5f8ec7f)) * correct GoatCounter pageviews extraction ([cotes2020#2420](cotes2020#2420)) ([c706799](cotes2020@c706799)) * resolve discrepancy in lqip between post and main page ([cotes2020#2453](cotes2020#2453)) ([1bac96a](cotes2020@1bac96a)) * restore blurry animation for homepage LQIP ([cotes2020#2551](cotes2020#2551)) ([221ca9f](cotes2020@221ca9f)) * **search:** restore full-text search for posts with description ([cotes2020#2557](cotes2020#2557)) ([604528e](cotes2020@604528e)) * Revert "refactor: avoid converting media‘s relative paths to absolute paths (cotes2020#2552)" This reverts commit b3d7db3. * fix: avoid duplicate base URL for homepage preview images (cotes2020#2568) * chore(release): 7.4.1 ## [7.4.1](cotes2020/jekyll-theme-chirpy@v7.4.0...v7.4.1) (2025-10-26) ### Bug Fixes * avoid duplicate base URL for homepage preview images ([cotes2020#2568](cotes2020#2568)) ([66bf232](cotes2020@66bf232)) * chore: bump version --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Alexander Fuks <[email protected]> Co-authored-by: Cotes <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: semantic-release-bot <[email protected]>
1 parent 4590a8a commit 6eae9b8

Some content is hidden

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

47 files changed

+209
-145
lines changed

.github/FUNDING.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
ko_fi: coteschung
2-
custom: https://sponsor.cotes.page

.github/workflows/cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ jobs:
1414
pull-requests: write
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v5
1818

1919
- uses: ruby/setup-ruby@v1
2020
with:
2121
ruby-version: 3.3
2222
bundler-cache: true
2323

24-
- uses: actions/setup-node@v4
24+
- uses: actions/setup-node@v5
2525
with:
2626
node-version: lts/*
2727

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
steps:
3333
- name: Checkout
34-
uses: actions/checkout@v4
34+
uses: actions/checkout@v5
3535
with:
3636
fetch-depth: 0 # for posts's lastmod
3737

@@ -42,7 +42,7 @@ jobs:
4242
bundler-cache: true
4343

4444
- name: Setup Node
45-
uses: actions/setup-node@v4
45+
uses: actions/setup-node@v5
4646
with:
4747
node-version: lts/*
4848

.github/workflows/codeql.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,21 +24,21 @@ jobs:
2424

2525
steps:
2626
- name: Checkout repository
27-
uses: actions/checkout@v4
27+
uses: actions/checkout@v5
2828

2929
# Initializes the CodeQL tools for scanning.
3030
- name: Initialize CodeQL
31-
uses: github/codeql-action/init@v3
31+
uses: github/codeql-action/init@v4
3232
with:
3333
languages: "${{ matrix.language }}"
3434
config-file: .github/codeql/codeql-config.yml
3535

3636
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java).
3737
# If this step fails, then you should remove it and run the build manually (see below)
3838
- name: Autobuild
39-
uses: github/codeql-action/autobuild@v3
39+
uses: github/codeql-action/autobuild@v4
4040

4141
- name: Perform CodeQL Analysis
42-
uses: github/codeql-action/analyze@v3
42+
uses: github/codeql-action/analyze@v4
4343
with:
4444
category: "/language:${{ matrix.language }}"

.github/workflows/commitlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ jobs:
1111
commitlint:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v5
1515
- uses: wagoid/commitlint-github-action@v6

.github/workflows/lint-js.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
lint-js:
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v5
2020

2121
- name: Setup Node.js
22-
uses: actions/setup-node@v4
22+
uses: actions/setup-node@v5
2323
with:
2424
node-version: lts/*
2525

.github/workflows/lint-scss.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
lint-scss:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v5
1616

1717
- name: Setup Node.js
18-
uses: actions/setup-node@v4
18+
uses: actions/setup-node@v5
1919
with:
2020
node-version: lts/*
2121

.github/workflows/pr-filter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313

1414
steps:
1515
- name: Checkout Code
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@v5
1717

1818
- name: Check PR Content
1919
id: intercept
20-
uses: actions/github-script@v7
20+
uses: actions/github-script@v8
2121
with:
2222
github-token: ${{ secrets.GITHUB_TOKEN }}
2323
script: |

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
stale:
2121
runs-on: ubuntu-latest
2222
steps:
23-
- uses: actions/stale@v9
23+
- uses: actions/stale@v10
2424
with:
2525
# 60 days before marking issues/PRs stale
2626
days-before-close: -1 # does not close automatically

_data/origin/cors.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,24 +20,24 @@ webfonts: https://fonts.googleapis.com/css2?family=Lato:wght@300;400&family=Sour
2020
# Libraries
2121

2222
toc:
23-
css: https://cdn.jsdelivr.net/npm/tocbot@4.32.2/dist/tocbot.min.css
24-
js: https://cdn.jsdelivr.net/npm/tocbot@4.32.2/dist/tocbot.min.js
23+
css: https://cdn.jsdelivr.net/npm/tocbot@4.36.4/dist/tocbot.min.css
24+
js: https://cdn.jsdelivr.net/npm/tocbot@4.36.4/dist/tocbot.min.js
2525

2626
fontawesome:
27-
css: https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.7.1/css/all.min.css
27+
css: https://cdn.jsdelivr.net/npm/@fortawesome/[email protected].0/css/all.min.css
2828

2929
search:
3030
js: https://cdn.jsdelivr.net/npm/[email protected]/dest/simple-jekyll-search.min.js
3131

3232
mermaid:
33-
js: https://cdn.jsdelivr.net/npm/mermaid@11.4.0/dist/mermaid.min.js
33+
js: https://cdn.jsdelivr.net/npm/mermaid@11.12.0/dist/mermaid.min.js
3434

3535
dayjs:
3636
js:
37-
common: https://cdn.jsdelivr.net/npm/[email protected].13/dayjs.min.js
38-
locale: https://cdn.jsdelivr.net/npm/[email protected].13/locale/:LOCALE.js
39-
relativeTime: https://cdn.jsdelivr.net/npm/[email protected].13/plugin/relativeTime.js
40-
localizedFormat: https://cdn.jsdelivr.net/npm/[email protected].13/plugin/localizedFormat.js
37+
common: https://cdn.jsdelivr.net/npm/[email protected].18/dayjs.min.js
38+
locale: https://cdn.jsdelivr.net/npm/[email protected].18/locale/:LOCALE.js
39+
relativeTime: https://cdn.jsdelivr.net/npm/[email protected].18/plugin/relativeTime.js
40+
localizedFormat: https://cdn.jsdelivr.net/npm/[email protected].18/plugin/localizedFormat.js
4141

4242
glightbox:
4343
css: https://cdn.jsdelivr.net/npm/[email protected]/dist/css/glightbox.min.css

0 commit comments

Comments
 (0)