Mirror of
0
fork

Configure Feed

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

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

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
168377f9 1098a318

+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/starlight-plugin-translations 22 + ssh-key: ${{ secrets.TANGLED_KEY }}
+1 -1
package.json
··· 23 23 }, 24 24 "devDependencies": { 25 25 "@trivago/prettier-plugin-sort-imports": "6.0.2", 26 - "prettier": "3.8.1", 26 + "prettier": "3.8.3", 27 27 "prettier-plugin-astro": "0.14.1" 28 28 }, 29 29 "packageManager": "pnpm@10.10.0"
+9 -9
pnpm-lock.yaml
··· 14 14 devDependencies: 15 15 '@trivago/prettier-plugin-sort-imports': 16 16 specifier: 6.0.2 17 - version: 6.0.2(prettier@3.8.1) 17 + version: 6.0.2(prettier@3.8.3) 18 18 prettier: 19 - specifier: 3.8.1 20 - version: 3.8.1 19 + specifier: 3.8.3 20 + version: 3.8.3 21 21 prettier-plugin-astro: 22 22 specifier: 0.14.1 23 23 version: 0.14.1 ··· 1188 1188 resolution: {integrity: sha512-RiBETaaP9veVstE4vUwSIcdATj6dKmXljouXc/DDNwBSPTp8FRkLGDSGFClKsAFeeg+13SB0Z1JZvbD76bigJw==} 1189 1189 engines: {node: ^14.15.0 || >=16.0.0} 1190 1190 1191 - prettier@3.8.1: 1192 - resolution: {integrity: sha512-UOnG6LftzbdaHZcKoPFtOcCKztrQ57WkHDeRD9t/PTQtmT0NHSeWWepj6pS0z/N7+08BHFDQVUrfmfMRcZwbMg==} 1191 + prettier@3.8.3: 1192 + resolution: {integrity: sha512-7igPTM53cGHMW8xWuVTydi2KO233VFiTNyF5hLJqpilHfmn8C8gPf+PS7dUT64YcXFbiMGZxS9pCSxL/Dxm/Jw==} 1193 1193 engines: {node: '>=14'} 1194 1194 hasBin: true 1195 1195 ··· 1983 1983 1984 1984 '@shikijs/vscode-textmate@10.0.2': {} 1985 1985 1986 - '@trivago/prettier-plugin-sort-imports@6.0.2(prettier@3.8.1)': 1986 + '@trivago/prettier-plugin-sort-imports@6.0.2(prettier@3.8.3)': 1987 1987 dependencies: 1988 1988 '@babel/generator': 7.28.5 1989 1989 '@babel/parser': 7.28.5 ··· 1993 1993 lodash-es: 4.17.22 1994 1994 minimatch: 9.0.5 1995 1995 parse-imports-exports: 0.2.4 1996 - prettier: 3.8.1 1996 + prettier: 3.8.3 1997 1997 transitivePeerDependencies: 1998 1998 - supports-color 1999 1999 ··· 2923 2923 prettier-plugin-astro@0.14.1: 2924 2924 dependencies: 2925 2925 '@astrojs/compiler': 2.12.2 2926 - prettier: 3.8.1 2926 + prettier: 3.8.3 2927 2927 sass-formatter: 0.7.9 2928 2928 2929 - prettier@3.8.1: {} 2929 + prettier@3.8.3: {} 2930 2930 2931 2931 prismjs@1.30.0: {} 2932 2932