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

build(deps): bump orbit_version from 4.6.1 to 6.0.0 #13

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 19, 2023

Bumps orbit_version from 4.6.1 to 6.0.0.
Updates org.orbit-mvi:orbit-core from 4.6.1 to 6.0.0

Release notes

Sourced from org.orbit-mvi:orbit-core's releases.

6.0.0 New test framework stable

Description

New testing framework

The new testing framework has been proved in a real project, tested, cleaned up and released as Stable!

Check out the documentation here: https://orbit-mvi.org/Test/new

The old testing framework is now deprecated and will be removed in 7.0.0, as we want to encourage the transition.

OnCreate changes

The onCreate lambda is now an intent to improve consistency and enable improved testing functionality.

Deprecated functions removed

Some variants of test livetest and container have been removed.

Functional changes

  • Old testing framework deprecated - this is the last major version to support the old testing framework.
  • New testing framework promoted to stable 🎉
  • [BREAKING] onCreate lambda in container factory functions is now an implicit intent. This creates more consistency in the APIs and supports new test functionality.
  • [BREAKING] intent now returns a coroutine Job
  • New testing framework changes:
    • runOnCreate and invokeIntent now return a coroutine Job to allow us to join or cancel the job for that intent in tests.
    • [BREAKING] At the end of the test, the framework checks if all in progress intents are finished, fails otherwise.
  • [BREAKING] Removed some of the deprecated test, liveTest and container functions

What's Changed

New Contributors

Full Changelog: orbit-mvi/orbit-mvi@5.0.0...6.0.0

5.0.0 Dependency updates

Notable changes:

Below are potentially breaking changes depending on your project setup:

  • Kotlin version bumped to 1.8.21
  • Coroutines version bumped to 1.7.1

... (truncated)

Commits

Updates org.orbit-mvi:orbit-viewmodel from 4.6.1 to 6.0.0

Release notes

Sourced from org.orbit-mvi:orbit-viewmodel's releases.

6.0.0 New test framework stable

Description

New testing framework

The new testing framework has been proved in a real project, tested, cleaned up and released as Stable!

Check out the documentation here: https://orbit-mvi.org/Test/new

The old testing framework is now deprecated and will be removed in 7.0.0, as we want to encourage the transition.

OnCreate changes

The onCreate lambda is now an intent to improve consistency and enable improved testing functionality.

Deprecated functions removed

Some variants of test livetest and container have been removed.

Functional changes

  • Old testing framework deprecated - this is the last major version to support the old testing framework.
  • New testing framework promoted to stable 🎉
  • [BREAKING] onCreate lambda in container factory functions is now an implicit intent. This creates more consistency in the APIs and supports new test functionality.
  • [BREAKING] intent now returns a coroutine Job
  • New testing framework changes:
    • runOnCreate and invokeIntent now return a coroutine Job to allow us to join or cancel the job for that intent in tests.
    • [BREAKING] At the end of the test, the framework checks if all in progress intents are finished, fails otherwise.
  • [BREAKING] Removed some of the deprecated test, liveTest and container functions

What's Changed

New Contributors

Full Changelog: orbit-mvi/orbit-mvi@5.0.0...6.0.0

5.0.0 Dependency updates

Notable changes:

Below are potentially breaking changes depending on your project setup:

  • Kotlin version bumped to 1.8.21
  • Coroutines version bumped to 1.7.1

... (truncated)

Commits

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps `orbit_version` from 4.6.1 to 6.0.0.

Updates `org.orbit-mvi:orbit-core` from 4.6.1 to 6.0.0
- [Release notes](https://github.com/orbit-mvi/orbit-mvi/releases)
- [Changelog](https://github.com/orbit-mvi/orbit-mvi/blob/main/CHANGELOG.md)
- [Commits](orbit-mvi/orbit-mvi@4.6.1...6.0.0)

Updates `org.orbit-mvi:orbit-viewmodel` from 4.6.1 to 6.0.0
- [Release notes](https://github.com/orbit-mvi/orbit-mvi/releases)
- [Changelog](https://github.com/orbit-mvi/orbit-mvi/blob/main/CHANGELOG.md)
- [Commits](orbit-mvi/orbit-mvi@4.6.1...6.0.0)

---
updated-dependencies:
- dependency-name: org.orbit-mvi:orbit-core
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.orbit-mvi:orbit-viewmodel
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants