Skip to content

Commit 7af7707

Browse files
squiggler[bot]stipsan
authored andcommitted
fix: upgrade visual-editing
1 parent 7d974e3 commit 7af7707

File tree

12 files changed

+1833
-1522
lines changed

12 files changed

+1833
-1522
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
steps:
2424
- uses: actions/checkout@v5
2525
- uses: pnpm/action-setup@v4
26-
- uses: actions/setup-node@v5
26+
- uses: actions/setup-node@v6
2727
with:
2828
node-version: lts/*
2929
- run: pnpm install --ignore-scripts
@@ -62,7 +62,7 @@ jobs:
6262
git config --global core.eol lf
6363
- uses: actions/checkout@v5
6464
- uses: pnpm/action-setup@v4
65-
- uses: actions/setup-node@v5
65+
- uses: actions/setup-node@v6
6666
with:
6767
node-version: ${{ matrix.node }}
6868
- run: pnpm install --loglevel=error --ignore-scripts

.github/workflows/fix-lockfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v5
1818
- uses: pnpm/action-setup@v4
19-
- uses: actions/setup-node@v5
19+
- uses: actions/setup-node@v6
2020
with:
2121
node-version: lts/*
2222
- run: pnpm install --ignore-scripts --fix-lockfile --no-frozen-lockfile

.github/workflows/prettier.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@v5
2121
- uses: pnpm/action-setup@v4
22-
- uses: actions/setup-node@v5
22+
- uses: actions/setup-node@v6
2323
with:
2424
node-version: lts/*
2525
- run: pnpm install

.github/workflows/release-canary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
ref: canary
3030
token: ${{ steps.generate-token.outputs.token }}
3131
- uses: pnpm/action-setup@v4
32-
- uses: actions/setup-node@v5
32+
- uses: actions/setup-node@v6
3333
with:
3434
node-version: lts/*
3535
- run: pnpm install --ignore-scripts

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
if: ${{ steps.release.outputs.releases_created == 'true' || github.event.inputs.publish == 'true' }}
4242
- uses: pnpm/action-setup@v4
4343
if: ${{ steps.release.outputs.releases_created == 'true' || github.event.inputs.publish == 'true' }}
44-
- uses: actions/setup-node@v5
44+
- uses: actions/setup-node@v6
4545
if: ${{ steps.release.outputs.releases_created == 'true' || github.event.inputs.publish == 'true' }}
4646
with:
4747
node-version: lts/*

apps/mvp/app/sanity.client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export const client = createClient({
99
resultSourceMap: 'withKeyArraySelector',
1010
stega: {
1111
enabled: true,
12-
studioUrl: `${process.env.NEXT_PUBLIC_TEST_BASE_PATH || ''}/studio#`,
12+
studioUrl: `${process.env.NEXT_PUBLIC_TEST_BASE_PATH || ''}/studio`,
1313
// logger: console,
1414
},
1515
})

apps/mvp/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@
3030
"@next/bundle-analyzer": "catalog:",
3131
"@next/env": "catalog:",
3232
"@repo/typescript-config": "workspace:*",
33-
"@tailwindcss/postcss": "^4.1.13",
33+
"@tailwindcss/postcss": "^4.1.14",
3434
"@types/react": "catalog:",
3535
"@types/react-dom": "catalog:",
3636
"postcss": "^8.5.6",
37-
"tailwindcss": "^4.1.13",
37+
"tailwindcss": "^4.1.14",
3838
"typescript": "catalog:"
3939
},
4040
"engines": {

apps/static/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@
2929
"@next/bundle-analyzer": "catalog:",
3030
"@next/env": "catalog:",
3131
"@repo/typescript-config": "workspace:*",
32-
"@tailwindcss/postcss": "^4.1.13",
32+
"@tailwindcss/postcss": "^4.1.14",
3333
"@types/react": "catalog:",
3434
"postcss": "^8.5.6",
35-
"tailwindcss": "^4.1.13",
35+
"tailwindcss": "^4.1.14",
3636
"typescript": "catalog:"
3737
}
3838
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
},
1717
"dependencies": {
1818
"@sanity/prettier-config": "^2.0.1",
19-
"oxlint": "^1.18.0",
19+
"oxlint": "^1.23.0",
2020
"prettier": "^3.6.2",
21-
"prettier-plugin-tailwindcss": "^0.6.14",
21+
"prettier-plugin-tailwindcss": "^0.7.0",
2222
"sanity": "catalog:",
2323
"styled-components": "catalog:",
2424
"turbo": "^2.5.8"

packages/next-sanity/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "next-sanity",
3-
"version": "11.4.2",
3+
"version": "11.4.3-canary.0",
44
"description": "Sanity.io toolkit for Next.js",
55
"keywords": [
66
"sanity",
@@ -105,40 +105,40 @@
105105
"dependencies": {
106106
"@portabletext/react": "^4.0.3",
107107
"@sanity/client": "catalog:",
108-
"@sanity/comlink": "^3.0.9",
109-
"@sanity/presentation-comlink": "^1.0.29",
108+
"@sanity/comlink": "^3.1.1",
109+
"@sanity/presentation-comlink": "^1.0.33",
110110
"@sanity/preview-url-secret": "catalog:",
111-
"@sanity/visual-editing": "^3.0.5",
111+
"@sanity/visual-editing": "4.0.0-canary.7",
112112
"dequal": "^2.0.3",
113-
"groq": "^4.10.1",
113+
"groq": "^4.10.3",
114114
"history": "^5.3.0",
115115
"server-only": "^0.0.1",
116116
"use-effect-event": "^2.0.3"
117117
},
118118
"devDependencies": {
119119
"@sanity/browserslist-config": "^1.0.5",
120-
"@sanity/pkg-utils": "^8.1.17",
121-
"@sanity/types": "^4.10.1",
120+
"@sanity/pkg-utils": "^8.1.22",
121+
"@sanity/types": "^4.10.3",
122122
"@sanity/webhook": "4.0.4",
123123
"@types/react": "catalog:",
124124
"@types/react-dom": "catalog:",
125125
"@vitest/coverage-v8": "^3.2.4",
126126
"next": "catalog:",
127-
"publint": "^0.3.13",
127+
"publint": "^0.3.14",
128128
"react": "catalog:",
129129
"react-dom": "catalog:",
130130
"styled-components": "catalog:",
131-
"tsdown": "0.15.4",
131+
"tsdown": "0.15.7",
132132
"typescript": "catalog:",
133133
"vite-tsconfig-paths": "^5.1.4",
134134
"vitest": "^3.2.4"
135135
},
136136
"peerDependencies": {
137-
"@sanity/client": "^7.11.2",
137+
"@sanity/client": "^7.12.0",
138138
"next": "^15.1.0-0 || ^16.0.0-0",
139139
"react": "^18.3 || ^19",
140140
"react-dom": "^18.3 || ^19",
141-
"sanity": "^4.10.1",
141+
"sanity": "^4.10.3",
142142
"styled-components": "^6.1"
143143
},
144144
"engines": {

0 commit comments

Comments
 (0)