Skip to content

chore(deps): bump configurate from 4.1.2 to 4.2.0 #82

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: version/1.21
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Apr 11, 2025

Bumps configurate from 4.1.2 to 4.2.0.
Updates org.spongepowered:configurate-yaml from 4.1.2 to 4.2.0

Release notes

Sourced from org.spongepowered:configurate-yaml's releases.

Configurate v4.2.0

At long last, Configurate 4.2.0 is here. This release offers a variety of smaller features and fixes, please see below for a full listing. Thank you for your patience -- hopefully we have some bigger things to offer in the near future.

(you didn't see any mistakes in the publishing of this release)

what's changed

core

  • 06c4e3cf - Fix list value cannot be de-serialized (#421)
  • 2ed493fa - fix(core): Pass through exceptions from TypeSerializers
  • 621e7915 - fix(core): Be stricter about implicitly creating list nodes
  • 169bbdc6 - feat(core): Add TypeSerializer for Optional
  • 8c35fd3b - core: Add new PatternFlags annotation to modify the Pattern serializer
  • 0edfdcfb - core: Box when setting values with a Type
  • b4489198 - core: Correct documentation on BooleanSerializer for 4.0.0 changes
  • 48dd2c8f - core: Allow type serializers to work with annotated types (#296)
  • 66092f42 - core: Add an object discoverer for only instantiable objects
  • 255c7246 - core: Allow building empty transformations
  • ea956f56 - core: Add support for object mapper post-processing (#294)
  • 1333c96f - Add a LoaderOptionSource to configure loaders (#215)
  • 3c48e842 - core: Handle interaction of implicit initialization and default values
  • b8df03e4 - core: Actually stop trying to write files when successful
  • 49575dd8 - core: Correct javadoc in ConfigurationOptions for implicit init option
  • fa4ccd15 - Fix getString serialization. (#245)
  • 1392ef70 - Remove some erroneous nullable annotations from ConfigurationNode (#217)

hocon

  • 41dc9e4f - fix(hocon): out of bounds exception with empty comment line (#451)
  • 458466c4 - hocon: fix round-tripping of extraneous comment indent (#449)
  • 4d58ce32 - hocon: Add option for indent level (#448)
  • 53201eeb - hocon: setup vendor project, remove config sorting on write and use order preserving collections (#446)

yaml

  • f8bb158a - yaml: Move to bundled patched copy of SnakeYAML
  • 5e745c3f - fix(snakeyaml): Avoid emitting unnecessary whitespace with comments

extra-kotlin

  • 3ad6a692 - Add Kotlin extensions and helpers around ObjectMapper and Processors (#409)

extra-dfu4

  • 859aec56 - extra-dfu4: Add cross-compatibility with SLF4J-using versions of DFU

tooling changes

  • 352310e4 - build: Publish javadoc to Sponge-wide index

... (truncated)

Commits
  • 8587250 release: version 4.2.0
  • 723b4c1 you didn't see anything
  • 87d5360 feat(core): Expose annotated type information to scalar serializers (#556)
  • ad6d637 chore(deps): Update dependency org.codenarc:CodeNarc to v3.6.0-groovy-4.0 (#554)
  • 4abb4da chore(deps): Update dependency org.junit:junit-bom to v5.12.0 (#555)
  • dadad96 chore(deps): Update dependency com.puppycrawl.tools:checkstyle to v10.21.3 (#...
  • 059aacd chore(deps): Update build deps and github actions (#552)
  • 34bed86 feat!(core): redesign loader option system to use option library (#551)
  • b0a89d2 chore(deps): bump gitpacher version for fix
  • a6c8416 chore: attempt to fix site generation
  • Additional commits viewable in compare view

Updates org.spongepowered:configurate-jackson from 4.1.2 to 4.2.0

Release notes

Sourced from org.spongepowered:configurate-jackson's releases.

Configurate v4.2.0

At long last, Configurate 4.2.0 is here. This release offers a variety of smaller features and fixes, please see below for a full listing. Thank you for your patience -- hopefully we have some bigger things to offer in the near future.

(you didn't see any mistakes in the publishing of this release)

what's changed

core

  • 06c4e3cf - Fix list value cannot be de-serialized (#421)
  • 2ed493fa - fix(core): Pass through exceptions from TypeSerializers
  • 621e7915 - fix(core): Be stricter about implicitly creating list nodes
  • 169bbdc6 - feat(core): Add TypeSerializer for Optional
  • 8c35fd3b - core: Add new PatternFlags annotation to modify the Pattern serializer
  • 0edfdcfb - core: Box when setting values with a Type
  • b4489198 - core: Correct documentation on BooleanSerializer for 4.0.0 changes
  • 48dd2c8f - core: Allow type serializers to work with annotated types (#296)
  • 66092f42 - core: Add an object discoverer for only instantiable objects
  • 255c7246 - core: Allow building empty transformations
  • ea956f56 - core: Add support for object mapper post-processing (#294)
  • 1333c96f - Add a LoaderOptionSource to configure loaders (#215)
  • 3c48e842 - core: Handle interaction of implicit initialization and default values
  • b8df03e4 - core: Actually stop trying to write files when successful
  • 49575dd8 - core: Correct javadoc in ConfigurationOptions for implicit init option
  • fa4ccd15 - Fix getString serialization. (#245)
  • 1392ef70 - Remove some erroneous nullable annotations from ConfigurationNode (#217)

hocon

  • 41dc9e4f - fix(hocon): out of bounds exception with empty comment line (#451)
  • 458466c4 - hocon: fix round-tripping of extraneous comment indent (#449)
  • 4d58ce32 - hocon: Add option for indent level (#448)
  • 53201eeb - hocon: setup vendor project, remove config sorting on write and use order preserving collections (#446)

yaml

  • f8bb158a - yaml: Move to bundled patched copy of SnakeYAML
  • 5e745c3f - fix(snakeyaml): Avoid emitting unnecessary whitespace with comments

extra-kotlin

  • 3ad6a692 - Add Kotlin extensions and helpers around ObjectMapper and Processors (#409)

extra-dfu4

  • 859aec56 - extra-dfu4: Add cross-compatibility with SLF4J-using versions of DFU

tooling changes

  • 352310e4 - build: Publish javadoc to Sponge-wide index

... (truncated)

Commits
  • 8587250 release: version 4.2.0
  • 723b4c1 you didn't see anything
  • 87d5360 feat(core): Expose annotated type information to scalar serializers (#556)
  • ad6d637 chore(deps): Update dependency org.codenarc:CodeNarc to v3.6.0-groovy-4.0 (#554)
  • 4abb4da chore(deps): Update dependency org.junit:junit-bom to v5.12.0 (#555)
  • dadad96 chore(deps): Update dependency com.puppycrawl.tools:checkstyle to v10.21.3 (#...
  • 059aacd chore(deps): Update build deps and github actions (#552)
  • 34bed86 feat!(core): redesign loader option system to use option library (#551)
  • b0a89d2 chore(deps): bump gitpacher version for fix
  • a6c8416 chore: attempt to fix site generation
  • Additional commits viewable in compare view

Updates org.spongepowered:configurate-extra-kotlin from 4.1.2 to 4.2.0

Release notes

Sourced from org.spongepowered:configurate-extra-kotlin's releases.

Configurate v4.2.0

At long last, Configurate 4.2.0 is here. This release offers a variety of smaller features and fixes, please see below for a full listing. Thank you for your patience -- hopefully we have some bigger things to offer in the near future.

(you didn't see any mistakes in the publishing of this release)

what's changed

core

  • 06c4e3cf - Fix list value cannot be de-serialized (#421)
  • 2ed493fa - fix(core): Pass through exceptions from TypeSerializers
  • 621e7915 - fix(core): Be stricter about implicitly creating list nodes
  • 169bbdc6 - feat(core): Add TypeSerializer for Optional
  • 8c35fd3b - core: Add new PatternFlags annotation to modify the Pattern serializer
  • 0edfdcfb - core: Box when setting values with a Type
  • b4489198 - core: Correct documentation on BooleanSerializer for 4.0.0 changes
  • 48dd2c8f - core: Allow type serializers to work with annotated types (#296)
  • 66092f42 - core: Add an object discoverer for only instantiable objects
  • 255c7246 - core: Allow building empty transformations
  • ea956f56 - core: Add support for object mapper post-processing (#294)
  • 1333c96f - Add a LoaderOptionSource to configure loaders (#215)
  • 3c48e842 - core: Handle interaction of implicit initialization and default values
  • b8df03e4 - core: Actually stop trying to write files when successful
  • 49575dd8 - core: Correct javadoc in ConfigurationOptions for implicit init option
  • fa4ccd15 - Fix getString serialization. (#245)
  • 1392ef70 - Remove some erroneous nullable annotations from ConfigurationNode (#217)

hocon

  • 41dc9e4f - fix(hocon): out of bounds exception with empty comment line (#451)
  • 458466c4 - hocon: fix round-tripping of extraneous comment indent (#449)
  • 4d58ce32 - hocon: Add option for indent level (#448)
  • 53201eeb - hocon: setup vendor project, remove config sorting on write and use order preserving collections (#446)

yaml

  • f8bb158a - yaml: Move to bundled patched copy of SnakeYAML
  • 5e745c3f - fix(snakeyaml): Avoid emitting unnecessary whitespace with comments

extra-kotlin

  • 3ad6a692 - Add Kotlin extensions and helpers around ObjectMapper and Processors (#409)

extra-dfu4

  • 859aec56 - extra-dfu4: Add cross-compatibility with SLF4J-using versions of DFU

tooling changes

  • 352310e4 - build: Publish javadoc to Sponge-wide index

... (truncated)

Commits
  • 8587250 release: version 4.2.0
  • 723b4c1 you didn't see anything
  • 87d5360 feat(core): Expose annotated type information to scalar serializers (#556)
  • ad6d637 chore(deps): Update dependency org.codenarc:CodeNarc to v3.6.0-groovy-4.0 (#554)
  • 4abb4da chore(deps): Update dependency org.junit:junit-bom to v5.12.0 (#555)
  • dadad96 chore(deps): Update dependency com.puppycrawl.tools:checkstyle to v10.21.3 (#...
  • 059aacd chore(deps): Update build deps and github actions (#552)
  • 34bed86 feat!(core): redesign loader option system to use option library (#551)
  • b0a89d2 chore(deps): bump gitpacher version for fix
  • a6c8416 chore: attempt to fix site generation
  • Additional commits viewable in compare view

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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps `configurate` from 4.1.2 to 4.2.0.

Updates `org.spongepowered:configurate-yaml` from 4.1.2 to 4.2.0
- [Release notes](https://github.com/SpongePowered/Configurate/releases)
- [Commits](SpongePowered/Configurate@4.1.2...4.2.0)

Updates `org.spongepowered:configurate-jackson` from 4.1.2 to 4.2.0
- [Release notes](https://github.com/SpongePowered/Configurate/releases)
- [Commits](SpongePowered/Configurate@4.1.2...4.2.0)

Updates `org.spongepowered:configurate-extra-kotlin` from 4.1.2 to 4.2.0
- [Release notes](https://github.com/SpongePowered/Configurate/releases)
- [Commits](SpongePowered/Configurate@4.1.2...4.2.0)

---
updated-dependencies:
- dependency-name: org.spongepowered:configurate-yaml
  dependency-version: 4.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.spongepowered:configurate-jackson
  dependency-version: 4.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.spongepowered:configurate-extra-kotlin
  dependency-version: 4.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java labels Apr 11, 2025
@ammodev ammodev removed the java label Apr 12, 2025
@twisti-dev twisti-dev added the java Pull requests that update java code label May 19, 2025
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.

2 participants