Closed renovate[bot] closed 5 months ago
Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.
♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below:
npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: mobx-utils@5.6.2
npm error Found: mobx@6.12.3
npm error node_modules/mobx
npm error mobx@"^6.0.0" from the root project
npm error
npm error Could not resolve dependency:
npm error peer mobx@"^4.13.1 || ^5.13.1" from mobx-utils@5.6.2
npm error node_modules/mobx-utils
npm error dev mobx-utils@"^5.6.1" from the root project
npm error
npm error Conflicting peer dependency: mobx@5.15.7
npm error node_modules/mobx
npm error peer mobx@"^4.13.1 || ^5.13.1" from mobx-utils@5.6.2
npm error node_modules/mobx-utils
npm error dev mobx-utils@"^5.6.1" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /tmp/renovate/cache/others/npm/_logs/2024-06-11T14_53_24_246Z-eresolve-report.txt
npm error A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2024-06-11T14_53_24_246Z-debug-0.log
This PR contains the following updates:
^5.15.4
->^6.0.0
Release Notes
mobxjs/mobx (mobx)
### [`v6.12.3`](https://togithub.com/mobxjs/mobx/compare/mobx@6.12.1...mobx@6.12.3) [Compare Source](https://togithub.com/mobxjs/mobx/compare/mobx@6.12.1...mobx@6.12.3) ### [`v6.12.1`](https://togithub.com/mobxjs/mobx/releases/tag/mobx%406.12.1) [Compare Source](https://togithub.com/mobxjs/mobx/compare/mobx@6.12.0...mobx@6.12.1) ##### Patch Changes - [`620f78c7`](https://togithub.com/mobxjs/mobx/commit/620f78c74e66bc532a96e28b26fd2d0ed1b67d54) [#3812](https://togithub.com/mobxjs/mobx/pull/3812) Thanks [@barroij](https://togithub.com/barroij)! - Prevent `reaction` from heeping a Reference to the OldValue that would prevent GC. - [`6111b093`](https://togithub.com/mobxjs/mobx/commit/6111b0939d0d3c0d46dc325ba6bbd5f740a161d3) [#3833](https://togithub.com/mobxjs/mobx/pull/3833) Thanks [@realyze](https://togithub.com/realyze)! - Reduce memory overhead of tracking dependencies ### [`v6.12.0`](https://togithub.com/mobxjs/mobx/releases/tag/mobx%406.12.0) ##### Minor Changes - [`ec5db592`](https://togithub.com/mobxjs/mobx/commit/ec5db592d7756826c31e710b1c759d7e9406b153) [#3792](https://togithub.com/mobxjs/mobx/pull/3792) Thanks [@tonyraoul](https://togithub.com/tonyraoul)! - Improve observablearray proxy pefromance for es2023.array and es2022.array methods ##### Patch Changes - [`86616c11`](https://togithub.com/mobxjs/mobx/commit/86616c11c108a511331eb05e55c08fc2c5a23f4d) [#3654](https://togithub.com/mobxjs/mobx/pull/3654) Thanks [@ahoisl](https://togithub.com/ahoisl)! - fix: action transparently forwards toString of underlying function ### [`v6.10.2`](https://togithub.com/mobxjs/mobx/releases/tag/mobx%406.10.2) [Compare Source](https://togithub.com/mobxjs/mobx/compare/mobx@6.10.1...mobx@6.10.2) ##### Patch Changes - [`c8d9374d`](https://togithub.com/mobxjs/mobx/commit/c8d9374d4f3b05cfec0d690e0eb3ada4f619ff0b) [#3748](https://togithub.com/mobxjs/mobx/pull/3748) Thanks [@mweststrate](https://togithub.com/mweststrate)! - Fixed: [#3747](https://togithub.com/mobxjs/mobx/issues/3747), computed values becoming stale if the underlying observable was created and updated outside a reactive context ### [`v6.10.1`](https://togithub.com/mobxjs/mobx/compare/mobx@6.10.0...mobx@6.10.1) [Compare Source](https://togithub.com/mobxjs/mobx/compare/mobx@6.10.0...mobx@6.10.1) ### [`v6.10.0`](https://togithub.com/mobxjs/mobx/releases/tag/mobx%406.10.0) [Compare Source](https://togithub.com/mobxjs/mobx/compare/mobx@6.9.1...mobx@6.10.0) ##### Minor Changes - [`bebd5f05`](https://togithub.com/mobxjs/mobx/commit/bebd5f0507a109145f401c78630ed9d59e4a1101) [#3727](https://togithub.com/mobxjs/mobx/pull/3727) Thanks [@rluvaton](https://togithub.com/rluvaton)! - Added support for `signal` (AbortSignal) in `autorun`, `reaction` and sync `when` options to dispose them ##### Patch Changes - [`55f78ddc`](https://togithub.com/mobxjs/mobx/commit/55f78ddc20e84f38a7aa88b99a51ad994e558241) [#3717](https://togithub.com/mobxjs/mobx/pull/3717) Thanks [@liucan233](https://togithub.com/liucan233)! - remove proxy option for makeObservable and makeAutoObservable ### [`v6.9.1`](https://togithub.com/mobxjs/mobx/releases/tag/mobx%406.9.1) ##### Patch Changes - [`4792303e`](https://togithub.com/mobxjs/mobx/commit/4792303ec9119c1ba54134fff7e845d21a1d9337) [#3709](https://togithub.com/mobxjs/mobx/pull/3709) Thanks [@kubk](https://togithub.com/kubk)! - Make trace() noop in production build ### [`v6.7.0`](https://togithub.com/mobxjs/mobx/releases/tag/mobx%406.7.0) [Compare Source](https://togithub.com/mobxjs/mobx/compare/mobx@6.6.2...mobx@6.7.0) ##### Minor Changes - [`8cf4784f`](https://togithub.com/mobxjs/mobx/commit/8cf4784f53857cc977aed641bd778f2c14a080f5) [#3559](https://togithub.com/mobxjs/mobx/pull/3559) Thanks [@urugator](https://togithub.com/urugator)! - Proxied observable arrays can now safely read/write out of bound indices. SeeConfiguration
📅 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 has been generated by Mend Renovate. View repository job log here.