[PR #673] [MERGED] chore(deps): bump miette from 5.10.0 to 7.1.0 #1045

Closed
opened 2026-01-05 14:53:54 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/LGUG2Z/komorebi/pull/673
Author: @dependabot[bot]
Created: 2/19/2024
Status: Merged
Merged: 2/28/2024
Merged by: @LGUG2Z

Base: masterHead: dependabot/cargo/miette-7.1.0


📝 Commits (1)

  • 7485411 chore(deps): bump miette from 5.10.0 to 7.1.0

📊 Changes

3 files changed (+26 additions, -50 deletions)

View changed files

📝 Cargo.lock (+23 -47)
📝 komorebic/Cargo.toml (+1 -1)
📝 komorebic/src/main.rs (+2 -2)

📄 Description

Bumps miette from 5.10.0 to 7.1.0.

Release notes

Sourced from miette's releases.

v7.1.0

Features

  • derive: enable more boxed types to be #[diagnostic_source] (#338) (c2f06f6c)
  • source: derive common traits for NamedSource, SourceSpan, and SourceOffset (#340) (6f09250c)
  • collection: add support for collection of labels (#341) (03060245)

Bug Fixes

  • tests: revert test-breaking changes of e5c7ae4 (#339) (6e829f8c)

v7.0.0

7.0.0 (2024-02-05)

This is a small breaking release on the heels of 6.0 because I neglected to bump owo-colors. I figured it's a good time to do it, before 6.0 gets more widely used.

Features

  • fancy: Add option to change the link display text (#335) (c7144ee5)
  • deps: bump dependencies (a4011d17)
    • BREAKING CHANGE: This bumps owo-colors to 4.0, which is a breaking change because we expose its styles as part of the graphical renderer API

v6.0.1

Bug Fixes

  • graphical: oops. Fix theme issue (8b46679c)
  • fmt: remove nightly-only fmt flags (1fa7f524)
  • highlighter: ugh, missed another spot (ab7c066e)

v6.0.0

6.0.0 (2024-02-04)

The long-awaited 6.0 release of miette is here, with TONS of goodies, not least of which is syntax highlighting support!

It also comes with a few breaking changes so make sure to check below and update your code as needed!

Features

  • labels: Add support for primary label in specifying line/col information (#291) (db0b7e40)
  • derive: Allow optional sources in derive (#301) (88d00e0e)
  • derive: Make miette-derive be able to be turned off (#304) (c7ba5b7e)
  • graphical: Expose additional textwrap options (#321) (fd77257c)
  • graphical: support rendering labels that contain newlines (#318) (865d67c8)
  • graphical: Add wrap_lines: bool option allowing wrapping be disabled entirely (#328) (b0744462)
  • graphical: render disjoint snippets separately for cleaner output (#324) (19c22143)

... (truncated)

Changelog

Sourced from miette's changelog.

7.1.0 (2024-02-16)

Features

  • derive: enable more boxed types to be #[diagnostic_source] (#338) (c2f06f6c)
  • source: derive common traits for NamedSource, SourceSpan, and SourceOffset (#340) (6f09250c)
  • collection: add support for collection of labels (#341) (03060245)

Bug Fixes

  • tests: revert test-breaking changes of e5c7ae4 (#339) (6e829f8c)

7.0.0 (2024-02-05)

This is a small breaking release on the heels of 6.0 because I neglected to bump owo-colors. I figured it's a good time to do it, before 6.0 gets more widely used.

Features

  • fancy: Add option to change the link display text (#335) (c7144ee5)
  • deps: bump dependencies (a4011d17)
    • BREAKING CHANGE: This bumps owo-colors to 4.0, which is a breaking change because we expose its styles as part of the graphical renderer API

6.0.1 (2024-02-04)

Bug Fixes

  • graphical: oops. Fix theme issue (8b46679c)
  • fmt: remove nightly-only fmt flags (1fa7f524)
  • highlighter: ugh, missed another spot (ab7c066e)

6.0.0 (2024-02-04)

The long-awaited 6.0 release of miette is here, with TONS of goodies, not least of which is syntax highlighting support!

It also comes with a few breaking changes so make sure to check below and update your code as needed!

Features

  • labels: Add support for primary label in specifying line/col information (#291) (db0b7e40)
  • derive: Allow optional sources in derive (#301) (88d00e0e)
  • derive: Make miette-derive be able to be turned off (#304) (c7ba5b7e)
  • graphical: Expose additional textwrap options (#321) (fd77257c)
  • graphical: support rendering labels that contain newlines (#318) (865d67c8)

... (truncated)

Commits
  • a18a644 chore: Release
  • dc77b0c docs: update changelog
  • 0306024 feat(collection): add support for collection of labels (#341)
  • 6f09250 feat(source): derive common traits for NamedSource, SourceSpan, and SourceOff...
  • c2f06f6 feat(derive): enable more boxed types to be #[diagnostic_source] (#338)
  • 6e829f8 fix(tests): revert test-breaking changes of e5c7ae4 (#339)
  • ecb0102 chore: Release
  • ea12e3f docs: update changelog
  • a4011d1 feat(deps): bump dependencies
  • c7144ee feat(fancy): Add option to change the link display text (#335)
  • 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 this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/LGUG2Z/komorebi/pull/673 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 2/19/2024 **Status:** ✅ Merged **Merged:** 2/28/2024 **Merged by:** [@LGUG2Z](https://github.com/LGUG2Z) **Base:** `master` ← **Head:** `dependabot/cargo/miette-7.1.0` --- ### 📝 Commits (1) - [`7485411`](https://github.com/LGUG2Z/komorebi/commit/7485411b19e7503b73bb98cffc08e67f934f3c06) chore(deps): bump miette from 5.10.0 to 7.1.0 ### 📊 Changes **3 files changed** (+26 additions, -50 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+23 -47) 📝 `komorebic/Cargo.toml` (+1 -1) 📝 `komorebic/src/main.rs` (+2 -2) </details> ### 📄 Description Bumps [miette](https://github.com/zkat/miette) from 5.10.0 to 7.1.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/zkat/miette/releases">miette's releases</a>.</em></p> <blockquote> <h2>v7.1.0</h2> <h3>Features</h3> <ul> <li><strong>derive:</strong> enable more boxed types to be #[diagnostic_source] (<a href="https://redirect.github.com/zkat/miette/issues/338">#338</a>) (<a href="https://github.com/zkat/miette/commit/c2f06f6cca15cbdd083dbff3d46b7729056ac6a4">c2f06f6c</a>)</li> <li><strong>source:</strong> derive common traits for NamedSource, SourceSpan, and SourceOffset (<a href="https://redirect.github.com/zkat/miette/issues/340">#340</a>) (<a href="https://github.com/zkat/miette/commit/6f09250cca14561f07fba899a8e6d3c0df14230e">6f09250c</a>)</li> <li><strong>collection:</strong> add support for collection of labels (<a href="https://redirect.github.com/zkat/miette/issues/341">#341</a>) (<a href="https://github.com/zkat/miette/commit/03060245d816a53a33209e6b7e1c3c42948e9962">03060245</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>tests:</strong> revert test-breaking changes of e5c7ae4 (<a href="https://redirect.github.com/zkat/miette/issues/339">#339</a>) (<a href="https://github.com/zkat/miette/commit/6e829f8c0ce2fc7bb2fc4041e6a6072f12db1f71">6e829f8c</a>)</li> </ul> <h2>v7.0.0</h2> <h2>7.0.0 (2024-02-05)</h2> <p>This is a small breaking release on the heels of 6.0 because I neglected to bump owo-colors. I figured it's a good time to do it, before 6.0 gets more widely used.</p> <h3>Features</h3> <ul> <li><strong>fancy:</strong> Add option to change the link display text (<a href="https://redirect.github.com/zkat/miette/issues/335">#335</a>) (<a href="https://github.com/zkat/miette/commit/c7144ee513bf8f06c5f7d89c45436802994a51fc">c7144ee5</a>)</li> <li><strong>deps:</strong> bump dependencies (<a href="https://github.com/zkat/miette/commit/a4011d174c40acbba5b0176db7cb71ec5ca0cb49">a4011d17</a>) <ul> <li><strong>BREAKING CHANGE</strong>: This bumps owo-colors to 4.0, which is a breaking change because we expose its styles as part of the graphical renderer API</li> </ul> </li> </ul> <h2>v6.0.1</h2> <h3>Bug Fixes</h3> <ul> <li><strong>graphical:</strong> oops. Fix theme issue (<a href="https://github.com/zkat/miette/commit/8b46679c3647e1455d91b4c68743c619fb3f3eb3">8b46679c</a>)</li> <li><strong>fmt:</strong> remove nightly-only fmt flags (<a href="https://github.com/zkat/miette/commit/1fa7f5241fb91d2e5bad9b0e26bcc7cd5f9011f1">1fa7f524</a>)</li> <li><strong>highlighter:</strong> ugh, missed another spot (<a href="https://github.com/zkat/miette/commit/ab7c066e7675d8c7ecb956000d278fc31f3bc6a1">ab7c066e</a>)</li> </ul> <h2>v6.0.0</h2> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h2>6.0.0 (2024-02-04)</h2> <p>The long-awaited 6.0 release of <code>miette</code> is here, with TONS of goodies, not least of which is syntax highlighting support!</p> <p>It also comes with a few breaking changes so make sure to check below and update your code as needed!</p> <h3>Features</h3> <ul> <li><strong>labels:</strong> Add support for primary label in specifying line/col information (<a href="https://redirect.github.com/zkat/miette/issues/291">#291</a>) (<a href="https://github.com/zkat/miette/commit/db0b7e403a5ae52ae360991b6508490d8c579886">db0b7e40</a>)</li> <li><strong>derive:</strong> Allow optional sources in derive (<a href="https://redirect.github.com/zkat/miette/issues/301">#301</a>) (<a href="https://github.com/zkat/miette/commit/88d00e0e20bf95e03b8f81dcd5adf38c917e190e">88d00e0e</a>)</li> <li><strong>derive:</strong> Make <code>miette-derive</code> be able to be turned off (<a href="https://redirect.github.com/zkat/miette/issues/304">#304</a>) (<a href="https://github.com/zkat/miette/commit/c7ba5b7e52e05991cecd3ca925c710bbe49850b9">c7ba5b7e</a>)</li> <li><strong>graphical:</strong> Expose additional <code>textwrap</code> options (<a href="https://redirect.github.com/zkat/miette/issues/321">#321</a>) (<a href="https://github.com/zkat/miette/commit/fd77257cee0f5d03aa7dccb4ba8cbaa40c1a88c6">fd77257c</a>)</li> <li><strong>graphical:</strong> support rendering labels that contain newlines (<a href="https://redirect.github.com/zkat/miette/issues/318">#318</a>) (<a href="https://github.com/zkat/miette/commit/865d67c8dda119ddd03ac43be22f4fa272a9f433">865d67c8</a>)</li> <li><strong>graphical:</strong> Add <code>wrap_lines: bool</code> option allowing wrapping be disabled entirely (<a href="https://redirect.github.com/zkat/miette/issues/328">#328</a>) (<a href="https://github.com/zkat/miette/commit/b0744462adbbfbb6d845f382db36be883c7f3c45">b0744462</a>)</li> <li><strong>graphical:</strong> render disjoint snippets separately for cleaner output (<a href="https://redirect.github.com/zkat/miette/issues/324">#324</a>) (<a href="https://github.com/zkat/miette/commit/19c22143cb544616046784e35c5e78cc5b881289">19c22143</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/zkat/miette/blob/main/CHANGELOG.md">miette's changelog</a>.</em></p> <blockquote> <h2>7.1.0 (2024-02-16)</h2> <h3>Features</h3> <ul> <li><strong>derive:</strong> enable more boxed types to be #[diagnostic_source] (<a href="https://redirect.github.com/zkat/miette/issues/338">#338</a>) (<a href="https://github.com/zkat/miette/commit/c2f06f6cca15cbdd083dbff3d46b7729056ac6a4">c2f06f6c</a>)</li> <li><strong>source:</strong> derive common traits for NamedSource, SourceSpan, and SourceOffset (<a href="https://redirect.github.com/zkat/miette/issues/340">#340</a>) (<a href="https://github.com/zkat/miette/commit/6f09250cca14561f07fba899a8e6d3c0df14230e">6f09250c</a>)</li> <li><strong>collection:</strong> add support for collection of labels (<a href="https://redirect.github.com/zkat/miette/issues/341">#341</a>) (<a href="https://github.com/zkat/miette/commit/03060245d816a53a33209e6b7e1c3c42948e9962">03060245</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>tests:</strong> revert test-breaking changes of e5c7ae4 (<a href="https://redirect.github.com/zkat/miette/issues/339">#339</a>) (<a href="https://github.com/zkat/miette/commit/6e829f8c0ce2fc7bb2fc4041e6a6072f12db1f71">6e829f8c</a>)</li> </ul> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h2>7.0.0 (2024-02-05)</h2> <p>This is a small breaking release on the heels of 6.0 because I neglected to bump owo-colors. I figured it's a good time to do it, before 6.0 gets more widely used.</p> <h3>Features</h3> <ul> <li><strong>fancy:</strong> Add option to change the link display text (<a href="https://redirect.github.com/zkat/miette/issues/335">#335</a>) (<a href="https://github.com/zkat/miette/commit/c7144ee513bf8f06c5f7d89c45436802994a51fc">c7144ee5</a>)</li> <li><strong>deps:</strong> bump dependencies (<a href="https://github.com/zkat/miette/commit/a4011d174c40acbba5b0176db7cb71ec5ca0cb49">a4011d17</a>) <ul> <li><strong>BREAKING CHANGE</strong>: This bumps owo-colors to 4.0, which is a breaking change because we expose its styles as part of the graphical renderer API</li> </ul> </li> </ul> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h2>6.0.1 (2024-02-04)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>graphical:</strong> oops. Fix theme issue (<a href="https://github.com/zkat/miette/commit/8b46679c3647e1455d91b4c68743c619fb3f3eb3">8b46679c</a>)</li> <li><strong>fmt:</strong> remove nightly-only fmt flags (<a href="https://github.com/zkat/miette/commit/1fa7f5241fb91d2e5bad9b0e26bcc7cd5f9011f1">1fa7f524</a>)</li> <li><strong>highlighter:</strong> ugh, missed another spot (<a href="https://github.com/zkat/miette/commit/ab7c066e7675d8c7ecb956000d278fc31f3bc6a1">ab7c066e</a>)</li> </ul> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h2>6.0.0 (2024-02-04)</h2> <p>The long-awaited 6.0 release of <code>miette</code> is here, with TONS of goodies, not least of which is syntax highlighting support!</p> <p>It also comes with a few breaking changes so make sure to check below and update your code as needed!</p> <h3>Features</h3> <ul> <li><strong>labels:</strong> Add support for primary label in specifying line/col information (<a href="https://redirect.github.com/zkat/miette/issues/291">#291</a>) (<a href="https://github.com/zkat/miette/commit/db0b7e403a5ae52ae360991b6508490d8c579886">db0b7e40</a>)</li> <li><strong>derive:</strong> Allow optional sources in derive (<a href="https://redirect.github.com/zkat/miette/issues/301">#301</a>) (<a href="https://github.com/zkat/miette/commit/88d00e0e20bf95e03b8f81dcd5adf38c917e190e">88d00e0e</a>)</li> <li><strong>derive:</strong> Make <code>miette-derive</code> be able to be turned off (<a href="https://redirect.github.com/zkat/miette/issues/304">#304</a>) (<a href="https://github.com/zkat/miette/commit/c7ba5b7e52e05991cecd3ca925c710bbe49850b9">c7ba5b7e</a>)</li> <li><strong>graphical:</strong> Expose additional <code>textwrap</code> options (<a href="https://redirect.github.com/zkat/miette/issues/321">#321</a>) (<a href="https://github.com/zkat/miette/commit/fd77257cee0f5d03aa7dccb4ba8cbaa40c1a88c6">fd77257c</a>)</li> <li><strong>graphical:</strong> support rendering labels that contain newlines (<a href="https://redirect.github.com/zkat/miette/issues/318">#318</a>) (<a href="https://github.com/zkat/miette/commit/865d67c8dda119ddd03ac43be22f4fa272a9f433">865d67c8</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/zkat/miette/commit/a18a6444d92cd1ada40bfd7e39b86f672c8a6924"><code>a18a644</code></a> chore: Release</li> <li><a href="https://github.com/zkat/miette/commit/dc77b0cb5b350c8405f4cbfd78033729d5f3c63c"><code>dc77b0c</code></a> docs: update changelog</li> <li><a href="https://github.com/zkat/miette/commit/03060245d816a53a33209e6b7e1c3c42948e9962"><code>0306024</code></a> feat(collection): add support for collection of labels (<a href="https://redirect.github.com/zkat/miette/issues/341">#341</a>)</li> <li><a href="https://github.com/zkat/miette/commit/6f09250cca14561f07fba899a8e6d3c0df14230e"><code>6f09250</code></a> feat(source): derive common traits for NamedSource, SourceSpan, and SourceOff...</li> <li><a href="https://github.com/zkat/miette/commit/c2f06f6cca15cbdd083dbff3d46b7729056ac6a4"><code>c2f06f6</code></a> feat(derive): enable more boxed types to be #[diagnostic_source] (<a href="https://redirect.github.com/zkat/miette/issues/338">#338</a>)</li> <li><a href="https://github.com/zkat/miette/commit/6e829f8c0ce2fc7bb2fc4041e6a6072f12db1f71"><code>6e829f8</code></a> fix(tests): revert test-breaking changes of e5c7ae4 (<a href="https://redirect.github.com/zkat/miette/issues/339">#339</a>)</li> <li><a href="https://github.com/zkat/miette/commit/ecb01022f09a290fda90d0657d7df653c3499e09"><code>ecb0102</code></a> chore: Release</li> <li><a href="https://github.com/zkat/miette/commit/ea12e3f7812d037219bead5cd5b8f4ee838509d7"><code>ea12e3f</code></a> docs: update changelog</li> <li><a href="https://github.com/zkat/miette/commit/a4011d174c40acbba5b0176db7cb71ec5ca0cb49"><code>a4011d1</code></a> feat(deps): bump dependencies</li> <li><a href="https://github.com/zkat/miette/commit/c7144ee513bf8f06c5f7d89c45436802994a51fc"><code>c7144ee</code></a> feat(fancy): Add option to change the link display text (<a href="https://redirect.github.com/zkat/miette/issues/335">#335</a>)</li> <li>Additional commits viewable in <a href="https://github.com/zkat/miette/compare/miette-derive-v5.10.0...miette-derive-v7.1.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=miette&package-manager=cargo&previous-version=5.10.0&new-version=7.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2026-01-05 14:53:54 +01:00
adam closed this issue 2026-01-05 14:53:54 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#1045