Skip to content

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Aug 29, 2023

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)

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

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

📘 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 <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 [ch.jalu:configme](https://github.com/AuthMe/ConfigMe) from 1.3.0 to 1.4.1.
- [Changelog](https://github.com/AuthMe/ConfigMe/blob/master/CHANGELOG.md)
- [Commits](AuthMe/ConfigMe@configme-1.3.0...configme-1.4.1)

---
updated-dependencies:
- dependency-name: ch.jalu:configme
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 29, 2023
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
Development

Successfully merging this pull request may close these issues.

0 participants