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: e751d84 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-p3a1o7cyy.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
d5232e2 to
745fd5f
Compare
809ac80 to
f7a6ac0
Compare
81faef4 to
0730413
Compare
138086a to
f24ce27
Compare
b8d34a9 to
e3416fb
Compare
7dcbdf8 to
760777d
Compare
5f499ea to
a824d8b
Compare
a0b8b60 to
3dd9abc
Compare
d2d4859 to
9e84d62
Compare
b8a3b7f to
11946f2
Compare
1513c98 to
425a5f8
Compare
fe001f2 to
21ff2c0
Compare
b9bc68a to
1a94df7
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 9a1aab6. Configure here.
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|

This PR contains the following updates:
^4.2.5→^5.1.2Release Notes
sanity-io/react-rx (react-rx)
v5.1.2Compare Source
Patch Changes
db29f9bThanks @stipsan! - perf: build with the React Compiler on oxc (oxc-transform-react, the native Rust port) instead ofbabel-plugin-react-compiler. The published output is unchanged — one compiler pass now handles React Compiler, TypeScript, and JSX natively, and babel is no longer part of the build or test pipeline.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