Bump com.electronwill.night-config:toml from 3.7.1 to 3.8.1 in /player
Bumps com.electronwill.night-config:toml from 3.7.1 to 3.8.1.
Release notes
Sourced from com.electronwill.night-config:toml's releases.
3.8.1 Async config fixes
What's Changed
- Implement valueMap for StampedConfig, resolve #177 by
@TheElectronWillin TheElectronWill/night-config#178- Fix some AsyncFileConfig issues, resolve #181 and #180 by
@TheElectronWillin TheElectronWill/night-config#182- More warnings have been fixed
Full Changelog: https://github.com/TheElectronWill/night-config/compare/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: https://github.com/TheElectronWill/night-config/compare/v3.7.4...v3.8.0
3.7.4: FileWatcher fix
Fixes
This minor release fixes a bug that caused the
FileWatcherto close when a directory containing watched files was deleted. Also, an exception is now raised early if theFileWatcheris used in an unsupported manner.Full Changelog: https://github.com/TheElectronWill/night-config/compare/v3.7.3...v3.7.4
3.7.3: FileConfig fix
Fixes
This minor release fixes a bad interaction between
AsyncFileConfigandStampedConfig, and betweenSyncFileConfig,SynchronizedConfigandTomlParser, which resulted in some TOML configurations to be mis-loaded. Thanks to@Technici4nfor discovering the bug!Full Changelog: https://github.com/TheElectronWill/night-config/compare/v3.7.2...v3.7.3
3.7.2: TOML compliance fix
TOML Fixes
- Implement TOML test suite by
@TheElectronWillin TheElectronWill/night-config#175The 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.
Please read the release notes of v3.7.0 :sparkles: to learn what has changed since v3.6.x.
Full Changelog: https://github.com/TheElectronWill/night-config/compare/v3.7.1...v3.7.2
Commits
b43a1ecBump version to 3.8.1511114eMerge pull request #182 from TheElectronWill/async-fileconfig-fixesb6e3825Fix some AsyncFileConfig issues, resolve #181, resolve #180d474dc7Merge pull request #178 from TheElectronWill/more-effort-on-valuemapa782a20core: Deprecate commentMap()b0e3b3ccore: Fix ConfigSpec for StampedConfigs (and thus for async FileConfigs)d4e866ccore: Deprecate valueMap()c26f0c5core: Be more defensive in AbstactConfig constructor0111caacore: Implement valueMap() for StampedConfig64a63d7Merge pull request #176 from TheElectronWill/completable-future-for-file-watcher- Additional commits viewable in compare view
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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)