Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
469f1a1 to
db63ec8
Compare
db63ec8 to
0b8551a
Compare
0b8551a to
ac2d56f
Compare
ac2d56f to
03b6a00
Compare
03b6a00 to
d8fa2dd
Compare
df6c48f to
8ae99f5
Compare
8ae99f5 to
1689d11
Compare
1689d11 to
d826ab0
Compare
d826ab0 to
7ab1a04
Compare
7ab1a04 to
48e7bae
Compare
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.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
renoun@11.6.0
Minor Changes
6630740: Refactors
Tokensto use slot-basedcomponentsoverrides for token spans, diagnostics, and quick info popovers.Breaking Changes
Tokensno longer acceptscss,className, orstyleprops. Move those overrides to the newcomponentsslots instead:Use
components.Token,components.Error, andcomponents.Popoverfor the oldtoken,error, andpopoveroverride targets.Patch Changes
f010e01: Fixes clone-backed explicit remote refs so warm export-history reads avoid duplicate remote freshness checks and concurrent identical history requests share in-flight work.
f28b5e7: Improves multi-worker performance and reliability for repository history and analysis.
HistoryloadingReferenceedge cases and crashes19a4969: Tightens cache invalidation across development, CI, and production-oriented analysis flows.
55f2b65: Fixes explicit-ref analysis for cached git repositories so export and type lookups use the selected ref, and keeps Next.js app caches under
.next/cache/renouninstead of creating extra.renoun/cacheroots.0d20c96: Fixes remote git directory and file reads after switching a repository ref to a branch that only exists as a remote-tracking ref in the cached clone.
ec9ac52: Fixes explicit remote ref invalidation for cached git repositories so branch updates refresh file reads, sync reads, and analysis caches against the latest fetched ref.
b24b405: Improves build performance and reliability by fixing large analysis RPC responses, making prewarm invalidation incremental, and reducing code block analysis round trips.
934c769: Implements stable theme cache key.
d9c6048: Fixes
GitVirtualFileSystem#getFileExportsso remote archive-backed files initialize before export enumeration.7aefedb: Export all
Historycomponent types.@renoun/screenshot@0.3.3
Patch Changes