Mirror of
0
fork

Configure Feed

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

ci: update GitHub template files (#166)

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
102c7db7 7b505fc9

+38 -60
+2
.github/renovate.json
··· 12 12 "rangeStrategy": "bump", 13 13 "ignorePaths": ["**/node_modules/**"], 14 14 "commitMessageSuffix": "[skip ci]", 15 + "assignees": [], 16 + "reviewers": [], 15 17 "packageRules": [ 16 18 { 17 19 "groupName": "github-actions",
+3 -3
.github/workflows/format.yaml
··· 13 13 autofix: 14 14 runs-on: ubuntu-latest 15 15 steps: 16 - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 16 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 17 17 with: 18 18 persist-credentials: false 19 19 ··· 21 21 uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0 22 22 23 23 - name: Setup Node 24 - uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0 24 + uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 25 25 with: 26 26 node-version: ${{ env.NODE_VERSION }} 27 27 cache: "pnpm" ··· 39 39 shopt -s globstar 40 40 find . -name '*.png' -exec pngquant --ext .png 256 {} \; 41 41 42 - - uses: autofix-ci/action@635ffb0c9798bd160680f18fd73371e355b85f27 42 + - uses: autofix-ci/action@7a166d7532b277f34e16238930461bf77f9d7ed8
+1 -1
.github/workflows/labeler.yaml
··· 16 16 app_id: ${{ secrets.BOT_APP_ID }} 17 17 private_key: ${{ secrets.BOT_PRIVATE_KEY }} 18 18 19 - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 19 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 20 20 with: 21 21 persist-credentials: false 22 22 - name: Ensure labels exist
+1 -1
.github/workflows/welcome-bot.yaml
··· 20 20 app_id: ${{ secrets.BOT_APP_ID }} 21 21 private_key: ${{ secrets.BOT_PRIVATE_KEY }} 22 22 23 - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 23 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 24 24 with: 25 25 persist-credentials: false 26 26 - name: Convert Repository Name to Title Case
+2 -2
package.json
··· 47 47 "unist-util-visit": "^5.0.0" 48 48 }, 49 49 "devDependencies": { 50 - "@trivago/prettier-plugin-sort-imports": "6.0.0", 51 - "prettier": "3.6.2", 50 + "@trivago/prettier-plugin-sort-imports": "6.0.2", 51 + "prettier": "3.8.1", 52 52 "prettier-plugin-astro": "0.14.1", 53 53 "vite": "^7.2.4" 54 54 },
+29 -53
pnpm-lock.yaml
··· 10 10 dependencies: 11 11 '@astrojs/check': 12 12 specifier: ^0.9.5 13 - version: 0.9.5(prettier-plugin-astro@0.14.1)(prettier@3.6.2)(typescript@5.9.3) 13 + version: 0.9.5(prettier-plugin-astro@0.14.1)(prettier@3.8.1)(typescript@5.9.3) 14 14 '@astrojs/markdown-remark': 15 15 specifier: 6.3.9 16 16 version: 6.3.9 ··· 79 79 version: 5.0.0 80 80 devDependencies: 81 81 '@trivago/prettier-plugin-sort-imports': 82 - specifier: 6.0.0 83 - version: 6.0.0(prettier@3.6.2) 82 + specifier: 6.0.2 83 + version: 6.0.2(prettier@3.8.1) 84 84 prettier: 85 - specifier: 3.6.2 86 - version: 3.6.2 85 + specifier: 3.8.1 86 + version: 3.8.1 87 87 prettier-plugin-astro: 88 88 specifier: 0.14.1 89 89 version: 0.14.1 ··· 172 172 resolution: {integrity: sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==} 173 173 engines: {node: '>=6.9.0'} 174 174 175 - '@babel/helper-validator-identifier@7.27.1': 176 - resolution: {integrity: sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==} 177 - engines: {node: '>=6.9.0'} 178 - 179 175 '@babel/helper-validator-identifier@7.28.5': 180 176 resolution: {integrity: sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==} 181 177 engines: {node: '>=6.9.0'} 182 - 183 - '@babel/parser@7.28.4': 184 - resolution: {integrity: sha512-yZbBqeM6TkpP9du/I2pUZnJsRMGGvOuIrhjzC1AwHwW+6he4mni6Bp/m8ijn0iOuZuPI2BfkCoSRunpyjnrQKg==} 185 - engines: {node: '>=6.0.0'} 186 - hasBin: true 187 178 188 179 '@babel/parser@7.28.5': 189 180 resolution: {integrity: sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==} ··· 202 193 resolution: {integrity: sha512-YEzuboP2qvQavAcjgQNVgsvHIDv6ZpwXvcvjmyySP2DIMuByS/6ioU5G9pYrWHM6T2YDfc7xga9iNzYOs12CFQ==} 203 194 engines: {node: '>=6.9.0'} 204 195 205 - '@babel/types@7.28.4': 206 - resolution: {integrity: sha512-bkFqkLhh3pMBUQQkpVgWDWq/lqzc2678eUyDlTBhRqhCHFguYYGM0Efga7tYk4TogG/3x0EEl66/OQ+WGbWB/Q==} 207 - engines: {node: '>=6.9.0'} 208 - 209 196 '@babel/types@7.28.5': 210 197 resolution: {integrity: sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==} 211 198 engines: {node: '>=6.9.0'} ··· 792 779 '@swc/helpers@0.5.17': 793 780 resolution: {integrity: sha512-5IKx/Y13RsYd+sauPb2x+U/xZikHjolzfuDgTAl/Tdf3Q8rslRvC19NKDLgAJQ6wsqADk10ntlv08nPFw/gO/A==} 794 781 795 - '@trivago/prettier-plugin-sort-imports@6.0.0': 796 - resolution: {integrity: sha512-Xarx55ow0R8oC7ViL5fPmDsg1EBa1dVhyZFVbFXNtPPJyW2w9bJADIla8YFSaNG9N06XfcklA9O9vmw4noNxkQ==} 782 + '@trivago/prettier-plugin-sort-imports@6.0.2': 783 + resolution: {integrity: sha512-3DgfkukFyC/sE/VuYjaUUWoFfuVjPK55vOFDsxD56XXynFMCZDYFogH2l/hDfOsQAm1myoU/1xByJ3tWqtulXA==} 797 784 engines: {node: '>= 20'} 798 785 peerDependencies: 799 786 '@vue/compiler-sfc': 3.x ··· 1857 1844 engines: {node: '>=10.13.0'} 1858 1845 hasBin: true 1859 1846 1860 - prettier@3.6.2: 1861 - resolution: {integrity: sha512-I7AIg5boAr5R0FFtJ6rCfD+LFsWHp81dolrFD8S79U9tb8Az2nGrJncnMSnys+bpQJfRUzqs9hnA81OAA3hCuQ==} 1847 + prettier@3.8.1: 1848 + resolution: {integrity: sha512-UOnG6LftzbdaHZcKoPFtOcCKztrQ57WkHDeRD9t/PTQtmT0NHSeWWepj6pS0z/N7+08BHFDQVUrfmfMRcZwbMg==} 1862 1849 engines: {node: '>=14'} 1863 1850 hasBin: true 1864 1851 ··· 2596 2583 2597 2584 snapshots: 2598 2585 2599 - '@astrojs/check@0.9.5(prettier-plugin-astro@0.14.1)(prettier@3.6.2)(typescript@5.9.3)': 2586 + '@astrojs/check@0.9.5(prettier-plugin-astro@0.14.1)(prettier@3.8.1)(typescript@5.9.3)': 2600 2587 dependencies: 2601 - '@astrojs/language-server': 2.15.4(prettier-plugin-astro@0.14.1)(prettier@3.6.2)(typescript@5.9.3) 2588 + '@astrojs/language-server': 2.15.4(prettier-plugin-astro@0.14.1)(prettier@3.8.1)(typescript@5.9.3) 2602 2589 chokidar: 4.0.3 2603 2590 kleur: 4.1.5 2604 2591 typescript: 5.9.3 ··· 2613 2600 2614 2601 '@astrojs/internal-helpers@0.7.5': {} 2615 2602 2616 - '@astrojs/language-server@2.15.4(prettier-plugin-astro@0.14.1)(prettier@3.6.2)(typescript@5.9.3)': 2603 + '@astrojs/language-server@2.15.4(prettier-plugin-astro@0.14.1)(prettier@3.8.1)(typescript@5.9.3)': 2617 2604 dependencies: 2618 2605 '@astrojs/compiler': 2.13.0 2619 2606 '@astrojs/yaml2ts': 0.2.2 ··· 2627 2614 volar-service-css: 0.0.62(@volar/language-service@2.4.23) 2628 2615 volar-service-emmet: 0.0.62(@volar/language-service@2.4.23) 2629 2616 volar-service-html: 0.0.62(@volar/language-service@2.4.23) 2630 - volar-service-prettier: 0.0.62(@volar/language-service@2.4.23)(prettier@3.6.2) 2617 + volar-service-prettier: 0.0.62(@volar/language-service@2.4.23)(prettier@3.8.1) 2631 2618 volar-service-typescript: 0.0.62(@volar/language-service@2.4.23) 2632 2619 volar-service-typescript-twoslash-queries: 0.0.62(@volar/language-service@2.4.23) 2633 2620 volar-service-yaml: 0.0.62(@volar/language-service@2.4.23) 2634 2621 vscode-html-languageservice: 5.5.2 2635 2622 vscode-uri: 3.1.0 2636 2623 optionalDependencies: 2637 - prettier: 3.6.2 2624 + prettier: 3.8.1 2638 2625 prettier-plugin-astro: 0.14.1 2639 2626 transitivePeerDependencies: 2640 2627 - typescript ··· 2776 2763 2777 2764 '@babel/code-frame@7.27.1': 2778 2765 dependencies: 2779 - '@babel/helper-validator-identifier': 7.27.1 2766 + '@babel/helper-validator-identifier': 7.28.5 2780 2767 js-tokens: 4.0.0 2781 2768 picocolors: 1.1.1 2782 2769 2783 2770 '@babel/generator@7.28.3': 2784 2771 dependencies: 2785 - '@babel/parser': 7.28.4 2786 - '@babel/types': 7.28.4 2772 + '@babel/parser': 7.28.5 2773 + '@babel/types': 7.28.5 2787 2774 '@jridgewell/gen-mapping': 0.3.13 2788 2775 '@jridgewell/trace-mapping': 0.3.31 2789 2776 jsesc: 3.1.0 ··· 2792 2779 2793 2780 '@babel/helper-string-parser@7.27.1': {} 2794 2781 2795 - '@babel/helper-validator-identifier@7.27.1': {} 2796 - 2797 2782 '@babel/helper-validator-identifier@7.28.5': {} 2798 - 2799 - '@babel/parser@7.28.4': 2800 - dependencies: 2801 - '@babel/types': 7.28.4 2802 2783 2803 2784 '@babel/parser@7.28.5': 2804 2785 dependencies: ··· 2809 2790 '@babel/template@7.27.2': 2810 2791 dependencies: 2811 2792 '@babel/code-frame': 7.27.1 2812 - '@babel/parser': 7.28.4 2813 - '@babel/types': 7.28.4 2793 + '@babel/parser': 7.28.5 2794 + '@babel/types': 7.28.5 2814 2795 2815 2796 '@babel/traverse@7.28.4': 2816 2797 dependencies: 2817 2798 '@babel/code-frame': 7.27.1 2818 2799 '@babel/generator': 7.28.3 2819 2800 '@babel/helper-globals': 7.28.0 2820 - '@babel/parser': 7.28.4 2801 + '@babel/parser': 7.28.5 2821 2802 '@babel/template': 7.27.2 2822 - '@babel/types': 7.28.4 2803 + '@babel/types': 7.28.5 2823 2804 debug: 4.4.3 2824 2805 transitivePeerDependencies: 2825 2806 - supports-color 2826 - 2827 - '@babel/types@7.28.4': 2828 - dependencies: 2829 - '@babel/helper-string-parser': 7.27.1 2830 - '@babel/helper-validator-identifier': 7.27.1 2831 2807 2832 2808 '@babel/types@7.28.5': 2833 2809 dependencies: ··· 3308 3284 dependencies: 3309 3285 tslib: 2.8.1 3310 3286 3311 - '@trivago/prettier-plugin-sort-imports@6.0.0(prettier@3.6.2)': 3287 + '@trivago/prettier-plugin-sort-imports@6.0.2(prettier@3.8.1)': 3312 3288 dependencies: 3313 3289 '@babel/generator': 7.28.3 3314 - '@babel/parser': 7.28.4 3290 + '@babel/parser': 7.28.5 3315 3291 '@babel/traverse': 7.28.4 3316 - '@babel/types': 7.28.4 3292 + '@babel/types': 7.28.5 3317 3293 javascript-natural-sort: 0.7.1 3318 3294 lodash-es: 4.17.21 3319 3295 minimatch: 9.0.5 3320 3296 parse-imports-exports: 0.2.4 3321 - prettier: 3.6.2 3297 + prettier: 3.8.1 3322 3298 transitivePeerDependencies: 3323 3299 - supports-color 3324 3300 ··· 4857 4833 prettier-plugin-astro@0.14.1: 4858 4834 dependencies: 4859 4835 '@astrojs/compiler': 2.13.0 4860 - prettier: 3.6.2 4836 + prettier: 3.8.1 4861 4837 sass-formatter: 0.7.9 4862 4838 4863 4839 prettier@2.8.7: 4864 4840 optional: true 4865 4841 4866 - prettier@3.6.2: {} 4842 + prettier@3.8.1: {} 4867 4843 4868 4844 prismjs@1.30.0: {} 4869 4845 ··· 5516 5492 optionalDependencies: 5517 5493 '@volar/language-service': 2.4.23 5518 5494 5519 - volar-service-prettier@0.0.62(@volar/language-service@2.4.23)(prettier@3.6.2): 5495 + volar-service-prettier@0.0.62(@volar/language-service@2.4.23)(prettier@3.8.1): 5520 5496 dependencies: 5521 5497 vscode-uri: 3.1.0 5522 5498 optionalDependencies: 5523 5499 '@volar/language-service': 2.4.23 5524 - prettier: 3.6.2 5500 + prettier: 3.8.1 5525 5501 5526 5502 volar-service-typescript-twoslash-queries@0.0.62(@volar/language-service@2.4.23): 5527 5503 dependencies: