From 5a45d20973693eb3ad356a2db164d28aa2203e7f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 15:37:39 +0000 Subject: [PATCH] fix(deps): update dependency @sanity/client to ^6.27.0 --- dev/test-studio/package.json | 2 +- package.json | 2 +- packages/@sanity/cli/package.json | 2 +- packages/@sanity/migrate/package.json | 2 +- packages/@sanity/types/package.json | 2 +- packages/@sanity/util/package.json | 2 +- packages/@sanity/vision/package.json | 2 +- packages/sanity/package.json | 2 +- perf/efps/package.json | 2 +- perf/tests/package.json | 2 +- pnpm-lock.yaml | 106 +++++++++++++------------- 11 files changed, 63 insertions(+), 63 deletions(-) diff --git a/dev/test-studio/package.json b/dev/test-studio/package.json index 7d06b178e956..3594f1dc63d4 100644 --- a/dev/test-studio/package.json +++ b/dev/test-studio/package.json @@ -20,7 +20,7 @@ "@portabletext/editor": "^1.24.0", "@portabletext/react": "^3.0.0", "@sanity/assist": "^3.0.2", - "@sanity/client": "^6.25.0", + "@sanity/client": "^6.27.0", "@sanity/color": "^3.0.0", "@sanity/color-input": "^4.0.1", "@sanity/google-maps-input": "^4.0.0", diff --git a/package.json b/package.json index f12c1d209793..68b3d48ae9ea 100644 --- a/package.json +++ b/package.json @@ -109,7 +109,7 @@ "@repo/package.config": "workspace:*", "@repo/test-config": "workspace:*", "@repo/tsconfig": "workspace:*", - "@sanity/client": "^6.25.0", + "@sanity/client": "^6.27.0", "@sanity/eslint-config-i18n": "1.0.0", "@sanity/eslint-config-studio": "^4.0.0", "@sanity/mutate": "^0.12.1", diff --git a/packages/@sanity/cli/package.json b/packages/@sanity/cli/package.json index 5335bae6c0ba..1cbf28c3f860 100644 --- a/packages/@sanity/cli/package.json +++ b/packages/@sanity/cli/package.json @@ -57,7 +57,7 @@ }, "dependencies": { "@babel/traverse": "^7.23.5", - "@sanity/client": "^6.25.0", + "@sanity/client": "^6.27.0", "@sanity/codegen": "3.71.1", "@sanity/telemetry": "^0.7.7", "@sanity/template-validator": "^2.3.2", diff --git a/packages/@sanity/migrate/package.json b/packages/@sanity/migrate/package.json index eb530f52fcf5..14727aee3118 100644 --- a/packages/@sanity/migrate/package.json +++ b/packages/@sanity/migrate/package.json @@ -50,7 +50,7 @@ "watch": "pkg-utils watch" }, "dependencies": { - "@sanity/client": "^6.25.0", + "@sanity/client": "^6.27.0", "@sanity/mutate": "^0.12.1", "@sanity/types": "3.71.1", "@sanity/util": "3.71.1", diff --git a/packages/@sanity/types/package.json b/packages/@sanity/types/package.json index af999455e054..4241fa6feb47 100644 --- a/packages/@sanity/types/package.json +++ b/packages/@sanity/types/package.json @@ -49,7 +49,7 @@ "watch": "pkg-utils watch" }, "dependencies": { - "@sanity/client": "^6.25.0" + "@sanity/client": "^6.27.0" }, "devDependencies": { "@repo/package.config": "workspace:*", diff --git a/packages/@sanity/util/package.json b/packages/@sanity/util/package.json index 92a7ba056345..e0537a305e76 100644 --- a/packages/@sanity/util/package.json +++ b/packages/@sanity/util/package.json @@ -121,7 +121,7 @@ "watch": "pkg-utils watch" }, "dependencies": { - "@sanity/client": "^6.25.0", + "@sanity/client": "^6.27.0", "@sanity/types": "3.71.1", "get-random-values-esm": "1.0.2", "moment": "^2.30.1", diff --git a/packages/@sanity/vision/package.json b/packages/@sanity/vision/package.json index b3099db1407e..31314e3496eb 100644 --- a/packages/@sanity/vision/package.json +++ b/packages/@sanity/vision/package.json @@ -75,7 +75,7 @@ "devDependencies": { "@repo/package.config": "workspace:*", "@sanity/cli": "workspace:*", - "@sanity/client": "^6.25.0", + "@sanity/client": "^6.27.0", "@sanity/codegen": "workspace:*", "@sanity/diff": "workspace:*", "@sanity/migrate": "workspace:*", diff --git a/packages/sanity/package.json b/packages/sanity/package.json index 860bf439893f..bb18ec241c58 100644 --- a/packages/sanity/package.json +++ b/packages/sanity/package.json @@ -160,7 +160,7 @@ "@sanity/asset-utils": "^2.0.6", "@sanity/bifur-client": "^0.4.1", "@sanity/cli": "3.71.1", - "@sanity/client": "^6.25.0", + "@sanity/client": "^6.27.0", "@sanity/color": "^3.0.0", "@sanity/comlink": "^3.0.1", "@sanity/diff": "3.71.1", diff --git a/perf/efps/package.json b/perf/efps/package.json index 5942bffe811c..6ea11852df08 100644 --- a/perf/efps/package.json +++ b/perf/efps/package.json @@ -16,7 +16,7 @@ "write:report": "node --import @swc-node/register/esm-register ./formatefpsResult.ts" }, "devDependencies": { - "@sanity/client": "^6.25.0", + "@sanity/client": "^6.27.0", "@swc-node/register": "^1.10.9", "@types/react": "^19.0.3", "@types/react-dom": "^19.0.2", diff --git a/perf/tests/package.json b/perf/tests/package.json index 46b7892d69ae..18de9ce1ab4c 100644 --- a/perf/tests/package.json +++ b/perf/tests/package.json @@ -16,7 +16,7 @@ }, "dependencies": { "@playwright/test": "1.49.1", - "@sanity/client": "^6.25.0", + "@sanity/client": "^6.27.0", "@sanity/uuid": "^3.0.1", "dotenv": "^16.0.3", "execa": "^2.0.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8c21a8739cc5..784a84399af1 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -38,8 +38,8 @@ importers: specifier: workspace:* version: link:packages/@repo/tsconfig '@sanity/client': - specifier: ^6.25.0 - version: 6.26.1(debug@4.4.0) + specifier: ^6.27.0 + version: 6.27.0(debug@4.4.0) '@sanity/eslint-config-i18n': specifier: 1.0.0 version: 1.0.0(eslint@8.57.1)(typescript@5.7.3) @@ -428,8 +428,8 @@ importers: specifier: ^3.0.2 version: 3.1.0(@emotion/is-prop-valid@1.3.1)(@sanity/mutator@packages+@sanity+mutator)(react-dom@19.0.0(react@19.0.0))(react-is@19.0.0-rc.1)(react@19.0.0)(sanity@packages+sanity)(styled-components@6.1.14(react-dom@19.0.0(react@19.0.0))(react@19.0.0)) '@sanity/client': - specifier: ^6.25.0 - version: 6.26.1(debug@4.4.0) + specifier: ^6.27.0 + version: 6.27.0(debug@4.4.0) '@sanity/color': specifier: ^3.0.0 version: 3.0.6 @@ -468,7 +468,7 @@ importers: version: link:../../packages/@sanity/migrate '@sanity/preview-url-secret': specifier: ^2.1.0 - version: 2.1.0(@sanity/client@6.26.1(debug@4.4.0)) + version: 2.1.0(@sanity/client@6.27.0(debug@4.4.0)) '@sanity/react-loader': specifier: ^1.8.3 version: 1.10.35(react@19.0.0) @@ -495,7 +495,7 @@ importers: version: link:../../packages/@sanity/vision '@sanity/visual-editing': specifier: 2.12.3 - version: 2.12.3(@sanity/client@6.26.1)(@sanity/types@packages+@sanity+types)(next@15.1.3(@babel/core@7.26.0)(@playwright/test@1.49.1)(babel-plugin-macros@3.1.0)(babel-plugin-react-compiler@19.0.0-beta-decd7b8-20250118)(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + version: 2.12.3(@sanity/client@6.27.0)(@sanity/types@packages+@sanity+types)(next@15.1.3(@babel/core@7.26.0)(@playwright/test@1.49.1)(babel-plugin-macros@3.1.0)(babel-plugin-react-compiler@19.0.0-beta-decd7b8-20250118)(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react-dom@19.0.0(react@19.0.0))(react@19.0.0) '@turf/helpers': specifier: ^6.0.1 version: 6.5.0 @@ -702,8 +702,8 @@ importers: specifier: ^7.23.5 version: 7.26.5 '@sanity/client': - specifier: ^6.25.0 - version: 6.26.1(debug@4.4.0) + specifier: ^6.27.0 + version: 6.27.0(debug@4.4.0) '@sanity/codegen': specifier: 3.71.1 version: link:../codegen @@ -1002,8 +1002,8 @@ importers: packages/@sanity/migrate: dependencies: '@sanity/client': - specifier: ^6.25.0 - version: 6.26.1(debug@4.4.0) + specifier: ^6.27.0 + version: 6.27.0(debug@4.4.0) '@sanity/mutate': specifier: ^0.12.1 version: 0.12.1(debug@4.4.0) @@ -1137,8 +1137,8 @@ importers: packages/@sanity/types: dependencies: '@sanity/client': - specifier: ^6.25.0 - version: 6.26.1(debug@4.4.0) + specifier: ^6.27.0 + version: 6.27.0(debug@4.4.0) devDependencies: '@repo/package.config': specifier: workspace:* @@ -1168,8 +1168,8 @@ importers: packages/@sanity/util: dependencies: '@sanity/client': - specifier: ^6.25.0 - version: 6.26.1(debug@4.4.0) + specifier: ^6.27.0 + version: 6.27.0(debug@4.4.0) '@sanity/types': specifier: 3.71.1 version: link:../types @@ -1269,8 +1269,8 @@ importers: specifier: workspace:* version: link:../cli '@sanity/client': - specifier: ^6.25.0 - version: 6.26.1(debug@4.4.0) + specifier: ^6.27.0 + version: 6.27.0(debug@4.4.0) '@sanity/codegen': specifier: workspace:* version: link:../codegen @@ -1362,8 +1362,8 @@ importers: specifier: 3.71.1 version: link:../@sanity/cli '@sanity/client': - specifier: ^6.25.0 - version: 6.26.1(debug@4.4.0) + specifier: ^6.27.0 + version: 6.27.0(debug@4.4.0) '@sanity/color': specifier: ^3.0.0 version: 3.0.6 @@ -1405,10 +1405,10 @@ importers: version: link:../@sanity/mutator '@sanity/presentation-comlink': specifier: ^1.0.2 - version: 1.0.2(@sanity/client@6.26.1(debug@4.4.0))(@sanity/types@packages+@sanity+types) + version: 1.0.2(@sanity/client@6.27.0(debug@4.4.0))(@sanity/types@packages+@sanity+types) '@sanity/preview-url-secret': specifier: ^2.1.0 - version: 2.1.0(@sanity/client@6.26.1(debug@4.4.0)) + version: 2.1.0(@sanity/client@6.27.0(debug@4.4.0)) '@sanity/schema': specifier: 3.71.1 version: link:../@sanity/schema @@ -1733,7 +1733,7 @@ importers: version: 1.2.11(@sanity/icons@3.5.7(react@18.3.1))(@sanity/ui@2.11.4(@emotion/is-prop-valid@1.3.1)(react-dom@18.3.1(react@18.3.1))(react-is@18.3.1)(react@18.3.1)(styled-components@6.1.14(react-dom@18.3.1(react@18.3.1))(react@18.3.1)))(@types/node@22.10.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.14(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(terser@5.37.0) '@sanity/visual-editing-csm': specifier: ^1.0.0 - version: 1.0.1(@sanity/client@6.26.1(debug@4.4.0))(@sanity/types@packages+@sanity+types) + version: 1.0.1(@sanity/client@6.27.0(debug@4.4.0))(@sanity/types@packages+@sanity+types) '@sentry/types': specifier: ^8.12.0 version: 8.46.0 @@ -1858,8 +1858,8 @@ importers: perf/efps: devDependencies: '@sanity/client': - specifier: ^6.25.0 - version: 6.26.1(debug@4.4.0) + specifier: ^6.27.0 + version: 6.27.0(debug@4.4.0) '@swc-node/register': specifier: ^1.10.9 version: 1.10.9(@swc/core@1.10.1(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.3) @@ -1948,8 +1948,8 @@ importers: specifier: 1.49.1 version: 1.49.1 '@sanity/client': - specifier: ^6.25.0 - version: 6.26.1(debug@4.4.0) + specifier: ^6.27.0 + version: 6.27.0(debug@4.4.0) '@sanity/uuid': specifier: ^3.0.1 version: 3.0.2 @@ -4467,8 +4467,8 @@ packages: '@sanity/browserslist-config@1.0.5': resolution: {integrity: sha512-so+/UtCge8t1jq509hH0otbbptRz0zM/Aa0dh5MhMD7HGT6n2igWIL2VWH/9QR9e77Jn3dJsjz23mW1WCxT+sg==} - '@sanity/client@6.26.1': - resolution: {integrity: sha512-4kzGYz3ws++5GD6UKrvl9OIOXFQGGSqDcrdT6/xPooEg7bVp6C94J/bH/omPOinUR5viMCzy6Rc7XhTC4bi2uQ==} + '@sanity/client@6.27.0': + resolution: {integrity: sha512-CO/q8TXTRJhNlWv7RzstEg9Lgzy13OX/iAPLR31YLUgq5f5ibqmK0SzMy9NCs9aMnmVhGvde/9Qa/rKdqllsWg==} engines: {node: '>=14.18'} '@sanity/code-input@5.1.2': @@ -14741,7 +14741,7 @@ snapshots: '@sanity/browserslist-config@1.0.5': {} - '@sanity/client@6.26.1(debug@4.4.0)': + '@sanity/client@6.27.0(debug@4.4.0)': dependencies: '@sanity/eventsource': 5.0.2 get-it: 8.6.6(debug@4.4.0) @@ -14815,7 +14815,7 @@ snapshots: '@sanity/core-loader@1.7.26': dependencies: - '@sanity/client': 6.26.1(debug@4.4.0) + '@sanity/client': 6.27.0(debug@4.4.0) '@sanity/comlink': 3.0.0 transitivePeerDependencies: - debug @@ -14862,7 +14862,7 @@ snapshots: '@sanity/export@3.42.2(@types/react@19.0.7)': dependencies: - '@sanity/client': 6.26.1(debug@4.4.0) + '@sanity/client': 6.27.0(debug@4.4.0) '@sanity/util': 3.68.3(@types/react@19.0.7)(debug@4.4.0) archiver: 7.0.1 debug: 4.4.0(supports-color@9.4.0) @@ -15011,7 +15011,7 @@ snapshots: '@sanity/mutate@0.11.0-canary.4(xstate@5.19.2)': dependencies: - '@sanity/client': 6.26.1(debug@4.4.0) + '@sanity/client': 6.27.0(debug@4.4.0) '@sanity/diff-match-patch': 3.2.0 hotscript: 1.0.13 lodash: 4.17.21 @@ -15025,7 +15025,7 @@ snapshots: '@sanity/mutate@0.12.1(debug@4.4.0)': dependencies: - '@sanity/client': 6.26.1(debug@4.4.0) + '@sanity/client': 6.27.0(debug@4.4.0) '@sanity/diff-match-patch': 3.2.0 '@sanity/uuid': 3.0.2 hotscript: 1.0.13 @@ -15140,11 +15140,11 @@ snapshots: - debug - supports-color - '@sanity/presentation-comlink@1.0.2(@sanity/client@6.26.1(debug@4.4.0))(@sanity/types@packages+@sanity+types)': + '@sanity/presentation-comlink@1.0.2(@sanity/client@6.27.0(debug@4.4.0))(@sanity/types@packages+@sanity+types)': dependencies: - '@sanity/client': 6.26.1(debug@4.4.0) + '@sanity/client': 6.27.0(debug@4.4.0) '@sanity/comlink': 3.0.1 - '@sanity/visual-editing-types': 1.0.2(@sanity/client@6.26.1(debug@4.4.0))(@sanity/types@packages+@sanity+types) + '@sanity/visual-editing-types': 1.0.2(@sanity/client@6.27.0(debug@4.4.0))(@sanity/types@packages+@sanity+types) transitivePeerDependencies: - '@sanity/types' @@ -15153,14 +15153,14 @@ snapshots: prettier: 3.4.2 prettier-plugin-packagejson: 2.5.6(prettier@3.4.2) - '@sanity/preview-url-secret@2.1.0(@sanity/client@6.26.1(debug@4.4.0))': + '@sanity/preview-url-secret@2.1.0(@sanity/client@6.27.0(debug@4.4.0))': dependencies: - '@sanity/client': 6.26.1(debug@4.4.0) + '@sanity/client': 6.27.0(debug@4.4.0) '@sanity/uuid': 3.0.2 '@sanity/react-loader@1.10.35(react@19.0.0)': dependencies: - '@sanity/client': 6.26.1(debug@4.4.0) + '@sanity/client': 6.27.0(debug@4.4.0) '@sanity/core-loader': 1.7.26 react: 19.0.0 transitivePeerDependencies: @@ -15197,7 +15197,7 @@ snapshots: '@sanity/test@0.0.1-alpha.1': dependencies: '@playwright/test': 1.49.1 - '@sanity/client': 6.26.1(debug@4.4.0) + '@sanity/client': 6.27.0(debug@4.4.0) '@sanity/uuid': 3.0.2 cac: 6.7.14 transitivePeerDependencies: @@ -15211,7 +15211,7 @@ snapshots: '@microsoft/tsdoc-config': 0.17.1 '@portabletext/react': 3.2.0(react@18.3.1) '@portabletext/toolkit': 2.0.16 - '@sanity/client': 6.26.1(debug@4.4.0) + '@sanity/client': 6.27.0(debug@4.4.0) '@sanity/color': 3.0.6 '@sanity/icons': 3.5.7(react@18.3.1) '@sanity/pkg-utils': 6.13.4(@types/babel__core@7.20.5)(@types/node@22.10.2)(babel-plugin-react-compiler@19.0.0-beta-decd7b8-20250118)(debug@4.4.0)(typescript@5.7.3) @@ -15266,7 +15266,7 @@ snapshots: '@microsoft/tsdoc-config': 0.17.1 '@portabletext/react': 3.2.0(react@19.0.0) '@portabletext/toolkit': 2.0.16 - '@sanity/client': 6.26.1(debug@4.4.0) + '@sanity/client': 6.27.0(debug@4.4.0) '@sanity/color': 3.0.6 '@sanity/icons': 3.5.7(react@19.0.0) '@sanity/pkg-utils': 6.13.4(@types/babel__core@7.20.5)(@types/node@22.10.2)(babel-plugin-react-compiler@19.0.0-beta-decd7b8-20250118)(typescript@5.7.3) @@ -15315,7 +15315,7 @@ snapshots: '@sanity/types@3.68.3(@types/react@19.0.7)(debug@4.4.0)': dependencies: - '@sanity/client': 6.26.1(debug@4.4.0) + '@sanity/client': 6.27.0(debug@4.4.0) '@types/react': 19.0.7 transitivePeerDependencies: - debug @@ -15454,7 +15454,7 @@ snapshots: '@sanity/util@3.68.3(@types/react@19.0.7)(debug@4.4.0)': dependencies: - '@sanity/client': 6.26.1(debug@4.4.0) + '@sanity/client': 6.27.0(debug@4.4.0) '@sanity/types': 3.68.3(@types/react@19.0.7)(debug@4.4.0) get-random-values-esm: 1.0.2 moment: 2.30.1 @@ -15468,27 +15468,27 @@ snapshots: '@types/uuid': 8.3.4 uuid: 8.3.2 - '@sanity/visual-editing-csm@1.0.1(@sanity/client@6.26.1(debug@4.4.0))(@sanity/types@packages+@sanity+types)': + '@sanity/visual-editing-csm@1.0.1(@sanity/client@6.27.0(debug@4.4.0))(@sanity/types@packages+@sanity+types)': dependencies: - '@sanity/client': 6.26.1(debug@4.4.0) - '@sanity/visual-editing-types': 1.0.2(@sanity/client@6.26.1(debug@4.4.0))(@sanity/types@packages+@sanity+types) + '@sanity/client': 6.27.0(debug@4.4.0) + '@sanity/visual-editing-types': 1.0.2(@sanity/client@6.27.0(debug@4.4.0))(@sanity/types@packages+@sanity+types) valibot: 0.31.1 transitivePeerDependencies: - '@sanity/types' - '@sanity/visual-editing-types@1.0.2(@sanity/client@6.26.1(debug@4.4.0))(@sanity/types@packages+@sanity+types)': + '@sanity/visual-editing-types@1.0.2(@sanity/client@6.27.0(debug@4.4.0))(@sanity/types@packages+@sanity+types)': dependencies: - '@sanity/client': 6.26.1(debug@4.4.0) + '@sanity/client': 6.27.0(debug@4.4.0) optionalDependencies: '@sanity/types': link:packages/@sanity/types - '@sanity/visual-editing@2.12.3(@sanity/client@6.26.1)(@sanity/types@packages+@sanity+types)(next@15.1.3(@babel/core@7.26.0)(@playwright/test@1.49.1)(babel-plugin-macros@3.1.0)(babel-plugin-react-compiler@19.0.0-beta-decd7b8-20250118)(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': + '@sanity/visual-editing@2.12.3(@sanity/client@6.27.0)(@sanity/types@packages+@sanity+types)(next@15.1.3(@babel/core@7.26.0)(@playwright/test@1.49.1)(babel-plugin-macros@3.1.0)(babel-plugin-react-compiler@19.0.0-beta-decd7b8-20250118)(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': dependencies: '@sanity/comlink': 3.0.1 '@sanity/mutate': 0.11.0-canary.4(xstate@5.19.2) - '@sanity/presentation-comlink': 1.0.2(@sanity/client@6.26.1(debug@4.4.0))(@sanity/types@packages+@sanity+types) - '@sanity/preview-url-secret': 2.1.0(@sanity/client@6.26.1(debug@4.4.0)) - '@sanity/visual-editing-csm': 1.0.1(@sanity/client@6.26.1(debug@4.4.0))(@sanity/types@packages+@sanity+types) + '@sanity/presentation-comlink': 1.0.2(@sanity/client@6.27.0(debug@4.4.0))(@sanity/types@packages+@sanity+types) + '@sanity/preview-url-secret': 2.1.0(@sanity/client@6.27.0(debug@4.4.0)) + '@sanity/visual-editing-csm': 1.0.1(@sanity/client@6.27.0(debug@4.4.0))(@sanity/types@packages+@sanity+types) '@vercel/stega': 0.1.2 get-random-values-esm: 1.0.2 react: 19.0.0 @@ -15499,7 +15499,7 @@ snapshots: valibot: 0.31.1 xstate: 5.19.2 optionalDependencies: - '@sanity/client': 6.26.1(debug@4.4.0) + '@sanity/client': 6.27.0(debug@4.4.0) next: 15.1.3(@babel/core@7.26.0)(@playwright/test@1.49.1)(babel-plugin-macros@3.1.0)(babel-plugin-react-compiler@19.0.0-beta-decd7b8-20250118)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) transitivePeerDependencies: - '@sanity/types'