Mirror of
0
fork

Configure Feed

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

ci: update GitHub template files (#26)

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
fc05b458 5337cbbd

+58 -24
+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",
+2 -2
.github/workflows/format.yaml
··· 13 13 autofix: 14 14 runs-on: ubuntu-latest 15 15 steps: 16 - - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 16 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 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@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0 25 25 with: 26 26 node-version: ${{ env.NODE_VERSION }} 27 27 cache: "pnpm"
+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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 19 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 20 20 with: 21 21 persist-credentials: false 22 22 - name: Ensure labels exist
+7 -7
.github/workflows/publish.yaml
··· 22 22 starlight-save-file-component: ${{ steps.filter.outputs.starlight-save-file-component }} 23 23 steps: 24 24 - name: Check out the repo 25 - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 25 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 26 26 with: 27 27 persist-credentials: false 28 28 ··· 50 50 private_key: ${{ secrets.BOT_PRIVATE_KEY }} 51 51 52 52 - name: Checkout Repo 53 - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 53 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 54 54 with: 55 55 persist-credentials: false 56 56 ··· 58 58 uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0 59 59 60 60 - name: Setup Node 61 - uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0 61 + uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0 62 62 with: 63 63 node-version: ${{ env.NODE_VERSION }} 64 64 cache: "pnpm" ··· 91 91 IMAGE_TAG: ${{ env.IMAGE_TAG }} 92 92 steps: 93 93 - name: Check out the repo 94 - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 94 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 95 95 with: 96 96 persist-credentials: false 97 97 ··· 117 117 contents: write 118 118 id-token: write 119 119 steps: 120 - - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 120 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 121 121 with: 122 122 persist-credentials: false 123 123 ··· 125 125 uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0 126 126 127 127 - name: Setup Node 128 - uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0 128 + uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0 129 129 with: 130 130 node-version: ${{ env.NODE_VERSION }} 131 131 cache: "pnpm" ··· 146 146 contents: write 147 147 steps: 148 148 - name: Check out the repo 149 - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 149 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 150 150 with: 151 151 persist-credentials: false 152 152
+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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 23 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 24 24 with: 25 25 persist-credentials: false 26 26 - name: Convert Repository Name to Title Case
+1 -1
package.json
··· 17 17 "devDependencies": { 18 18 "@changesets/changelog-github": "^0.5.2", 19 19 "@changesets/cli": "^2.29.8", 20 - "@trivago/prettier-plugin-sort-imports": "5.2.2", 20 + "@trivago/prettier-plugin-sort-imports": "6.0.2", 21 21 "prettier": "3.7.4", 22 22 "prettier-plugin-astro": "0.14.1" 23 23 },
+44 -12
pnpm-lock.yaml
··· 15 15 specifier: ^2.29.8 16 16 version: 2.29.8(@types/node@24.9.2) 17 17 '@trivago/prettier-plugin-sort-imports': 18 - specifier: 5.2.2 19 - version: 5.2.2(prettier@3.7.4) 18 + specifier: 6.0.2 19 + version: 6.0.2(prettier@3.7.4) 20 20 prettier: 21 21 specifier: 3.7.4 22 22 version: 3.7.4 ··· 756 756 '@swc/helpers@0.5.17': 757 757 resolution: {integrity: sha512-5IKx/Y13RsYd+sauPb2x+U/xZikHjolzfuDgTAl/Tdf3Q8rslRvC19NKDLgAJQ6wsqADk10ntlv08nPFw/gO/A==} 758 758 759 - '@trivago/prettier-plugin-sort-imports@5.2.2': 760 - resolution: {integrity: sha512-fYDQA9e6yTNmA13TLVSA+WMQRc5Bn/c0EUBditUHNfMMxN7M82c38b1kEggVE3pLpZ0FwkwJkUEKMiOi52JXFA==} 761 - engines: {node: '>18.12'} 759 + '@trivago/prettier-plugin-sort-imports@6.0.2': 760 + resolution: {integrity: sha512-3DgfkukFyC/sE/VuYjaUUWoFfuVjPK55vOFDsxD56XXynFMCZDYFogH2l/hDfOsQAm1myoU/1xByJ3tWqtulXA==} 761 + engines: {node: '>= 20'} 762 762 peerDependencies: 763 763 '@vue/compiler-sfc': 3.x 764 764 prettier: 2.x - 3.x 765 + prettier-plugin-ember-template-tag: '>= 2.0.0' 765 766 prettier-plugin-svelte: 3.x 766 767 svelte: 4.x || 5.x 767 768 peerDependenciesMeta: 768 769 '@vue/compiler-sfc': 770 + optional: true 771 + prettier-plugin-ember-template-tag: 769 772 optional: true 770 773 prettier-plugin-svelte: 771 774 optional: true ··· 939 942 brace-expansion@1.1.12: 940 943 resolution: {integrity: sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==} 941 944 945 + brace-expansion@2.0.2: 946 + resolution: {integrity: sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==} 947 + 942 948 braces@3.0.3: 943 949 resolution: {integrity: sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==} 944 950 engines: {node: '>=8'} ··· 1523 1529 resolution: {integrity: sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==} 1524 1530 engines: {node: '>=8'} 1525 1531 1532 + lodash-es@4.17.22: 1533 + resolution: {integrity: sha512-XEawp1t0gxSi9x01glktRZ5HDy0HXqrM0x5pXQM98EaI0NxO6jVM7omDOxsuEo5UIASAnm2bRp1Jt/e0a2XU8Q==} 1534 + 1526 1535 lodash.startcase@4.4.0: 1527 1536 resolution: {integrity: sha512-+WKqsK294HMSc2jEbNgpHpd0JfIBhp7rEV4aqXWqFr6AlXov+SlcgB1Fv01y2kGe3Gc8nMW7VA0SrGuSkRfIEg==} 1528 - 1529 - lodash@4.17.21: 1530 - resolution: {integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==} 1531 1537 1532 1538 longest-streak@3.1.0: 1533 1539 resolution: {integrity: sha512-9Ri+o0JYgehTaVBBDoMqIl8GXtbWg711O3srftcHhZ0dqnETqLaoIK0x17fUw9rFSlK/0NlsKe0Ahhyl5pXE2g==} ··· 1724 1730 minimatch@3.1.2: 1725 1731 resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==} 1726 1732 1733 + minimatch@9.0.5: 1734 + resolution: {integrity: sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==} 1735 + engines: {node: '>=16 || 14 >=14.17'} 1736 + 1727 1737 mri@1.2.0: 1728 1738 resolution: {integrity: sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA==} 1729 1739 engines: {node: '>=4'} ··· 1847 1857 parse-entities@4.0.2: 1848 1858 resolution: {integrity: sha512-GG2AQYWoLgL877gQIKeRPGO1xF9+eG1ujIb5soS5gPvLQ1y2o8FL90w2QWNdf9I361Mpp7726c+lj3U0qK1uGw==} 1849 1859 1860 + parse-imports-exports@0.2.4: 1861 + resolution: {integrity: sha512-4s6vd6dx1AotCx/RCI2m7t7GCh5bDRUtGNvRfHSP2wbBQdMi67pPe7mtzmgwcaQ8VKK/6IB7Glfyu3qdZJPybQ==} 1862 + 1850 1863 parse-latin@7.0.0: 1851 1864 resolution: {integrity: sha512-mhHgobPPua5kZ98EF4HWiH167JWBfl4pvAIXXdbaVohtK7a6YBOy56kvhCqduqyo/f3yrHFWmqmiMg/BkBkYYQ==} 1865 + 1866 + parse-statements@1.0.11: 1867 + resolution: {integrity: sha512-HlsyYdMBnbPQ9Jr/VgJ1YF4scnldvJpJxCVx6KgqPL4dxppsWrJHCIIxQXMJrqGnsRkNPATbeMJ8Yxu7JMsYcA==} 1852 1868 1853 1869 parse5@7.3.0: 1854 1870 resolution: {integrity: sha512-IInvU7fabl34qmi9gY8XOVxhYyMyuH2xUNpb2q8/Y+7552KlejkRvqvD19nMoUW/uQGGbqNpA6Tufu5FL5BZgw==} ··· 3264 3280 dependencies: 3265 3281 tslib: 2.8.1 3266 3282 3267 - '@trivago/prettier-plugin-sort-imports@5.2.2(prettier@3.7.4)': 3283 + '@trivago/prettier-plugin-sort-imports@6.0.2(prettier@3.7.4)': 3268 3284 dependencies: 3269 3285 '@babel/generator': 7.28.5 3270 3286 '@babel/parser': 7.28.5 3271 3287 '@babel/traverse': 7.28.5 3272 3288 '@babel/types': 7.28.5 3273 3289 javascript-natural-sort: 0.7.1 3274 - lodash: 4.17.21 3290 + lodash-es: 4.17.22 3291 + minimatch: 9.0.5 3292 + parse-imports-exports: 0.2.4 3275 3293 prettier: 3.7.4 3276 3294 transitivePeerDependencies: 3277 3295 - supports-color ··· 3525 3543 dependencies: 3526 3544 balanced-match: 1.0.2 3527 3545 concat-map: 0.0.1 3546 + 3547 + brace-expansion@2.0.2: 3548 + dependencies: 3549 + balanced-match: 1.0.2 3528 3550 3529 3551 braces@3.0.3: 3530 3552 dependencies: ··· 4221 4243 dependencies: 4222 4244 p-locate: 4.1.0 4223 4245 4224 - lodash.startcase@4.4.0: {} 4246 + lodash-es@4.17.22: {} 4225 4247 4226 - lodash@4.17.21: {} 4248 + lodash.startcase@4.4.0: {} 4227 4249 4228 4250 longest-streak@3.1.0: {} 4229 4251 ··· 4713 4735 dependencies: 4714 4736 brace-expansion: 1.1.12 4715 4737 4738 + minimatch@9.0.5: 4739 + dependencies: 4740 + brace-expansion: 2.0.2 4741 + 4716 4742 mri@1.2.0: {} 4717 4743 4718 4744 mrmime@2.0.1: {} ··· 4828 4854 is-decimal: 2.0.1 4829 4855 is-hexadecimal: 2.0.1 4830 4856 4857 + parse-imports-exports@0.2.4: 4858 + dependencies: 4859 + parse-statements: 1.0.11 4860 + 4831 4861 parse-latin@7.0.0: 4832 4862 dependencies: 4833 4863 '@types/nlcst': 2.0.3 ··· 4836 4866 unist-util-modify-children: 4.0.0 4837 4867 unist-util-visit-children: 3.0.0 4838 4868 vfile: 6.0.3 4869 + 4870 + parse-statements@1.0.11: {} 4839 4871 4840 4872 parse5@7.3.0: 4841 4873 dependencies: