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 5252 "@portabletext/types" : " ^4.0.2"
5353 },
5454 "devDependencies" : {
55- "@changesets/changelog-github" : " ^0.5.2 " ,
56- "@changesets/cli" : " ^2.29.8 " ,
55+ "@changesets/changelog-github" : " ^0.6.0 " ,
56+ "@changesets/cli" : " ^2.30.0 " ,
5757 "@sanity/tsconfig" : " ^2.1.0" ,
5858 "@sanity/tsdown-config" : " ^0.5.8" ,
59- "@types/node" : " ^24.11.0 " ,
60- "@vitest/coverage-v8" : " ^4.0.18 " ,
61- "oxfmt" : " ^0.36 .0" ,
62- "oxlint" : " ^1.51 .0" ,
63- "oxlint-tsgolint" : " ^0.16 .0" ,
64- "tsdown" : " ^0.20.3 " ,
65- "typedoc" : " ^0.28.17 " ,
59+ "@types/node" : " ^24.12.2 " ,
60+ "@vitest/coverage-v8" : " ^4.1.2 " ,
61+ "oxfmt" : " ^0.44 .0" ,
62+ "oxlint" : " ^1.59 .0" ,
63+ "oxlint-tsgolint" : " ^0.20 .0" ,
64+ "tsdown" : " ^0.21.7 " ,
65+ "typedoc" : " ^0.28.18 " ,
6666 "typescript" : " 5.9.3" ,
67- "vitest" : " ^4.0.18 "
67+ "vitest" : " ^4.1.2 "
6868 },
6969 "engines" : {
7070 "node" : " >=20.19 <22 || >=22.12"
You can’t perform that action at this time.
0 commit comments