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

.Net: Bump Microsoft.Extensions.TimeProvider.Testing from 8.2.0 to 8.3.0 in /dotnet #5649

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 25, 2024

Bumps Microsoft.Extensions.TimeProvider.Testing from 8.2.0 to 8.3.0.

Release notes

Sourced from Microsoft.Extensions.TimeProvider.Testing's releases.

.NET Extensions 8.3.0

8.3.0 packages are now all published in NuGet.org.

What's Changed

New Contributors

Full Changelog: dotnet/extensions@v8.2.0...v8.3.0

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)

Bumps [Microsoft.Extensions.TimeProvider.Testing](https://github.com/dotnet/extensions) from 8.2.0 to 8.3.0.
- [Release notes](https://github.com/dotnet/extensions/releases)
- [Commits](dotnet/extensions@v8.2.0...v8.3.0)

---
updated-dependencies:
- dependency-name: Microsoft.Extensions.TimeProvider.Testing
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner March 25, 2024 23:06
@dependabot dependabot bot added .NET Issue or Pull requests regarding .NET code dependencies Pull requests that update a dependency file. Used by Dependabot. labels Mar 25, 2024
@github-actions github-actions bot changed the title Bump Microsoft.Extensions.TimeProvider.Testing from 8.2.0 to 8.3.0 in /dotnet .Net: Bump Microsoft.Extensions.TimeProvider.Testing from 8.2.0 to 8.3.0 in /dotnet Mar 25, 2024
@markwallace-microsoft markwallace-microsoft added this pull request to the merge queue Mar 26, 2024
Merged via the queue into main with commit 1eed52e Mar 26, 2024
20 checks passed
@markwallace-microsoft markwallace-microsoft deleted the dependabot/nuget/dotnet/Microsoft.Extensions.TimeProvider.Testing-8.3.0 branch March 26, 2024 16:53
LudoCorporateShark pushed a commit to LudoCorporateShark/semantic-kernel that referenced this pull request Aug 25, 2024
…3.0 in /dotnet (microsoft#5649)

Bumps
[Microsoft.Extensions.TimeProvider.Testing](https://github.com/dotnet/extensions)
from 8.2.0 to 8.3.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/dotnet/extensions/releases">Microsoft.Extensions.TimeProvider.Testing's
releases</a>.</em></p>
<blockquote>
<h2>.NET Extensions 8.3.0</h2>
<p>8.3.0 packages are now all published in NuGet.org.</p>
<h2>What's Changed</h2>
<ul>
<li>Branding updates for 8.3 by <a
href="https://github.com/joperezr"><code>@​joperezr</code></a> in <a
href="https://redirect.github.com/dotnet/extensions/pull/4927">dotnet/extensions#4927</a></li>
<li>Fix the automation for merged/closed PRs by <a
href="https://github.com/jeffhandley"><code>@​jeffhandley</code></a> in
<a
href="https://redirect.github.com/dotnet/extensions/pull/4930">dotnet/extensions#4930</a></li>
<li>Remove broken and superfluous test case by <a
href="https://github.com/geeknoid"><code>@​geeknoid</code></a> in <a
href="https://redirect.github.com/dotnet/extensions/pull/4934">dotnet/extensions#4934</a></li>
<li>Add gRPC resilience tests to verify interoperability by <a
href="https://github.com/martintmk"><code>@​martintmk</code></a> in <a
href="https://redirect.github.com/dotnet/extensions/pull/4931">dotnet/extensions#4931</a></li>
<li>Merging internal branch changes after 8.2 release. by <a
href="https://github.com/joperezr"><code>@​joperezr</code></a> in <a
href="https://redirect.github.com/dotnet/extensions/pull/4941">dotnet/extensions#4941</a></li>
<li>[main] Update dependencies from dotnet/arcade by <a
href="https://github.com/dotnet-maestro"><code>@​dotnet-maestro</code></a>
in <a
href="https://redirect.github.com/dotnet/extensions/pull/4946">dotnet/extensions#4946</a></li>
<li>Hashcode implementation proposal for DataClassificationSet by <a
href="https://github.com/damianhorna"><code>@​damianhorna</code></a> in
<a
href="https://redirect.github.com/dotnet/extensions/pull/4933">dotnet/extensions#4933</a></li>
<li>Fix IL2091 warnings by <a
href="https://github.com/EricStG"><code>@​EricStG</code></a> in <a
href="https://redirect.github.com/dotnet/extensions/pull/4953">dotnet/extensions#4953</a></li>
<li>Set ProducesDotNetReleaseShippingAssets property in Publishing.props
by <a
href="https://github.com/MilenaHristova"><code>@​MilenaHristova</code></a>
in <a
href="https://redirect.github.com/dotnet/extensions/pull/4960">dotnet/extensions#4960</a></li>
<li>Address remaining trim warnings by <a
href="https://github.com/eerhardt"><code>@​eerhardt</code></a> in <a
href="https://redirect.github.com/dotnet/extensions/pull/4962">dotnet/extensions#4962</a></li>
<li>Added a descriptive tag to TimeProvider.Testing by <a
href="https://github.com/fbd"><code>@​fbd</code></a> in <a
href="https://redirect.github.com/dotnet/extensions/pull/4964">dotnet/extensions#4964</a></li>
<li>AsyncState can be used across different service providers by <a
href="https://github.com/mobratil"><code>@​mobratil</code></a> in <a
href="https://redirect.github.com/dotnet/extensions/pull/4966">dotnet/extensions#4966</a></li>
<li>[main] Update dependencies from dotnet/arcade by <a
href="https://github.com/dotnet-maestro"><code>@​dotnet-maestro</code></a>
in <a
href="https://redirect.github.com/dotnet/extensions/pull/4973">dotnet/extensions#4973</a></li>
<li>Update Microsoft.IO.RecyclableMemoryStream package by <a
href="https://github.com/xakep139"><code>@​xakep139</code></a> in <a
href="https://redirect.github.com/dotnet/extensions/pull/4976">dotnet/extensions#4976</a></li>
<li>try dependabot by <a
href="https://github.com/danmoseley"><code>@​danmoseley</code></a> in <a
href="https://redirect.github.com/dotnet/extensions/pull/4978">dotnet/extensions#4978</a></li>
<li>[main] Update dependencies from dotnet/arcade by <a
href="https://github.com/dotnet-maestro"><code>@​dotnet-maestro</code></a>
in <a
href="https://redirect.github.com/dotnet/extensions/pull/4981">dotnet/extensions#4981</a></li>
<li>Fix Microsoft.Extensions.AuditReports output path by <a
href="https://github.com/xakep139"><code>@​xakep139</code></a> in <a
href="https://redirect.github.com/dotnet/extensions/pull/4945">dotnet/extensions#4945</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/damianhorna"><code>@​damianhorna</code></a>
made their first contribution in <a
href="https://redirect.github.com/dotnet/extensions/pull/4933">dotnet/extensions#4933</a></li>
<li><a href="https://github.com/EricStG"><code>@​EricStG</code></a> made
their first contribution in <a
href="https://redirect.github.com/dotnet/extensions/pull/4953">dotnet/extensions#4953</a></li>
<li><a
href="https://github.com/MilenaHristova"><code>@​MilenaHristova</code></a>
made their first contribution in <a
href="https://redirect.github.com/dotnet/extensions/pull/4960">dotnet/extensions#4960</a></li>
<li><a href="https://github.com/fbd"><code>@​fbd</code></a> made their
first contribution in <a
href="https://redirect.github.com/dotnet/extensions/pull/4964">dotnet/extensions#4964</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/dotnet/extensions/compare/v8.2.0...v8.3.0">https://github.com/dotnet/extensions/compare/v8.2.0...v8.3.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/dotnet/extensions/commit/1b7015c80e33f047688c2a266af9f2e2aebb00ab"><code>1b7015c</code></a>
Merged PR 37906: Flow 8.0.3 dependencies and prepare repo for 8.3
release</li>
<li><a
href="https://github.com/dotnet/extensions/commit/52350a9c0d287ed62b08a89724cbebecf1074591"><code>52350a9</code></a>
Fix Microsoft.Extensions.AuditReports output path (<a
href="https://redirect.github.com/dotnet/extensions/issues/4945">#4945</a>)</li>
<li><a
href="https://github.com/dotnet/extensions/commit/76b6d4a33729eca62ac4c5fd25a7b3863bb69972"><code>76b6d4a</code></a>
Update dependencies from <a
href="https://github.com/dotnet/arcade">https://github.com/dotnet/arcade</a>
build 20240301.4 (#...</li>
<li><a
href="https://github.com/dotnet/extensions/commit/018768f6d31dc31746f7774df38fb5d393cbefcc"><code>018768f</code></a>
try dependabot (<a
href="https://redirect.github.com/dotnet/extensions/issues/4978">#4978</a>)</li>
<li><a
href="https://github.com/dotnet/extensions/commit/34ba23f48ce096f9111eee644c4883dbc51f729d"><code>34ba23f</code></a>
Update Microsoft.IO.RecyclableMemoryStream to v3 (<a
href="https://redirect.github.com/dotnet/extensions/issues/4976">#4976</a>)</li>
<li><a
href="https://github.com/dotnet/extensions/commit/48eeecaf9de5a86981f75aae50bc229f01220503"><code>48eeeca</code></a>
Update dependencies from <a
href="https://github.com/dotnet/arcade">https://github.com/dotnet/arcade</a>
build 20240223.1 (#...</li>
<li><a
href="https://github.com/dotnet/extensions/commit/043b5e5c99dce94da440360a1f43fa9b773ee5a1"><code>043b5e5</code></a>
AsyncState can be used across different service providers (<a
href="https://redirect.github.com/dotnet/extensions/issues/4966">#4966</a>)</li>
<li><a
href="https://github.com/dotnet/extensions/commit/88d79f71e9af747fceb087ea9261b697d29ae71d"><code>88d79f7</code></a>
Added a descriptive tag to TimeProvider.Testing (<a
href="https://redirect.github.com/dotnet/extensions/issues/4964">#4964</a>)</li>
<li><a
href="https://github.com/dotnet/extensions/commit/6fcfa31c66db363119737326701313e0e5ef366a"><code>6fcfa31</code></a>
Added a descriptive tag to TimeProvider.Testing</li>
<li><a
href="https://github.com/dotnet/extensions/commit/3b8be087a18a1fc22622db8a17734d7cc99e14e5"><code>3b8be08</code></a>
Address remaining trim warnings (<a
href="https://redirect.github.com/dotnet/extensions/issues/4962">#4962</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/dotnet/extensions/compare/v8.2.0...v8.3.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Microsoft.Extensions.TimeProvider.Testing&package-manager=nuget&previous-version=8.2.0&new-version=8.3.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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[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. Used by Dependabot. .NET Issue or Pull requests regarding .NET code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants