ci: Version Packages - #8457
Merged
Merged
ci: Version Packages#8457
Conversation
Contributor
|
Important Review skippedBot user detected. To trigger a single review, invoke the 鈿欙笍 Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Advanced Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
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
@tanstack/react-router@1.170.38
Patch Changes
cecae54,0103578,ce10dcd,84936cc,bbd2336]:@tanstack/react-start@1.168.56
Patch Changes
@tanstack/react-start-client@1.168.36
Patch Changes
cecae54,0103578,ce10dcd,84936cc,bbd2336]:@tanstack/react-start-rsc@0.1.55
Patch Changes
cecae54,0103578,ce10dcd,84936cc,bbd2336]:@tanstack/react-start-server@1.167.43
Patch Changes
cecae54,0103578,ce10dcd,84936cc,bbd2336]:@tanstack/router-cli@1.167.38
Patch Changes
@tanstack/router-core@1.171.32
Patch Changes
#8363
cecae54- Detect plain objects by constructor instead ofObject.prototype.toStringdispatches inisPlainObject, which gates everydeepEqualandreplaceEqualDeeprecursion step. Object literals,JSON.parseoutput and null-prototype objects are still plain; objects from another realm no longer are. Records with an ownconstructorkey (for example the search params of?constructor=foo) fall back to a prototype check, so they keep structural sharing while class instances stay opaque.#8364
0103578- Compare and copy plain objects inreplaceEqualDeepby their string keys only, skipping the symbol-key lookup that dominated key enumeration. Objects with non-enumerable own properties, or symbol keys on the incoming value, now pass through untouched instead of being structurally shared.#8411
ce10dcd- Reduce structural-sharing allocations by reusing array key storage and returning incoming objects when their children need no replacements. Preserve signed zero consistently, remove stale symbol properties, and keep sparse arrays with extra keys and built-ins with an ownconstructoropaque.Null-prototype mode now applies only when constructing a copy; existing incoming objects can be reused with their original prototype.
#8362
84936cc- Allocate thereplaceEqualDeepresult only at the first difference, so structural sharing of search, params, state and loader data no longer allocates when the new value is deeply equal to the previous one.#8389
bbd2336- SplitreplaceEqualDeepinto an equality scan and a copy phase: arrays and objects are scanned by dedicated loops up to the first difference, matching keys prove ownership without ahasOwnPropertylookup, and once a difference is found the result is built without any further equality bookkeeping. Deeply equal search, params, state and loader data are recognised faster and changed values are copied with less work per entry.@tanstack/router-generator@1.167.38
Patch Changes
cecae54,0103578,ce10dcd,84936cc,bbd2336]:@tanstack/router-plugin@1.168.40
Patch Changes
cecae54,0103578,ce10dcd,84936cc,bbd2336]:@tanstack/router-vite-plugin@1.167.40
Patch Changes
@tanstack/solid-router@1.170.36
Patch Changes
cecae54,0103578,ce10dcd,84936cc,bbd2336]:@tanstack/solid-start@1.168.54
Patch Changes
@tanstack/solid-start-client@1.168.35
Patch Changes
cecae54,0103578,ce10dcd,84936cc,bbd2336]:@tanstack/solid-start-server@1.167.42
Patch Changes
cecae54,0103578,ce10dcd,84936cc,bbd2336]:@tanstack/start-client-core@1.170.32
Patch Changes
cecae54,0103578,ce10dcd,84936cc,bbd2336]:@tanstack/start-plugin-core@1.171.46
Patch Changes
cecae54,0103578,ce10dcd,84936cc,bbd2336]:@tanstack/start-server-core@1.169.37
Patch Changes
cecae54,0103578,ce10dcd,84936cc,bbd2336]:@tanstack/start-static-server-functions@1.167.37
Patch Changes
@tanstack/start-storage-context@1.167.34
Patch Changes
cecae54,0103578,ce10dcd,84936cc,bbd2336]:@tanstack/vue-router@1.170.35
Patch Changes
cecae54,0103578,ce10dcd,84936cc,bbd2336]:@tanstack/vue-start@1.168.53
Patch Changes
@tanstack/vue-start-client@1.167.38
Patch Changes
cecae54,0103578,ce10dcd,84936cc,bbd2336]:@tanstack/vue-start-server@1.167.42
Patch Changes
cecae54,0103578,ce10dcd,84936cc,bbd2336]: