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

build(deps): update rstest requirement from 0.22.0 to 0.23.0 #41

Merged
merged 1 commit into from
Oct 20, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 20, 2024

Updates the requirements on rstest to permit the latest version.

Release notes

Sourced from rstest's releases.

Version 0.22.0

Destructuring input data

Changelog

Sourced from rstest's changelog.

[0.22.0] 2024/8/4

Changed

  • Now it's possible destructuring input values both for cases, values and fixtures. See #231 for details

Add

  • Implemented #[ignore] attribute to ignore test parameters during fixtures resolution/injection. See #228 for details

Fixed

  • Lot of typo in code

[0.21.0] 2024/6/1

Changed

  • Add feature crate-name enabled by default to opt-in crate rename support. See #258

[0.20.0] 2024/5/30

Add

  • Implemented #[by_ref] attribute to take get a local lifetime for test arguments. See #241 for more details. Thanks to @​narpfel for suggesting it and useful discussions.
  • Support for import rstest with another name. See #221

Fixed

  • Don't remove Lifetimes from test function if any. See #230 #241 for more details.
  • PathBuf does no longer need to be in scope when using #[files] (see #242)
  • #[from(now::accept::also::path::for::fixture)] See #246 for more details

[0.19.0] 2024/4/9

Changed

  • Defined rust-version for each crate (see #227)

Fixed

  • #[once] fixtures now require the returned type to be Sync to prevent UB when tests are executed in parallel. (see #235

... (truncated)

Commits

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)

Updates the requirements on [rstest](https://github.com/la10736/rstest) to permit the latest version.
- [Release notes](https://github.com/la10736/rstest/releases)
- [Changelog](https://github.com/la10736/rstest/blob/master/CHANGELOG.md)
- [Commits](la10736/rstest@v0.22.0...v0.22.0)

---
updated-dependencies:
- dependency-name: rstest
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Oct 20, 2024
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 0.00%. Comparing base (8f25dde) to head (2eda0ff).

Additional details and impacted files
@@          Coverage Diff          @@
##            main     #41   +/-   ##
=====================================
  Coverage   0.00%   0.00%           
=====================================
  Files          2       2           
  Lines        150     150           
=====================================
  Misses       150     150           

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

@joshka joshka merged commit e7942b7 into main Oct 20, 2024
10 of 11 checks passed
@joshka joshka deleted the dependabot/cargo/rstest-0.23.0 branch October 20, 2024 10:47
@github-actions github-actions bot mentioned this pull request Oct 20, 2024
joshka pushed a commit that referenced this pull request Oct 20, 2024
## 🤖 New release
* `tui-big-text`: 0.6.0 -> 0.6.1 (✓ API compatible changes)
* `tui-popup`: 0.5.0 -> 0.5.1 (✓ API compatible changes)
* `tui-prompts`: 0.4.0 -> 0.4.1 (✓ API compatible changes)
* `tui-scrollview`: 0.4.0 -> 0.4.1 (✓ API compatible changes)
* `tui-widgets`: 0.3.0 -> 0.3.1 (✓ API compatible changes)

<details><summary><i><b>Changelog</b></i></summary><p>

## `tui-big-text`
<blockquote>

## [0.6.1] - 2024-10-20

### 🐛 Bug Fixes

- Broken links from move to tui-widgets
</blockquote>

## `tui-popup`
<blockquote>

## [0.5.1] - 2024-10-20

### 🐛 Bug Fixes

- Broken links from move to tui-widgets
</blockquote>

## `tui-prompts`
<blockquote>

## [0.4.1] - 2024-10-20

### ⚙️ Miscellaneous Tasks

- Update Cargo.toml dependencies
</blockquote>

## `tui-scrollview`
<blockquote>

## [0.4.1] - 2024-10-20

### 🐛 Bug Fixes

- Broken links from move to tui-widgets

- *(tui-scrollview)* Make scroll_view buffer area the same as its
content ([#37](#37))
  > This makes the scroll_view buffer area the same as its content by
  > default.
> The previous behavior is easily reproduced by adding empty space to
the
  > buffer. =)
> Most tests remain the same with the scrollbar updated to match the new
  > size.
  >
  > Fixes:[#35](#35)

### 📚 Documentation

- Use ratatui 0.28.1 methods for examples

- Demo horizontal scrolling and mark TODO as done
</blockquote>

## `tui-widgets`
<blockquote>

## [0.3.1] - 2024-10-20

### 🚀 Features

- *(cards)* Add new tui-cards library for playing cards

### 🐛 Bug Fixes

- Broken links from move to tui-widgets

### Other

- Remove patch from main Cargo.toml file that was pointing at a local
path ([#38](#38))

- *(deps)* Update rstest requirement from 0.22.0 to 0.23.0
([#41](#41))
> Updates the requirements on
[rstest](https://github.com/la10736/rstest)
  > to permit the latest version.
  > <details>
  > <summary>Release notes</summary>
  > <p><em>Sourced from <a
  > href="https://github.com/la10736/rstest/releases">rstest's
  > releases</a>.</em></p>
  > <blockquote>
  > <h2>Version 0.22.0</h2>
  > <p>Destructuring input data</p>
  > </blockquote>
  > </details>
  > <details>
  > <summary>Changelog</summary>
  > <p><em>Sourced from <a
>
href="https://github.com/la10736/rstest/blob/master/CHANGELOG.md">rstest's
  > changelog</a>.</em></p>
  > <blockquote>
  > <h2>[0.22.0] 2024/8/4</h2>
  > <h3>Changed</h3>
  > <ul>
> <li>Now it's possible destructuring input values both for cases,
values
  > and fixtures. See <a
>
href="https://redirect.github.com/la10736/rstest/issues/231">[#231](https://github.com/joshka/tui-widgets/pull/231)</a>
  > for details</li>
  > </ul>
  > <h3>Add</h3>
  > <ul>
  > <li>Implemented <code>#[ignore]</code> attribute to ignore test
  > parameters during fixtures resolution/injection. See <a
>
href="https://redirect.github.com/la10736/rstest/issues/228">[#228](https://github.com/joshka/tui-widgets/pull/228)</a>
  > for details</li>
  > </ul>
  > <h3>Fixed</h3>
  > <ul>
  > <li>Lot of typo in code</li>
  > </ul>
  > <h2>[0.21.0] 2024/6/1</h2>
  > <h3>Changed</h3>
  > <ul>
  > <li>Add feature <code>crate-name</code> enabled by default to opt-in
  > crate rename
  > support. See <a
>
href="https://redirect.github.com/la10736/rstest/issues/258">[#258](https://github.com/joshka/tui-widgets/pull/258)</a></li>
  > </ul>
  > <h2>[0.20.0] 2024/5/30</h2>
  > <h3>Add</h3>
  > <ul>
  > <li>Implemented <code>#[by_ref]</code> attribute to take get a local
  > lifetime for test arguments.
  > See <a
>
href="https://redirect.github.com/la10736/rstest/issues/241">[#241](https://github.com/joshka/tui-widgets/pull/241)</a>
  > for more details. Thanks to
  > <a href="https://github.com/narpfel"><code>@​narpfel</code></a> for
  > suggesting it and useful discussions.</li>
  > <li>Support for import <code>rstest</code> with another name. See <a
>
href="https://redirect.github.com/la10736/rstest/issues/221">[#221](https://github.com/joshka/tui-widgets/pull/221)</a></li>
  > </ul>
  > <h3>Fixed</h3>
  > <ul>
  > <li>Don't remove Lifetimes from test function if any. See <a
>
href="https://redirect.github.com/la10736/rstest/issues/230">[#230](https://github.com/joshka/tui-widgets/pull/230)</a>
> <a
href="https://redirect.github.com/la10736/rstest/issues/241">[#241](https://github.com/joshka/tui-widgets/pull/241)</a>
  > for more details.</li>
  > <li><a
>
href="https://doc.rust-lang.org/std/path/struct.PathBuf.html"><code>PathBuf</code></a>
  > does no longer need to be
  > in scope when using <code>#[files]</code> (see <a
>
href="https://redirect.github.com/la10736/rstest/pull/242">[#242](https://github.com/joshka/tui-widgets/pull/242)</a>)</li>
> <li><code>#[from(now::accept::also::path::for::fixture)]</code> See <a
>
href="https://redirect.github.com/la10736/rstest/issues/246">[#246](https://github.com/joshka/tui-widgets/pull/246)</a>
  > for more details</li>
  > </ul>
  > <h2>[0.19.0] 2024/4/9</h2>
  > <h3>Changed</h3>
  > <ul>
  > <li>Defined <code>rust-version</code> for each crate (see <a
>
href="https://redirect.github.com/la10736/rstest/issues/227">[#227](https://github.com/joshka/tui-widgets/pull/227)</a>)</li>
  > </ul>
  > <h3>Fixed</h3>
  > <ul>
> <li><code>#[once]</code> fixtures now require the returned type to be
  > <a
>
href="https://doc.rust-lang.org/std/marker/trait.Sync.html"><code>Sync</code></a>
  > to prevent UB
  > when tests are executed in parallel. (see <a
>
href="https://redirect.github.com/la10736/rstest/issues/235">[#235](https://github.com/joshka/tui-widgets/pull/235)</a></li>
  > </ul>
  > <!-- raw HTML omitted -->
  > </blockquote>
  > <p>... (truncated)</p>
  > </details>
  > <details>
  > <summary>Commits</summary>
  > <ul>
  > <li>See full diff in <a
>
href="https://github.com/la10736/rstest/compare/v0.22.0...v0.22.0">compare
  > view</a></li>
  > </ul>
  > </details>
  > <br />
  >
  >
> 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>
</blockquote>


</p></details>

---
This PR was generated with
[release-plz](https://github.com/MarcoIeni/release-plz/).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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