Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 13, 2026

Bumps the all group with 1 update: toml.

Updates toml from 0.17.0 to 0.18.0

Changelog

Sourced from toml's changelog.

0.18.0

  • Support for TOML [v1.1.0][toml-spec/v1.1.0] has been added.
    • Newlines and trailing commas are now allowed in inline tables.
    • The seconds part of offset date-times, local date-times and local times is now optional.
      • If the seconds part is omitted TomlPartialTime.seconds is set to 0.
      • If a TomlPartialTime with TomlPartialTime.seconds == 0 is encoded and TomlPartialTime.secondFractions is empty, the seconds part is omitted.
    • Added escape sequence \e for the escape character (U+001B).
    • Added escape sequence \xHH for code points in the range of U+0000 to U+00FF.
      • The encoder will use this type of escape sequence to encode control characters in basic strings and multiline basic strings that do not have a corresponding one letter escape sequence.
  • The encoder will now throw a TomlImpossibleEscapeSequenceException instead of a TomlInvalidEscapeSequenceException if it encounters a code point that cannot be represented using any supported escape sequence. This can happen for example, when the encoded string contains unpaired UTF-16 surrogate code points.
Commits
  • bdc6546 Release version 0.18.0
  • a9015a2 Update toml-test CLI syntax
  • 98a39d3 Add flags alwaysIncludeSeconds and useIsoDateTimeSeparato to `TomlPrettyP...
  • 5310531 Fix toml-test import path
  • 2a4bfcf Mark TOML 1.1.0 support as stable
  • d1df121 Ensure that fractional digits beyond microseconds of offset date times are tr...
  • bcde6c3 Remove BURNTSUSHI_TOML_110 workaround
  • 996a88a Merge remote-tracking branch 'origin/toml-1.1.0'
  • 0e94915 Merge pull request #101 from just95/dependabot/github_actions/actions/downloa...
  • 4ffd44a Bump actions/download-artifact from 5 to 7
  • 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the all group with 1 update: [toml](https://github.com/just95/toml.dart).


Updates `toml` from 0.17.0 to 0.18.0
- [Changelog](https://github.com/just95/toml.dart/blob/main/CHANGELOG.md)
- [Commits](just95/toml.dart@v0.17.0...v0.18.0)

---
updated-dependencies:
- dependency-name: toml
  dependency-version: 0.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dart Pull requests that update dart code dependencies Pull requests that update a dependency file labels Jan 13, 2026
@GregoryConrad GregoryConrad enabled auto-merge (squash) January 13, 2026 01:25
@GregoryConrad GregoryConrad merged commit 572a901 into main Jan 13, 2026
5 of 6 checks passed
@GregoryConrad GregoryConrad deleted the dependabot/pub/all-57ef352ce1 branch January 13, 2026 01:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dart Pull requests that update dart code dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants