Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency xstate to v4.38.3 - abandoned #978

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 12, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
xstate (source) 4.35.4 -> 4.38.3 age adoption passing confidence

Release Notes

statelyai/xstate (xstate)

v4.38.3

Compare Source

Patch Changes
  • #​4380 e9e065822 Thanks @​Andarist! - Fixed an issue with exit actions sometimes being called twice when a machine reaches its final state and leads its parent to stopping it at the same time.

v4.38.2

Compare Source

Patch Changes

v4.38.1

Compare Source

Patch Changes
  • #​4130 e659fac5d Thanks @​davidkpiano! - The pure(...) action creator is now properly typed so that it allows function actions:

    actions: pure(() => [
      // now allowed!
      (context, event) => { ... }
    ])

v4.38.0

Compare Source

Minor Changes
  • #​4098 ae7691811 Thanks @​davidkpiano! - The log, pure, choose, and stop actions were added to the main export:

    import { log, pure, choose, stop } from 'xstate';

v4.37.2

Compare Source

Patch Changes
  • #​3972 2b9583a63 Thanks @​Andarist! - The "Some implementations missing" type-level error will now mention what implementations are missing.

v4.37.1

Compare Source

Patch Changes

v4.37.0

Compare Source

v4.36.0

Compare Source

Minor Changes
  • #​3393 430986cdf Thanks @​davidkpiano! - Deprecated send() action creator. Instead of that, you can use sendTo() to send events to other actors and raise() to send events to the "self" actor.

  • #​3802 8743ad0bd Thanks @​Andarist! - Fixed a class of inference problems for our builtin actions (assign, sendTo, etc).

  • #​3694 fd589055b Thanks @​Andarist! - All actions received a new generic: TExpressionEvent. To type things more correctly and allow TS to infer things better we need to distinguish between all events accepted by a machine (TEvent) and the event type that actions are "called" with (TExpressionEvent).

    It's best to rely on type inference so you shouldn't have to specify this generic manually all over the place.

Patch Changes
  • #​3818 2d8d84fd8 Thanks @​Andarist! - Fixed inference for assign using PropertyAssigner, like here:

    actions: assign({
      counter: 0,
      delta: (ctx, ev) => ev.delta
    });

Configuration

📅 Schedule: Branch creation - "after 9pm on sunday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@changeset-bot
Copy link

changeset-bot bot commented Jun 12, 2023

⚠️ No Changeset found

Latest commit: dfa232c

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate renovate bot force-pushed the renovate/xstate-monorepo branch 15 times, most recently from 297f904 to e129873 Compare June 21, 2023 00:47
@renovate renovate bot force-pushed the renovate/xstate-monorepo branch 2 times, most recently from ba1a1a7 to c730359 Compare June 25, 2023 00:00
@github-actions
Copy link
Contributor

github-actions bot commented Jun 25, 2023

Project Preview URL1 Manage
Limber https://renovate-/xstate-monorepo.limber-glimdown.pages.dev on Cloudflare
Tutorial https://renovate-/xstate-monorepo.limber-glimmer-tutorial.pages.dev on Cloudflare

Logs

Footnotes

  1. if these branch preview links are not working, please check the logs for the commit-based preview link. There is a character limit of 28 for the branch subdomain, as well as some other heuristics, described here for the sake of implementation ease in deploy-preview.yml, that algo has been omitted. The URLs are logged in the wrangler output, but it's hard to get outputs from a matrix job.

@renovate renovate bot force-pushed the renovate/xstate-monorepo branch 7 times, most recently from 70b66d0 to c430380 Compare June 25, 2023 19:18
@renovate renovate bot changed the title Update dependency xstate to v4.37.2 Update dependency xstate to v4.38.0 Jun 25, 2023
@renovate renovate bot force-pushed the renovate/xstate-monorepo branch 3 times, most recently from 1ff9e84 to 309c838 Compare June 25, 2023 22:03
@renovate renovate bot force-pushed the renovate/xstate-monorepo branch 2 times, most recently from dfa232c to 32d950d Compare February 25, 2024 21:21
@renovate renovate bot force-pushed the renovate/xstate-monorepo branch 2 times, most recently from cfbc3df to 5156405 Compare March 10, 2024 21:51
@renovate renovate bot force-pushed the renovate/xstate-monorepo branch from 5156405 to fb4a471 Compare March 17, 2024 21:17
@renovate renovate bot force-pushed the renovate/xstate-monorepo branch from fb4a471 to 2686b89 Compare March 24, 2024 21:22
@renovate renovate bot force-pushed the renovate/xstate-monorepo branch from 2686b89 to ab18c9c Compare March 31, 2024 21:28
@renovate renovate bot force-pushed the renovate/xstate-monorepo branch from ab18c9c to 1e7716f Compare April 7, 2024 22:49
@renovate renovate bot force-pushed the renovate/xstate-monorepo branch 2 times, most recently from ebab786 to 61af300 Compare April 21, 2024 22:17
@renovate renovate bot force-pushed the renovate/xstate-monorepo branch from 61af300 to ef2a815 Compare April 28, 2024 22:32
@renovate renovate bot force-pushed the renovate/xstate-monorepo branch 2 times, most recently from 2dd298e to dae2ad1 Compare May 12, 2024 22:04
@renovate renovate bot force-pushed the renovate/xstate-monorepo branch 2 times, most recently from f2e4ac2 to f3913b1 Compare May 26, 2024 21:46
@renovate renovate bot force-pushed the renovate/xstate-monorepo branch from f3913b1 to 1fd3eab Compare June 2, 2024 22:08
@renovate renovate bot force-pushed the renovate/xstate-monorepo branch 2 times, most recently from ce7d8b2 to 12a433f Compare June 16, 2024 21:57
@renovate renovate bot force-pushed the renovate/xstate-monorepo branch from 12a433f to 71f895d Compare June 23, 2024 23:25
@renovate renovate bot force-pushed the renovate/xstate-monorepo branch 2 times, most recently from 2820dce to 81f070e Compare July 7, 2024 21:42
@renovate renovate bot force-pushed the renovate/xstate-monorepo branch from 81f070e to ef06064 Compare July 14, 2024 21:18
@renovate renovate bot force-pushed the renovate/xstate-monorepo branch from ef06064 to 4402dfc Compare July 21, 2024 22:34
Copy link
Contributor Author

renovate bot commented Jul 21, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@renovate renovate bot changed the title Update dependency xstate to v4.38.3 Update dependency xstate to v4.38.3 - abandoned Oct 20, 2024
Copy link
Contributor Author

renovate bot commented Oct 20, 2024

Autoclosing Skipped

This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants