fix(deps): update dependency react-rx to v5 - #1802
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
🦋 Changeset detectedLatest commit: 138086a The changes in this PR will be included in the next version bump. This PR includes changesets to release 12 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
✅ E2E Tests🟢 26 passed • view full report • view run Studio: https://plugins-e2e-test-studio-ghw5ksi0u.sanity.dev Datasets: |
5fe4d02 to
e11a79f
Compare
21204ea to
f675819
Compare
7d22631 to
ce535ca
Compare
266f3f7 to
49fadd9
Compare
0cd88d7 to
18e84d2
Compare
c8ff271 to
8a1a05b
Compare
dd64636 to
83116d2
Compare
766515d to
df1ac76
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
There are 2 total unresolved issues (including 1 from previous review).
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit d4014ef. Configure here.
d4014ef to
9546071
Compare
e78443a to
f17c201
Compare
e9210ba to
ff75c4d
Compare
cecc6e1 to
d0dd274
Compare
8b533a8 to
86f3ae5
Compare
d8c17a4 to
c7f496e
Compare
f9bdc92 to
49e60f5
Compare
904d945 to
639f0e2
Compare
967a1f5 to
14e2f8f
Compare
d5232e2 to
745fd5f
Compare
809ac80 to
f7a6ac0
Compare
81faef4 to
0730413
Compare
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|

This PR contains the following updates:
^4.2.5→^5.1.1Release Notes
sanity-io/react-rx (react-rx)
v5.1.1Compare Source
Patch Changes
0f7bce9Thanks @stipsan! - fix: makeuseObservabledeferral identity-coherent. The observable identity and its value are now deferred as one snapshot, and when the observable identity changes (e.g. it is memoized on a document id that just changed) the hook falls back to the live value — so the previous identity's value never renders under the new one.v5.1.0Compare Source
Minor Changes
4d9b613Thanks @stipsan! - AdduseObservablePromiseandpreloadObservablePromise: Suspense-ready data fetching returning ause()-compatible promise, with{disabled, ttl}options.v5.0.1Compare Source
Patch Changes
e546141Thanks @stipsan! - Restore theuse-effect-eventponyfill so effect events see the latest values inmemoandforwardRefcomponents.v5.0.0Compare Source
Major Changes
#459
7ed6b55Thanks @stipsan! - BREAKING:useObservablenow defers store updates withuseDeferredValue— urgent renders keep the previous value while a background render catches up. Mounts, remounts, and<Activity>reveals still render the current snapshot synchronously (no initial-value flash). SSR renders synchronous emissions (instead of always usinginitialValue), no longer throws wheninitialValueis omitted, and fails the server render on synchronously erroring observables.New
useSyncObservablepreserves v4's synchronous behavior and strictgetServerSnapshotcontract — use it for controlled inputs, or rename wholesale for a mechanical migration.See the v4 to v5 migration guide.
#434
08379edThanks @stipsan! - BREAKING: Require Node.js>=22.12, matchingsanity'sengines.node.#435
bdef45bThanks @stipsan! - BREAKING: Require React^19.2as a peer dependency. React 18 is no longer supported.#442
a89ec09Thanks @stipsan! - Stop publishing CommonJS builds — the package is ESM-only.#449
5e83cbeThanks @stipsan! - BREAKING: Require RxJS^7.2as a peer dependency. Import operators from'rxjs'instead of the deprecated'rxjs/operators'path.Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ 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 these updates again.
This PR has been generated by Mend Renovate using a curated preset maintained by
. View repository job log here