chore(structure)!: remove DocumentPaneProvider forcedVersion override - #13886
Draft
pedrobonamin wants to merge 1 commit into
Draft
chore(structure)!: remove DocumentPaneProvider forcedVersion override#13886pedrobonamin wants to merge 1 commit into
pedrobonamin wants to merge 1 commit into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
✅ E2E Tests🟢 211 passed • 🟡 2 flaky • (⚪ 93 skipped) • view full report • view run |
Contributor
📦 Bundle Stats —
|
| Metric | Value | vs main (9eb6b09) | vs v6.9.0 |
|---|---|---|---|
| Internal (raw) | 4.17 MB | - | -2.1 KB, -0.0% |
| Internal (gzip) | 1.03 MB | - | -1 B, -0.0% |
| Bundled (raw) | 12.50 MB | - | +101.5 KB, +0.8% |
| Bundled (gzip) | 2.93 MB | - | +26.2 KB, +0.9% |
| Import time | 1.72s | +12ms, +0.7% | +70ms, +4.3% |
bin:sanity
| Metric | Value | vs main (9eb6b09) | vs v6.9.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.6% | +0ms, +4.5% |
🗺️ View treemap · Artifacts
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.
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 Thu, 06 Aug 2026 08:00:32 GMT
Detailed information🏠 Reference resultThe performance result of
🧪 Experiment resultThe performance result of this branch
📚 Glossary
|
Contributor
⚡️ Editor Performance ReportDeploying studio and running performance tests… |
Contributor
Coverage Report
File Coverage
|
||||||||||||||||||||||||||||||||||||||||||||
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
Removes
DocumentPaneProviderforced version.Which was added two years ago to support sanity assist when we introduced content releases.
This has been deprecated for more than 18 months and sanity assist is not using it.
What to review
Testing
Notes for release
perspective provider no longer accepts
forcedVersion. use<DocumentPaneProvider>instead.