Skip to content

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

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

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

Conversation

@renovate

@renovate renovate Bot commented Jun 13, 2024

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
mobx (source) 6.12.36.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

v6.13.1

Compare Source

Patch Changes

v6.13.0

Compare Source

Minor Changes

v6.12.5

Compare Source

Patch Changes

v6.12.4

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 becomes conflicted, 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 changed the title fix(deps): update dependency mobx to v6.12.4 fix(deps): update dependency mobx to v6.12.5 Jun 30, 2024
@renovate renovate Bot force-pushed the renovate/mobx-6.x-lockfile branch 2 times, most recently from 24b89be to da55a99 Compare July 3, 2024 01:21
@renovate renovate Bot changed the title fix(deps): update dependency mobx to v6.12.5 fix(deps): update dependency mobx to v6.13.0 Jul 3, 2024
@renovate renovate Bot force-pushed the renovate/mobx-6.x-lockfile branch from da55a99 to c2c4842 Compare July 18, 2024 10:22
@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 from c2c4842 to 1153888 Compare August 6, 2024 07:13
@renovate renovate Bot force-pushed the renovate/mobx-6.x-lockfile branch from 1153888 to 8c0ca9e Compare August 14, 2024 10:23
@renovate renovate Bot force-pushed the renovate/mobx-6.x-lockfile branch from 8c0ca9e to a9a6363 Compare August 28, 2024 08:41
@renovate renovate Bot force-pushed the renovate/mobx-6.x-lockfile branch from a9a6363 to 4027945 Compare September 7, 2024 13:21
@renovate renovate Bot changed the title fix(deps): update dependency mobx to v6.13.1 fix(deps): update dependency mobx to v6.13.2 Sep 7, 2024
@renovate renovate Bot changed the title fix(deps): update dependency mobx to v6.13.2 fix(deps): update dependency mobx to v6.13.3 Sep 26, 2024
@renovate renovate Bot force-pushed the renovate/mobx-6.x-lockfile branch from 4027945 to 1f69044 Compare September 26, 2024 10:51
@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 force-pushed the renovate/mobx-6.x-lockfile branch from 1f69044 to 6193cbf Compare October 15, 2024 21:08
@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 from 6193cbf to 22832f5 Compare October 16, 2024 20:04
@renovate renovate Bot changed the title fix(deps): update dependency mobx to v6.13.5 fix(deps): update dependency mobx to v6.13.6 Jan 30, 2025
@renovate renovate Bot force-pushed the renovate/mobx-6.x-lockfile branch from 22832f5 to 72f4ccc Compare January 30, 2025 19:33
@renovate renovate Bot changed the title fix(deps): update dependency mobx to v6.13.6 fix(deps): update dependency mobx to v6.13.7 Mar 18, 2025
@renovate renovate Bot force-pushed the renovate/mobx-6.x-lockfile branch from 72f4ccc to 497cabb Compare March 18, 2025 03:47
@renovate renovate Bot changed the title fix(deps): update dependency mobx to v6.13.7 chore(deps): update dependency mobx to v6.13.7 Sep 25, 2025
@renovate renovate Bot force-pushed the renovate/mobx-6.x-lockfile branch from 497cabb to b7f8446 Compare September 26, 2025 14:30
@renovate renovate Bot changed the title chore(deps): update dependency mobx to v6.13.7 chore(deps): update dependency mobx to v6.15.0 Sep 26, 2025
@renovate renovate Bot changed the title chore(deps): update dependency mobx to v6.15.0 chore(deps): update dependency mobx to v6.15.1 May 4, 2026
@renovate renovate Bot force-pushed the renovate/mobx-6.x-lockfile branch from b7f8446 to 28a800b Compare May 4, 2026 17:53
@renovate renovate Bot changed the title chore(deps): update dependency mobx to v6.15.1 chore(deps): update dependency mobx to v6.15.2 May 6, 2026
@renovate renovate Bot force-pushed the renovate/mobx-6.x-lockfile branch from 28a800b to 99757a5 Compare May 6, 2026 10:13
@renovate renovate Bot changed the title chore(deps): update dependency mobx to v6.15.2 chore(deps): update dependency mobx to v6.15.3 May 7, 2026
@renovate renovate Bot force-pushed the renovate/mobx-6.x-lockfile branch from 99757a5 to 27d943b Compare May 7, 2026 19:12
@renovate renovate Bot force-pushed the renovate/mobx-6.x-lockfile branch from 27d943b to b127f89 Compare May 24, 2026 17:26
@renovate renovate Bot changed the title chore(deps): update dependency mobx to v6.15.3 chore(deps): update dependency mobx to v6.15.4 May 24, 2026
@renovate renovate Bot force-pushed the renovate/mobx-6.x-lockfile branch from b127f89 to de7537b Compare June 6, 2026 09:35
@renovate renovate Bot changed the title chore(deps): update dependency mobx to v6.15.4 chore(deps): update dependency mobx to v6.16.0 Jun 6, 2026
@renovate renovate Bot changed the title chore(deps): update dependency mobx to v6.16.0 chore(deps): update dependency mobx to v6.16.1 Jun 8, 2026
@renovate renovate Bot force-pushed the renovate/mobx-6.x-lockfile branch from de7537b to 6e32691 Compare June 8, 2026 14:08
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