Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/next' into corel
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrobonamin committed Jan 15, 2025
2 parents 66626eb + 03e7760 commit 23e0b68
Show file tree
Hide file tree
Showing 169 changed files with 156 additions and 22,840 deletions.
3 changes: 3 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"rollback"
],
"matchPackageNames": [
"!@portabletext/block-tools",
"!@portabletext/editor",
"!@sanity/client",
"!@sanity/tsdoc",
Expand All @@ -41,6 +42,7 @@
{
"matchDepTypes": ["dependencies"],
"matchPackageNames": [
"@portabletext/block-tools",
"@portabletext/editor",
"@sanity/bifur-client",
"@sanity/client",
Expand All @@ -60,6 +62,7 @@
{
"description": "Ensure internal and important packages open a PRs right away, without waiting for manual approval",
"matchPackageNames": [
"@portabletext/block-tools",
"@portabletext/editor",
"@sanity/bifur-client",
"@sanity/client",
Expand Down
1 change: 0 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
/packages/@sanity/*/coverage
/packages/@sanity/*/lib
/packages/@sanity/*/node_modules
/packages/@sanity/block-tools/test/**/input.html
/packages/@sanity/client/umd
/packages/@sanity/cli/bin/sanity-cli.js
/packages/@sanity/cli/templates
Expand Down
2 changes: 1 addition & 1 deletion dev/test-studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
"workshop:dev": "node -r esbuild-register scripts/workshop/dev.ts"
},
"dependencies": {
"@portabletext/block-tools": "^1.0.2",
"@portabletext/editor": "^1.21.5",
"@portabletext/react": "^3.0.0",
"@sanity/assist": "^3.0.2",
"@sanity/block-tools": "3.70.0",
"@sanity/client": "^6.24.3",
"@sanity/color": "^3.0.0",
"@sanity/color-input": "^4.0.1",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import {htmlToBlocks} from '@portabletext/block-tools'
import {type OnPasteFn, type PortableTextBlock} from '@portabletext/editor'
import {htmlToBlocks} from '@sanity/block-tools'
import {useCallback, useMemo} from 'react'
import {PortableTextInput, type PortableTextInputProps, type PortableTextMarker} from 'sanity'

Expand Down
1 change: 0 additions & 1 deletion dev/tsconfig.dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"rootDir": "..",
"baseUrl": "..",
"paths": {
"@sanity/block-tools": ["./packages/@sanity/block-tools/src/index.ts"],
"@sanity/diff": ["./packages/@sanity/diff/src/index.ts"],
"@sanity/cli": ["./packages/@sanity/cli/src/index.ts"],
"@sanity/codegen": ["./packages/@sanity/codegen/src/_exports/index.ts"],
Expand Down
1 change: 0 additions & 1 deletion examples/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"rootDir": "..",
"baseUrl": "..",
"paths": {
"@sanity/block-tools": ["./packages/@sanity/block-tools/src/index.ts"],
"@sanity/diff": ["./packages/@sanity/diff/src/index.ts"],
"@sanity/cli": ["./packages/@sanity/cli/src/index.ts"],
"@sanity/codegen": ["./packages/@sanity/codegen/src/_exports/index.ts"],
Expand Down
1 change: 0 additions & 1 deletion packages/@repo/dev-aliases/dev-aliases.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
const devAliases = {
// NOTE: do not use regex in the module expressions,
// because they will be escaped by the jest config
'@sanity/block-tools': '@sanity/block-tools/src',
'@sanity/diff': '@sanity/diff/src',
'@sanity/cli': '@sanity/cli/src',
'@sanity/mutator': '@sanity/mutator/src',
Expand Down
1 change: 0 additions & 1 deletion packages/@repo/test-exports/.depcheckrc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"ignores": [
"@repo/test-exports",
"@sanity/block-tools",
"@sanity/cli",
"@sanity/codegen",
"@sanity/diff",
Expand Down
1 change: 0 additions & 1 deletion packages/@repo/test-exports/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"test": "node --test"
},
"dependencies": {
"@sanity/block-tools": "workspace:*",
"@sanity/cli": "workspace:*",
"@sanity/codegen": "workspace:*",
"@sanity/diff": "workspace:*",
Expand Down
3 changes: 0 additions & 3 deletions packages/@sanity/block-tools/.depcheckrc.json

This file was deleted.

9 changes: 0 additions & 9 deletions packages/@sanity/block-tools/.eslintrc.cjs

This file was deleted.

13 changes: 0 additions & 13 deletions packages/@sanity/block-tools/.gitignore

This file was deleted.

21 changes: 0 additions & 21 deletions packages/@sanity/block-tools/LICENSE

This file was deleted.

220 changes: 0 additions & 220 deletions packages/@sanity/block-tools/README.md

This file was deleted.

11 changes: 0 additions & 11 deletions packages/@sanity/block-tools/changelog.md

This file was deleted.

4 changes: 0 additions & 4 deletions packages/@sanity/block-tools/package.config.ts

This file was deleted.

Loading

0 comments on commit 23e0b68

Please sign in to comment.