-
Notifications
You must be signed in to change notification settings - Fork 435
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* next: (49 commits) fix: delays rendering the Start in Create banner until document is ready (#8020) fix(deps): update dependency @sanity/ui to ^2.10.9 (#8009) chore(deps): dedupe pnpm-lock.yaml (#8023) test(playwright-ct): fix issues and flake (#8016) feat(cli): misc copy changes (#8003) feat(cli): remove is-builtin-module (#6579) v3.67.1 chore(deps): bump minimum requirement of @sanity/import and @sanity/export (#8012) chore(deps): update dependency @sanity/pkg-utils to v6.12.0 (#8010) fix(core): tasks UpdatedTimeAgo should be a hook (#8011) v3.67.0 chore(prettier): fix unformatted files 🤖 ✨ (#8006) chore: reduce renovate double PR noise fix(deps): update dependency @sanity/ui to ^2.10.7 (#8005) fix(deps): update dependency @sanity/ui to ^2.10.7 (#7998) feat(cli): use `@vercel/frameworks` in `bootstrapRemoteTemplate` (#8001) feat: switch create integration to opt-out flow (#8002) feat: use eslint 9 for new studios (#7978) fix(sanity): optimise getLeafWeights to not stack overflow (#7999) feat(test-studio): enable `groq2024` search strategy ...
- Loading branch information
Showing
163 changed files
with
5,311 additions
and
3,941 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "depcheck-test", | ||
"version": "3.66.1", | ||
"version": "3.67.1", | ||
"private": true, | ||
"license": "MIT", | ||
"author": "Sanity.io <[email protected]>" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,24 @@ | ||
{ | ||
"name": "embedded-studio", | ||
"version": "3.66.1", | ||
"version": "3.67.1", | ||
"private": true, | ||
"scripts": { | ||
"build": "tsc && vite build && sanity manifest extract", | ||
"dev": "vite", | ||
"preview": "vite preview" | ||
}, | ||
"dependencies": { | ||
"@sanity/ui": "^2.9.1", | ||
"@sanity/ui": "^2.10.9", | ||
"react": "^18.3.1", | ||
"react-dom": "^18.3.1", | ||
"sanity": "workspace:*", | ||
"styled-components": "^6.1.0" | ||
}, | ||
"devDependencies": { | ||
"@types/react": "^18.3.13", | ||
"@types/react-dom": "^18.3.1", | ||
"@types/react": "^18.3.14", | ||
"@types/react-dom": "^18.3.3", | ||
"@vitejs/plugin-react": "^4.3.4", | ||
"typescript": "5.7.2", | ||
"vite": "^4.5.5" | ||
"vite": "^5.4.11" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "sanity-page-building-studio", | ||
"version": "3.66.1", | ||
"version": "3.67.1", | ||
"private": true, | ||
"license": "MIT", | ||
"author": "Sanity.io <[email protected]>", | ||
|
@@ -13,9 +13,9 @@ | |
}, | ||
"dependencies": { | ||
"@sanity/vision": "workspace:*", | ||
"babel-plugin-react-compiler": "19.0.0-beta-df7b47d-20241124", | ||
"babel-plugin-react-compiler": "19.0.0-beta-37ed2a7-20241206", | ||
"react": "^18.2.0", | ||
"react-compiler-runtime": "19.0.0-beta-df7b47d-20241124", | ||
"react-compiler-runtime": "19.0.0-beta-37ed2a7-20241206", | ||
"react-dom": "^18.2.0", | ||
"react-icons": "^5.2.1", | ||
"sanity": "workspace:*", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "sanity-starter-next-studio", | ||
"version": "3.66.1", | ||
"version": "3.67.1", | ||
"private": true, | ||
"license": "MIT", | ||
"author": "Sanity.io <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "sanity-starter-studio", | ||
"version": "3.66.1", | ||
"version": "3.67.1", | ||
"private": true, | ||
"license": "MIT", | ||
"author": "Sanity.io <[email protected]>", | ||
|
@@ -12,9 +12,9 @@ | |
"start": "../.bin/sanity start --port 3337" | ||
}, | ||
"dependencies": { | ||
"babel-plugin-react-compiler": "19.0.0-beta-df7b47d-20241124", | ||
"babel-plugin-react-compiler": "19.0.0-beta-37ed2a7-20241206", | ||
"react": "^18.3.1", | ||
"react-compiler-runtime": "19.0.0-beta-df7b47d-20241124", | ||
"react-compiler-runtime": "19.0.0-beta-37ed2a7-20241206", | ||
"react-dom": "^18.3.1", | ||
"sanity": "workspace:*", | ||
"styled-components": "^6.1.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "sanity-strict-studio", | ||
"version": "3.66.1", | ||
"version": "3.67.1", | ||
"private": true, | ||
"license": "MIT", | ||
"author": "Sanity.io <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "test-create-integration-studio", | ||
"version": "3.66.1", | ||
"version": "3.67.1", | ||
"private": true, | ||
"license": "MIT", | ||
"author": "Sanity.io <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "sanity-test-next-studio", | ||
"version": "3.66.1", | ||
"version": "3.67.1", | ||
"private": true, | ||
"license": "MIT", | ||
"author": "Sanity.io <[email protected]>", | ||
|
@@ -12,8 +12,8 @@ | |
}, | ||
"dependencies": { | ||
"@sanity/vision": "workspace:*", | ||
"babel-plugin-react-compiler": "19.0.0-beta-df7b47d-20241124", | ||
"next": "15.0.3", | ||
"babel-plugin-react-compiler": "19.0.0-beta-37ed2a7-20241206", | ||
"next": "15.0.4", | ||
"react": "rc", | ||
"react-dom": "rc", | ||
"react-is": "rc", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "sanity-test-studio", | ||
"version": "3.66.1", | ||
"version": "3.67.1", | ||
"private": true, | ||
"license": "MIT", | ||
"author": "Sanity.io <[email protected]>", | ||
|
@@ -16,14 +16,15 @@ | |
"workshop:dev": "node -r esbuild-register scripts/workshop/dev.ts" | ||
}, | ||
"dependencies": { | ||
"@portabletext/editor": "^1.13.0", | ||
"@portabletext/editor": "^1.15.3", | ||
"@portabletext/react": "^3.0.0", | ||
"@sanity/assist": "^3.0.2", | ||
"@sanity/block-tools": "3.66.1", | ||
"@sanity/block-tools": "3.67.1", | ||
"@sanity/client": "^6.24.1", | ||
"@sanity/color": "^3.0.0", | ||
"@sanity/color-input": "^4.0.1", | ||
"@sanity/google-maps-input": "^4.0.0", | ||
"@sanity/icons": "^3.5.0", | ||
"@sanity/icons": "^3.5.2", | ||
"@sanity/image-url": "^1.0.2", | ||
"@sanity/locale-ko-kr": "^1.0.1", | ||
"@sanity/locale-nb-no": "^1.0.1", | ||
|
@@ -34,37 +35,38 @@ | |
"@sanity/migrate": "workspace:*", | ||
"@sanity/preview-url-secret": "^2.0.0", | ||
"@sanity/react-loader": "^1.10.27", | ||
"@sanity/tsdoc": "1.0.142", | ||
"@sanity/tsdoc": "1.0.150", | ||
"@sanity/types": "workspace:*", | ||
"@sanity/ui": "^2.9.1", | ||
"@sanity/ui": "^2.10.9", | ||
"@sanity/ui-workshop": "^1.0.0", | ||
"@sanity/util": "workspace:*", | ||
"@sanity/uuid": "^3.0.1", | ||
"@sanity/vision": "workspace:*", | ||
"@sanity/visual-editing": "2.10.4", | ||
"@sanity/visual-editing": "2.10.6", | ||
"@turf/helpers": "^6.0.1", | ||
"@turf/points-within-polygon": "^5.1.5", | ||
"@vercel/stega": "0.1.2", | ||
"chokidar": "^3.5.3", | ||
"globby": "^10.0.0", | ||
"globby": "^11.1.0", | ||
"history": "^5.3.0", | ||
"lodash": "^4.17.21", | ||
"qs": "^6.10.2", | ||
"react": "^18.3.1", | ||
"react-compiler-runtime": "19.0.0-beta-df7b47d-20241124", | ||
"react-compiler-runtime": "19.0.0-beta-37ed2a7-20241206", | ||
"react-dom": "^18.3.1", | ||
"react-refractor": "^2.1.6", | ||
"refractor": "^3.6.0", | ||
"rxjs": "^7.8.0", | ||
"sanity": "workspace:*", | ||
"sanity-plugin-hotspot-array": "^2.0.0", | ||
"sanity-plugin-markdown": "^5.0.0", | ||
"sanity-plugin-media": "^2.3.1", | ||
"sanity-plugin-mux-input": "^2.2.1", | ||
"styled-components": "^6.1.11" | ||
}, | ||
"devDependencies": { | ||
"babel-plugin-react-compiler": "19.0.0-beta-df7b47d-20241124", | ||
"babel-plugin-react-compiler": "19.0.0-beta-37ed2a7-20241206", | ||
"chokidar": "^3.6.0", | ||
"vite": "^4.5.5" | ||
"vite": "^5.4.11" | ||
} | ||
} |
Oops, something went wrong.