File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131 with :
3232 app-id : ${{ secrets.ECOSCRIPT_APP_ID }}
3333 private-key : ${{ secrets.ECOSCRIPT_APP_PRIVATE_KEY }}
34- - uses : peter-evans/create-pull-request@6d6857d36972b65feb161a90e484f2984215f83e # v6
34+ - uses : peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6
3535 with :
3636 author : github-actions <41898282+github-actions[bot]@users.noreply.github.com>
3737 body : I ran `pnpm format` 🧑💻
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ permissions:
1212
1313jobs :
1414 release :
15- uses : portabletext/.github/.github/workflows/changesets.yml@main
15+ uses : portabletext/.github/.github/workflows/changesets.yml@4d2d3a00346a628ab7dd0aa163a389e17b023157 # main
1616 permissions :
1717 contents : read # for checkout
1818 id-token : write # to enable use of OIDC for npm provenance
Original file line number Diff line number Diff line change @@ -11,6 +11,6 @@ permissions:
1111
1212jobs :
1313 call :
14- uses : portabletext/.github/.github/workflows/changesets-from-conventional-commits.yml@main
14+ uses : portabletext/.github/.github/workflows/changesets-from-conventional-commits.yml@4d2d3a00346a628ab7dd0aa163a389e17b023157 # main
1515 if : github.event.pull_request.user.login == 'renovate[bot]'
1616 secrets : inherit
Original file line number Diff line number Diff line change 7373 "@portabletext/types" : " ^2.0.13"
7474 },
7575 "devDependencies" : {
76- "@changesets/changelog-github" : " ^0.5.1 " ,
77- "@changesets/cli" : " ^2.29.6 " ,
76+ "@changesets/changelog-github" : " ^0.6.0 " ,
77+ "@changesets/cli" : " ^2.30.0 " ,
7878 "concurrently" : " ^8.2.2" ,
79- "esbuild" : " ^0.21.4 " ,
79+ "esbuild" : " ^0.28.0 " ,
8080 "esbuild-plugin-solid" : " ^0.6.0" ,
8181 "jsdom" : " ^22.1.0" ,
82- "prettier" : " ^3.2.5 " ,
83- "prettier-plugin-packagejson" : " ^2.5.0 " ,
84- "solid-js" : " ^1.8.17 " ,
85- "tsup" : " ^8.0.2 " ,
82+ "prettier" : " ^3.8.2 " ,
83+ "prettier-plugin-packagejson" : " ^2.5.22 " ,
84+ "solid-js" : " ^1.9.12 " ,
85+ "tsup" : " ^8.5.1 " ,
8686 "tsup-preset-solid" : " ^2.2.0" ,
87- "typescript" : " ^5.4.5 " ,
88- "vite" : " ^5.2.11 " ,
89- "vite-plugin-solid" : " ^2.10.2 " ,
90- "vitest" : " ^1.6.0 "
87+ "typescript" : " ^5.9.3 " ,
88+ "vite" : " ^5.4.21 " ,
89+ "vite-plugin-solid" : " ^2.11.12 " ,
90+ "vitest" : " ^1.6.1 "
9191 },
9292 "peerDependencies" : {
9393 "solid-js" : " ^1.6.0"
You can’t perform that action at this time.
0 commit comments