chore(deps): update dependency mobx to v6.16.1#1114
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
requested review from
amihajlovski,
maassenbas,
shanikantsingh and
zenit2001
as code owners
July 3, 2024 23:02
renovate
Bot
force-pushed
the
renovate/mobx-6.x-lockfile
branch
from
July 4, 2024 08:13
17156fd to
98e5bb6
Compare
renovate
Bot
force-pushed
the
renovate/mobx-6.x-lockfile
branch
3 times, most recently
from
July 18, 2024 11:42
3dcb677 to
86b60ab
Compare
renovate
Bot
force-pushed
the
renovate/mobx-6.x-lockfile
branch
6 times, most recently
from
July 25, 2024 13:19
cce09f3 to
b7f899f
Compare
renovate
Bot
force-pushed
the
renovate/mobx-6.x-lockfile
branch
3 times, most recently
from
August 2, 2024 08:01
e001d59 to
3c3a9a2
Compare
renovate
Bot
force-pushed
the
renovate/mobx-6.x-lockfile
branch
6 times, most recently
from
August 13, 2024 09:35
7591d2a to
1fc6e9a
Compare
renovate
Bot
requested review from
ShubhamVijaivargiya,
dcardos and
shubhamk67
as code owners
August 13, 2024 09:35
renovate
Bot
force-pushed
the
renovate/mobx-6.x-lockfile
branch
3 times, most recently
from
August 23, 2024 06:47
2a303b8 to
9a51b0a
Compare
renovate
Bot
force-pushed
the
renovate/mobx-6.x-lockfile
branch
2 times, most recently
from
October 7, 2024 08:05
c621063 to
f53e752
Compare
renovate
Bot
force-pushed
the
renovate/mobx-6.x-lockfile
branch
2 times, most recently
from
October 15, 2024 21:39
17d261b to
39f3c8c
Compare
renovate
Bot
force-pushed
the
renovate/mobx-6.x-lockfile
branch
2 times, most recently
from
October 17, 2024 07:58
905a416 to
2dcf78b
Compare
renovate
Bot
force-pushed
the
renovate/mobx-6.x-lockfile
branch
6 times, most recently
from
November 1, 2024 14:16
0280e95 to
d5f9626
Compare
renovate
Bot
force-pushed
the
renovate/mobx-6.x-lockfile
branch
3 times, most recently
from
November 8, 2024 09:55
9f5a832 to
5298def
Compare
renovate
Bot
force-pushed
the
renovate/mobx-6.x-lockfile
branch
3 times, most recently
from
November 18, 2024 09:05
bb86c17 to
4fa6db0
Compare
renovate
Bot
force-pushed
the
renovate/mobx-6.x-lockfile
branch
from
November 19, 2024 14:21
4fa6db0 to
d11f986
Compare
renovate
Bot
force-pushed
the
renovate/mobx-6.x-lockfile
branch
3 times, most recently
from
December 5, 2024 13:41
3401b5d to
154de9f
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 contains the following updates:
6.13.1→6.16.1Release Notes
mobxjs/mobx (mobx)
v6.16.1Compare Source
Patch Changes
7fd93348e81f484c4ec2dcca8cde5fa6ed7412fe#4661 Thanks @js2me! - Fix Stage 3@computedoverrides that delegate to a same-named parent getter viasuper.02afa5b6c33441737df81d344161a03bb9aea0c8#4666 Thanks @kubk! - Remove outdated Flow typechecker support artifacts from the package.v6.16.0Compare Source
Minor Changes
6b3fb0ee725c0521bbaf7ba901a30261472a0e71#4639 Thanks @ashishkr96! - feat(mobx): make the 2022.3@computeddecorator lazy.ComputedValueis now created on first read of the decorated getter rather than eagerly during instance construction, avoiding wasted allocations for getters that are never used. On a 50k-instance × 10-getter class with one read per instance this cuts construction heap by ~50% and construction time by ~25%; the steady-state read path is unchanged. Closes #4616.f0c68749428fd4d3bba48e9685e44fd1ddbbee76#4658 Thanks @ashishkr96! - feat(mobx): make the 2022.3@observable accessordecorator lazy.ObservableValueis now created on first read/write/observe of the decorated accessor rather than eagerly during instance construction, avoiding wasted allocations for fields that are never touched. On a 50k-instance × 10-field class with sparse access (1 of 10 fields read per instance), this cuts construction heap by ~82% and construction time by ~86% versus the eager path. Follow-up to #4639.Patch Changes
7eb54418b16fb9b415c04c5b8e05779790dd74ed#4659 Thanks @kubk! - Fix regression from #4639 where isComputedProp returned false for lazy @computed properties before first readc22b4b705447a4ccdce93473255f4beb170613f3#4657 Thanks @kubk! - AddgetOrInsertandgetOrInsertComputedtoObservableMapfor compatibility with ESNextMaptypings.v6.15.4Compare Source
Patch Changes
105c985c71308e439bfeed118fb1ba1eac06824e#4650 Thanks @kubk! - Avoid Rolldown invalid PURE annotation warnings from Babel-generated optional chaining output.v6.15.3Compare Source
Patch Changes
25e859a3582bcdd3c5a71aa52510adfd924a1a60#4644 Thanks @kubk! - Fix TypeScript errors when usingflowas a standard decorator.v6.15.2Compare Source
Patch Changes
52ddce0f179a461b85e578554e35e94bf76edf3c#4642 Thanks @kubk! - Restore npm release build target forwarding so published tarballs include the standalone ESM development and production bundles.v6.15.1Compare Source
Patch Changes
df81c144fb148b64140d761aa61f032a7f429e12#4523 Thanks @exzos28! - MakeFlowCancellationErrora properErrorinstance while preserving its previous string representation.21fc4de6c09a77caf115aedd2fe6df972637412b#4626 Thanks @kubk! - ExportCancellablePromisefrom the publicmobxentrypoint.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 setConfiguration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, 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.