Skip to content

fix(deps): update dependency toml to v5 - #336

Merged
MikuroXina merged 1 commit into
masterfrom
renovate/toml-5.x
Jul 19, 2026
Merged

fix(deps): update dependency toml to v5#336
MikuroXina merged 1 commit into
masterfrom
renovate/toml-5.x

Conversation

@renovate

@renovate renovate Bot commented Jul 19, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
toml ^4.0.0^5.0.0 age confidence

Release Notes

BinaryMuse/toml-node (toml)

v5.0.0

Compare Source

=====================

  • Breaking: Integers outside JavaScript's safe range (beyond ±Number.MAX_SAFE_INTEGER) now throw a parse error instead of silently returning a rounded value (#​28). Opt in to lossless handling of the full 64-bit range with toml.parse(input, { bigint: true }), which returns all integer values as BigInt.
  • Breaking: Integers outside TOML's 64-bit signed integer range now throw a parse error in either mode, as required by the spec. Previously they were silently rounded.

Configuration

📅 Schedule: (in timezone Asia/Tokyo)

  • Branch creation
    • "on the first day of the week"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot requested a review from MikuroXina July 19, 2026 04:59
@renovate
renovate Bot force-pushed the renovate/toml-5.x branch from 8d1583d to ae1789b Compare July 19, 2026 09:31
@MikuroXina
MikuroXina merged commit 02fa7f5 into master Jul 19, 2026
5 checks passed
@MikuroXina
MikuroXina deleted the renovate/toml-5.x branch July 19, 2026 09:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant