Commit bbcf584
authored
Bump TUnit from 1.17.36 to 1.18.0 (#888)
Updated [TUnit](https://github.com/thomhurst/TUnit) from 1.17.36 to
1.18.0.
<details>
<summary>Release notes</summary>
_Sourced from [TUnit's
releases](https://github.com/thomhurst/TUnit/releases)._
## 1.18.0
<!-- Release notes generated using configuration in .github/release.yml
at v1.18.0 -->
## What's Changed
### Other Changes
* refactor: convert 15 manual assertions to [GenerateAssertion] by
@thomhurst in thomhurst/TUnit#5029
* Fix invisible chart labels on benchmark pages by @Copilot in
thomhurst/TUnit#5033
* docs: fix position of `--results-directory` in documentation by
@vbreuss in thomhurst/TUnit#5038
* fix: IsEquivalentTo falls back to Equals() for types with no public
members by @thomhurst in thomhurst/TUnit#5041
* perf: make test metadata creation fully synchronous by @thomhurst in
thomhurst/TUnit#5045
* perf: eliminate <>c display class from generated TestSource classes by
@thomhurst in thomhurst/TUnit#5047
* perf: generate per-class helper to reduce JIT compilations by ~18,000
by @thomhurst in thomhurst/TUnit#5048
* perf: consolidate per-method TestSource into per-class TestSource
(~27k fewer JITs) by @thomhurst in
thomhurst/TUnit#5049
* perf: eliminate per-class TestSource .ctor JITs via delegate
registration by @thomhurst in
thomhurst/TUnit#5051
* feat: rich HTML test reports by @thomhurst in
thomhurst/TUnit#5044
### Dependencies
* chore(deps): update tunit to 1.17.54 by @thomhurst in
thomhurst/TUnit#5028
* chore(deps): update dependency polyfill to 9.13.0 by @thomhurst in
thomhurst/TUnit#5035
* chore(deps): update dependency polyfill to 9.13.0 by @thomhurst in
thomhurst/TUnit#5036
**Full Changelog**:
thomhurst/TUnit@v1.17.54...v1.18.0
## 1.17.54
<!-- Release notes generated using configuration in .github/release.yml
at v1.17.54 -->
## What's Changed
### Other Changes
* docs: restructure, deduplicate, and clean up documentation by
@thomhurst in thomhurst/TUnit#5019
* docs: trim, deduplicate, and restructure sidebar by @thomhurst in
thomhurst/TUnit#5020
* fix: add newline to github reporter summary to fix rendering by
@robertcoltheart in thomhurst/TUnit#5023
* docs: consolidate hooks, trim duplication, and restructure sidebar by
@thomhurst in thomhurst/TUnit#5024
* Redesign mixed tests template by @thomhurst in
thomhurst/TUnit#5026
* feat: add IsAssignableFrom<T>() and IsNotAssignableFrom<T>()
assertions by @thomhurst in
thomhurst/TUnit#5027
### Dependencies
* chore(deps): update tunit to 1.17.36 by @thomhurst in
thomhurst/TUnit#5018
* chore(deps): update actions/upload-artifact action to v7 by
@thomhurst in thomhurst/TUnit#5015
* chore(deps): update dependency
microsoft.testing.extensions.codecoverage to 18.5.1 by @thomhurst in
thomhurst/TUnit#5025
**Full Changelog**:
thomhurst/TUnit@v1.17.36...v1.17.54
Commits viewable in [compare
view](thomhurst/TUnit@v1.17.36...v1.18.0).
</details>
[](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 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>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 478fa48 commit bbcf584
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
0 commit comments