fix(deps): upgrade @portabletext/editor to 6.6.3#12754
Open
christianhg wants to merge 1 commit intomainfrom
Open
fix(deps): upgrade @portabletext/editor to 6.6.3#12754christianhg wants to merge 1 commit intomainfrom
@portabletext/editor to 6.6.3#12754christianhg wants to merge 1 commit intomainfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
✅ E2E Tests🟢 191 passed • 🟡 1 flaky • (⚪ 90 skipped) • view full report • view run |
Contributor
📦 Bundle Stats —
|
| Metric | Value | vs main (21a31ef) | vs v5.22.0 |
|---|---|---|---|
| Internal (raw) | 4.45 MB | - | +18.3 KB, +0.4% |
| Internal (gzip) | 1.02 MB | - | +4.2 KB, +0.4% |
| Import time | ❌ node:internal/modules/esm/get_format:185 | - | - |
bin:sanity
| Metric | Value | vs main (21a31ef) | vs v5.22.0 |
|---|---|---|---|
| Internal (raw) | 7.1 KB | - | - |
| Internal (gzip) | 2.9 KB | - | - |
| Bundled (raw) | 7.1 KB | - | - |
| Bundled (gzip) | 2.8 KB | - | - |
| Import time | 5ms | +0ms, +0.9% | +0ms, +6.2% |
Details
- Import time regressions over 10% are flagged with
⚠️ - Sizes shown as raw / gzip 🗜️. Internal bytes = own code only. Total bytes = with all dependencies. Import time = Node.js cold-start median.
@portabletext/editor to 6.6.3@portabletext/editor to 6.6.3
Contributor
📚 TypeDoc Generation Result✅ TypeDoc generated successfully!
The TypeDoc JSON file has been generated and validated. All documentation scripts completed successfully. |
Contributor
⚡️ Editor Performance ReportUpdated Wed, 29 Apr 2026 08:44:20 GMT
Detailed information🏠 Reference resultThe performance result of
🧪 Experiment resultThe performance result of this branch
📚 Glossary
|
c5210e3 to
e057585
Compare
Contributor
Coverage Report
File CoverageNo changed files found. |
pedrobonamin
approved these changes
Apr 29, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Upgrades
@portabletext/editorfrom^6.6.2to^6.6.3inpackages/sanityanddev/test-studio.This picks up a fix for a drag-and-drop bug where dropping a block could occasionally delete the wrong block and duplicate the new one.
What to review
Dependency version bump only. No code changes.
Testing
The fix is tested upstream in
portabletext/editor. No additional tests needed here.Notes for release
Fixes a drag-and-drop bug in the Portable Text input where dropping a block could occasionally delete the wrong block and duplicate the dropped one.