Skip to content

Commit

Permalink
Merge branch 'next' into corel
Browse files Browse the repository at this point in the history
* next:
  test(sanity): update timeout to avoid slow test from being flaky (#7969)
  v3.66.1
  fix(deps): update dependency @sanity/presentation to v1.19.7 (#7966)
  fix(core): guard against missing process variable (#7967)
  fix(sanity): reset search cursor state when any parameter changes (#7889)
  fix(deps): allow react v19 as peer dependency (#7962)
  v3.66.0
  fix: reword warning about vector images not support crop/hotspot (#7960)
  fix(deps): Update dev-non-major (#7959)
  fix(core): add telemetry debug/noop logger (#7958)
  fix(deps): update dependency @sanity/presentation to v1.19.5 (#7957)
  fix(core): only open one annotation object edit modal at a time (#7898)
  fix(cli): remove v2 commands (#5750)
  feat(cli): generate read token conditionally for remote template (#7953)
  fix(deps): update dependency @sanity/mutate to ^0.11.1 (#7903)
  fix(deps): update dependency @sanity/ui to ^2.9.1 (#7948)
  feat(vision): link to edit documents on `_id`, `_ref` attributes (#6124)
  fix(core): disable scheduledPublishing and tasks if `/features` returns error (#7517)
  test(e2e): restore last e2e tests (#7926)
  • Loading branch information
bjoerge committed Dec 6, 2024
2 parents 89a0b59 + d6dde60 commit d37b324
Show file tree
Hide file tree
Showing 97 changed files with 808 additions and 1,486 deletions.
2 changes: 1 addition & 1 deletion dev/depcheck-test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "depcheck-test",
"version": "3.65.1",
"version": "3.66.1",
"private": true,
"license": "MIT",
"author": "Sanity.io <[email protected]>"
Expand Down
4 changes: 2 additions & 2 deletions dev/design-studio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "design-studio",
"version": "3.65.1",
"version": "3.66.1",
"private": true,
"description": "Sanity Design Studio",
"keywords": [
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"dependencies": {
"@sanity/icons": "^3.5.0",
"@sanity/ui": "^2.9.0",
"@sanity/ui": "^2.9.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sanity": "workspace:*",
Expand Down
6 changes: 3 additions & 3 deletions dev/embedded-studio/package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"name": "embedded-studio",
"version": "3.65.1",
"version": "3.66.1",
"private": true,
"scripts": {
"build": "tsc && vite build && sanity manifest extract",
"dev": "vite",
"preview": "vite preview"
},
"dependencies": {
"@sanity/ui": "^2.9.0",
"@sanity/ui": "^2.9.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sanity": "workspace:*",
"styled-components": "^6.1.0"
},
"devDependencies": {
"@types/react": "^18.3.12",
"@types/react": "^18.3.13",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.4",
"typescript": "5.7.2",
Expand Down
2 changes: 1 addition & 1 deletion dev/page-building-studio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sanity-page-building-studio",
"version": "3.65.1",
"version": "3.66.1",
"private": true,
"license": "MIT",
"author": "Sanity.io <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion dev/starter-next-studio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sanity-starter-next-studio",
"version": "3.65.1",
"version": "3.66.1",
"private": true,
"license": "MIT",
"author": "Sanity.io <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion dev/starter-studio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sanity-starter-studio",
"version": "3.65.1",
"version": "3.66.1",
"private": true,
"license": "MIT",
"author": "Sanity.io <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion dev/strict-studio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sanity-strict-studio",
"version": "3.65.1",
"version": "3.66.1",
"private": true,
"license": "MIT",
"author": "Sanity.io <[email protected]>",
Expand Down
6 changes: 3 additions & 3 deletions dev/studio-e2e-testing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "studio-e2e-testing",
"version": "3.65.1",
"version": "3.66.1",
"private": true,
"keywords": [
"sanity"
Expand All @@ -17,8 +17,8 @@
"dependencies": {
"@sanity/google-maps-input": "^4.0.0",
"@sanity/icons": "^3.5.0",
"@sanity/ui": "^2.9.0",
"@sanity/vision": "3.65.1",
"@sanity/ui": "^2.9.1",
"@sanity/vision": "3.66.1",
"babel-plugin-react-compiler": "19.0.0-beta-df7b47d-20241124",
"react": "^18.3.1",
"react-compiler-runtime": "19.0.0-beta-df7b47d-20241124",
Expand Down
2 changes: 1 addition & 1 deletion dev/test-create-integration-studio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "test-create-integration-studio",
"version": "3.65.1",
"version": "3.66.1",
"private": true,
"license": "MIT",
"author": "Sanity.io <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion dev/test-next-studio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sanity-test-next-studio",
"version": "3.65.1",
"version": "3.66.1",
"private": true,
"license": "MIT",
"author": "Sanity.io <[email protected]>",
Expand Down
8 changes: 4 additions & 4 deletions dev/test-studio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sanity-test-studio",
"version": "3.65.1",
"version": "3.66.1",
"private": true,
"license": "MIT",
"author": "Sanity.io <[email protected]>",
Expand All @@ -19,7 +19,7 @@
"@portabletext/editor": "^1.13.0",
"@portabletext/react": "^3.0.0",
"@sanity/assist": "^3.0.2",
"@sanity/block-tools": "3.65.1",
"@sanity/block-tools": "3.66.1",
"@sanity/client": "^6.24.1",
"@sanity/color": "^3.0.0",
"@sanity/google-maps-input": "^4.0.0",
Expand All @@ -36,12 +36,12 @@
"@sanity/react-loader": "^1.10.27",
"@sanity/tsdoc": "1.0.142",
"@sanity/types": "workspace:*",
"@sanity/ui": "^2.9.0",
"@sanity/ui": "^2.9.1",
"@sanity/ui-workshop": "^1.0.0",
"@sanity/util": "workspace:*",
"@sanity/uuid": "^3.0.1",
"@sanity/vision": "workspace:*",
"@sanity/visual-editing": "2.10.3",
"@sanity/visual-editing": "2.10.4",
"@turf/helpers": "^6.0.1",
"@turf/points-within-polygon": "^5.1.5",
"@vercel/stega": "0.1.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/blog-studio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blog-studio",
"version": "3.65.1",
"version": "3.66.1",
"private": true,
"description": "Content studio running with schema from the blog init template",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion examples/clean-studio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "clean-studio",
"version": "3.65.1",
"version": "3.66.1",
"private": true,
"description": "Content studio running with schema from the clean template",
"keywords": [
Expand Down
6 changes: 3 additions & 3 deletions examples/ecommerce-studio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ecommerce-studio",
"version": "3.65.1",
"version": "3.66.1",
"private": true,
"description": "",
"keywords": [
Expand Down Expand Up @@ -29,8 +29,8 @@
"start": "sanity dev --port 3337"
},
"dependencies": {
"@sanity/cli": "3.65.1",
"@sanity/ui": "^2.9.0",
"@sanity/cli": "3.66.1",
"@sanity/ui": "^2.9.1",
"react": "^18.3.1",
"react-barcode": "^1.4.1",
"react-dom": "^18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/movies-studio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "movies-studio",
"version": "3.65.1",
"version": "3.66.1",
"private": true,
"description": "Content studio running with schema from the moviedb init template",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
"packages/groq",
"packages/sanity"
],
"version": "3.65.1"
"version": "3.66.1"
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,12 +109,12 @@
"@sanity/client": "^6.24.1",
"@sanity/eslint-config-i18n": "1.0.0",
"@sanity/eslint-config-studio": "^4.0.0",
"@sanity/mutate": "^0.10.2",
"@sanity/mutate": "^0.11.1",
"@sanity/pkg-utils": "6.11.14",
"@sanity/prettier-config": "^1.0.3",
"@sanity/test": "0.0.1-alpha.1",
"@sanity/tsdoc": "1.0.142",
"@sanity/ui": "^2.9.0",
"@sanity/ui": "^2.9.1",
"@sanity/uuid": "^3.0.2",
"@types/glob": "^7.2.0",
"@types/lodash": "^4.17.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/@repo/dev-aliases/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@repo/dev-aliases",
"version": "3.65.1",
"version": "3.66.1",
"private": true,
"description": "Dev aliases for the sanity monorepo",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/@repo/package.bundle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@repo/package.bundle",
"version": "3.65.1",
"version": "3.66.1",
"private": true,
"description": "Shared package bundle configuration",
"main": "./src/package.bundle.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/@repo/package.config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@repo/package.config",
"version": "3.65.1",
"version": "3.66.1",
"private": true,
"description": "Shared @sanity/pkg-utils configuration",
"main": "./src/package.config.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/@repo/test-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@repo/test-config",
"version": "3.65.1",
"version": "3.66.1",
"private": true,
"description": "Test (as in unit test) config shared across packages in the sanity monorepo",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/@repo/test-exports/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@repo/test-exports",
"version": "3.65.1",
"version": "3.66.1",
"private": true,
"description": "Ensures that all the monorepo packages that are published works in native node ESM and CJS runtimes",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@repo/tsconfig/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@repo/tsconfig",
"version": "3.65.1",
"version": "3.66.1",
"private": true
}
6 changes: 3 additions & 3 deletions packages/@sanity/block-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/block-tools",
"version": "3.65.1",
"version": "3.66.1",
"description": "Can format HTML, Slate JSON or Sanity block array into any other format.",
"keywords": [
"sanity",
Expand Down Expand Up @@ -49,15 +49,15 @@
"watch": "pkg-utils watch"
},
"dependencies": {
"@sanity/types": "3.65.1",
"@sanity/types": "3.66.1",
"@types/react": "^18.3.5",
"get-random-values-esm": "1.0.2",
"lodash": "^4.17.21"
},
"devDependencies": {
"@repo/package.config": "workspace:*",
"@repo/test-config": "workspace:*",
"@sanity/schema": "3.65.1",
"@sanity/schema": "3.66.1",
"@types/jsdom": "^20.0.0",
"@types/lodash": "^4.17.7",
"@vercel/stega": "0.1.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/@sanity/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/cli",
"version": "3.65.1",
"version": "3.66.1",
"description": "Sanity CLI tool for managing Sanity installations, managing plugins, schemas and datasets",
"keywords": [
"sanity",
Expand Down Expand Up @@ -58,9 +58,9 @@
"dependencies": {
"@babel/traverse": "^7.23.5",
"@sanity/client": "^6.24.1",
"@sanity/codegen": "3.65.1",
"@sanity/codegen": "3.66.1",
"@sanity/telemetry": "^0.7.7",
"@sanity/util": "3.65.1",
"@sanity/util": "3.66.1",
"chalk": "^4.1.2",
"debug": "^4.3.4",
"decompress": "^4.2.0",
Expand Down
3 changes: 1 addition & 2 deletions packages/@sanity/cli/src/CommandRunner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {cloneDeep, sortBy} from 'lodash'
import {baseCommands} from './commands'
import {debug} from './debug'
import cliOutputter from './outputters/cliOutputter'
import {cliPackageManager, getYarnStub} from './packageManager'
import {cliPackageManager} from './packageManager'
import {prompt as cliPrompter} from './prompters/cliPrompter'
import {
type CliCommandArguments,
Expand Down Expand Up @@ -96,7 +96,6 @@ export class CommandRunner {
cliPackageManager,
...commandOptions,
commandRunner: this,
yarn: getYarnStub({output, workDir: commandOptions.workDir}),
...getVersionedContextParams(cliConfig),
}

Expand Down
Loading

0 comments on commit d37b324

Please sign in to comment.