apollo-rs
apollo-rs copied to clipboard
chore(deps): update rust crate annotate-snippets to 0.11.0
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| annotate-snippets | dev-dependencies | minor | 0.10.0 -> 0.11.0 |
Release Notes
rust-lang/annotate-snippets-rs (annotate-snippets)
v0.11.0
Breaking Changes
- Switched from char spans to byte spans #90
- Renamed
AnnotationTypetoLevel#94 - Renamed
SourceAnnotationtoAnnotation#94 - Renamed
SnippettoMessage#94 - Renamed
SlicetoSnippet#94 Message,Snippet,AnnotationandLevelcan only be built with a builder pattern #91 and #94Annotationlabels are now optional #94Annotationnow takes inRange<usize>instead of(usize, usize)#90Marginis now an internal detail, onlyterm_widthis exposed #105footerwas generalized to be aMessage#98
Added
term_widthwas added toRendererto control the rendering width #105- defaults to 140 when not set
Fixed
Margins are now calculated perSnippet, rather than for the entireMessage#105Annotations can be created without labels
Features
footerwas expanded to allow annotating sources by acceptingMessage#98
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - "after 8am and before 4pm on tuesday" in timezone Etc/UTC.
🚦 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 has been generated by Renovate Bot.