fix(deps): update dependency alien-signals-1 to v3#99
Closed
renovate[bot] wants to merge 1 commit intomainfrom
Closed
fix(deps): update dependency alien-signals-1 to v3#99renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
Contributor
Author
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
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 contains the following updates:
1.0.4→3.1.2Release Notes
johnsoncodehk/signals (alien-signals-1)
v3.1.2Compare Source
v3.1.1Compare Source
v3.1.0Compare Source
v3.0.6Compare Source
v3.0.5Compare Source
v3.0.4Compare Source
v3.0.3Compare Source
v3.0.2Compare Source
v3.0.1Compare Source
v3.0.0Compare Source
v2.0.8Compare Source
v2.0.7Compare Source
v2.0.6Compare Source
v2.0.5Compare Source
v2.0.4Compare Source
v2.0.3Compare Source
v2.0.2Compare Source
v2.0.1Compare Source
v2.0.0Compare Source
Version 2.0 rethinks and optimizes the reactive system model, with minimal impact on users who only use the surface APIs. If you extend or deeply utilize
alien-signals, please pay attention to the "Reactive Model Refactor" section.Changes to Surface APIs
getCurrentSub,setCurrentSub,getCurrentScope,setCurrentScopeDeferred Signal Value Evaluation
Differences from v1
Effect Scope Parent-Child Hierarchy
In v2, recursive cleanup is achieved through a parent-child structure:
Calling
scope1()automatically cleans up its child scopescope2.To make
scope2independent ofscope1, temporarily setactiveScope = undefinedmanually:Reactive Model Refactor
SubscriberandDependencyintoReactiveNodeunwatched(dep)when all subscribers are lost, without recursively clearing subsequent subscriberspropagatenow only propagatesPending; to immediately markDirty, callpropagate+shallowPropagateafter assignmentEffectFlagsandReactiveFlags; removed unused flagsUpdated Options and APIs
notifyEffect→notifyupdateComputed→updateunwatchedoption for custom handling when all subscribers are lostprocessEffectNotifications,processComputedUpdate,processPendingInnerEffects,updateDirtyFlagunlink,checkDirtyFor performance differences, please refer to js-reactivity-benchmark.
Contributors
Thanks~
Next Generation Tooling
An approachable, performant and versatile framework for building web user interfaces.
Stay in the flow with instant dev experiences.
No more hours stashing/pulling/installing locally
— just click, and start coding.
Essential tools for software developers and teams.
You?
v1.0.13Compare Source
v1.0.12Compare Source
v1.0.11Compare Source
v1.0.10Compare Source
v1.0.9Compare Source
v1.0.8Compare Source
v1.0.7Compare Source
v1.0.6Compare Source
v1.0.5Compare Source
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.