Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Bump the microsoft group with 5 updates #285

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 6, 2024

Bumps the microsoft group with 5 updates:

Package From To
Microsoft.AspNetCore.Components.WebAssembly 8.0.0 8.0.1
Microsoft.AspNetCore.Components.Web 8.0.0 8.0.1
Microsoft.AspNetCore.Components.WebAssembly.DevServer 8.0.0 8.0.1
Microsoft.AspNetCore.Components.WebView.Maui 8.0.3 8.0.6
Microsoft.Identity.Web.UI 2.15.5 2.17.0

Updates Microsoft.AspNetCore.Components.WebAssembly from 8.0.0 to 8.0.1

Release notes

Sourced from Microsoft.AspNetCore.Components.WebAssembly's releases.

.NET 8.0.1

Release

Commits

Updates Microsoft.AspNetCore.Components.Web from 8.0.0 to 8.0.1

Release notes

Sourced from Microsoft.AspNetCore.Components.Web's releases.

.NET 8.0.1

Release

Commits

Updates Microsoft.AspNetCore.Components.WebAssembly.DevServer from 8.0.0 to 8.0.1

Release notes

Sourced from Microsoft.AspNetCore.Components.WebAssembly.DevServer's releases.

.NET 8.0.1

Release

Commits

Updates Microsoft.AspNetCore.Components.WebView.Maui from 8.0.3 to 8.0.6

Release notes

Sourced from Microsoft.AspNetCore.Components.WebView.Maui's releases.

8.0.6 SR1

How to Use

8.0.6 ships as a NuGet package and may be acquired via your IDE's NuGet Package Manager, or by editing your csproj and restoring your solution.

<PackageReference Include="Microsoft.Maui.Controls" Version="8.0.6" />
<PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="8.0.6" />

This release will be included in a future version of Visual Studio.

MAUI Product Fixes

... (truncated)

Commits

Updates Microsoft.Identity.Web.UI from 2.15.5 to 2.17.0

Release notes

Sourced from Microsoft.Identity.Web.UI's releases.

2.17.0

  • Updated to Microsoft.IdentityModel.* 7.3.1 and MSAL.NET 4.59.0

New features

Bug fixes

  • In OWIN applications, GetTokenForUserAsync now respects the ClaimsPrincipal. See issue #2629 for details.
  • After setting AddTokenAcquisition(useSingleton:true) to use token acquisition as a singleton, if you use .AddMicrosoftGraph and/or .AddDownstreamApi after this call, the GraphServiceClient and IDownstreamApis are now registered as a singleton service. For details see [PR #2645](AzureAD/microsoft-identity-web#2645)
  • Added check Against Injection Attacks. For details see PR 2619

Engineering excellence

2.16.1

  • Update Microsoft.Identity.Abstractions 5.1.0 and Microsoft.IdentityModel.* 7.1.2

Bug Fixes

  • In OWIN, Id Web now respects the passed in user argument. See issue #2585 for details.

2.16.0

Leverage IdentityModel 7.x on all .NET core frameworks.

Changelog

Sourced from Microsoft.Identity.Web.UI's changelog.

2.17.0

  • Updated to Microsoft.IdentityModel.* 7.3.1 and MSAL.NET 4.59.0

New features

Bug fixes

  • In OWIN applications, GetTokenForUserAsync now respects the ClaimsPrincipal. See issue #2629 for details.
  • After setting AddTokenAcquisition(useSingleton:true) to use token acquisition as a singleton, if you use .AddMicrosoftGraph and/or .AddDownstreamApi after this call, the GraphServiceClient and IDownstreamApis are now registered as a singleton service. For details see [PR #2645](AzureAD/microsoft-identity-web#2645)
  • Added check Against Injection Attacks. For details see PR 2619

Engineering excellence

2.16.1

  • Update Microsoft.Identity.Abstractions 5.1.0 and Microsoft.IdentityModel.* 7.1.2

Bug Fixes

  • In OWIN, Id Web now respects the passed in user argument. See issue #2585 for details.

2.16.0

  • Leverage IdentityModel 7.x on all .NET core frameworks.
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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the microsoft group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [Microsoft.AspNetCore.Components.WebAssembly](https://github.com/dotnet/aspnetcore) | `8.0.0` | `8.0.1` |
| [Microsoft.AspNetCore.Components.Web](https://github.com/dotnet/aspnetcore) | `8.0.0` | `8.0.1` |
| [Microsoft.AspNetCore.Components.WebAssembly.DevServer](https://github.com/dotnet/aspnetcore) | `8.0.0` | `8.0.1` |
| [Microsoft.AspNetCore.Components.WebView.Maui](https://github.com/dotnet/maui) | `8.0.3` | `8.0.6` |
| [Microsoft.Identity.Web.UI](https://github.com/AzureAD/microsoft-identity-web) | `2.15.5` | `2.17.0` |


Updates `Microsoft.AspNetCore.Components.WebAssembly` from 8.0.0 to 8.0.1
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v8.0.0...v8.0.1)

Updates `Microsoft.AspNetCore.Components.Web` from 8.0.0 to 8.0.1
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v8.0.0...v8.0.1)

Updates `Microsoft.AspNetCore.Components.WebAssembly.DevServer` from 8.0.0 to 8.0.1
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v8.0.0...v8.0.1)

Updates `Microsoft.AspNetCore.Components.WebView.Maui` from 8.0.3 to 8.0.6
- [Release notes](https://github.com/dotnet/maui/releases)
- [Changelog](https://github.com/dotnet/maui/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/maui@8.0.3...8.0.6)

Updates `Microsoft.Identity.Web.UI` from 2.15.5 to 2.17.0
- [Release notes](https://github.com/AzureAD/microsoft-identity-web/releases)
- [Changelog](https://github.com/AzureAD/microsoft-identity-web/blob/master/changelog.md)
- [Commits](AzureAD/microsoft-identity-web@2.15.5...2.17.0)

---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.Components.WebAssembly
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: microsoft
- dependency-name: Microsoft.AspNetCore.Components.Web
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: microsoft
- dependency-name: Microsoft.AspNetCore.Components.WebAssembly.DevServer
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: microsoft
- dependency-name: Microsoft.AspNetCore.Components.WebView.Maui
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: microsoft
- dependency-name: Microsoft.Identity.Web.UI
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: microsoft
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 6, 2024
Copy link
Author

dependabot bot commented on behalf of github Feb 7, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Feb 7, 2024
@dependabot dependabot bot deleted the dependabot/nuget/microsoft-818ddd02c5 branch February 7, 2024 04:27
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants