-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Update Rust crate toml to 0.9.0 #19320
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
|
There are multiple breaking changes, might have to look closely: https://github.com/toml-rs/toml/blob/main/crates/toml/CHANGELOG.md#compatibility. |
| 3 | division-by-zero = "error" | ||
| 3 | division-by-zero = "error" | ||
| 4 | | ||
| 5 | / [[tool.ty.overrides]] | ||
| 6 | | include = ["*.py"] # Has patterns but no rule overrides | ||
| | |__________________^ This overrides section configures no rules | ||
| 7 | # Missing [tool.ty.overrides.rules] section entirely | ||
| 5 | [[tool.ty.overrides]] | ||
| | ^^^^^^^^^^^^^^^^^^^^^ This overrides section configures no rules | ||
| 6 | include = ["*.py"] # Has patterns but no rule overrides | ||
| 7 | # Missing [tool.ty.overrides.rules] section entirely |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODO: This does not look correct
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This might be correct, the range has changed from the entire section (including header and content) to only the section header.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, I think it's fine.
|
MichaReiser
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you
|
* dcreager/merge-arguments: (223 commits) fix docs Combine CallArguments and CallArgumentTypes [ty] Sync vendored typeshed stubs (#19334) [`refurb`] Make example error out-of-the-box (`FURB122`) (#19297) [refurb] Make example error out-of-the-box (FURB177) (#19309) [ty] ignore errors when reformatting codemodded typeshed (#19332) [ty] Provide docstrings for stdlib APIs when hovering over them in an IDE (#19311) [ty] Add virtual files to the only project database (#19322) Add t-string fixtures for rules that do not need to be modified (#19146) [ty] Remove `FileLookupError` (#19323) [ty] Fix handling of metaclasses in `object.<CURSOR>` completions [ty] Use an interval map for scopes by expression (#19025) [ty] List all `enum` members (#19283) [ty] Handle configuration errors in LSP more gracefully (#19262) [ty] Use python version and path from Python extension (#19012) [`pep8_naming`] Avoid false positives on standard library functions with uppercase names (`N802`) (#18907) Update Rust crate toml to 0.9.0 (#19320) [ty] Fix server version (#19284) Update NPM Development dependencies (#19319) Update taiki-e/install-action action to v2.56.13 (#19317) ...
This PR contains the following updates:
0.8.11->0.9.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
toml-rs/toml (toml)
v0.9.2Compare Source
v0.9.1Compare Source
v0.9.0Compare Source
Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), 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.
This PR was generated by Mend Renovate. View the repository job log.