Closed renovate[bot] closed 1 year ago
New dependency changes detected. Learn more about Socket for GitHub ↗︎
👍 No new dependency issues detected in pull request
To ignore an alert, reply with a comment starting with @SocketSecurity ignore
followed by a space separated list of package-name@version
specifiers. e.g. @SocketSecurity ignore foo@1.0.0 bar@*
or ignore all packages with @SocketSecurity ignore-all
Issue | Status |
---|---|
Install scripts | ✅ 0 issues |
Native code | ✅ 0 issues |
Bin script shell injection | ✅ 0 issues |
Unresolved require | ✅ 0 issues |
Invalid package.json | ✅ 0 issues |
HTTP dependency | ✅ 0 issues |
Git dependency | ✅ 0 issues |
Potential typo squat | ✅ 0 issues |
Known Malware | ✅ 0 issues |
Telemetry | ✅ 0 issues |
Protestware/Troll package | ✅ 0 issues |
📊 Modified Dependency Overview:
⬆️ Updated Package | Version Diff | Added Capability Access | +/- Transitive Count |
Publisher |
---|---|---|---|---|
@xstate/react@3.2.2 | 1.6.3...3.2.2 | None | +2/-1 |
xstate-release-bot |
This PR contains the following updates:
^1.2.0
->^3.0.0
Release Notes
statelyai/xstate
### [`v3.2.2`](https://togithub.com/statelyai/xstate/releases/tag/%40xstate/react%403.2.2) [Compare Source](https://togithub.com/statelyai/xstate/compare/@xstate/react@3.2.1...@xstate/react@3.2.2) ##### Patch Changes - [#3919](https://togithub.com/statelyai/xstate/pull/3919) [`6665f0a32`](https://togithub.com/statelyai/xstate/commit/6665f0a32327407e8fec12240383f211094d929c) Thanks [@c-w](https://togithub.com/c-w)! - Updated the allowed range for the `use-isomorphic-layout-effect` dependency. ### [`v3.2.1`](https://togithub.com/statelyai/xstate/releases/tag/%40xstate/react%403.2.1) [Compare Source](https://togithub.com/statelyai/xstate/compare/@xstate/react@3.2.0...@xstate/react@3.2.1) ##### Patch Changes - [#3829](https://togithub.com/statelyai/xstate/pull/3829) [`c110c429d`](https://togithub.com/statelyai/xstate/commit/c110c429d33cb724242ff65136de3ebe408eab97) Thanks [@Andarist](https://togithub.com/Andarist)! - Fixed compatibility of the generated TS types for `createActorContext` with pre-4.7. ### [`v3.2.0`](https://togithub.com/statelyai/xstate/releases/tag/%40xstate/react%403.2.0) [Compare Source](https://togithub.com/statelyai/xstate/compare/@xstate/react@3.1.2...@xstate/react@3.2.0) ##### Minor Changes - [#3814](https://togithub.com/statelyai/xstate/pull/3814) [`494203b3d`](https://togithub.com/statelyai/xstate/commit/494203b3dc358807e96cf1368f1347ff8e1d14e3) Thanks [@Andarist](https://togithub.com/Andarist)! - The `Provider` from `createActorContext(...)` now accepts the `options={{...}}` prop that takes the same object as the second argument to the `useMachine(machine, options)` hook. These options are no longer passed as the second argument to the `createActorContext(machine)` function: ```diff -const SomeContext = createActorContext(someMachine, - { actions: { ... } }); +const SomeContext = createActorContext(someMachine); // ... -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 this update again.
This PR has been generated by Mend Renovate using a preset from . View repository job log here