Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Mar 15, 2019

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@cycle/isolate (source) 3.4.0 -> 5.2.0 age adoption passing confidence

Release Notes

cyclejs/cyclejs

v5.2.0

v5.1.0

v5.0.0

  • fix(isolate): use TypeScript unknown to force casting types (ff698ce)
BREAKING CHANGE
  • If you use JavaScript, there are no breaking changes. If you use
    TypeScript, then from now onwards isolate() returns sink types that are
    never type "any", but instead returns "unknown". Often it may infer the
    correct type, but when it cannot infer the type, it will return
    "unknown" which means you are forced to type cast it to the correct
    type. This is better than "any", because "any" is like JavaScript and
    gives little type safety.

v4.2.0

  • fix(isolate): support TypeScript's strict mode (c8aee41)

v4.1.0

  • fix(isolate): support TypeScript 3.1 (3e847bb)
  • refactor(isolate): move isolate tooling to pnpm (6aea3e7)
BREAKING CHANGE
  • If you use JavaScript, there are no breaking changes. If you use
    TypeScript, this package may not work anymore with versions of TS below
    3.1.

v4.0.0

4.0.0 (2018-09-26)


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.


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

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

@renovate renovate bot force-pushed the renovate/cycle-isolate-5.x branch from 049a2aa to e281828 Compare September 30, 2019 10:55
@renovate renovate bot force-pushed the renovate/cycle-isolate-5.x branch from e281828 to 25090a4 Compare November 10, 2019 18:57
@renovate
Copy link
Author

renovate bot commented Mar 25, 2023

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.

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.

2 participants