risk-of-thunder / R2API

A modding API for Risk of Rain 2
https://thunderstore.io/package/tristanmcpherson/R2API/
MIT License
136 stars 55 forks source link

Bump BepInEx.Core from 5.4.19 to 5.4.21 #411

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 years ago

Bumps BepInEx.Core from 5.4.19 to 5.4.21.

Release notes

Sourced from BepInEx.Core's releases.

BepInEx 5.4.21

⚠️ BepInEx 5 now enters long term support (LTS) mode

BepInEx 5.4 is the last version of BepInEx 5 with major updates. Any BepInEx 5 releases starting version 5.4 will be minor and only contain fixes along with package version updates. Our main development focus now shifts to implementing BepInEx 6.

For developers: BepInEx 5 source code is now maintained on v5-lts branch. In turn master branch will start hosting BepInEx 6 source. All PRs regarding BepInEx 5 should be targeting that branch instead of master.

Changelog

  • Fixed new Unity.InputSystem support breaking on some Unity games (#446)

BepInEx 5.4.20

⚠️ BepInEx 5 now enters long term support (LTS) mode

BepInEx 5.4 is the last version of BepInEx 5 with major updates. Any BepInEx 5 releases starting version 5.4 will be minor and only contain fixes along with package version updates. Our main development focus now shifts to implementing BepInEx 6.

For developers: BepInEx 5 source code is now maintained on v5-lts branch. In turn master branch will start hosting BepInEx 6 source. All PRs regarding BepInEx 5 should be targeting that branch instead of master.

Changelog

  • Fixed KeyboardShortcut not working on games that use Unity.InputSystem instead of the legacy input system
    • This version additionally exposes UnityInput to manually check for input in a library-agnostic way. Note that using this API is discouraged! Instead, use KeyboardShortcut to ensure plugin compatibility
Commits
  • 0d06996 UnityInput: revert to null input in case of total failure
  • ea709e2 Bump version
  • 806d6d2 UnityInput: remove hard dependency on Unity.InputManager (fixes #446)
  • a79d657 UnityInput: Reformat, fix LegacyInputSystemAvailable not being static
  • e570405 Fix UnityEngine ref for BepInExTests
  • 286da9e Bump version
  • eb46150 Use UnityEngine.5.6.1; make Unity.InputSystem private
  • 957cb3f Merge pull request #444 from BepInEx/v5-inputwrapper
  • 7a328b3 Rename to UnityInput
  • 2522c99 Merge pull request #440 from BepInEx/v5-nuget
  • Additional commits viewable in compare view


Dependabot compatibility score

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.
dependabot[bot] commented 2 months ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.