Mirror of
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ci: sync template files [skip ci] (#19)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>

+80 -58
+2 -2
.github/workflows/format.yaml
··· 7 7 contents: read 8 8 9 9 env: 10 - NODE_VERSION: 24.10.0 10 + NODE_VERSION: 24.14.1 11 11 12 12 jobs: 13 13 autofix: ··· 18 18 persist-credentials: false 19 19 20 20 - name: Setup PNPM 21 - uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4.4.0 21 + uses: pnpm/action-setup@26f6d4f2c533a43e6b5da0b4a5dd983f98f7b49a # v6.0.4 22 22 23 23 - name: Setup Node 24 24 uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
+22
.github/workflows/tangle.yaml
··· 1 + name: Tangle 2 + 3 + on: 4 + push: {} 5 + workflow_dispatch: {} 6 + 7 + permissions: 8 + contents: read 9 + pull-requests: read 10 + 11 + jobs: 12 + tangle: 13 + runs-on: ubuntu-latest 14 + if: github.repository_owner == 'trueberryless-org' 15 + concurrency: 16 + group: tangle-mirror-${{ github.ref }} 17 + cancel-in-progress: true 18 + steps: 19 + - uses: gwennlbh/to-tangled@6867d16fd934f3fe27df0a540dbd6375ea88b31c # v0.5 20 + with: 21 + repo: trueberryless.org/npmx-digest 22 + ssh-key: ${{ secrets.TANGLED_KEY }}
+1 -1
package.json
··· 44 44 "@trivago/prettier-plugin-sort-imports": "6.0.2", 45 45 "@types/node": "^25.5.0", 46 46 "@types/sanitize-html": "^2.16.1", 47 - "prettier": "3.8.1", 47 + "prettier": "3.8.3", 48 48 "prettier-plugin-astro": "0.14.1", 49 49 "tsx": "^4.21.0", 50 50 "zod": "^4.3.6"
+18 -18
pnpm-lock.yaml
··· 10 10 dependencies: 11 11 '@astrojs/check': 12 12 specifier: ^0.9.8 13 - version: 0.9.8(prettier-plugin-astro@0.14.1)(prettier@3.8.1)(typescript@5.9.3) 13 + version: 0.9.8(prettier-plugin-astro@0.14.1)(prettier@3.8.3)(typescript@5.9.3) 14 14 '@astrojs/rss': 15 15 specifier: ^4.0.17 16 16 version: 4.0.17 ··· 26 26 devDependencies: 27 27 '@trivago/prettier-plugin-sort-imports': 28 28 specifier: 6.0.2 29 - version: 6.0.2(prettier@3.8.1) 29 + version: 6.0.2(prettier@3.8.3) 30 30 '@types/node': 31 31 specifier: ^25.5.0 32 32 version: 25.5.0 ··· 34 34 specifier: ^2.16.1 35 35 version: 2.16.1 36 36 prettier: 37 - specifier: 3.8.1 38 - version: 3.8.1 37 + specifier: 3.8.3 38 + version: 3.8.3 39 39 prettier-plugin-astro: 40 40 specifier: 0.14.1 41 41 version: 0.14.1 ··· 1366 1366 resolution: {integrity: sha512-RiBETaaP9veVstE4vUwSIcdATj6dKmXljouXc/DDNwBSPTp8FRkLGDSGFClKsAFeeg+13SB0Z1JZvbD76bigJw==} 1367 1367 engines: {node: ^14.15.0 || >=16.0.0} 1368 1368 1369 - prettier@3.8.1: 1370 - resolution: {integrity: sha512-UOnG6LftzbdaHZcKoPFtOcCKztrQ57WkHDeRD9t/PTQtmT0NHSeWWepj6pS0z/N7+08BHFDQVUrfmfMRcZwbMg==} 1369 + prettier@3.8.3: 1370 + resolution: {integrity: sha512-7igPTM53cGHMW8xWuVTydi2KO233VFiTNyF5hLJqpilHfmn8C8gPf+PS7dUT64YcXFbiMGZxS9pCSxL/Dxm/Jw==} 1371 1371 engines: {node: '>=14'} 1372 1372 hasBin: true 1373 1373 ··· 1884 1884 1885 1885 snapshots: 1886 1886 1887 - '@astrojs/check@0.9.8(prettier-plugin-astro@0.14.1)(prettier@3.8.1)(typescript@5.9.3)': 1887 + '@astrojs/check@0.9.8(prettier-plugin-astro@0.14.1)(prettier@3.8.3)(typescript@5.9.3)': 1888 1888 dependencies: 1889 - '@astrojs/language-server': 2.16.5(prettier-plugin-astro@0.14.1)(prettier@3.8.1)(typescript@5.9.3) 1889 + '@astrojs/language-server': 2.16.5(prettier-plugin-astro@0.14.1)(prettier@3.8.3)(typescript@5.9.3) 1890 1890 chokidar: 4.0.3 1891 1891 kleur: 4.1.5 1892 1892 typescript: 5.9.3 ··· 1903 1903 dependencies: 1904 1904 picomatch: 4.0.3 1905 1905 1906 - '@astrojs/language-server@2.16.5(prettier-plugin-astro@0.14.1)(prettier@3.8.1)(typescript@5.9.3)': 1906 + '@astrojs/language-server@2.16.5(prettier-plugin-astro@0.14.1)(prettier@3.8.3)(typescript@5.9.3)': 1907 1907 dependencies: 1908 1908 '@astrojs/compiler': 2.13.1 1909 1909 '@astrojs/yaml2ts': 0.2.3 ··· 1917 1917 volar-service-css: 0.0.70(@volar/language-service@2.4.28) 1918 1918 volar-service-emmet: 0.0.70(@volar/language-service@2.4.28) 1919 1919 volar-service-html: 0.0.70(@volar/language-service@2.4.28) 1920 - volar-service-prettier: 0.0.70(@volar/language-service@2.4.28)(prettier@3.8.1) 1920 + volar-service-prettier: 0.0.70(@volar/language-service@2.4.28)(prettier@3.8.3) 1921 1921 volar-service-typescript: 0.0.70(@volar/language-service@2.4.28) 1922 1922 volar-service-typescript-twoslash-queries: 0.0.70(@volar/language-service@2.4.28) 1923 1923 volar-service-yaml: 0.0.70(@volar/language-service@2.4.28) 1924 1924 vscode-html-languageservice: 5.6.2 1925 1925 vscode-uri: 3.1.0 1926 1926 optionalDependencies: 1927 - prettier: 3.8.1 1927 + prettier: 3.8.3 1928 1928 prettier-plugin-astro: 0.14.1 1929 1929 transitivePeerDependencies: 1930 1930 - typescript ··· 2382 2382 2383 2383 '@shikijs/vscode-textmate@10.0.2': {} 2384 2384 2385 - '@trivago/prettier-plugin-sort-imports@6.0.2(prettier@3.8.1)': 2385 + '@trivago/prettier-plugin-sort-imports@6.0.2(prettier@3.8.3)': 2386 2386 dependencies: 2387 2387 '@babel/generator': 7.29.1 2388 2388 '@babel/parser': 7.29.0 ··· 2392 2392 lodash-es: 4.17.23 2393 2393 minimatch: 9.0.9 2394 2394 parse-imports-exports: 0.2.4 2395 - prettier: 3.8.1 2395 + prettier: 3.8.3 2396 2396 transitivePeerDependencies: 2397 2397 - supports-color 2398 2398 ··· 3414 3414 prettier-plugin-astro@0.14.1: 3415 3415 dependencies: 3416 3416 '@astrojs/compiler': 2.13.1 3417 - prettier: 3.8.1 3417 + prettier: 3.8.3 3418 3418 sass-formatter: 0.7.9 3419 3419 3420 - prettier@3.8.1: {} 3420 + prettier@3.8.3: {} 3421 3421 3422 3422 prismjs@1.30.0: {} 3423 3423 ··· 3844 3844 optionalDependencies: 3845 3845 '@volar/language-service': 2.4.28 3846 3846 3847 - volar-service-prettier@0.0.70(@volar/language-service@2.4.28)(prettier@3.8.1): 3847 + volar-service-prettier@0.0.70(@volar/language-service@2.4.28)(prettier@3.8.3): 3848 3848 dependencies: 3849 3849 vscode-uri: 3.1.0 3850 3850 optionalDependencies: 3851 3851 '@volar/language-service': 2.4.28 3852 - prettier: 3.8.1 3852 + prettier: 3.8.3 3853 3853 3854 3854 volar-service-typescript-twoslash-queries@0.0.70(@volar/language-service@2.4.28): 3855 3855 dependencies: ··· 3935 3935 '@vscode/l10n': 0.0.18 3936 3936 ajv: 8.18.0 3937 3937 ajv-draft-04: 1.0.0(ajv@8.18.0) 3938 - prettier: 3.8.1 3938 + prettier: 3.8.3 3939 3939 request-light: 0.5.8 3940 3940 vscode-json-languageservice: 4.1.8 3941 3941 vscode-languageserver: 9.0.1
+1 -1
src/content/posts/2026-04-14-midday.json
··· 42 42 ] 43 43 } 44 44 ] 45 - } 45 + }
+1 -1
src/content/posts/2026-04-14-nightly.json
··· 83 83 ] 84 84 } 85 85 ] 86 - } 86 + }
+1 -1
src/content/posts/2026-04-15-daily.json
··· 15 15 ] 16 16 } 17 17 ] 18 - } 18 + }
+1 -1
src/content/posts/2026-04-15-midday.json
··· 64 64 ] 65 65 } 66 66 ] 67 - } 67 + }
+1 -1
src/content/posts/2026-04-15-nightly.json
··· 52 52 ] 53 53 } 54 54 ] 55 - } 55 + }
+1 -1
src/content/posts/2026-04-16-daily.json
··· 15 15 ] 16 16 } 17 17 ] 18 - } 18 + }
+1 -1
src/content/posts/2026-04-16-midday.json
··· 26 26 ] 27 27 } 28 28 ] 29 - } 29 + }
+1 -1
src/content/posts/2026-04-16-nightly.json
··· 68 68 ] 69 69 } 70 70 ] 71 - } 71 + }
+1 -1
src/content/posts/2026-04-17-daily.json
··· 19 19 ] 20 20 } 21 21 ] 22 - } 22 + }
+1 -1
src/content/posts/2026-04-17-midday.json
··· 48 48 ] 49 49 } 50 50 ] 51 - } 51 + }
+1 -1
src/content/posts/2026-04-17-nightly.json
··· 26 26 ] 27 27 } 28 28 ] 29 - } 29 + }
+1 -1
src/content/posts/2026-04-18-midday.json
··· 37 37 ] 38 38 } 39 39 ] 40 - } 40 + }
+1 -1
src/content/posts/2026-04-18-nightly.json
··· 75 75 ] 76 76 } 77 77 ] 78 - } 78 + }
+1 -1
src/content/posts/2026-04-19-midday.json
··· 15 15 ] 16 16 } 17 17 ] 18 - } 18 + }
+1 -1
src/content/posts/2026-04-19-nightly.json
··· 59 59 ] 60 60 } 61 61 ] 62 - } 62 + }
+1 -1
src/content/posts/2026-04-20-midday.json
··· 82 82 ] 83 83 } 84 84 ] 85 - } 85 + }
+1 -1
src/content/posts/2026-04-20-nightly.json
··· 71 71 ] 72 72 } 73 73 ] 74 - } 74 + }
+1 -1
src/content/posts/2026-04-21-daily.json
··· 26 26 ] 27 27 } 28 28 ] 29 - } 29 + }
+1 -1
src/content/posts/2026-04-21-midday.json
··· 63 63 ] 64 64 } 65 65 ] 66 - } 66 + }
+1 -1
src/content/posts/2026-04-21-nightly.json
··· 48 48 ] 49 49 } 50 50 ] 51 - } 51 + }
+1 -1
src/content/posts/2026-04-22-nightly.json
··· 63 63 ] 64 64 } 65 65 ] 66 - } 66 + }
+1 -1
src/content/posts/2026-04-23-nightly.json
··· 19 19 ] 20 20 } 21 21 ] 22 - } 22 + }
+1 -1
src/content/posts/2026-04-24-midday.json
··· 15 15 ] 16 16 } 17 17 ] 18 - } 18 + }
+1 -1
src/content/posts/2026-04-24-nightly.json
··· 26 26 ] 27 27 } 28 28 ] 29 - } 29 + }
+1 -1
src/content/posts/2026-04-25-daily.json
··· 30 30 ] 31 31 } 32 32 ] 33 - } 33 + }
+1 -1
src/content/posts/2026-04-25-midday.json
··· 26 26 ] 27 27 } 28 28 ] 29 - } 29 + }
+1 -1
src/content/posts/2026-04-25-nightly.json
··· 30 30 ] 31 31 } 32 32 ] 33 - } 33 + }
+1 -1
src/content/posts/2026-04-26-midday.json
··· 15 15 ] 16 16 } 17 17 ] 18 - } 18 + }
+1 -1
src/content/posts/2026-04-26-nightly.json
··· 48 48 ] 49 49 } 50 50 ] 51 - } 51 + }
+1 -1
src/content/posts/2026-04-27-midday.json
··· 59 59 ] 60 60 } 61 61 ] 62 - } 62 + }
+1 -1
src/content/posts/2026-04-27-nightly.json
··· 26 26 ] 27 27 } 28 28 ] 29 - } 29 + }
+1 -1
src/content/posts/2026-04-28-midday.json
··· 26 26 ] 27 27 } 28 28 ] 29 - } 29 + }
+1 -1
src/content/posts/2026-04-29-daily.json
··· 15 15 ] 16 16 } 17 17 ] 18 - } 18 + }
+1 -1
src/content/posts/2026-04-29-midday.json
··· 41 41 ] 42 42 } 43 43 ] 44 - } 44 + }
+1 -1
src/content/posts/2026-04-29-nightly.json
··· 41 41 ] 42 42 } 43 43 ] 44 - } 44 + }
+1 -1
src/content/posts/2026-04-30-daily.json
··· 15 15 ] 16 16 } 17 17 ] 18 - } 18 + }
+1 -1
src/content/posts/2026-04-30-midday.json
··· 15 15 ] 16 16 } 17 17 ] 18 - } 18 + }