Skip to content
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

Bump miette from 7.2.0 to 7.5.0 in /src/wasm-lib #5224

Merged
merged 1 commit into from
Feb 6, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 3, 2025

Bumps miette from 7.2.0 to 7.5.0.

Changelog

Sourced from miette's changelog.

7.5.0 (2025-02-01)

Features

  • graphical: support rendering related diagnostics as nested (#417) (771a0751)

Bug Fixes

  • graphical: prevent leading newline when no link/code (#418) (1e1938a0)

7.4.0 (2024-11-27)

Features

7.3.0 (2024-11-26)

Features

Performance

  • handlers: optimize string-buffer reallocations (#387) (b8dfcda4)

Bug Fixes

  • graphical: fix nested error wrapping (#358) (3eabbceb)
  • docs: updated example image (fixes #111) (#270) (7b42b12c)
  • clippy: Fix clippy lints in docs (#365) (ea4296da)
  • docs: alt attribut for single-line-example.png (#372) (b82cc81b)
  • color: setting NO_COLOR should not print ansi codes for non-terminals (#381) (813232ba)
  • clippy: fix Rust v1.78.0 clippy warnings (#382) (e1026f75)
  • perf: mark error constructors cold (#378) (9bbcf3c6)
  • handlers: Disable textwrap::smawk feature (#379) (edfdcb52)
  • graphical: Format entire link instead of just name (#389) (bf5aa374)
  • clippy: fix clippy::doc_lazy_continuation lints (#395) (15beec43)
  • graphical: Handle invalid UTF-8 in source code (#393) (d6b45585)
  • features: Use dep: syntax for dependencies in features. (#394) (789a04e3)
  • clippy: Fix needless_return lint. (#405) (5f441d01)

Documentation

  • examples: add serde_json integration example (#407) (2902a233)

... (truncated)

Commits

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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Feb 3, 2025
@dependabot dependabot bot requested review from adamchalmers and jessfraz February 3, 2025 03:59
Copy link

vercel bot commented Feb 3, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
modeling-app ✅ Ready (Inspect) Visit Preview Feb 6, 2025 1:37am

Copy link

qa-wolf bot commented Feb 3, 2025

QA Wolf here! As you write new code it's important that your test coverage is keeping up.
Click here to request test coverage for this PR!

@jtran
Copy link
Collaborator

jtran commented Feb 4, 2025

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/cargo/src/wasm-lib/miette-7.5.0 branch from 249f176 to ab916d3 Compare February 4, 2025 14:16
Copy link

codecov bot commented Feb 5, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.05%. Comparing base (fed922c) to head (08b73e7).
Report is 6 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #5224   +/-   ##
=======================================
  Coverage   86.05%   86.05%           
=======================================
  Files          92       92           
  Lines       33193    33193           
=======================================
  Hits        28564    28564           
  Misses       4629     4629           
Flag Coverage Δ
wasm-lib 86.05% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Bumps [miette](https://github.com/zkat/miette) from 7.2.0 to 7.5.0.
- [Release notes](https://github.com/zkat/miette/releases)
- [Changelog](https://github.com/zkat/miette/blob/main/CHANGELOG.md)
- [Commits](https://github.com/zkat/miette/commits)

---
updated-dependencies:
- dependency-name: miette
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/src/wasm-lib/miette-7.5.0 branch from b3b171b to 08b73e7 Compare February 6, 2025 01:25
@jessfraz jessfraz merged commit 9ea3cb5 into main Feb 6, 2025
33 checks passed
@jessfraz jessfraz deleted the dependabot/cargo/src/wasm-lib/miette-7.5.0 branch February 6, 2025 16:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants