sanity-io / sanity-plugin-mux-input

An input component that integrates Sanity Studio with MUX.com video encoding/hosting service.
https://mux.com
MIT License
45 stars 55 forks source link

fix(deps): Update example dependencies to v3 (major) #369

Closed renovate[bot] closed 3 weeks ago

renovate[bot] commented 3 weeks ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sanity/icons (source) ^2.11.8 -> ^3.0.0 age adoption passing confidence
react-rx (source) ^2.1.3 -> ^3.0.0 age adoption passing confidence

Release Notes

sanity-io/icons (@​sanity/icons) ### [`v3.2.0`](https://togithub.com/sanity-io/icons/blob/HEAD/CHANGELOG.md#320-2024-06-06) [Compare Source](https://togithub.com/sanity-io/icons/compare/v3.1.0...v3.2.0) ##### Features - add `add-document` icon ([18f2aa6](https://togithub.com/sanity-io/icons/commit/18f2aa62c9fba6c6a0d5a7b6c6da0dfc7a811982)) ### [`v3.1.0`](https://togithub.com/sanity-io/icons/blob/HEAD/CHANGELOG.md#310-2024-06-06) [Compare Source](https://togithub.com/sanity-io/icons/compare/v3.0.0...v3.1.0) ##### Features - add `unlink` icon ([bf48c21](https://togithub.com/sanity-io/icons/commit/bf48c21e52719ecf186bb27fee9e2921581d70eb)) ### [`v3.0.0`](https://togithub.com/sanity-io/icons/blob/HEAD/CHANGELOG.md#300-2024-05-29) [Compare Source](https://togithub.com/sanity-io/icons/compare/v2.11.8...v3.0.0) ##### ⚠ BREAKING CHANGES - add support for React 19 ([#​77](https://togithub.com/sanity-io/icons/issues/77)) ##### Features - add support for React 19 ([#​77](https://togithub.com/sanity-io/icons/issues/77)) ([fbd5a7c](https://togithub.com/sanity-io/icons/commit/fbd5a7c5d75ef47d95af3c73ea506b93f3f43875))
sanity-io/react-rx (react-rx) ### [`v3.0.0`](https://togithub.com/sanity-io/react-rx/blob/HEAD/CHANGELOG.md#300-2024-06-12) [Compare Source](https://togithub.com/sanity-io/react-rx/compare/v2.1.3...v3.0.0) ##### ⚠ BREAKING CHANGES - remove `useMemoObservable` - require `rxjs` v7 and above - use native `useSyncExternalStore` - remove `forwardRef` export - remove `reactiveComponent` and `rxComponent` exports - remove `element` export - remove `handler` export - remove `state` export - remove `context` export - remove `useWithObservable` export - remove deprecated `useAsObservable` - remove deprecated `WithObservable` ##### Features - add `useObservableEvent` ([99bb565](https://togithub.com/sanity-io/react-rx/commit/99bb56553cc862d0f23f321a416bc1f785c1cda2)) - allow react 19 ([b561d3f](https://togithub.com/sanity-io/react-rx/commit/b561d3f40f7d44886bef54f265be64f51647930d)) ##### Bug Fixes - **deps:** bump `observable-callback` to `1.0.3` ([7786e58](https://togithub.com/sanity-io/react-rx/commit/7786e583a596dd254cbb771ec55c1615a7b34dff)) - dispose cache entry upon observable termination ([#​91](https://togithub.com/sanity-io/react-rx/issues/91)) ([377f476](https://togithub.com/sanity-io/react-rx/commit/377f476767f09aadef07f2a34305bb1146a44e58)) - improve SSR support by implementing `getServerSnapshot` ([9fd497a](https://togithub.com/sanity-io/react-rx/commit/9fd497aec413dc8c74ca299725961f1cfae8c4b7)) - require `rxjs` v7 and above ([d364664](https://togithub.com/sanity-io/react-rx/commit/d3646649bc036a7034dabb7fbc40275318b6d282)) - **test:** rename vitest.config.{js=>ts} ([bfb1799](https://togithub.com/sanity-io/react-rx/commit/bfb179983af59b9d5db19da212cde87669e68d6c)) - **test:** replace jest with vitest ([b0efea1](https://togithub.com/sanity-io/react-rx/commit/b0efea1d42c1928f213b5147df9d527a985efb5c)) - throw errors from observable in getSnapshot() ([807e822](https://togithub.com/sanity-io/react-rx/commit/807e8220a8af81b34a7220b0e0a4081e80887b82)) - type useObservable accurately ([b132f2b](https://togithub.com/sanity-io/react-rx/commit/b132f2bdfbdcd2c6cafc09740e8e6da69d2550b6)) - use native `useSyncExternalStore` ([fdc4d14](https://togithub.com/sanity-io/react-rx/commit/fdc4d14f4be392125c5f8df32fb3b93cfa77061a)) - **useObservable:** infer the return type ([2dda7fc](https://togithub.com/sanity-io/react-rx/commit/2dda7fc7486e7220d84bab8208b6e1ec34a1ffcc)) - **useObservable:** support error boundaries ([1f42210](https://togithub.com/sanity-io/react-rx/commit/1f42210466894bd8c04fb25bb30df705e17e8d90)) ##### Code Refactoring - remove `context` export ([08c3d4d](https://togithub.com/sanity-io/react-rx/commit/08c3d4d69f8114f95d241540243b7c0ac4a7c72e)) - remove `element` export ([f873d2a](https://togithub.com/sanity-io/react-rx/commit/f873d2a76055aa1371258e3a015c20ef2e840d5a)) - remove `forwardRef` export ([bd9ea08](https://togithub.com/sanity-io/react-rx/commit/bd9ea08789f17b5ffea4cc81814e931ba03cc051)) - remove `handler` export ([8813e57](https://togithub.com/sanity-io/react-rx/commit/8813e5713bcec2a134338e38b426bdd07a9a3b59)) - remove `reactiveComponent` and `rxComponent` exports ([cf71571](https://togithub.com/sanity-io/react-rx/commit/cf71571bf336cc6a88707a7e09d4e9ecf561fcad)) - remove `state` export ([86ef5b9](https://togithub.com/sanity-io/react-rx/commit/86ef5b95c2f90a69f4fece86006d793ef81d2a76)) - remove `useMemoObservable` ([e9ba55f](https://togithub.com/sanity-io/react-rx/commit/e9ba55feca34d73f8cc1b0b70544ea8d97d4c805)) - remove `useWithObservable` export ([9a57fd8](https://togithub.com/sanity-io/react-rx/commit/9a57fd8fbf6d0df3c088450ecbe3044107b2bcd2)) - remove deprecated `useAsObservable` ([e128f39](https://togithub.com/sanity-io/react-rx/commit/e128f392f13ae91ee9ea84b37b1dd7e7ad93b8c4)) - remove deprecated `WithObservable` ([55d30da](https://togithub.com/sanity-io/react-rx/commit/55d30da3992fe9502f9493065bb8f286e0b8c969))

Configuration

📅 Schedule: Branch creation - "before 3am on Monday" (UTC), 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 these updates again.



This PR has been generated by Mend Renovate using a curated preset maintained by Sanity. View repository job log here

vercel[bot] commented 3 weeks ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
sanity-plugin-mux-input ❌ Failed (Inspect) Jun 12, 2024 10:01am
1 Ignored Deployment | Name | Status | Preview | Comments | Updated (UTC) | | :--- | :----- | :------ | :------- | :------ | | **sanity-plugin-mux-input-codesandbox** | ⬜️ Ignored ([Inspect](https://vercel.com/sanity-io/sanity-plugin-mux-input-codesandbox/37dncTL6vsKv1vidxK4DespxgS6f)) | [Visit Preview](https://sanity-plugin-mux-input-codesandbox-git-renovate-major-3-5882a0.sanity.build) | | Jun 12, 2024 10:01am |
socket-security[bot] commented 3 weeks ago

New dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/react-rx@3.0.0 None 0 0 B

View full report↗︎