Defective4 / AuthMeProxy

A bridge between your AuthMe Spigot instance and your BungeeCord/Velocity proxy.
https://www.spigotmc.org/resources/authmeproxy.116570/
GNU General Public License v3.0
0 stars 0 forks source link

Bump ch.jalu:configme from 1.3.0 to 1.4.1 #8

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 5 months ago

Bumps ch.jalu:configme from 1.3.0 to 1.4.1.

Changelog

Sourced from ch.jalu:configme's changelog.

1.4.1 (2023-08-28)

  • @ExportName can be added on bean fields (previously, it was only possible on accessor methods) (#366)
  • Bug fix: unique comment is repeated if it's in a MapProperty, ListProperty or similar (#362)
  • Bug fix: Property at root path "" could be defined with other properties (#363)
  • Add getter for property type in TypeBasedProperty (#333)

:blue_book: All changes in 1.4.1

1.4.0 (2023-08-12)

  • Annotated all methods with @NotNull and @Nullable for better type inference in Kotlin (#235, #318)
  • Support @Comment on fields of bean properties (#18)
    • Please read about breaking changes if you extend YamlFileResource or other internals.
  • New: VersionMigrationService to run migrations based on a version in the config file (#344)
    • Breaking change: PlainMigrationService#moveProperty has been moved to MigrationUtils#moveProperty
  • @Comment now supports new lines within texts, meaning you can use text blocks to define comments (#334)
  • Private Property fields are supported in SettingsHolder classes (integrates better with Kotlin) (#133)
  • PropertyInitializer: added optionalDoubleProperty and other optional flavors (#311)
  • The concrete Property type is used as the return value for all PropertyInitializer methods (#321)

:blue_book: All changes in 1.4.0

1.3.1 (2023-06-20)

  • Update SnakeYAML dependency for security reasons (#310)
  • Introduce ShortProperty, LongProperty and FloatProperty for convenience (#260)

:blue_book: All changes in 1.3.1

Commits
  • 429798d [maven-release-plugin] prepare release configme-1.4.1
  • e8e5c68 #366 Support ExportName annotation on bean fields
  • 0010415 Bump SnakeYAML to 2.2
  • 61323fe #362 Unique comments: small Javadoc and naming adjustments
  • 82e28bb #362 Respect uniqueness of comments across all properties
  • 7bf10c5 #363 Detect conflicts with root-path property, validate property paths more s...
  • cab40d1 Remove outdated dep. exclusion from POM
  • 69a0705 Dependabot: Fix "versions" property
  • 4ccdb70 Dependabot: Ignore Mockito 5 updates
  • 26cd6d5 #350 Contributing.md: more rephrasing, link to Discord server, link to page o...
  • Additional commits viewable in compare view


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 show 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)
dependabot[bot] commented 5 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.

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