-
Notifications
You must be signed in to change notification settings - Fork 1
Update dependency mobx to v6.15.0 #33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/mobx-6.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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
9a8f409 to
f0742bd
Compare
f0742bd to
a22b5af
Compare
a22b5af to
1e9f539
Compare
1e9f539 to
84b2b97
Compare
84b2b97 to
bde2788
Compare
bde2788 to
877fed5
Compare
877fed5 to
05d429e
Compare
05d429e to
e4406f0
Compare
e4406f0 to
754690d
Compare
754690d to
ef43963
Compare
ef43963 to
bb77cb2
Compare
bb77cb2 to
3e02902
Compare
3e02902 to
b4bab1e
Compare
b4bab1e to
fffe876
Compare
fffe876 to
41f522d
Compare
41f522d to
c1db0ff
Compare
c1db0ff to
3a7e242
Compare
3a7e242 to
98afbe8
Compare
98afbe8 to
8ee1fbd
Compare
8ee1fbd to
ba21bb5
Compare
ba21bb5 to
a4c889b
Compare
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:
6.6.0→6.15.0Release Notes
mobxjs/mobx (mobx)
v6.15.0Compare Source
v6.13.7Compare Source
Patch Changes
54e3f71ca02f09b3107290f18d8484b70a6e2f0b#4528 Thanks @k-g-a! - Fix observable.set not respecting the new value from interceptorsv6.13.6Compare Source
Patch Changes
bca3841347f4fba50ad910e1c4176c56ba0173d1#3993 Thanks @tonyraoul! - Improve observableset memory footprint and performancev6.13.5Compare Source
Patch Changes
4c077738776d5fc7ba0f108805a9ec816c2709b9#3943 Thanks @tonyraoul! - Fix browser compatability issue introduced in 6.13.4 releasev6.13.4Compare Source
Patch Changes
f91d2e1dc85a53b729c03bd28ab39ffcf0838403#3935 Thanks @tonyraoul! - Update typescript version to 5.6.2 and added support for esnext iterator helpersv6.13.3Compare Source
Patch Changes
a1cf2c63ef92d3d42a5b42a23ff6c7a745664cfd#3902 Thanks @jzhan-canva! - Fix 2022.3 @action decorators on fields no longer require makeObservablev6.13.2Compare Source
Patch Changes
f1f922152b45357a49ee6b310e9e0ecf38bd3955#3921 Thanks @urugator! - fix: #3919 new set methods not working with observable setv6.13.1Compare Source
Patch Changes
5e711e0b4737fd6b5b3c6f9b32afd4f195bc5fc3#3901 Thanks @peterm-canva! - Shrink Atom and Reaction using a bitfieldv6.13.0Compare Source
Minor Changes
16f070e6aac60e9010c2591b1743276d700b23d5#3898 Thanks @inoyakaigor! - Added new Set methodsv6.12.5Compare Source
Patch Changes
ba890343#3893 Thanks @g6123! - Fix ES6 Map/Set checks for cross-window scriptsv6.12.4Compare Source
Patch Changes
e9e1955f#3880 Thanks @peterm-canva! - Shrink ComputedValue using a bitfieldv6.12.3Compare Source
v6.12.1Compare Source
Patch Changes
620f78c7#3812 Thanks @barroij! - Preventreactionfrom heeping a Reference to the OldValue that would prevent GC.6111b093#3833 Thanks @realyze! - Reduce memory overhead of tracking dependenciesv6.12.0Minor Changes
ec5db592#3792 Thanks @tonyraoul! - Improve observablearray proxy pefromance for es2023.array and es2022.array methodsPatch Changes
86616c11#3654 Thanks @ahoisl! - fix: action transparently forwards toString of underlying functionv6.10.2Compare Source
Patch Changes
c8d9374d#3748 Thanks @mweststrate! - Fixed: #3747, computed values becoming stale if the underlying observable was created and updated outside a reactive contextv6.10.1Compare Source
v6.10.0Compare Source
Minor Changes
bebd5f05#3727 Thanks @rluvaton! - Added support forsignal(AbortSignal) inautorun,reactionand syncwhenoptions to dispose themPatch Changes
55f78ddc#3717 Thanks @liucan233! - remove proxy option for makeObservable and makeAutoObservablev6.9.1Patch Changes
4792303e#3709 Thanks @kubk! - Make trace() noop in production buildv6.7.0Compare Source
Minor Changes
8cf4784f#3559 Thanks @urugator! - Proxied observable arrays can now safely read/write out of bound indices. See https://redirect.github.com/mobxjs/mobx/discussions/3537223e3688#3551 Thanks @deadbeef84! - Added new optionsignaltowhen(), to support abortion using an AbortSignal / AbortController.Patch Changes
fe25cfed#3566 Thanks @upsuper! - Make return value of reportObserved match invoke of onBecomeObservedv6.6.2Compare Source
Patch Changes
b375535c#3344 Thanks @Nokel81! - Allow readonly tuples as part of IObservableMapInitialValues7260cd41#3516 Thanks @urugator! - fix regression #3514: LegacyObservableArray compat with Safari 9.*78d1aa23#3458 Thanks @egilll! - A slight revamp of the README, wording, and clearer linksv6.6.1Compare Source
Patch Changes
63698d06#3427 Thanks @RyanCavanaugh! - Apply 'object' constraint where requiredConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 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.