Skip to content

Conversation

@dependabot
Copy link
Contributor

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

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

Release notes

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

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

3.8.0: API enhancements

What's Changed

  • FileWatcher offers new methods that return a CompletableFuture
  • Every FileConfig is now a ConcurrentConfig
  • Some warnings have been fixed.

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

3.7.4: FileWatcher fix

Fixes

This minor release fixes a bug that caused the FileWatcher to close when a directory containing watched files was deleted. Also, an exception is now raised early if the FileWatcher is used in an unsupported manner.

Full Changelog: TheElectronWill/night-config@v3.7.3...v3.7.4

3.7.3: FileConfig fix

Fixes

This minor release fixes a bad interaction between AsyncFileConfig and StampedConfig, and between SyncFileConfig, SynchronizedConfig and TomlParser, which resulted in some TOML configurations to be mis-loaded. Thanks to @​Technici4n for discovering the bug!

Full Changelog: TheElectronWill/night-config@v3.7.2...v3.7.3

3.7.2: TOML compliance fix

TOML Fixes

The TOML implementation is now more robust thanks to toml-test. We don't call the binary, but rather include the repository as a Git submodule in order to grab all the test files.

Compatibility note: the TOML parser of NightConfig now rejects some files that it would have previously accepted (even though they were invalid). This is intended, and we encourage all users to fix their invalid TOML files.

... (truncated)

Commits
  • a3f403b update publishing settings following OSSRH sunset
  • 3dd1496 Bump version
  • f17fd63 Merge pull request #198 from Technici4n/fix-195
  • 8f7f9e0 Fix #195: NoSuchFileException when writing config to relative path with ATOMI...
  • 4a5f6c9 Bump version
  • 891a6ea Merge pull request #192 from ShE3py/invalid-int
  • 7ca4a69 Update parse exception message "invalid value" -> "invalid integer"
  • 69fde8c Set FileWatcher executor threads to be daemon threads (#189)
  • c857c90 Merge pull request #184 from TheElectronWill/fix/windows-defender-workaround
  • cf0debe core: Retry Files.move on AccessDeniedException, resolve #183
  • Additional commits viewable in compare view

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

Release notes

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

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

3.8.0: API enhancements

What's Changed

  • FileWatcher offers new methods that return a CompletableFuture
  • Every FileConfig is now a ConcurrentConfig
  • Some warnings have been fixed.

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

3.7.4: FileWatcher fix

Fixes

This minor release fixes a bug that caused the FileWatcher to close when a directory containing watched files was deleted. Also, an exception is now raised early if the FileWatcher is used in an unsupported manner.

Full Changelog: TheElectronWill/night-config@v3.7.3...v3.7.4

3.7.3: FileConfig fix

Fixes

This minor release fixes a bad interaction between AsyncFileConfig and StampedConfig, and between SyncFileConfig, SynchronizedConfig and TomlParser, which resulted in some TOML configurations to be mis-loaded. Thanks to @​Technici4n for discovering the bug!

Full Changelog: TheElectronWill/night-config@v3.7.2...v3.7.3

3.7.2: TOML compliance fix

TOML Fixes

The TOML implementation is now more robust thanks to toml-test. We don't call the binary, but rather include the repository as a Git submodule in order to grab all the test files.

Compatibility note: the TOML parser of NightConfig now rejects some files that it would have previously accepted (even though they were invalid). This is intended, and we encourage all users to fix their invalid TOML files.

... (truncated)

Commits
  • a3f403b update publishing settings following OSSRH sunset
  • 3dd1496 Bump version
  • f17fd63 Merge pull request #198 from Technici4n/fix-195
  • 8f7f9e0 Fix #195: NoSuchFileException when writing config to relative path with ATOMI...
  • 4a5f6c9 Bump version
  • 891a6ea Merge pull request #192 from ShE3py/invalid-int
  • 7ca4a69 Update parse exception message "invalid value" -> "invalid integer"
  • 69fde8c Set FileWatcher executor threads to be daemon threads (#189)
  • c857c90 Merge pull request #184 from TheElectronWill/fix/windows-defender-workaround
  • cf0debe core: Retry Files.move on AccessDeniedException, resolve #183
  • Additional commits viewable in compare view

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

Release notes

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

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

3.8.0: API enhancements

What's Changed

  • FileWatcher offers new methods that return a CompletableFuture
  • Every FileConfig is now a ConcurrentConfig
  • Some warnings have been fixed.

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

3.7.4: FileWatcher fix

Fixes

This minor release fixes a bug that caused the FileWatcher to close when a directory containing watched files was deleted. Also, an exception is now raised early if the FileWatcher is used in an unsupported manner.

Full Changelog: TheElectronWill/night-config@v3.7.3...v3.7.4

3.7.3: FileConfig fix

Fixes

This minor release fixes a bad interaction between AsyncFileConfig and StampedConfig, and between SyncFileConfig, SynchronizedConfig and TomlParser, which resulted in some TOML configurations to be mis-loaded. Thanks to @​Technici4n for discovering the bug!

Full Changelog: TheElectronWill/night-config@v3.7.2...v3.7.3

3.7.2: TOML compliance fix

TOML Fixes

The TOML implementation is now more robust thanks to toml-test. We don't call the binary, but rather include the repository as a Git submodule in order to grab all the test files.

Compatibility note: the TOML parser of NightConfig now rejects some files that it would have previously accepted (even though they were invalid). This is intended, and we encourage all users to fix their invalid TOML files.

... (truncated)

Commits
  • a3f403b update publishing settings following OSSRH sunset
  • 3dd1496 Bump version
  • f17fd63 Merge pull request #198 from Technici4n/fix-195
  • 8f7f9e0 Fix #195: NoSuchFileException when writing config to relative path with ATOMI...
  • 4a5f6c9 Bump version
  • 891a6ea Merge pull request #192 from ShE3py/invalid-int
  • 7ca4a69 Update parse exception message "invalid value" -> "invalid integer"
  • 69fde8c Set FileWatcher executor threads to be daemon threads (#189)
  • c857c90 Merge pull request #184 from TheElectronWill/fix/windows-defender-workaround
  • cf0debe core: Retry Files.move on AccessDeniedException, resolve #183
  • Additional commits viewable in compare view

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

Release notes

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

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

3.8.0: API enhancements

What's Changed

  • FileWatcher offers new methods that return a CompletableFuture
  • Every FileConfig is now a ConcurrentConfig
  • Some warnings have been fixed.

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

3.7.4: FileWatcher fix

Fixes

This minor release fixes a bug that caused the FileWatcher to close when a directory containing watched files was deleted. Also, an exception is now raised early if the FileWatcher is used in an unsupported manner.

Full Changelog: TheElectronWill/night-config@v3.7.3...v3.7.4

3.7.3: FileConfig fix

Fixes

This minor release fixes a bad interaction between AsyncFileConfig and StampedConfig, and between SyncFileConfig, SynchronizedConfig and TomlParser, which resulted in some TOML configurations to be mis-loaded. Thanks to @​Technici4n for discovering the bug!

Full Changelog: TheElectronWill/night-config@v3.7.2...v3.7.3

3.7.2: TOML compliance fix

TOML Fixes

The TOML implementation is now more robust thanks to toml-test. We don't call the binary, but rather include the repository as a Git submodule in order to grab all the test files.

Compatibility note: the TOML parser of NightConfig now rejects some files that it would have previously accepted (even though they were invalid). This is intended, and we encourage all users to fix their invalid TOML files.

... (truncated)

Commits
  • a3f403b update publishing settings following OSSRH sunset
  • 3dd1496 Bump version
  • f17fd63 Merge pull request #198 from Technici4n/fix-195
  • 8f7f9e0 Fix #195: NoSuchFileException when writing config to relative path with ATOMI...
  • 4a5f6c9 Bump version
  • 891a6ea Merge pull request #192 from ShE3py/invalid-int
  • 7ca4a69 Update parse exception message "invalid value" -> "invalid integer"
  • 69fde8c Set FileWatcher executor threads to be daemon threads (#189)
  • c857c90 Merge pull request #184 from TheElectronWill/fix/windows-defender-workaround
  • cf0debe core: Retry Files.move on AccessDeniedException, resolve #183
  • 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 `nightconfig` from 3.6.6 to 3.8.3.

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

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

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

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

---
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: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
- dependency-name: com.electronwill.night-config:json
  dependency-version: 3.8.3
  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 Aug 28, 2025
@dependabot dependabot bot added the java label Aug 28, 2025
@github-actions
Copy link

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
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: Backlog

Development

Successfully merging this pull request may close these issues.

2 participants