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 the dependencies group across 1 directory with 10 updates #87

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 9, 2024

Bumps the dependencies group with 10 updates in the /src directory:

Package From To
Microsoft.NET.Test.Sdk 17.11.1 17.12.0
Grpc.AspNetCore 2.66.0 2.67.0
Grpc.AspNetCore.HealthChecks 2.66.0 2.67.0
Grpc.AspNetCore.Server.Reflection 2.66.0 2.67.0
MessagePack 2.5.187 3.0.300
Microsoft.Playwright 1.48.0 1.49.0
Serilog.AspNetCore 8.0.3 9.0.0
System.IdentityModel.Tokens.Jwt 8.2.0 8.3.0
System.Management 8.0.0 9.0.0
System.Threading.Channels 8.0.0 9.0.0

Updates Microsoft.NET.Test.Sdk from 17.11.1 to 17.12.0

Release notes

Sourced from Microsoft.NET.Test.Sdk's releases.

v17.12.0

What's Changed

Internal and infrastructure fixes:

Full Changelog: microsoft/vstest@v17.11.1...v17.12.0

Commits

Updates Grpc.AspNetCore from 2.66.0 to 2.67.0

Release notes

Sourced from Grpc.AspNetCore's releases.

Release v2.67.0

What's Changed

New Contributors

Full Changelog: grpc/grpc-dotnet@v2.66.0...v2.67.0

Release v2.67.0-pre1

What's Changed

New Contributors

Full Changelog: grpc/grpc-dotnet@v2.66.0...v2.67.0-pre1

Commits
  • 5a58c24 Update to .NET 9 RTM (#2571)
  • dacb7b4 Bump elliptic from 6.5.7 to 6.6.0 in /examples/Spar/Server/ClientApp (#2567)
  • 1732f28 Update package dependencies to 9.0 RC2 (#2560)
  • 5fffc48 Fix System.Text.Json vulnerability warning (#2556)
  • b88713e Update Grpc.Tools to 2.67.0 (#2554)
  • 0f2ffdc Fix UpdateBalancingState not called when address attributes are modified (#2553)
  • 490894c Cleanup gRPC unit testing helpers in tester sample (#2548)
  • df3d8dc Update to Grpc.Tools 2.67.0-pre1 (#2547)
  • b1df3e4 Bump serve-static from 1.14.2 to 1.16.2 in /examples/Spar/Server/ClientApp (#...
  • de9a82f Update logging to use generated logs (#2531)
  • Additional commits viewable in compare view

Updates Grpc.AspNetCore.HealthChecks from 2.66.0 to 2.67.0

Release notes

Sourced from Grpc.AspNetCore.HealthChecks's releases.

Release v2.67.0

What's Changed

New Contributors

Full Changelog: grpc/grpc-dotnet@v2.66.0...v2.67.0

Release v2.67.0-pre1

What's Changed

New Contributors

Full Changelog: grpc/grpc-dotnet@v2.66.0...v2.67.0-pre1

Commits
  • 5a58c24 Update to .NET 9 RTM (#2571)
  • dacb7b4 Bump elliptic from 6.5.7 to 6.6.0 in /examples/Spar/Server/ClientApp (#2567)
  • 1732f28 Update package dependencies to 9.0 RC2 (#2560)
  • 5fffc48 Fix System.Text.Json vulnerability warning (#2556)
  • b88713e Update Grpc.Tools to 2.67.0 (#2554)
  • 0f2ffdc Fix UpdateBalancingState not called when address attributes are modified (#2553)
  • 490894c Cleanup gRPC unit testing helpers in tester sample (#2548)
  • df3d8dc Update to Grpc.Tools 2.67.0-pre1 (#2547)
  • b1df3e4 Bump serve-static from 1.14.2 to 1.16.2 in /examples/Spar/Server/ClientApp (#...
  • de9a82f Update logging to use generated logs (#2531)
  • Additional commits viewable in compare view

Updates Grpc.AspNetCore.Server.Reflection from 2.66.0 to 2.67.0

Release notes

Sourced from Grpc.AspNetCore.Server.Reflection's releases.

Release v2.67.0

What's Changed

New Contributors

Full Changelog: grpc/grpc-dotnet@v2.66.0...v2.67.0

Release v2.67.0-pre1

What's Changed

New Contributors

Full Changelog: grpc/grpc-dotnet@v2.66.0...v2.67.0-pre1

Commits
  • 5a58c24 Update to .NET 9 RTM (#2571)
  • dacb7b4 Bump elliptic from 6.5.7 to 6.6.0 in /examples/Spar/Server/ClientApp (#2567)
  • 1732f28 Update package dependencies to 9.0 RC2 (#2560)
  • 5fffc48 Fix System.Text.Json vulnerability warning (#2556)
  • b88713e Update Grpc.Tools to 2.67.0 (#2554)
  • 0f2ffdc Fix UpdateBalancingState not called when address attributes are modified (#2553)
  • 490894c Cleanup gRPC unit testing helpers in tester sample (#2548)
  • df3d8dc Update to Grpc.Tools 2.67.0-pre1 (#2547)
  • b1df3e4 Bump serve-static from 1.14.2 to 1.16.2 in /examples/Spar/Server/ClientApp (#...
  • de9a82f Update logging to use generated logs (#2531)
  • Additional commits viewable in compare view

Updates MessagePack from 2.5.187 to 3.0.300

Release notes

Sourced from MessagePack's releases.

v3.0.300

Fixed version, release notes see v3.0.3.

v3.0.3

See our migration guide. Details blog article

What's new

  • AOT source generation of formatters by default using roslyn source generators. mpc is no longer available. Dynamic formatters still exist (for runtimes that support them), but code that compiles against v3 are unlikely to need them, resulting in better startup performance and improved debugging experience.
  • AOT source generation is hugely improved.
    • Support most or all of the data types that DynamicObjectResolver supported.
    • Support for serializing private members.
  • [MessagePackObject] types can serialize private members without the application having to switch to DynamicObjectResolverAllowPrivate.
  • Analyzers are on by default, with many new ones to help ensure your code is correct and ready for AOT source generated formatters.
  • Custom formatters are automatically used for the data types they format when defined in the same assembly, by default. No need to attribute your data types to point to the custom formatter. Opt out by attributing the formatter with [ExcludeFormatterFromSourceGeneratedResolverAttribute].
  • New CompositeResolverAttribute offers a faster runtime alternative to the CompositeResolver class.

Unity

  • Consume through NuGetForUnity and UPM instead of through .unitypackage

What's Changed

... (truncated)

Commits
  • ba54fab feat: Update package.json to 3.0.300
  • d8b00a1 Update version.json
  • ff3af77 Merge remote-tracking branch 'origin/master'
  • 19da689 disable upload MessagePack.Experimental temporary
  • 554323c feat: Update package.json to 3.0.3
  • dec9d6c fix path
  • 0aa812e CI: do build for pack
  • 332b2b6 CI: disable package validation on Analyzer build
  • d380860 CI, fetch-depth:0
  • b467454 version.json
  • Additional commits viewable in compare view

Updates Microsoft.Playwright from 1.48.0 to 1.49.0

Release notes

Sourced from Microsoft.Playwright's releases.

v1.49.0

Aria snapshots

New assertion Expect(locator).toMatchAriaSnapshot() verifies page structure by comparing to an expected accessibility tree, represented as YAML.

await page.GotoAsync("https://playwright.dev");
await Expect(page.Locator("body")).ToMatchAriaSnapshotAsync(@"
  - banner:
    - heading /Playwright enables reliable/ [level=1]
    - link ""Get started""
    - link ""Star microsoft/playwright on GitHub""
  - main:
    - img ""Browsers (Chromium, Firefox, WebKit)""
    - heading ""Any browser • Any platform • One API""
");

You can generate this assertion with Test Generator or by calling locator.ariaSnapshot().

Learn more in the aria snapshots guide.

Tracing groups

New method tracing.group() allows you to visually group actions in the trace viewer.

// All actions between GroupAsync and GroupEndAsync
// will be shown in the trace viewer as a group.
await Page.Context.Tracing.GroupAsync("Open Playwright.dev > API");
await Page.GotoAsync("https://playwright.dev/");
await Page.GetByRole(AriaRole.Link, new() { Name = "API" }).ClickAsync();
await Page.Context.Tracing.GroupEndAsync();

Breaking: chrome and msedge channels switch to new headless mode

This change affects you if you're using one of the following channels in your playwright.config.ts:

  • chrome, chrome-dev, chrome-beta, or chrome-canary
  • msedge, msedge-dev, msedge-beta, or msedge-canary

After updating to Playwright v1.49, run your test suite. If it still passes, you're good to go. If not, you will probably need to update your snapshots, and adapt some of your test code around PDF viewers and extensions. See [issue #33566](microsoft/playwright#33566) for more details.

Try new Chromium headless

You can opt into the new headless mode by using 'chromium' channel. As official Chrome documentation puts it:

New Headless on the other hand is the real Chrome browser, and is thus more authentic, reliable, and offers more features. This makes it more suitable for high-accuracy end-to-end web app testing or browser extension testing.

See [issue #33566](microsoft/playwright#33566) for the list of possible breakages you could encounter and more details on Chromium headless. Please file an issue if you see any problems after opting in.

... (truncated)

Commits

Updates Serilog.AspNetCore from 8.0.3 to 9.0.0

Release notes

Sourced from Serilog.AspNetCore's releases.

v9.0.0

What's Changed

  • #388 - update to .NET 9 SDK, Serilog.Extensions.Hosting/Serilog.Settings.Configuration 9.0.0, Serilog 4.2.0 (@​nblumhardt)
Commits

Updates System.IdentityModel.Tokens.Jwt from 8.2.0 to 8.3.0

Release notes

Sourced from System.IdentityModel.Tokens.Jwt's releases.

8.3.0

New features

Work related to redesign of IdentityModel's token validation logic #2711

Bug fixes

Fundamentals

New Contributors

Full Changelog: AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet@8.2.1...8.3.0

8.2.1

New features

  • Update to use .NET 9 GA. See 2990.

Bug fixes

  • Remove dependency on Microsoft.Bcl.TimeProvider for .NET 8+ targets. See 2935.
  • Update cgmanifest to align with the JSON schema. See 2969.

Fundamentals

  • Streamline token creation in SecurityTokenDescriptor. See 2993.
  • Prevent inlining to guarantee stack frames in test. See 2999.

Work related to redesign of IdentityModel's token validation logic #2711

  • Simplify stack frame caching. See 2976.
  • Implement reading SAML and SAML2 tokens. See 2980.
  • Implement validating SAML signature. See 2950.
  • Add tests for IssuerExtensibility. See 2987.
  • Add validation for SAML and SAML2 issuer signing key. See 2965.
  • Add validation for SAML and SAML2 algorithm. See 2984.

... (truncated)

Changelog

Sourced from System.IdentityModel.Tokens.Jwt's changelog.

8.3.0

New features

Work related to redesign of IdentityModel's token validation logic #2711

Bug fixes

Fundamentals

Bumps the dependencies group with 10 updates in the /src directory:

| Package | From | To |
| --- | --- | --- |
| [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) | `17.11.1` | `17.12.0` |
| [Grpc.AspNetCore](https://github.com/grpc/grpc-dotnet) | `2.66.0` | `2.67.0` |
| [Grpc.AspNetCore.HealthChecks](https://github.com/grpc/grpc-dotnet) | `2.66.0` | `2.67.0` |
| [Grpc.AspNetCore.Server.Reflection](https://github.com/grpc/grpc-dotnet) | `2.66.0` | `2.67.0` |
| [MessagePack](https://github.com/MessagePack-CSharp/MessagePack-CSharp) | `2.5.187` | `3.0.300` |
| [Microsoft.Playwright](https://github.com/microsoft/playwright-dotnet) | `1.48.0` | `1.49.0` |
| [Serilog.AspNetCore](https://github.com/serilog/serilog-aspnetcore) | `8.0.3` | `9.0.0` |
| [System.IdentityModel.Tokens.Jwt](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet) | `8.2.0` | `8.3.0` |
| [System.Management](https://github.com/dotnet/runtime) | `8.0.0` | `9.0.0` |
| [System.Threading.Channels](https://github.com/dotnet/runtime) | `8.0.0` | `9.0.0` |



Updates `Microsoft.NET.Test.Sdk` from 17.11.1 to 17.12.0
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
- [Commits](microsoft/vstest@v17.11.1...v17.12.0)

Updates `Grpc.AspNetCore` from 2.66.0 to 2.67.0
- [Release notes](https://github.com/grpc/grpc-dotnet/releases)
- [Changelog](https://github.com/grpc/grpc-dotnet/blob/master/doc/release_process.md)
- [Commits](grpc/grpc-dotnet@v2.66.0...v2.67.0)

Updates `Grpc.AspNetCore.HealthChecks` from 2.66.0 to 2.67.0
- [Release notes](https://github.com/grpc/grpc-dotnet/releases)
- [Changelog](https://github.com/grpc/grpc-dotnet/blob/master/doc/release_process.md)
- [Commits](grpc/grpc-dotnet@v2.66.0...v2.67.0)

Updates `Grpc.AspNetCore.Server.Reflection` from 2.66.0 to 2.67.0
- [Release notes](https://github.com/grpc/grpc-dotnet/releases)
- [Changelog](https://github.com/grpc/grpc-dotnet/blob/master/doc/release_process.md)
- [Commits](grpc/grpc-dotnet@v2.66.0...v2.67.0)

Updates `MessagePack` from 2.5.187 to 3.0.300
- [Release notes](https://github.com/MessagePack-CSharp/MessagePack-CSharp/releases)
- [Commits](MessagePack-CSharp/MessagePack-CSharp@v2.5.187...v3.0.300)

Updates `Microsoft.Playwright` from 1.48.0 to 1.49.0
- [Release notes](https://github.com/microsoft/playwright-dotnet/releases)
- [Commits](microsoft/playwright-dotnet@v1.48.0...v1.49.0)

Updates `Serilog.AspNetCore` from 8.0.3 to 9.0.0
- [Release notes](https://github.com/serilog/serilog-aspnetcore/releases)
- [Commits](serilog/serilog-aspnetcore@v8.0.3...v9.0.0)

Updates `System.IdentityModel.Tokens.Jwt` from 8.2.0 to 8.3.0
- [Release notes](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/releases)
- [Changelog](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/blob/dev/CHANGELOG.md)
- [Commits](AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet@8.2.0...8.3.0)

Updates `System.Management` from 8.0.0 to 9.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v8.0.0...v9.0.0)

Updates `System.Threading.Channels` from 8.0.0 to 9.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v8.0.0...v9.0.0)

---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: Grpc.AspNetCore
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: Grpc.AspNetCore.HealthChecks
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: Grpc.AspNetCore.Server.Reflection
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: MessagePack
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: Microsoft.Playwright
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: Serilog.AspNetCore
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: System.IdentityModel.Tokens.Jwt
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: System.Management
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: System.Threading.Channels
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 9, 2024
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants