Skip to content

Commit 685aefa

Browse files
chore(deps): update non-major
1 parent a8f4b43 commit 685aefa

5 files changed

Lines changed: 578 additions & 692 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: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -52,19 +52,19 @@
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"

0 commit comments

Comments
 (0)