Skip to content

Commit

Permalink
Merge branch 'next' into corel
Browse files Browse the repository at this point in the history
* next:
  chore(core): update announcements card close icon (#7822)
  fix(core): add opt out option to studioAnnouncements  (#7820)
  chore(lockfile): update dependency @sanity/asset-utils to v2.1.0 (#7818)
  chore(deps): update pnpm to v9.13.1 (#7817)
  chore(lockfile): update dependency sanity-plugin-mux-input to v2.4.0 (#7814)
  fix(deps): Update dev-non-major (#7809)
  chore(deps): update typescript-tooling (#7812)
  fix(deps): update dependency @portabletext/editor to ^1.8.0 (#7810)
  v3.64.1
  fix: add --legacy-peer-deps to next-sanity pacakge install (#7806)
  fix(deps): Update dev-non-major (#7804)
  fix(deps): update dependency @portabletext/editor to ^1.7.1 (#7807)
  fix(deps): update dependency @sanity/presentation to v1.18.2 (#7808)
  • Loading branch information
bjoerge committed Nov 15, 2024
2 parents d830411 + 89b49b2 commit 6b9fe6e
Show file tree
Hide file tree
Showing 48 changed files with 497 additions and 424 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.64.0",
"version": "3.64.1",
"private": true,
"license": "MIT",
"author": "Sanity.io <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion dev/design-studio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "design-studio",
"version": "3.64.0",
"version": "3.64.1",
"private": true,
"description": "Sanity Design Studio",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion dev/embedded-studio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "embedded-studio",
"version": "3.64.0",
"version": "3.64.1",
"private": true,
"scripts": {
"build": "tsc && vite build && sanity manifest extract",
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.64.0",
"version": "3.64.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.64.0",
"version": "3.64.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.64.0",
"version": "3.64.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.64.0",
"version": "3.64.1",
"private": true,
"license": "MIT",
"author": "Sanity.io <[email protected]>",
Expand Down
4 changes: 2 additions & 2 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.64.0",
"version": "3.64.1",
"private": true,
"keywords": [
"sanity"
Expand All @@ -18,7 +18,7 @@
"@sanity/google-maps-input": "^4.0.0",
"@sanity/icons": "^3.4.0",
"@sanity/ui": "^2.8.23",
"@sanity/vision": "3.64.0",
"@sanity/vision": "3.64.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sanity": "workspace:*",
Expand Down
3 changes: 3 additions & 0 deletions dev/studio-e2e-testing/sanity.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,7 @@ export default defineConfig({
enabled: true,
},
},
announcements: {
enabled: false,
},
})
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.64.0",
"version": "3.64.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.64.0",
"version": "3.64.1",
"private": true,
"license": "MIT",
"author": "Sanity.io <[email protected]>",
Expand Down
10 changes: 5 additions & 5 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.64.0",
"version": "3.64.1",
"private": true,
"license": "MIT",
"author": "Sanity.io <[email protected]>",
Expand All @@ -16,10 +16,10 @@
"workshop:dev": "node -r esbuild-register scripts/workshop/dev.ts"
},
"dependencies": {
"@portabletext/editor": "^1.7.0",
"@portabletext/editor": "^1.8.0",
"@portabletext/react": "^3.0.0",
"@sanity/assist": "^3.0.2",
"@sanity/block-tools": "3.64.0",
"@sanity/block-tools": "3.64.1",
"@sanity/client": "^6.22.4",
"@sanity/color": "^3.0.0",
"@sanity/google-maps-input": "^4.0.0",
Expand All @@ -34,14 +34,14 @@
"@sanity/migrate": "workspace:*",
"@sanity/preview-url-secret": "^2.0.0",
"@sanity/react-loader": "^1.8.3",
"@sanity/tsdoc": "1.0.129",
"@sanity/tsdoc": "1.0.131",
"@sanity/types": "workspace:*",
"@sanity/ui": "^2.8.23",
"@sanity/ui-workshop": "^1.0.0",
"@sanity/util": "workspace:*",
"@sanity/uuid": "^3.0.1",
"@sanity/vision": "workspace:*",
"@sanity/visual-editing": "2.6.0",
"@sanity/visual-editing": "2.7.0",
"@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.64.0",
"version": "3.64.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.64.0",
"version": "3.64.1",
"private": true,
"description": "Content studio running with schema from the clean template",
"keywords": [
Expand Down
4 changes: 2 additions & 2 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.64.0",
"version": "3.64.1",
"private": true,
"description": "",
"keywords": [
Expand Down Expand Up @@ -29,7 +29,7 @@
"start": "sanity dev --port 3337"
},
"dependencies": {
"@sanity/cli": "3.64.0",
"@sanity/cli": "3.64.1",
"@sanity/ui": "^2.8.23",
"react": "^18.3.1",
"react-barcode": "^1.4.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.64.0",
"version": "3.64.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.64.0"
"version": "3.64.1"
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,10 @@
"@sanity/eslint-config-i18n": "1.0.0",
"@sanity/eslint-config-studio": "^4.0.0",
"@sanity/mutate": "^0.10.2",
"@sanity/pkg-utils": "6.11.10",
"@sanity/pkg-utils": "6.11.11",
"@sanity/prettier-config": "^1.0.3",
"@sanity/test": "0.0.1-alpha.1",
"@sanity/tsdoc": "1.0.129",
"@sanity/tsdoc": "1.0.131",
"@sanity/ui": "^2.8.23",
"@sanity/uuid": "^3.0.2",
"@types/glob": "^7.2.0",
Expand Down Expand Up @@ -175,7 +175,7 @@
"optionalDependencies": {
"node-notifier": "^10.0.0"
},
"packageManager": "pnpm@9.10.0",
"packageManager": "pnpm@9.13.1",
"pnpm": {
"peerDependencyRules": {
"allowAny": [
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.64.0",
"version": "3.64.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.64.0",
"version": "3.64.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.64.0",
"version": "3.64.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.64.0",
"version": "3.64.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.64.0",
"version": "3.64.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.64.0",
"version": "3.64.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.64.0",
"version": "3.64.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.64.0",
"@sanity/types": "3.64.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.64.0",
"@sanity/schema": "3.64.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.64.0",
"version": "3.64.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.22.4",
"@sanity/codegen": "3.64.0",
"@sanity/codegen": "3.64.1",
"@sanity/telemetry": "^0.7.7",
"@sanity/util": "3.64.0",
"@sanity/util": "3.64.1",
"chalk": "^4.1.2",
"debug": "^4.3.4",
"decompress": "^4.2.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ export default async function initSanity(
}

if (chosen === 'npm') {
await execa('npm', ['install', 'next-sanity@9'], execOptions)
await execa('npm', ['install', '--legacy-peer-deps', 'next-sanity@9'], execOptions)
} else if (chosen === 'yarn') {
await execa('npx', ['install-peerdeps', '--yarn', 'next-sanity@9'], execOptions)
} else if (chosen === 'pnpm') {
Expand Down
2 changes: 1 addition & 1 deletion packages/@sanity/codegen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/codegen",
"version": "3.64.0",
"version": "3.64.1",
"description": "Codegen toolkit for Sanity.io",
"keywords": [
"sanity",
Expand Down
2 changes: 1 addition & 1 deletion packages/@sanity/diff/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/diff",
"version": "3.64.0",
"version": "3.64.1",
"description": "Generates diffs between documents and primitive types",
"keywords": [
"sanity",
Expand Down
6 changes: 3 additions & 3 deletions packages/@sanity/migrate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/migrate",
"version": "3.64.0",
"version": "3.64.1",
"description": "Tooling for running data migrations on Sanity.io projects",
"keywords": [
"sanity",
Expand Down Expand Up @@ -52,8 +52,8 @@
"dependencies": {
"@sanity/client": "^6.22.4",
"@sanity/mutate": "^0.10.2",
"@sanity/types": "3.64.0",
"@sanity/util": "3.64.0",
"@sanity/types": "3.64.1",
"@sanity/util": "3.64.1",
"arrify": "^2.0.1",
"debug": "^4.3.4",
"fast-fifo": "^1.3.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/@sanity/mutator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/mutator",
"version": "3.64.0",
"version": "3.64.1",
"description": "A set of models to make it easier to utilize the powerful real time collaborative features of Sanity",
"keywords": [
"sanity",
Expand Down Expand Up @@ -50,7 +50,7 @@
},
"dependencies": {
"@sanity/diff-match-patch": "^3.1.1",
"@sanity/types": "3.64.0",
"@sanity/types": "3.64.1",
"@sanity/uuid": "^3.0.1",
"debug": "^4.3.4",
"lodash": "^4.17.21"
Expand Down
4 changes: 2 additions & 2 deletions packages/@sanity/schema/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/schema",
"version": "3.64.0",
"version": "3.64.1",
"description": "",
"keywords": [
"sanity",
Expand Down Expand Up @@ -64,7 +64,7 @@
},
"dependencies": {
"@sanity/generate-help-url": "^3.0.0",
"@sanity/types": "3.64.0",
"@sanity/types": "3.64.1",
"arrify": "^1.0.1",
"groq-js": "^1.14.0",
"humanize-list": "^1.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/@sanity/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/types",
"version": "3.64.0",
"version": "3.64.1",
"description": "Type definitions for common Sanity data structures",
"keywords": [
"sanity",
Expand Down
Loading

0 comments on commit 6b9fe6e

Please sign in to comment.