Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(core): updates corel with next #8215

Closed
wants to merge 36 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
5010c37
fix(deps): update dependency @sanity/ui to ^2.10.15 (#8172)
renovate[bot] Jan 3, 2025
6c6fc0c
fix(deps): update dependency @portabletext/editor to ^1.19.0 (#8167)
renovate[bot] Jan 3, 2025
b5dce86
chore(deps): update dependency @sanity/tsdoc to v1.0.158 (#8169)
renovate[bot] Jan 3, 2025
60cede8
fix(deps): Update dev-non-major (#8174)
renovate[bot] Jan 3, 2025
3a972e9
fix(deps): update dependency @sanity/ui to ^2.10.16 (#8175)
renovate[bot] Jan 3, 2025
9d68dad
fix(deps): update dependency @sanity/ui to ^2.10.17 (#8177)
renovate[bot] Jan 3, 2025
17aa32c
feat(core): add default markdown behaviors to PTE (#8168)
christianhg Jan 6, 2025
d9c959a
fix(deps): update dependency @sanity/ui to ^2.10.18 (#8185)
renovate[bot] Jan 6, 2025
fd30cb3
fix(deps): update React Compiler dependencies 🤖 ✨ (#8187)
ecospark[bot] Jan 6, 2025
7bf6104
chore: temporarily downgrade compiler runtime (#8188)
stipsan Jan 6, 2025
5211c0d
fix(deps): update dependency @sanity/ui to ^2.11.0 (#8190)
renovate[bot] Jan 6, 2025
107435b
fix(deps): update dependency react-rx to ^4.1.12 (#8189)
renovate[bot] Jan 6, 2025
001dda7
chore(deps): update dependency styled-components to ^6.1.14 (#8182)
renovate[bot] Jan 6, 2025
5542235
chore(deps): update typescript-tooling (#8186)
renovate[bot] Jan 6, 2025
4e60fe9
fix(deps): update dependency @sanity/export to ^3.42.2 (#8179)
renovate[bot] Jan 6, 2025
f453cbc
feat(cli): copy additions for remote project bootstrapper (#8141)
RostiMelk Jan 6, 2025
c44e5b0
fix(deps): update dependency @sanity/presentation to v1.19.17 (#8195)
renovate[bot] Jan 6, 2025
b57cb26
feat(cli): allow credentials when adding CORS entry (#8191)
RostiMelk Jan 6, 2025
9ed1ff7
chore: upgrade test studios to react 19, remove next studios (#8178)
stipsan Jan 6, 2025
f0ece85
chore(deps): dedupe pnpm-lock.yaml (#8197)
ecospark[bot] Jan 6, 2025
504337e
fix(deps): Update dev-non-major (#8183)
renovate[bot] Jan 6, 2025
9c12eca
chore(deps): update dependency @vitejs/plugin-react to ^4.3.4 (#8198)
renovate[bot] Jan 6, 2025
c9d7b62
chore(deps): update vitest monorepo to ^2.1.8 (#8200)
renovate[bot] Jan 6, 2025
facd3fb
fix(structure): set patchRef in an insertion effect instead of regula…
bjoerge Jan 6, 2025
e3e3ad1
chore(deps): update react monorepo (#8199)
renovate[bot] Jan 6, 2025
ac62487
fix: fixes schema extraction with nested union refs (#8096)
rneatherway Jan 7, 2025
68f244b
fix: React 19 typings (finally) (#8171)
stipsan Jan 7, 2025
e4f7164
fix: unset should unset readOnly date field from custom input compone…
EoinFalconer Jan 7, 2025
d3a71a4
chore(deps): update typescript-tooling (#8207)
renovate[bot] Jan 8, 2025
e98cf47
fix(deps): update dependency @sanity/ui to ^2.11.1 (#8203)
renovate[bot] Jan 8, 2025
a354c03
fix(deps): update dependency @sanity/presentation to v1.20.1 (#8206)
renovate[bot] Jan 8, 2025
1e12bc9
fix(deps): update dependency @portabletext/editor to ^1.20.0 (#8208)
renovate[bot] Jan 8, 2025
27feda0
fix(sanity): fix race condition introduced by #8120 (#8211)
bjoerge Jan 8, 2025
55aff5d
v3.69.0
github-actions[bot] Jan 8, 2025
4f85a54
Merge remote-tracking branch 'origin/next' into corel
pedrobonamin Jan 8, 2025
8b8208d
fix(core): update types to match with react-19
pedrobonamin Jan 8, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .eslintignore.react-compiler
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ dev/test-studio/workshop/scopes.js
dev/design-studio/*
dev/embedded-studio/*
dev/starter-cra-studio/*
dev/starter-next-studio/*
dev/starter-studio/*
dev/strict-studio/*
dev/studio-e2e-studio/*
Expand Down
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.68.3",
"version": "3.69.0",
"private": true,
"license": "MIT",
"author": "Sanity.io <hello@sanity.io>"
Expand Down
6 changes: 3 additions & 3 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.68.3",
"version": "3.69.0",
"private": true,
"description": "Sanity Design Studio",
"keywords": [
Expand Down Expand Up @@ -31,8 +31,8 @@
"start": "../.bin/sanity start --port 4000"
},
"dependencies": {
"@sanity/icons": "^3.5.6",
"@sanity/ui": "^2.10.14",
"@sanity/icons": "^3.5.7",
"@sanity/ui": "^2.11.1",
"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,22 +1,22 @@
{
"name": "embedded-studio",
"version": "3.68.3",
"version": "3.69.0",
"private": true,
"scripts": {
"build": "tsc && vite build && sanity manifest extract",
"dev": "vite",
"preview": "vite preview"
},
"dependencies": {
"@sanity/ui": "^2.10.14",
"@sanity/ui": "^2.11.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sanity": "workspace:*",
"styled-components": "^6.1.0"
},
"devDependencies": {
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@types/react": "^19.0.3",
"@types/react-dom": "^19.0.2",
"@vitejs/plugin-react": "^4.3.4",
"typescript": "5.7.2",
"vite": "^5.4.11"
Expand Down
4 changes: 2 additions & 2 deletions 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.68.3",
"version": "3.69.0",
"private": true,
"license": "MIT",
"author": "Sanity.io <hello@sanity.io>",
Expand All @@ -13,7 +13,7 @@
},
"dependencies": {
"@sanity/vision": "workspace:*",
"babel-plugin-react-compiler": "19.0.0-beta-55955c9-20241229",
"babel-plugin-react-compiler": "19.0.0-beta-63e3235-20250105",
"react": "^18.2.0",
"react-compiler-runtime": "19.0.0-beta-55955c9-20241229",
"react-dom": "^18.2.0",
Expand Down
3 changes: 0 additions & 3 deletions dev/starter-next-studio/.depcheckignore.json

This file was deleted.

3 changes: 0 additions & 3 deletions dev/starter-next-studio/.eslintrc

This file was deleted.

4 changes: 0 additions & 4 deletions dev/starter-next-studio/.gitignore

This file was deleted.

13 changes: 0 additions & 13 deletions dev/starter-next-studio/components/Studio.tsx

This file was deleted.

5 changes: 0 additions & 5 deletions dev/starter-next-studio/next-env.d.ts

This file was deleted.

16 changes: 0 additions & 16 deletions dev/starter-next-studio/next.config.js

This file was deleted.

19 changes: 0 additions & 19 deletions dev/starter-next-studio/package.json

This file was deleted.

8 changes: 0 additions & 8 deletions dev/starter-next-studio/pages/_app.tsx

This file was deleted.

17 changes: 0 additions & 17 deletions dev/starter-next-studio/pages/index.tsx

This file was deleted.

11 changes: 0 additions & 11 deletions dev/starter-next-studio/pages/studio/[[...tool]].tsx

This file was deleted.

9 changes: 0 additions & 9 deletions dev/starter-next-studio/reset.css

This file was deleted.

8 changes: 0 additions & 8 deletions dev/starter-next-studio/sanity.cli.ts

This file was deleted.

25 changes: 0 additions & 25 deletions dev/starter-next-studio/sanity.config.ts

This file was deleted.

18 changes: 0 additions & 18 deletions dev/starter-next-studio/tsconfig.json

This file was deleted.

4 changes: 2 additions & 2 deletions 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.68.3",
"version": "3.69.0",
"private": true,
"license": "MIT",
"author": "Sanity.io <hello@sanity.io>",
Expand All @@ -12,7 +12,7 @@
"start": "../.bin/sanity start --port 3337"
},
"dependencies": {
"babel-plugin-react-compiler": "19.0.0-beta-55955c9-20241229",
"babel-plugin-react-compiler": "19.0.0-beta-63e3235-20250105",
"react": "^18.3.1",
"react-compiler-runtime": "19.0.0-beta-55955c9-20241229",
"react-dom": "^18.3.1",
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.68.3",
"version": "3.69.0",
"private": true,
"license": "MIT",
"author": "Sanity.io <hello@sanity.io>",
Expand Down
15 changes: 7 additions & 8 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.68.3",
"version": "3.69.0",
"private": true,
"keywords": [
"sanity"
Expand All @@ -17,13 +17,12 @@
"dependencies": {
"@sanity/color-input": "^4.0.1",
"@sanity/google-maps-input": "^4.0.0",
"@sanity/icons": "^3.5.6",
"@sanity/ui": "^2.10.14",
"@sanity/vision": "3.68.3",
"babel-plugin-react-compiler": "19.0.0-beta-55955c9-20241229",
"react": "^18.3.1",
"react-compiler-runtime": "19.0.0-beta-55955c9-20241229",
"react-dom": "^18.3.1",
"@sanity/icons": "^3.5.7",
"@sanity/ui": "^2.11.1",
"@sanity/vision": "3.69.0",
"babel-plugin-react-compiler": "19.0.0-beta-63e3235-20250105",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"sanity": "workspace:*",
"sanity-plugin-markdown": "^5.0.0",
"sanity-plugin-media": "^2.3.1",
Expand Down
2 changes: 1 addition & 1 deletion dev/studio-e2e-testing/sanity.cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default defineCliConfig({
projectId: process.env.SANITY_E2E_PROJECT_ID,
dataset: process.env.SANITY_E2E_DATASET,
},
reactCompiler: {target: '18'},
reactCompiler: {target: '19'},
vite: {
define: {
'process.env.SANITY_E2E_PROJECT_ID': JSON.stringify(process.env.SANITY_E2E_PROJECT_ID),
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.68.3",
"version": "3.69.0",
"private": true,
"license": "MIT",
"author": "Sanity.io <hello@sanity.io>",
Expand Down
13 changes: 0 additions & 13 deletions dev/test-next-studio/.depcheckignore.json

This file was deleted.

3 changes: 0 additions & 3 deletions dev/test-next-studio/.depcheckrc.json

This file was deleted.

2 changes: 0 additions & 2 deletions dev/test-next-studio/.gitignore

This file was deleted.

Loading
Loading