Update ember-source, use tracked() - #2176
Merged
Merged
Conversation
|
|
Contributor
Footnotes
|
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
ember-resources 7.1.0 unwraps a returned TrackedValue the same way it unwraps its own Cells, so the `return () => time.value;` workarounds in the resource chapters can go back to the nicer `return time;` teaching form. Verified live: the 2-reactivity/5-resources chapter's answer renders a ticking clock against the local REPL (?local=4203) running 7.1.0. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
NullVoxPopuli
force-pushed
the
nvp/update-tracked
branch
from
July 10, 2026 20:16
a75ff78 to
854aa69
Compare
NullVoxPopuli
marked this pull request as ready for review
July 10, 2026 20:44
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.
trackedto work outside of classes emberjs/rfcs#1071"Overload tracked to work outside of classes"to Stage Ready for Release emberjs/rfcs#1202