Skip to content

build(deps): bump nightconfig from 3.6.6 to 3.9.0 - #551

Closed
dependabot[bot] wants to merge 1 commit into
v1from
dependabot/gradle/nightconfig-3.8.3
Closed

dependabot[bot] wants to merge 1 commit into
v1from
dependabot/gradle/nightconfig-3.8.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 28, 2025

Copy link
Copy Markdown
Contributor

Bumps nightconfig from 3.6.6 to 3.9.0.
Updates com.electronwill.night-config:core from 3.6.6 to 3.9.0

Release notes

Sourced from com.electronwill.night-config:core's releases.

v3.9.0 with TOML v1.1 support!

What's Changed

How to choose between TOML v1.0 / v1.1

To select the version of TOML, manually build the TomlParser and call setTomlVersion. Example:

var parser = new TomlParser();
parser.setTomlVersion(TomlVersion.v1_1);

For now, the default version is TOML 1.0.

New Contributors

Full Changelog: TheElectronWill/night-config@v3.8.4...v3.9.0

3.8.4 The Return of the Bugfix

Quick fix for #201

Full Changelog: TheElectronWill/night-config@v3.8.3...v3.8.4

3.8.3 more fixes

What's Changed (since 3.8.1)

New Contributors

Full Changelog: TheElectronWill/night-config@v3.8.1...v3.8.3

3.8.1 Async config fixes

What's Changed

Full Changelog: TheElectronWill/night-config@v3.8.0...v3.8.1

... (truncated)

Commits
  • d91d791 Merge pull request #205 from TSRBerry/fix/record-deserialization
  • afff983 Merge pull request #202 from TheElectronWill/feat/toml-v1.1
  • 9e61e56 upgrade foojay gradle plugin to fix IBM_SEMERU error
  • 6c02403 update the readme
  • bd97c85 Fix helpful error message
  • 311c857 Deserialize config objects when deserializing records
  • 77d6684 Check SerdeKey annotation when deserializing records
  • 4279e15 Bump version
  • d47ee2a toml: update the test suite and fix bugs for TOML v1.1
  • 8e767c2 Implement TOML v1.1
  • Additional commits viewable in compare view

Updates com.electronwill.night-config:toml from 3.6.6 to 3.9.0

Release notes

Sourced from com.electronwill.night-config:toml's releases.

v3.9.0 with TOML v1.1 support!

What's Changed

How to choose between TOML v1.0 / v1.1

To select the version of TOML, manually build the TomlParser and call setTomlVersion. Example:

var parser = new TomlParser();
parser.setTomlVersion(TomlVersion.v1_1);

For now, the default version is TOML 1.0.

New Contributors

Full Changelog: TheElectronWill/night-config@v3.8.4...v3.9.0

3.8.4 The Return of the Bugfix

Quick fix for #201

Full Changelog: TheElectronWill/night-config@v3.8.3...v3.8.4

3.8.3 more fixes

What's Changed (since 3.8.1)

New Contributors

Full Changelog: TheElectronWill/night-config@v3.8.1...v3.8.3

3.8.1 Async config fixes

What's Changed

Full Changelog: TheElectronWill/night-config@v3.8.0...v3.8.1

... (truncated)

Commits
  • d91d791 Merge pull request #205 from TSRBerry/fix/record-deserialization
  • afff983 Merge pull request #202 from TheElectronWill/feat/toml-v1.1
  • 9e61e56 upgrade foojay gradle plugin to fix IBM_SEMERU error
  • 6c02403 update the readme
  • bd97c85 Fix helpful error message
  • 311c857 Deserialize config objects when deserializing records
  • 77d6684 Check SerdeKey annotation when deserializing records
  • 4279e15 Bump version
  • d47ee2a toml: update the test suite and fix bugs for TOML v1.1
  • 8e767c2 Implement TOML v1.1
  • Additional commits viewable in compare view

Updates com.electronwill.night-config:yaml from 3.6.6 to 3.9.0

Release notes

Sourced from com.electronwill.night-config:yaml's releases.

v3.9.0 with TOML v1.1 support!

What's Changed

How to choose between TOML v1.0 / v1.1

To select the version of TOML, manually build the TomlParser and call setTomlVersion. Example:

var parser = new TomlParser();
parser.setTomlVersion(TomlVersion.v1_1);

For now, the default version is TOML 1.0.

New Contributors

Full Changelog: TheElectronWill/night-config@v3.8.4...v3.9.0

3.8.4 The Return of the Bugfix

Quick fix for #201

Full Changelog: TheElectronWill/night-config@v3.8.3...v3.8.4

3.8.3 more fixes

What's Changed (since 3.8.1)

New Contributors

Full Changelog: TheElectronWill/night-config@v3.8.1...v3.8.3

3.8.1 Async config fixes

What's Changed

Full Changelog: TheElectronWill/night-config@v3.8.0...v3.8.1

... (truncated)

Commits
  • d91d791 Merge pull request #205 from TSRBerry/fix/record-deserialization
  • afff983 Merge pull request #202 from TheElectronWill/feat/toml-v1.1
  • 9e61e56 upgrade foojay gradle plugin to fix IBM_SEMERU error
  • 6c02403 update the readme
  • bd97c85 Fix helpful error message
  • 311c857 Deserialize config objects when deserializing records
  • 77d6684 Check SerdeKey annotation when deserializing records
  • 4279e15 Bump version
  • d47ee2a toml: update the test suite and fix bugs for TOML v1.1
  • 8e767c2 Implement TOML v1.1
  • Additional commits viewable in compare view

Updates com.electronwill.night-config:json from 3.6.6 to 3.9.0

Release notes

Sourced from com.electronwill.night-config:json's releases.

v3.9.0 with TOML v1.1 support!

What's Changed

How to choose between TOML v1.0 / v1.1

To select the version of TOML, manually build the TomlParser and call setTomlVersion. Example:

var parser = new TomlParser();
parser.setTomlVersion(TomlVersion.v1_1);

For now, the default version is TOML 1.0.

New Contributors

Full Changelog: TheElectronWill/night-config@v3.8.4...v3.9.0

3.8.4 The Return of the Bugfix

Quick fix for #201

Full Changelog: TheElectronWill/night-config@v3.8.3...v3.8.4

3.8.3 more fixes

What's Changed (since 3.8.1)

New Contributors

Full Changelog: TheElectronWill/night-config@v3.8.1...v3.8.3

3.8.1 Async config fixes

What's Changed

Full Changelog: TheElectronWill/night-config@v3.8.0...v3.8.1

... (truncated)

Commits
  • d91d791 Merge pull request #205 from TSRBerry/fix/record-deserialization
  • afff983 Merge pull request #202 from TheElectronWill/feat/toml-v1.1
  • 9e61e56 upgrade foojay gradle plugin to fix IBM_SEMERU error
  • 6c02403 update the readme
  • bd97c85 Fix helpful error message
  • 311c857 Deserialize config objects when deserializing records
  • 77d6684 Check SerdeKey annotation when deserializing records
  • 4279e15 Bump version
  • d47ee2a toml: update the test suite and fix bugs for TOML v1.1
  • 8e767c2 Implement TOML v1.1
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java labels Aug 28, 2025
@dependabot dependabot Bot added the java label Aug 28, 2025
@github-actions

Copy link
Copy Markdown

Job Summary for Gradle

Build :: build
Gradle Root Project Requested Tasks Gradle Version Build Outcome Build Scan®
OneConfig build 8.11.1 Build Scan published

@nextdayy nextdayy removed the java label Sep 8, 2025
@Wyvest Wyvest moved this to Backlog in OneConfig Sep 17, 2025
@Wyvest

Wyvest commented Sep 18, 2026

Copy link
Copy Markdown
Member

@dependabot rebase

@dependabot dependabot Bot changed the title Bump nightconfig from 3.6.6 to 3.8.3 build(deps): bump nightconfig from 3.6.6 to 3.9.0 Sep 18, 2026
Bumps `nightconfig` from 3.6.6 to 3.9.0.

Updates `com.electronwill.night-config:core` from 3.6.6 to 3.9.0
- [Release notes](https://github.com/TheElectronWill/night-config/releases)
- [Commits](TheElectronWill/night-config@v3.6.6...v3.9.0)

Updates `com.electronwill.night-config:toml` from 3.6.6 to 3.9.0
- [Release notes](https://github.com/TheElectronWill/night-config/releases)
- [Commits](TheElectronWill/night-config@v3.6.6...v3.9.0)

Updates `com.electronwill.night-config:yaml` from 3.6.6 to 3.9.0
- [Release notes](https://github.com/TheElectronWill/night-config/releases)
- [Commits](TheElectronWill/night-config@v3.6.6...v3.9.0)

Updates `com.electronwill.night-config:json` from 3.6.6 to 3.9.0
- [Release notes](https://github.com/TheElectronWill/night-config/releases)
- [Commits](TheElectronWill/night-config@v3.6.6...v3.9.0)

---
updated-dependencies:
- dependency-name: com.electronwill.night-config:core
  dependency-version: 3.8.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.electronwill.night-config:json
  dependency-version: 3.8.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.electronwill.night-config:toml
  dependency-version: 3.8.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.electronwill.night-config:yaml
  dependency-version: 3.8.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/gradle/nightconfig-3.8.3 branch from ee990da to e35db3c Compare September 18, 2026 09:27
@github-actions

Copy link
Copy Markdown

Job Summary for Gradle

Build :: build
Gradle Root Project Requested Tasks Gradle Version Build Outcome Build Scan®
OneConfig build 9.5.0 Build Scan published

@Wyvest Wyvest closed this Sep 18, 2026
@github-project-automation github-project-automation Bot moved this from Backlog to Done in OneConfig Sep 18, 2026
@dependabot @github

dependabot Bot commented on behalf of github Sep 18, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

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

@dependabot
dependabot Bot deleted the dependabot/gradle/nightconfig-3.8.3 branch September 18, 2026 09:33
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

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants