Skip to content
This repository was archived by the owner on Sep 19, 2025. It is now read-only.

Commit e4eb151

Browse files
committed
feat!: upgrade @sanity/pkg-utils to v8
1 parent c3205d9 commit e4eb151

File tree

3 files changed

+1648
-1440
lines changed

3 files changed

+1648
-1440
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,15 @@ jobs:
2424
# - platform: windows-latest
2525
# node-version: lts/*
2626
steps:
27-
- uses: actions/checkout@v4
27+
- uses: actions/checkout@v5
2828
# It's only necessary to do this for windows, as mac and ubuntu are sane OS's that already use LF
2929
- if: matrix.platform == 'windows-latest'
3030
run: |
3131
git config --global core.autocrlf false
3232
git config --global core.eol lf
3333
- uses: pnpm/action-setup@v4
34-
- uses: actions/setup-node@v4
34+
- uses: actions/setup-node@v5
3535
with:
36-
cache: pnpm
3736
node-version: ${{ matrix.node-version }}
3837
- run: pnpm install
3938
- if: matrix.node-version == 'current'
@@ -54,7 +53,7 @@ jobs:
5453
with:
5554
app-id: ${{ secrets.ECOSPARK_APP_ID }}
5655
private-key: ${{ secrets.ECOSPARK_APP_PRIVATE_KEY }}
57-
- uses: actions/checkout@v4
56+
- uses: actions/checkout@v5
5857
with:
5958
# Need to fetch entire commit history to
6059
# analyze every commit since last release
@@ -64,9 +63,8 @@ jobs:
6463
# Make sure the value of GITHUB_TOKEN will not be persisted in repo's config
6564
persist-credentials: false
6665
- uses: pnpm/action-setup@v4
67-
- uses: actions/setup-node@v4
66+
- uses: actions/setup-node@v5
6867
with:
69-
cache: pnpm
7068
node-version: lts/*
7169
- run: pnpm install
7270
- run: pnpm exec semantic-release

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -121,48 +121,48 @@
121121
"extends": "@sanity/semantic-release-preset"
122122
},
123123
"dependencies": {
124-
"@microsoft/api-extractor": "7.52.10",
124+
"@microsoft/api-extractor": "7.52.11",
125125
"@microsoft/api-extractor-model": "7.30.7",
126126
"@microsoft/tsdoc": "0.15.1",
127127
"@microsoft/tsdoc-config": "0.17.1",
128-
"@portabletext/react": "^3.2.1",
129-
"@portabletext/toolkit": "^2.0.17",
130-
"@sanity/client": "^7.8.2",
128+
"@portabletext/react": "^4.0.3",
129+
"@portabletext/toolkit": "^3.0.1",
130+
"@sanity/client": "^7.11.0",
131131
"@sanity/color": "^3.0.6",
132132
"@sanity/icons": "^3.7.4",
133-
"@sanity/pkg-utils": "^7.11.4",
134-
"@sanity/ui": "^3.0.5",
133+
"@sanity/pkg-utils": "^8.1.7",
134+
"@sanity/ui": "^3.0.14",
135135
"@types/cpx": "^1.5.5",
136136
"@vitejs/plugin-react": "^4.7.0",
137137
"cac": "^6.7.14",
138138
"chalk": "^4.1.2",
139139
"chokidar": "^4.0.3",
140140
"cors": "^2.8.5",
141141
"dotenv-flow": "^3.2.0",
142-
"esbuild": "^0.25.8",
142+
"esbuild": "^0.25.9",
143143
"esbuild-register": "^3.6.0",
144144
"express": "^4.21.2",
145145
"globby": "^11.1.0",
146-
"groq-js": "^1.17.3",
146+
"groq-js": "^1.18.0",
147147
"history": "^5.3.0",
148148
"jsonc-parser": "^3.3.1",
149149
"mkdirp": "^1.0.4",
150150
"pkg-up": "^3.1.0",
151151
"react-refractor": "^4.0.0",
152152
"refractor": "^5.0.0",
153153
"slugify": "^1.6.6",
154-
"tmp": "^0.2.3",
155-
"vite": "^7.0.6"
154+
"tmp": "^0.2.5",
155+
"vite": "^7.1.5"
156156
},
157157
"devDependencies": {
158158
"@sanity/semantic-release-preset": "^5.0.0",
159-
"@sanity/ui-workshop": "^3.3.1",
159+
"@sanity/ui-workshop": "^3.3.2",
160160
"@types/cors": "^2.8.19",
161161
"@types/express": "^5.0.3",
162162
"@types/mkdirp": "^1.0.2",
163163
"@types/node": "^20.17.10",
164-
"@types/react": "^19.1.9",
165-
"@types/react-dom": "^19.1.7",
164+
"@types/react": "^19.1.12",
165+
"@types/react-dom": "^19.1.9",
166166
"@types/tmp": "^0.2.6",
167167
"@types/uuid": "^10.0.0",
168168
"@types/yargs": "^17.0.33",
@@ -185,7 +185,7 @@
185185
"react": "^19.1.1",
186186
"react-dom": "^19.1.1",
187187
"rimraf": "^4.4.1",
188-
"sanity": "^4.3.0",
188+
"sanity": "^4.7.0",
189189
"semantic-release": "^24.2.7",
190190
"styled-components": "^6.1.19",
191191
"typescript": "5.9.2",

0 commit comments

Comments
 (0)