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 bevy_mod_sysfail requirement from 3.0 to 7.0 #77

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 Mar 9, 2024

Updates the requirements on bevy_mod_sysfail to permit the latest version.

Changelog

Sourced from bevy_mod_sysfail's changelog.

7.0.0

  • Bumped bevy version to 0.13

6.0.0

Major Breaking release.

  • Removed all deprecated methods
  • Remove #[quick_sysfail] in favor of #[sysfail(Ignore)]
  • Remove support for Option<()>. Consider replacing option? by option.ok(())?
  • Replace the log = "foo" syntax by Log<ErrorType, Foo>.
  • Automatically add return type to system. This means that you should remove the return type from your #[sysfail] systems.
  • Failure is now a trait on the error type returned by the #[sysfail] system, rather than the whole return type.
  • Failure now has an associated type: Param. It allows accessing arbitrary system parameters in the error handling code.
  • Renamed FailureMode to Dedup.
  • Now bevy_mod_sysfail directly depends on bevy, rather than its subcrates
  • Added the full features, enabled by default. Disabling removes the bevy dependency, to only depend on bevy_ecs, but at the cost of removing the Log Failure definition.
  • Added the Emit Failure, which sends Errs as bevy Events.
  • Added LogSimply, a variant of Log that works without Res<Time>
  • Added example showing how to extend with your own behavior the Failure trait.
  • Added the system name to the log message's "target" field (by default, this is the bit of text before the "ERROR" colored text)
  • Added #[exclusive_sysfail], works like #[sysfail] but is fully supported by exclusive systems. It only supports Failures where Param = ()

4.1.0

  • fix macro dependency of the non-macro crate

4.0.0

  • Now the module reported in the error message is the one the system is in
  • Deprecated OverrideLevel and other runtime logging levels, this makes implementation much easier
  • Breaking: Now, runtime logging levels are completely ignored.
  • Breaking: The default error level for &str and Option stuff has been set to error.
  • Remove the darling dependency
  • Update syn to version 2, this reduces cold compile times

3.0.0

Breaking: Update to bevy 0.11

2.0.0

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Updates the requirements on [bevy_mod_sysfail](https://github.com/nicopap/bevy_mod_sysfail) to permit the latest version.
- [Changelog](https://github.com/nicopap/bevy_mod_sysfail/blob/main/CHANGELOG.md)
- [Commits](nicopap/bevy_mod_sysfail@v3.0.0...v7.0.0)

---
updated-dependencies:
- dependency-name: bevy_mod_sysfail
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 9, 2024
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.

None yet

0 participants