Skip to content

chore(deps): update dependency mobx to v6.16.1#1114

Open
renovate[bot] wants to merge 1 commit into
developfrom
renovate/mobx-6.x-lockfile
Open

chore(deps): update dependency mobx to v6.16.1#1114
renovate[bot] wants to merge 1 commit into
developfrom
renovate/mobx-6.x-lockfile

Conversation

@renovate

@renovate renovate Bot commented Jul 3, 2024

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
mobx (source) 6.13.16.16.1 age confidence

Release Notes

mobxjs/mobx (mobx)

v6.16.1

Compare Source

Patch Changes

v6.16.0

Compare Source

Minor Changes
  • 6b3fb0ee725c0521bbaf7ba901a30261472a0e71 #​4639 Thanks @​ashishkr96! - feat(mobx): make the 2022.3 @computed decorator lazy. ComputedValue is 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 accessor decorator lazy. ObservableValue is 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

v6.15.4

Compare Source

Patch Changes

v6.15.3

Compare Source

Patch Changes

v6.15.2

Compare Source

Patch Changes

v6.15.1

Compare Source

Patch Changes

v6.15.0

Compare Source

v6.13.7

Compare Source

Patch Changes

v6.13.6

Compare Source

Patch Changes

v6.13.5

Compare Source

Patch Changes

v6.13.4

Compare Source

Patch Changes

v6.13.3

Compare Source

Patch Changes

v6.13.2

Compare Source

Patch Changes

Configuration

📅 Schedule: (UTC)

  • 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 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot force-pushed the renovate/mobx-6.x-lockfile branch from 17156fd to 98e5bb6 Compare July 4, 2024 08:13
@renovate
renovate Bot force-pushed the renovate/mobx-6.x-lockfile branch 3 times, most recently from 3dcb677 to 86b60ab Compare July 18, 2024 11:42
@renovate renovate Bot changed the title fix(deps): update dependency mobx to v6.13.0 fix(deps): update dependency mobx to v6.13.1 Jul 18, 2024
@renovate
renovate Bot force-pushed the renovate/mobx-6.x-lockfile branch 6 times, most recently from cce09f3 to b7f899f Compare July 25, 2024 13:19
@renovate
renovate Bot force-pushed the renovate/mobx-6.x-lockfile branch 3 times, most recently from e001d59 to 3c3a9a2 Compare August 2, 2024 08:01
@renovate
renovate Bot force-pushed the renovate/mobx-6.x-lockfile branch 6 times, most recently from 7591d2a to 1fc6e9a Compare August 13, 2024 09:35
@renovate
renovate Bot force-pushed the renovate/mobx-6.x-lockfile branch 3 times, most recently from 2a303b8 to 9a51b0a Compare August 23, 2024 06:47
@renovate
renovate Bot force-pushed the renovate/mobx-6.x-lockfile branch 2 times, most recently from c621063 to f53e752 Compare October 7, 2024 08:05
@renovate
renovate Bot force-pushed the renovate/mobx-6.x-lockfile branch 2 times, most recently from 17d261b to 39f3c8c Compare October 15, 2024 21:39
@renovate renovate Bot changed the title fix(deps): update dependency mobx to v6.13.3 fix(deps): update dependency mobx to v6.13.4 Oct 15, 2024
@renovate renovate Bot changed the title fix(deps): update dependency mobx to v6.13.4 fix(deps): update dependency mobx to v6.13.5 Oct 16, 2024
@renovate
renovate Bot force-pushed the renovate/mobx-6.x-lockfile branch 2 times, most recently from 905a416 to 2dcf78b Compare October 17, 2024 07:58
@renovate
renovate Bot force-pushed the renovate/mobx-6.x-lockfile branch 6 times, most recently from 0280e95 to d5f9626 Compare November 1, 2024 14:16
@renovate
renovate Bot force-pushed the renovate/mobx-6.x-lockfile branch 3 times, most recently from 9f5a832 to 5298def Compare November 8, 2024 09:55
@renovate
renovate Bot force-pushed the renovate/mobx-6.x-lockfile branch 3 times, most recently from bb86c17 to 4fa6db0 Compare November 18, 2024 09:05
@renovate
renovate Bot force-pushed the renovate/mobx-6.x-lockfile branch from 4fa6db0 to d11f986 Compare November 19, 2024 14:21
@renovate
renovate Bot force-pushed the renovate/mobx-6.x-lockfile branch 3 times, most recently from 3401b5d to 154de9f Compare December 5, 2024 13:41
@renovate renovate Bot changed the title fix(deps): update dependency mobx to v6.13.5 fix(deps): update dependency mobx to v6.13.5 - abandoned Dec 8, 2024
@renovate renovate Bot changed the title fix(deps): update dependency mobx to v6.13.5 - abandoned fix(deps): update dependency mobx to v6.13.5 Dec 8, 2024
@sonarqubecloud

sonarqubecloud Bot commented May 1, 2026

Copy link
Copy Markdown

@sonarqubecloud

Copy link
Copy Markdown

@sonarqubecloud

Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants