File tree Expand file tree Collapse file tree 5 files changed +327
-313
lines changed
Expand file tree Collapse file tree 5 files changed +327
-313
lines changed Original file line number Diff line number Diff line change 3131 script : |
3232 const { default: script } = await import('${{ github.workspace }}/.github/scripts/mdx.js')
3333 await script({github, context, core})
34- - uses : actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
34+ - uses : actions/create-github-app-token@0f859bf9e69e887678d5bbfbee594437cb440ffe # v2.1.0
3535 id : app-token
3636 with :
3737 app-id : ${{ vars.BOT_APPID }}
Original file line number Diff line number Diff line change 1515 contents : write
1616
1717 steps :
18- - uses : actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
18+ - uses : actions/create-github-app-token@0f859bf9e69e887678d5bbfbee594437cb440ffe # v2.1.0
1919 id : app-token
2020 with :
2121 app-id : ${{ vars.BOT_APPID }}
Original file line number Diff line number Diff line change 1- 22.16 .0
1+ 22.18 .0
Original file line number Diff line number Diff line change 33 "type" : " module" ,
44 "private" : true ,
55 "version" : " 0.0.0" ,
6- "packageManager" : " pnpm@10.12.4 " ,
6+ "packageManager" : " pnpm@10.14.0 " ,
77 "scripts" : {
88 "dev" : " astro dev" ,
99 "start" : " astro dev" ,
2121 "@astrojs/starlight" : " 0.34.8" ,
2222 "astro" : " 5.11.1" ,
2323 "semver" : " 7.7.2" ,
24- "sharp" : " 0.34.2 " ,
24+ "sharp" : " 0.34.3 " ,
2525 "starlight-package-managers" : " 0.11.0" ,
26- "typescript" : " 5.8.3 "
26+ "typescript" : " 5.9.2 "
2727 },
2828 "devDependencies" : {
29- "@biomejs/biome" : " 2.0.6 " ,
29+ "@biomejs/biome" : " 2.1.4 " ,
3030 "@types/mdast" : " 4.0.4" ,
31- "@types/node" : " 22.16.0 " ,
31+ "@types/node" : " 22.17.1 " ,
3232 "@types/semver" : " 7.7.0" ,
3333 "mdast-util-mdx" : " 3.0.0" ,
3434 "mdast-util-to-markdown" : " 2.1.2" ,
3535 "prettier" : " 3.6.2" ,
3636 "prettier-plugin-astro" : " 0.14.1" ,
37- "wrangler" : " 4.23.0 "
37+ "wrangler" : " 4.28.1 "
3838 }
3939}
You can’t perform that action at this time.
0 commit comments