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

Bump BepInEx.Core from 5.4.19 to 5.4.21 #411

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jul 20, 2022

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 dependabot bot added the dependencies Pull requests that update a dependency file label Jul 20, 2022
Bumps [BepInEx.Core](https://github.com/BepInEx/BepInEx) from 5.4.19 to 5.4.21.
- [Release notes](https://github.com/BepInEx/BepInEx/releases)
- [Commits](BepInEx/BepInEx@v5.4.19...v5.4.21)

---
updated-dependencies:
- dependency-name: BepInEx.Core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/nuget/BepInEx.Core-5.4.21 branch from 7bd875a to d328177 Compare December 18, 2022 05:43
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