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

chore(deps): bump mccoroutineVersion from 2.4.0 to 2.13.0 #83

Merged
merged 2 commits into from
Sep 1, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 1, 2023

Bumps mccoroutineVersion from 2.4.0 to 2.13.0.
Updates com.github.shynixn.mccoroutine:mccoroutine-bukkit-api from 2.4.0 to 2.13.0

Release notes

Sourced from com.github.shynixn.mccoroutine:mccoroutine-bukkit-api's releases.

Release 2.13.0

Changes

Release 2.12.1

Bugs/Issues

  • #102 Fixed scheduler is loaded later in velocity version 3.2.x.

Release 2.12.0

Bugs/Issues

  • #100 Fixed mixing suspend and non suspend functions in SuspendingListener in Bukkit may cause performance issues for some events.

Release 2.11.0

Changes

Release 2.10.0

Changes

  • #91 Added new modules to support the game server called Minestom.

Release 2.9.0

Changes

  • #89 Added a new module called mccoroutine-bukkit-test, which contains an implementation of MCCoroutine designed for UnitTests. The details are documented on this wiki page.

Release 2.8.0

Changes

  • #78 Added a way to customize the behaviour of MCCoroutine when a plugin gets disabled. The default behavior is the same as before, no changes are necessary. The details are documented on this wiki page.
  • #87 Improved the documentation regarding asyncDispatcher.

Release 2.7.0

Bugs/Issues

  • #82 Fixed potential deadlocks when joining a job in onDisable with runBlocking. Thanks to @​Jupiops.
  • #84, #85 Fixed MCCoroutineExceptionEvent is not correctly called when using asyncDispatcher in Paper. Thanks to @​Spliterash.

Release 2.6.0

Developer Notes

  • See 2.0 changes if you are upgrading from 1.x.x to 2.x.x.

... (truncated)

Commits

Updates com.github.shynixn.mccoroutine:mccoroutine-bukkit-core from 2.4.0 to 2.13.0

Release notes

Sourced from com.github.shynixn.mccoroutine:mccoroutine-bukkit-core's releases.

Release 2.13.0

Changes

Release 2.12.1

Bugs/Issues

  • #102 Fixed scheduler is loaded later in velocity version 3.2.x.

Release 2.12.0

Bugs/Issues

  • #100 Fixed mixing suspend and non suspend functions in SuspendingListener in Bukkit may cause performance issues for some events.

Release 2.11.0

Changes

Release 2.10.0

Changes

  • #91 Added new modules to support the game server called Minestom.

Release 2.9.0

Changes

  • #89 Added a new module called mccoroutine-bukkit-test, which contains an implementation of MCCoroutine designed for UnitTests. The details are documented on this wiki page.

Release 2.8.0

Changes

  • #78 Added a way to customize the behaviour of MCCoroutine when a plugin gets disabled. The default behavior is the same as before, no changes are necessary. The details are documented on this wiki page.
  • #87 Improved the documentation regarding asyncDispatcher.

Release 2.7.0

Bugs/Issues

  • #82 Fixed potential deadlocks when joining a job in onDisable with runBlocking. Thanks to @​Jupiops.
  • #84, #85 Fixed MCCoroutineExceptionEvent is not correctly called when using asyncDispatcher in Paper. Thanks to @​Spliterash.

Release 2.6.0

Developer Notes

  • See 2.0 changes if you are upgrading from 1.x.x to 2.x.x.

... (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 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)

Bumps `mccoroutineVersion` from 2.4.0 to 2.13.0.

Updates `com.github.shynixn.mccoroutine:mccoroutine-bukkit-api` from 2.4.0 to 2.13.0
- [Release notes](https://github.com/Shynixn/MCCoroutine/releases)
- [Commits](Shynixn/MCCoroutine@2.4.0...2.13.0)

Updates `com.github.shynixn.mccoroutine:mccoroutine-bukkit-core` from 2.4.0 to 2.13.0
- [Release notes](https://github.com/Shynixn/MCCoroutine/releases)
- [Commits](Shynixn/MCCoroutine@2.4.0...2.13.0)

---
updated-dependencies:
- dependency-name: com.github.shynixn.mccoroutine:mccoroutine-bukkit-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.github.shynixn.mccoroutine:mccoroutine-bukkit-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Change about dependencies java Pull requests that update Java code labels Sep 1, 2023
@sonarcloud
Copy link

sonarcloud bot commented Sep 1, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@Distractic Distractic merged commit 3e91f25 into main Sep 1, 2023
4 checks passed
@Distractic Distractic deleted the dependabot-gradle-mccoroutineVersion-2.13.0 branch September 1, 2023 12:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Change about dependencies java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant