Skip to content

Commit b5fcd04

Browse files
chore(deps): update non-major
1 parent 16495c2 commit b5fcd04

5 files changed

Lines changed: 581 additions & 497 deletions

File tree

.github/workflows/format-if-needed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ permissions:
1111

1212
jobs:
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

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions:
1212

1313
jobs:
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

.github/workflows/renovate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ permissions:
1111

1212
jobs:
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

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,15 @@
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": {

0 commit comments

Comments
 (0)