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 deps group in /src with 9 updates #191

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the deps group in /src with 9 updates:

Package From To
Nox.Secrets 7.0.204 7.0.207
Nox.Secrets.Abstractions 7.0.204 7.0.207
Nox.Solution 7.0.204 7.0.207
Nox.Yaml 7.0.204 7.0.207
Nox.Secrets.Azure 7.0.204 7.0.207
System.IdentityModel.Tokens.Jwt 7.3.1 7.4.0
Nox.Secrets.Abstractions 7.0.204 7.0.207
Nox.Solution 7.0.204 7.0.207
Nox.Yaml 7.0.204 7.0.207
Nox.Solution 7.0.204 7.0.207
Nox.Yaml 7.0.204 7.0.207
YamlDotNet 15.1.1 15.1.2
Nox.Secrets.Azure 7.0.204 7.0.207
Nox.Secrets.Abstractions 7.0.204 7.0.207
Nox.Solution 7.0.204 7.0.207
Nox.Yaml 7.0.204 7.0.207
Nox.Types 7.0.204 7.0.207
Microsoft.Identity.Web 2.17.0 2.17.1
System.IdentityModel.Tokens.Jwt 7.3.1 7.4.0

Updates Nox.Secrets from 7.0.204 to 7.0.207

Commits

Updates Nox.Secrets.Abstractions from 7.0.204 to 7.0.207

Commits

Updates Nox.Solution from 7.0.204 to 7.0.207

Commits

Updates Nox.Yaml from 7.0.204 to 7.0.207

Release notes

Sourced from Nox.Yaml's releases.

v7.0.207

No release notes provided.

v7.0.206

What's Changed

Full Changelog: NoxOrg/Nox@v7.0.205...v7.0.206

v7.0.205

No release notes provided.

Commits

Updates Nox.Secrets.Azure from 7.0.204 to 7.0.207

Commits

Updates System.IdentityModel.Tokens.Jwt from 7.3.1 to 7.4.0

Release notes

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

7.4.0

New Features:

  • Introduced an injection point for external metadata management and adjusted the issuer Last Known Good (LKG) to maintain the state within the issuer validator. See PR #2480.
  • Made an internal virtual method public, enabling users to provide signature providers. See PR #2497.

Performance Improvements:

  • Added a new JsonWebToken constructor that accepts Memory for improved performance, along with enhancements to existing constructors. More information can be found in issue #2487 and in PR #2458.

Fundamentals:

  • Resolved the issue of duplicated log messages in the source code and made IDX10506 log message more specific. For more details, refer to PR #2481.
  • Enhanced Json serialization by ensuring the complete object is always read. This improvement can be found in PR #2491.

Engineering Excellence:

  • Streamlined the build and release process by replacing the dependency on updateAssemblyInfo.ps1 with the Version property. Check out the details in PR #2494.
  • Excluded the packing of Benchmark and TestApp projects for a more efficient process. Details available in PR #2496.

7.4.0-preview1

Performance Improvements:

  • The existing JsonWebToken constructors now utilizes ReadOnlyMemory and Span to extract token segments, eliminating the need for string.split operations.
  • A new constructor has been introduced that accepts ReadOnlyMemory of an encoded token. See issue #2487.

Performance Assessment on .NET 8:

  • When using the preview version and opting for the constructor that accepts a string for the encoded token, the generation of a JWS yields a 3.95% decrease in memory usage, a 4.52% reduction in Gen0 and a 4.61% decrease in execution time compared to the latest release.
  • The performance of the constructor that accepts ReadOnlyMemory is comparable to the constructor accepting a string for the encoded token, both for JWS and JWE.

Preview branch: image

Dev (main) branch: image

View the benchmarks here.

Changelog

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

7.4.0

New Features:

  • Introduced an injection point for external metadata management and adjusted the issuer Last Known Good (LKG) to maintain the state within the issuer validator. See PR #2480.
  • Made an internal virtual method public, enabling users to provide signature providers. See PR #2497.

Performance Improvements:

  • Added a new JsonWebToken constructor that accepts Memory for improved performance, along with enhancements to existing constructors. More information can be found in issue #2487 and in PR #2458.

Fundamentals:

  • Resolved the issue of duplicated log messages in the source code and made IDX10506 log message more specific. For more details, refer to PR #2481.
  • Enhanced Json serialization by ensuring the complete object is always read. This improvement can be found in PR #2491.

Engineering Excellence:

  • Streamlined the build and release process by replacing the dependency on updateAssemblyInfo.ps1 with the Version property. Check out the details in PR #2494.
  • Excluded the packing of Benchmark and TestApp projects for a more efficient process. Details available in PR #2496.
Commits

Updates Nox.Secrets.Abstractions from 7.0.204 to 7.0.207

Commits

Updates Nox.Solution from 7.0.204 to 7.0.207

Commits

Updates Nox.Yaml from 7.0.204 to 7.0.207

Release notes

Sourced from Nox.Yaml's releases.

v7.0.207

No release notes provided.

v7.0.206

What's Changed

Full Changelog: NoxOrg/Nox@v7.0.205...v7.0.206

v7.0.205

No release notes provided.

Commits

Updates Nox.Solution from 7.0.204 to 7.0.207

Commits

Updates Nox.Yaml from 7.0.204 to 7.0.207

Release notes

Sourced from Nox.Yaml's releases.

v7.0.207

No release notes provided.

v7.0.206

What's Changed

Full Changelog: NoxOrg/Nox@v7.0.205...v7.0.206

v7.0.205

No release notes provided.

Commits

Updates YamlDotNet from 15.1.1 to 15.1.2

Release notes

Sourced from YamlDotNet's releases.

Release 15.1.2

  • Merge pull request #912 from EdwardCooke/ec-732
    Fixed #732, quote strings starting with whitespace characters
Commits
  • 7ae209b Quoted test changes to not log to stdout
  • 33ed33b Merge pull request #912 from EdwardCooke/ec-732
  • 66c68a2 Fixed #732, quote strings starting with whitespace characters
  • See full diff in compare view

Updates Nox.Secrets.Azure from 7.0.204 to 7.0.207

Commits

Updates Nox.Secrets.Abstractions from 7.0.204 to 7.0.207

Commits

Updates Nox.Solution from 7.0.204 to 7.0.207

Commits

Updates Nox.Yaml from 7.0.204 to 7.0.207

Release notes

Sourced from Nox.Yaml's releases.

v7.0.207

No release notes provided.

v7.0.206

What's Changed

Full Changelog: NoxOrg/Nox@v7.0.205...v7.0.206

v7.0.205

No release notes provided.

Commits

Updates Nox.Types from 7.0.204 to 7.0.207

Commits

Updates Microsoft.Identity.Web from 2.17.0 to 2.17.1

Release notes

Sourced from Microsoft.Identity.Web's releases.

2.17.1

  • Updated to Microsoft.IdentityModel.* 7.4.0

New features

  • DownstreamApi now automatically processes claims challenge from web APIs which are CAE enabled, provided you set "ClientCapablities" : ["cp1"] in the configuation. See issue #2550.

Bug fixes

  • Fixes the use of ServiceDescriptor for containers which have keyed services present. This can be an issue on .NET 8.0. See issue #2676 for details.

Engineering excellence

  • Calls to ConfidentialClientApplicationBuilderExtension.WithClientCredentials are fully async. See issue #2566 for details.
Changelog

Sourced from Microsoft.Identity.Web's changelog.

2.17.1

  • Updated to Microsoft.IdentityModel.* 7.4.0

New features

  • DownstreamApi now automatically processes claims challenge from web APIs which are CAE enabled, provided you set "ClientCapablities" : ["cp1"] in the configuation. See issue #2550.

Bug fixes

  • Fixes the use of ServiceDescriptor for containers which have keyed services present. This can be an issue on .NET 8.0. See issue #2676 for details.

Engineering excellence

  • Calls to ConfidentialClientApplicationBuilderExtension.WithClientCredentials are fully async. See issue #2566 for details.
Commits

Updates System.IdentityModel.Tokens.Jwt from 7.3.1 to 7.4.0

Release notes

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

7.4.0

New Features:

  • Introduced an injection point for external metadata management and adjusted the issuer Last Known Good (LKG) to maintain the state within the issuer validator. See PR #2480.
  • Made an internal virtual method public, enabling users to provide signature providers. See PR #2497.

Performance Improvements:

  • Added a new JsonWebToken constructor that accepts Memory for improved performance, along with enhancements to existing constructors. More information can be found in issue #2487 and in PR #2458.

Fundamentals:

  • Resolved the issue of duplicated log messages in the source code and made IDX10506 log message more specific. For more details, refer to PR #2481.
  • Enhanced Json serialization by ensuring the complete object is always read. This improvement can be found in PR #2491.

Engineering Excellence:

  • Streamlined the build and release process by replacing the dependency on updateAssemblyInfo.ps1 with the Version property. Check out the details in PR #2494.
  • Excluded the packing of Benchmark and TestApp projects for a more efficient process. Details available in PR #2496.

7.4.0-preview1

Performance Improvements:

  • The existing JsonWebToken constructors now utilizes ReadOnlyMemory and Span to extract token segments, eliminating the need for string.split operations.
  • A new constructor has been introduced that accepts ReadOnlyMemory of an encoded token. See issue #2487.

Performance Assessment on .NET 8:

  • When using the preview version and opting for the constructor that accepts a string for the encoded token, the generation of a JWS yields a 3.95% decrease in memory usage, a 4.52% reduction in Gen0 and a 4.61% decrease in execution time compared to the latest release.
  • The performance of the constructor that accepts ReadOnlyMemory is comparable to the constructor accepting a string for the encoded token, both for JWS and JWE.

Preview branch: image

Dev (main) branch: image

View the benchmarks here.

Changelog

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

7.4.0

New Features:

  • Introduced an injection point for external metadata management and adjusted the issuer Last Known Good (LKG) to maintain the state within the issuer validator. See PR #2480.
  • Made an internal virtual method public, enabling users to provide signature providers. See PR #2497.

Performance Improvements:

  • Added a new JsonWebToken constructor that accepts Memory for improved performance, along with enhancements to existing constructors. More information can be found in issue #2487 and in PR #2458.

Fundamentals:

  • Resolved the issue of duplicated log messages in the source code and made IDX10506 log message more specific. For more details, refer to PR #2481.
  • Enhanced Json serialization by ensuring the complete object is always read. This improvement can be found in PR #2491.

Engineering Excellence:

  • Streamlined the build and release process by replacing the dependency on updateAssemblyInfo.ps1 with the Version property. Check out the details in PR #2494.
  • Excluded the packing of Benchmark and TestApp projects for a more efficient process. Details available in PR #2496.
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 deps group in /src with 9 updates:

| Package | From | To |
| --- | --- | --- |
| [Nox.Secrets](https://github.com/NoxOrg/Nox.Lib) | `7.0.204` | `7.0.207` |
| [Nox.Secrets.Abstractions](https://github.com/NoxOrg/Nox.Lib) | `7.0.204` | `7.0.207` |
| [Nox.Solution](https://github.com/NoxOrg/Nox.Solution) | `7.0.204` | `7.0.207` |
| [Nox.Yaml](https://github.com/NoxOrg/Nox.Generator) | `7.0.204` | `7.0.207` |
| [Nox.Secrets.Azure](https://github.com/NoxOrg/Nox.Lib) | `7.0.204` | `7.0.207` |
| [System.IdentityModel.Tokens.Jwt](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet) | `7.3.1` | `7.4.0` |
| [Nox.Secrets.Abstractions](https://github.com/NoxOrg/Nox.Lib) | `7.0.204` | `7.0.207` |
| [Nox.Solution](https://github.com/NoxOrg/Nox.Solution) | `7.0.204` | `7.0.207` |
| [Nox.Yaml](https://github.com/NoxOrg/Nox.Generator) | `7.0.204` | `7.0.207` |
| [Nox.Solution](https://github.com/NoxOrg/Nox.Solution) | `7.0.204` | `7.0.207` |
| [Nox.Yaml](https://github.com/NoxOrg/Nox.Generator) | `7.0.204` | `7.0.207` |
| [YamlDotNet](https://github.com/aaubry/YamlDotNet) | `15.1.1` | `15.1.2` |
| [Nox.Secrets.Azure](https://github.com/NoxOrg/Nox.Lib) | `7.0.204` | `7.0.207` |
| [Nox.Secrets.Abstractions](https://github.com/NoxOrg/Nox.Lib) | `7.0.204` | `7.0.207` |
| [Nox.Solution](https://github.com/NoxOrg/Nox.Solution) | `7.0.204` | `7.0.207` |
| [Nox.Yaml](https://github.com/NoxOrg/Nox.Generator) | `7.0.204` | `7.0.207` |
| [Nox.Types](https://github.com/NoxOrg/Nox.Types) | `7.0.204` | `7.0.207` |
| [Microsoft.Identity.Web](https://github.com/AzureAD/microsoft-identity-web) | `2.17.0` | `2.17.1` |
| [System.IdentityModel.Tokens.Jwt](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet) | `7.3.1` | `7.4.0` |


Updates `Nox.Secrets` from 7.0.204 to 7.0.207
- [Release notes](https://github.com/NoxOrg/Nox.Lib/releases)
- [Commits](https://github.com/NoxOrg/Nox.Lib/commits)

Updates `Nox.Secrets.Abstractions` from 7.0.204 to 7.0.207
- [Release notes](https://github.com/NoxOrg/Nox.Lib/releases)
- [Commits](https://github.com/NoxOrg/Nox.Lib/commits)

Updates `Nox.Solution` from 7.0.204 to 7.0.207
- [Release notes](https://github.com/NoxOrg/Nox.Solution/releases)
- [Commits](https://github.com/NoxOrg/Nox.Solution/commits)

Updates `Nox.Yaml` from 7.0.204 to 7.0.207
- [Release notes](https://github.com/NoxOrg/Nox.Generator/releases)
- [Commits](NoxOrg/Nox@v7.0.204...v7.0.207)

Updates `Nox.Secrets.Azure` from 7.0.204 to 7.0.207
- [Release notes](https://github.com/NoxOrg/Nox.Lib/releases)
- [Commits](https://github.com/NoxOrg/Nox.Lib/commits)

Updates `System.IdentityModel.Tokens.Jwt` from 7.3.1 to 7.4.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@7.3.1...v7.4.0)

Updates `Nox.Secrets.Abstractions` from 7.0.204 to 7.0.207
- [Release notes](https://github.com/NoxOrg/Nox.Lib/releases)
- [Commits](https://github.com/NoxOrg/Nox.Lib/commits)

Updates `Nox.Solution` from 7.0.204 to 7.0.207
- [Release notes](https://github.com/NoxOrg/Nox.Solution/releases)
- [Commits](https://github.com/NoxOrg/Nox.Solution/commits)

Updates `Nox.Yaml` from 7.0.204 to 7.0.207
- [Release notes](https://github.com/NoxOrg/Nox.Generator/releases)
- [Commits](NoxOrg/Nox@v7.0.204...v7.0.207)

Updates `Nox.Solution` from 7.0.204 to 7.0.207
- [Release notes](https://github.com/NoxOrg/Nox.Solution/releases)
- [Commits](https://github.com/NoxOrg/Nox.Solution/commits)

Updates `Nox.Yaml` from 7.0.204 to 7.0.207
- [Release notes](https://github.com/NoxOrg/Nox.Generator/releases)
- [Commits](NoxOrg/Nox@v7.0.204...v7.0.207)

Updates `YamlDotNet` from 15.1.1 to 15.1.2
- [Release notes](https://github.com/aaubry/YamlDotNet/releases)
- [Commits](aaubry/YamlDotNet@v15.1.1...v15.1.2)

Updates `Nox.Secrets.Azure` from 7.0.204 to 7.0.207
- [Release notes](https://github.com/NoxOrg/Nox.Lib/releases)
- [Commits](https://github.com/NoxOrg/Nox.Lib/commits)

Updates `Nox.Secrets.Abstractions` from 7.0.204 to 7.0.207
- [Release notes](https://github.com/NoxOrg/Nox.Lib/releases)
- [Commits](https://github.com/NoxOrg/Nox.Lib/commits)

Updates `Nox.Solution` from 7.0.204 to 7.0.207
- [Release notes](https://github.com/NoxOrg/Nox.Solution/releases)
- [Commits](https://github.com/NoxOrg/Nox.Solution/commits)

Updates `Nox.Yaml` from 7.0.204 to 7.0.207
- [Release notes](https://github.com/NoxOrg/Nox.Generator/releases)
- [Commits](NoxOrg/Nox@v7.0.204...v7.0.207)

Updates `Nox.Types` from 7.0.204 to 7.0.207
- [Release notes](https://github.com/NoxOrg/Nox.Types/releases)
- [Commits](https://github.com/NoxOrg/Nox.Types/commits)

Updates `Microsoft.Identity.Web` from 2.17.0 to 2.17.1
- [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.17.0...2.17.1)

Updates `System.IdentityModel.Tokens.Jwt` from 7.3.1 to 7.4.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@7.3.1...v7.4.0)

---
updated-dependencies:
- dependency-name: Nox.Secrets
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: Nox.Secrets.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: Nox.Solution
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: Nox.Yaml
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: Nox.Secrets.Azure
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: System.IdentityModel.Tokens.Jwt
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: Nox.Secrets.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: Nox.Solution
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: Nox.Yaml
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: Nox.Solution
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: Nox.Yaml
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: YamlDotNet
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: Nox.Secrets.Azure
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: Nox.Secrets.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: Nox.Solution
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: Nox.Yaml
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: Nox.Types
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: Microsoft.Identity.Web
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: System.IdentityModel.Tokens.Jwt
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
...

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

dependabot bot commented on behalf of github Feb 29, 2024

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

@dependabot dependabot bot closed this Feb 29, 2024
@dependabot dependabot bot deleted the dependabot/nuget/src/deps-9e599b30b3 branch February 29, 2024 09:47
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