Skip to content

Commit

Permalink
Merge branch 'next' into feat/SDX-1206
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanbonial committed Sep 20, 2024
2 parents 0c3373f + 7c814a8 commit 4a43ff2
Show file tree
Hide file tree
Showing 148 changed files with 10,691 additions and 2,680 deletions.
5 changes: 5 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,11 @@
"description": "ESBuild 0.23 drops support for Windows 7 and 8, for now we don't want renovate to open PRs to bump them",
"allowedVersions": "<=0.21",
"matchPackageNames": ["esbuild"]
},
{
"description": "Group TypeScript related deps in a single PR, as they often have to update together",
"groupName": "typescript-tooling",
"matchPackageNames": ["@sanity/pkg-utils", "@sanity/tsdoc", "typescript"]
}
],
"ignorePaths": [
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/lint-fix-if-needed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,14 @@ jobs:
with:
app-id: ${{ secrets.ECOSPARK_APP_ID }}
private-key: ${{ secrets.ECOSPARK_APP_PRIVATE_KEY }}
- uses: peter-evans/create-pull-request@9153d834b60caba6d51c9b9510b087acf9f33f83 # v6
- uses: peter-evans/create-pull-request@8867c4aba1b742c39f8d0ba35429c2dfa4b6cb20 # v7
# Run even if `lint:fix` fails
if: always()
with:
body: "I ran `pnpm lint:fix --rule 'prettier/prettier: [off]'` 🧑‍💻"
branch: actions/lint-fix-if-needed
commit-message: "chore(lint): fix linter issues 🤖 ✨"
labels: 🤖 bot
sign-commits: true
title: "chore(lint): fix linter issues 🤖 ✨"
token: ${{ steps.app-token.outputs.token }}
3 changes: 2 additions & 1 deletion .github/workflows/pnpm-if-needed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,12 @@ jobs:
with:
app-id: ${{ secrets.ECOSPARK_APP_ID }}
private-key: ${{ secrets.ECOSPARK_APP_PRIVATE_KEY }}
- uses: peter-evans/create-pull-request@9153d834b60caba6d51c9b9510b087acf9f33f83 # v6
- uses: peter-evans/create-pull-request@8867c4aba1b742c39f8d0ba35429c2dfa4b6cb20 # v7
with:
body: I ran `pnpm dedupe` 🧑‍💻
branch: actions/dedupe-if-needed
commit-message: "chore(deps): dedupe pnpm-lock.yaml"
labels: 🤖 bot
sign-commits: true
title: "chore(deps): dedupe pnpm-lock.yaml"
token: ${{ steps.app-token.outputs.token }}
3 changes: 2 additions & 1 deletion .github/workflows/prettier-if-needed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,12 @@ jobs:
with:
app-id: ${{ secrets.ECOSPARK_APP_ID }}
private-key: ${{ secrets.ECOSPARK_APP_PRIVATE_KEY }}
- uses: peter-evans/create-pull-request@9153d834b60caba6d51c9b9510b087acf9f33f83 # v6
- uses: peter-evans/create-pull-request@8867c4aba1b742c39f8d0ba35429c2dfa4b6cb20 # v7
with:
body: I ran `pnpm prettier` 🧑‍💻
branch: actions/prettier-if-needed
commit-message: "chore(prettier): fix unformatted files 🤖 ✨"
labels: 🤖 bot
sign-commits: true
title: "chore(prettier): fix unformatted files 🤖 ✨"
token: ${{ steps.app-token.outputs.token }}
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.57.0",
"version": "3.57.4",
"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.57.0",
"version": "3.57.4",
"private": true,
"description": "Sanity Design Studio",
"keywords": [
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"dependencies": {
"@sanity/icons": "^3.4.0",
"@sanity/ui": "^2.8.8",
"@sanity/ui": "^2.8.9",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sanity": "workspace:*",
Expand Down
8 changes: 4 additions & 4 deletions dev/embedded-studio/package.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
{
"name": "embedded-studio",
"version": "3.57.0",
"version": "3.57.4",
"private": true,
"scripts": {
"build": "tsc && vite build",
"dev": "vite",
"preview": "vite preview"
},
"dependencies": {
"@sanity/ui": "^2.8.8",
"@sanity/ui": "^2.8.9",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sanity": "workspace:*",
"styled-components": "^6.1.0"
},
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"typescript": "5.5.4",
"typescript": "5.6.2",
"vite": "^4.5.3"
}
}
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.57.0",
"version": "3.57.4",
"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.57.0",
"version": "3.57.4",
"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.57.0",
"version": "3.57.4",
"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.57.0",
"version": "3.57.4",
"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.57.0",
"version": "3.57.4",
"private": true,
"keywords": [
"sanity"
Expand All @@ -17,8 +17,8 @@
"dependencies": {
"@sanity/google-maps-input": "^4.0.0",
"@sanity/icons": "^3.4.0",
"@sanity/ui": "^2.8.8",
"@sanity/vision": "3.57.0",
"@sanity/ui": "^2.8.9",
"@sanity/vision": "3.57.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sanity": "workspace:*",
Expand Down
6 changes: 3 additions & 3 deletions 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.57.0",
"version": "3.57.4",
"private": true,
"license": "MIT",
"author": "Sanity.io <[email protected]>",
Expand All @@ -12,14 +12,14 @@
},
"dependencies": {
"@sanity/vision": "workspace:*",
"babel-plugin-react-compiler": "0.0.0-experimental-334f00b-20240725",
"babel-plugin-react-compiler": "0.0.0-experimental-de2cfda-20240912",
"next": "15.0.0-rc.0",
"react": "19.0.0-rc-a7d1240c-20240731",
"react-dom": "19.0.0-rc-a7d1240c-20240731",
"react-is": "19.0.0-rc-a7d1240c-20240731",
"sanity": "workspace:*",
"sanity-test-studio": "workspace:*",
"styled-components": "^6.1.12",
"typescript": "5.5.4"
"typescript": "5.6.2"
}
}
14 changes: 7 additions & 7 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.57.0",
"version": "3.57.4",
"private": true,
"license": "MIT",
"author": "Sanity.io <[email protected]>",
Expand All @@ -16,11 +16,11 @@
"workshop:dev": "node -r esbuild-register scripts/workshop/dev.ts"
},
"dependencies": {
"@portabletext/editor": "^1.0.12",
"@portabletext/editor": "^1.1.0",
"@portabletext/react": "^3.0.0",
"@sanity/assist": "^3.0.2",
"@sanity/block-tools": "3.57.0",
"@sanity/client": "^6.21.2",
"@sanity/block-tools": "3.57.4",
"@sanity/client": "^6.21.3",
"@sanity/color": "^3.0.0",
"@sanity/google-maps-input": "^4.0.0",
"@sanity/icons": "^3.4.0",
Expand All @@ -34,14 +34,14 @@
"@sanity/migrate": "workspace:*",
"@sanity/preview-url-secret": "^1.6.1",
"@sanity/react-loader": "^1.8.3",
"@sanity/tsdoc": "1.0.90",
"@sanity/tsdoc": "1.0.105",
"@sanity/types": "workspace:*",
"@sanity/ui": "^2.8.8",
"@sanity/ui": "^2.8.9",
"@sanity/ui-workshop": "^1.0.0",
"@sanity/util": "workspace:*",
"@sanity/uuid": "^3.0.1",
"@sanity/vision": "workspace:*",
"@sanity/visual-editing": "2.1.8",
"@sanity/visual-editing": "2.1.10",
"@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.57.0",
"version": "3.57.4",
"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.57.0",
"version": "3.57.4",
"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.57.0",
"version": "3.57.4",
"private": true,
"description": "",
"keywords": [
Expand Down Expand Up @@ -29,8 +29,8 @@
"start": "sanity dev --port 3337"
},
"dependencies": {
"@sanity/cli": "3.57.0",
"@sanity/ui": "^2.8.8",
"@sanity/cli": "3.57.4",
"@sanity/ui": "^2.8.9",
"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.57.0",
"version": "3.57.4",
"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.57.0"
"version": "3.57.4"
}
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,20 +106,20 @@
"@playwright/test": "1.44.1",
"@repo/package.config": "workspace:*",
"@repo/tsconfig": "workspace:*",
"@sanity/client": "^6.21.2",
"@sanity/client": "^6.21.3",
"@sanity/eslint-config-i18n": "1.0.0",
"@sanity/eslint-config-studio": "^4.0.0",
"@sanity/mutate": "^0.8.0",
"@sanity/pkg-utils": "6.11.0",
"@sanity/mutate": "^0.10.0",
"@sanity/pkg-utils": "6.11.2",
"@sanity/prettier-config": "^1.0.2",
"@sanity/test": "0.0.1-alpha.1",
"@sanity/tsdoc": "1.0.90",
"@sanity/ui": "^2.8.8",
"@sanity/tsdoc": "1.0.105",
"@sanity/ui": "^2.8.9",
"@sanity/uuid": "^3.0.2",
"@types/glob": "^7.2.0",
"@types/lodash": "^4.17.7",
"@types/node": "^18.19.8",
"@types/react": "^18.3.3",
"@types/react": "^18.3.5",
"@types/semver": "^7.5.6",
"@types/yargs": "^17.0.7",
"@typescript-eslint/eslint-plugin": "^7.18.0",
Expand All @@ -135,12 +135,12 @@
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-sanity": "^7.1.2",
"eslint-config-turbo": "^2.0.11",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-config-turbo": "^2.1.2",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-boundaries": "^4.2.2",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react": "^7.36.1",
"eslint-plugin-react-compiler": "0.0.0-experimental-9ed098e-20240725",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-simple-import-sort": "^12.1.1",
Expand All @@ -165,16 +165,16 @@
"rxjs": "^7.8.1",
"sanity": "workspace:*",
"semver": "^7.3.5",
"turbo": "^2.0.11",
"typescript": "5.5.4",
"turbo": "^2.1.2",
"typescript": "5.6.2",
"vite": "^4.5.3",
"vite-tsconfig-paths": "^4.3.2",
"yargs": "^17.3.0"
},
"optionalDependencies": {
"node-notifier": "^10.0.0"
},
"packageManager": "pnpm@9.7.0",
"packageManager": "pnpm@9.10.0",
"pnpm": {
"peerDependencyRules": {
"allowAny": [
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.57.0",
"version": "3.57.4",
"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.57.0",
"version": "3.57.4",
"private": true,
"description": "Shared @sanity/pkg-utils configuration",
"main": "./src/package.config.ts",
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.57.0",
"version": "3.57.4",
"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.57.0",
"version": "3.57.4",
"private": true
}
8 changes: 4 additions & 4 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.57.0",
"version": "3.57.4",
"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.57.0",
"@types/react": "^18.3.3",
"@sanity/types": "3.57.4",
"@types/react": "^18.3.5",
"get-random-values-esm": "1.0.2",
"lodash": "^4.17.21"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@repo/package.config": "workspace:*",
"@sanity/schema": "3.57.0",
"@sanity/schema": "3.57.4",
"@types/jsdom": "^20.0.0",
"@types/lodash": "^4.17.7",
"@vercel/stega": "0.1.2",
Expand Down
Loading

0 comments on commit 4a43ff2

Please sign in to comment.