File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,5 +11,5 @@ permissions:
1111
1212jobs :
1313 if-needed :
14- uses : portabletext/.github/.github/workflows/format.yml@main
14+ uses : portabletext/.github/.github/workflows/format.yml@4d2d3a00346a628ab7dd0aa163a389e17b023157 # main
1515 secrets : inherit
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 4545 "test" : " pnpm run node:test"
4646 },
4747 "devDependencies" : {
48- "@changesets/changelog-github" : " ^0.5.2 " ,
49- "@changesets/cli" : " ^2.29.8 " ,
48+ "@changesets/changelog-github" : " ^0.7.0 " ,
49+ "@changesets/cli" : " ^2.31.0 " ,
5050 "@sanity/tsconfig" : " ^2.1.0" ,
51- "@sanity/tsdown-config" : " ^0.5.8 " ,
52- "oxfmt" : " ^0.36 .0" ,
53- "oxlint" : " ^1.51 .0" ,
54- "oxlint-tsgolint" : " ^0.16.0 " ,
55- "tsdown" : " ^0.20.3 " ,
56- "typedoc" : " ^0.28.17 " ,
51+ "@sanity/tsdown-config" : " ^0.6.1 " ,
52+ "oxfmt" : " ^0.48 .0" ,
53+ "oxlint" : " ^1.63 .0" ,
54+ "oxlint-tsgolint" : " ^0.22.1 " ,
55+ "tsdown" : " ^0.22.0 " ,
56+ "typedoc" : " ^0.28.19 " ,
5757 "typescript" : " 5.9.3"
5858 },
5959 "lint-staged" : {
You can’t perform that action at this time.
0 commit comments