Mirror of
0
fork

Configure Feed

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

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

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

authored by

trueberryless-org[bot]
github-actions[bot]
and committed by
GitHub
422e4f2a 03107361

+34 -12
+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/mutanuq 22 + ssh-key: ${{ secrets.TANGLED_KEY }}
+1 -1
package.json
··· 12 12 "author": "trueberryless <trueberryless@gmail.com> (https://trueberryless.org)", 13 13 "devDependencies": { 14 14 "@trivago/prettier-plugin-sort-imports": "6.0.2", 15 - "prettier": "3.8.1", 15 + "prettier": "3.8.3", 16 16 "prettier-plugin-astro": "0.14.1" 17 17 }, 18 18 "packageManager": "pnpm@10.10.0"
+9 -9
pnpm-lock.yaml
··· 10 10 devDependencies: 11 11 '@trivago/prettier-plugin-sort-imports': 12 12 specifier: 6.0.2 13 - version: 6.0.2(prettier@3.8.1) 13 + version: 6.0.2(prettier@3.8.3) 14 14 prettier: 15 - specifier: 3.8.1 16 - version: 3.8.1 15 + specifier: 3.8.3 16 + version: 3.8.3 17 17 prettier-plugin-astro: 18 18 specifier: 0.14.1 19 19 version: 0.14.1 ··· 1735 1735 resolution: {integrity: sha512-RiBETaaP9veVstE4vUwSIcdATj6dKmXljouXc/DDNwBSPTp8FRkLGDSGFClKsAFeeg+13SB0Z1JZvbD76bigJw==} 1736 1736 engines: {node: ^14.15.0 || >=16.0.0} 1737 1737 1738 - prettier@3.8.1: 1739 - resolution: {integrity: sha512-UOnG6LftzbdaHZcKoPFtOcCKztrQ57WkHDeRD9t/PTQtmT0NHSeWWepj6pS0z/N7+08BHFDQVUrfmfMRcZwbMg==} 1738 + prettier@3.8.3: 1739 + resolution: {integrity: sha512-7igPTM53cGHMW8xWuVTydi2KO233VFiTNyF5hLJqpilHfmn8C8gPf+PS7dUT64YcXFbiMGZxS9pCSxL/Dxm/Jw==} 1740 1740 engines: {node: '>=14'} 1741 1741 hasBin: true 1742 1742 ··· 2915 2915 2916 2916 '@shikijs/vscode-textmate@10.0.2': {} 2917 2917 2918 - '@trivago/prettier-plugin-sort-imports@6.0.2(prettier@3.8.1)': 2918 + '@trivago/prettier-plugin-sort-imports@6.0.2(prettier@3.8.3)': 2919 2919 dependencies: 2920 2920 '@babel/generator': 7.28.5 2921 2921 '@babel/parser': 7.28.4 ··· 2925 2925 lodash-es: 4.17.22 2926 2926 minimatch: 9.0.5 2927 2927 parse-imports-exports: 0.2.4 2928 - prettier: 3.8.1 2928 + prettier: 3.8.3 2929 2929 transitivePeerDependencies: 2930 2930 - supports-color 2931 2931 ··· 4336 4336 prettier-plugin-astro@0.14.1: 4337 4337 dependencies: 4338 4338 '@astrojs/compiler': 2.10.4 4339 - prettier: 3.8.1 4339 + prettier: 3.8.3 4340 4340 sass-formatter: 0.7.9 4341 4341 4342 - prettier@3.8.1: {} 4342 + prettier@3.8.3: {} 4343 4343 4344 4344 prismjs@1.30.0: {} 4345 4345