Skip to content

chore(deps): bump api from 4.4.0 to 5.0.0 #15

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

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 Mar 29, 2021

Bumps api from 4.4.0 to 5.0.0.

Release notes

Sourced from api's releases.

v5.0.0-beta.1

5.0.0-beta.1 (2021-03-28)

Bug Fixes

  • release: correct semantic-release config (1c99f9b)
  • release: remove pre-release branches (5caf953)
  • cyclic dependency graph check not working (f3a5d16)
  • onBootstrap not called after modules have been enabled (6d39b4e)
  • remove methods that can directly create a scope to avoid misuse and cleanup api surface (9f46e2d)

Code Refactoring

  • removed old @​On... lifecycle phase annotations in favor of strongly typed modules implementing Module (32459a9)

Features

  • add new module interface with strongly typed lifecycle methods (f7c3978)
  • add the option to disable automatic module registration within the ArtModule annotation (4b1da6b)
  • allow registration of modules on the fly without relying on magic methods (b3591e4)
  • automatically register the bootstrap scope as a global scope (1cd6016)
  • include the placeholderapi replacements module in the bukkit platform (fc78038)

BREAKING CHANGES

  • the @​On... annotations have been removed in favor of implementing Module
  • all modules must now extend Module and no longer need the @​On... annotations
  • the ART.bootstrap(BootstrapScope) method now automatically registers the scope as a global scope. Use the ART.bootstrap(BootstrapScope, boolean) method to prevent that.
  • removed Scope.defaultScope() and Scope.of(...) methods as they should not be used to obtain a scope. Directly create a scope for use in tests: new DefaultScope() or use the default global scope ART.globalScope().

v4.5.4

4.5.4 (2021-02-11)

Bug Fixes

  • load art in onenable phase (b9873a9)

v4.5.3

4.5.3 (2021-02-11)

Bug Fixes

  • generic actions and requirements not auto loaded (e5aca43)
  • use reflections to safely scan classpath (970c14f)

... (truncated)

Changelog

Sourced from api's changelog.

4.5.4 (2021-02-11)

Bug Fixes

  • load art in onenable phase (b9873a9)

4.5.3 (2021-02-11)

Bug Fixes

  • generic actions and requirements not auto loaded (e5aca43)
  • use reflections to safely scan classpath (970c14f)

4.5.2 (2021-02-11)

Bug Fixes

  • load and enable all art after all other plugins are loaded (6bb89df)

4.5.1 (2021-02-08)

Bug Fixes

  • add missing location and entity damage trigger (e7b2d5d)
  • allow empty flow lists when parsing art (5b91261)
  • default finder not all registered (c60f1c6)
  • equals and hashcode of artcontext not correct (ba6c240)

4.5.0 (2021-02-01)

Features

  • auto apply prefix of module in same code source (ee30e8c)
Commits

Dependabot compatibility score

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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Mar 29, 2021
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 java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants