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 all-dependencies group with 11 updates #16503

Merged
merged 4 commits into from
Jul 29, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 29, 2024

Bumps the all-dependencies group with 11 updates:

Package From To
Jint 3.1.5 4.0.0
Azure.Storage.Blobs 12.21.0 12.21.1
AWSSDK.S3 3.7.310.7 3.7.400
SixLabors.ImageSharp.Web 3.1.2 3.1.3
SixLabors.ImageSharp.Web.Providers.AWS 3.1.2 3.1.3
SixLabors.ImageSharp.Web.Providers.Azure 3.1.2 3.1.3
Microsoft.Identity.Web 3.0.0 3.0.1
Microsoft.IdentityModel.Protocols.OpenIdConnect 7.6.2 8.0.1
Microsoft.AspNetCore.Authentication.OpenIdConnect 8.0.7 9.0.0-preview.6.24328.4
HtmlSanitizer 8.1.860-beta 8.1.870
libphonenumber-csharp 8.13.40 8.13.42

Updates Jint from 3.1.5 to 4.0.0

Release notes

Sourced from Jint's releases.

v4.0.0

This release changes internal JavaScript parser from Esprima to Acornima and adds some new ECMAScript features.

Relevant bug fixes below have been backported into 3.x and are already part of its releases.

What's Changed

... (truncated)

Commits
  • 3d5c872 Ensure script preparation exposes only Jint's exception type (#1927)
  • 91755e9 Ensure Acornima ParseErrorException is exposed as JavasScriptException (#1924)
  • ec397aa Bump Meziantou.Analyzer from 2.0.160 to 2.0.161 in the all-dependencies group...
  • 1b7288d Make EsprimaExtensions.TryGetKey[ more resilient to missing execution context
  • 0ea0c17 Bump the all-dependencies group with 6 updates (#1918)
  • 86ecda6 Update ECMAScript 2024 feature status to README.md (#1916)
  • 9f55b0d Avoid Array.sort infinite loops on full framework (#1914)
  • 0ce19d8 Fix issues found with latest test262 suite (#1912)
  • 94bd26f Implement Uint8Array to/from base64 (#1911)
  • e3a3d55 Upgrade test262 suite and fix issues (#1910)
  • Additional commits viewable in compare view

Updates Azure.Storage.Blobs from 12.21.0 to 12.21.1

Release notes

Sourced from Azure.Storage.Blobs's releases.

Azure.Storage.Blobs_12.21.1

12.21.1 (2024-07-25)

Bugs Fixed

  • Fixed [BUG] Azure Blob Storage Client SDK No Longer Supports Globalization Invariant Mode for Account Key Authentication #45052
Commits

Updates AWSSDK.S3 from 3.7.310.7 to 3.7.400

Commits

Updates SixLabors.ImageSharp.Web from 3.1.2 to 3.1.3

Release notes

Sourced from SixLabors.ImageSharp.Web's releases.

v3.1.3

What's Changed

Full Changelog: SixLabors/ImageSharp.Web@v3.1.2...v3.1.3

Commits

Updates SixLabors.ImageSharp.Web.Providers.AWS from 3.1.2 to 3.1.3

Release notes

Sourced from SixLabors.ImageSharp.Web.Providers.AWS's releases.

v3.1.3

What's Changed

Full Changelog: SixLabors/ImageSharp.Web@v3.1.2...v3.1.3

Commits

Updates SixLabors.ImageSharp.Web from 3.1.2 to 3.1.3

Release notes

Sourced from SixLabors.ImageSharp.Web's releases.

v3.1.3

What's Changed

Full Changelog: SixLabors/ImageSharp.Web@v3.1.2...v3.1.3

Commits

Updates SixLabors.ImageSharp.Web.Providers.Azure from 3.1.2 to 3.1.3

Release notes

Sourced from SixLabors.ImageSharp.Web.Providers.Azure's releases.

v3.1.3

What's Changed

Full Changelog: SixLabors/ImageSharp.Web@v3.1.2...v3.1.3

Commits

Updates SixLabors.ImageSharp.Web from 3.1.2 to 3.1.3

Release notes

Sourced from SixLabors.ImageSharp.Web's releases.

v3.1.3

What's Changed

Full Changelog: SixLabors/ImageSharp.Web@v3.1.2...v3.1.3

Commits

Updates Microsoft.Identity.Web from 3.0.0 to 3.0.1

Release notes

Sourced from Microsoft.Identity.Web's releases.

3.0.1

  • Updated to Microsoft.IdentityModel.* 8.0.1
Changelog

Sourced from Microsoft.Identity.Web's changelog.

3.0.1

  • Updated to Microsoft.IdentityModel.* 8.0.1
Commits

Updates Microsoft.IdentityModel.Protocols.OpenIdConnect from 7.6.2 to 8.0.1

Release notes

Sourced from Microsoft.IdentityModel.Protocols.OpenIdConnect's releases.

8.0.1

Bug fixes

  • IdentityModel now resolves the public key to EPK. See issue #1951 for details.
  • Fix a race condition where SignatureProvider was disposed but still able to leverage the cache and SignatureProvider now disposes when compacting. See PR #2682 for details.
  • For JWE, JsonWebTokenHandler.ValidateJWEAsync now considers the decrypt keys in the configuration. See issue #2737 for details.

Performance improvement

  • AppContext.TryGetSwitch statically caches internally but takes out a lock. .NET almost always caches these values. They're not expected to change while the process is running unlike normal config. IdentityModel now caches the value. See issue #2722 for details.

8.0.0

CVE package updates

CVE-2024-30105

  • See PR #2707 for details.

Breaking change:

Full list of breaking changes.

  • A derived ClaimsIdentity where claim retrieval is case-sensitive. The current ClaimsIdentity, in .NET, retrieves claims in a case-insensitive manner which is different than querying the underlying SecurityToken. The new CaseSensitiveClaimsIdentity class provides consistent retrieval logic with SecurityToken. Fallback to previous behavior via an AppContext switch. See PR #2700 for details.
  • Make CollectionUtilities.IsNullOrEmpty internal. See issues Order is not preserved when returning documents from SQL query #2651 and #1722 for details.

Overall improvements to the validation in IdentityModel:

  • See design proposal #2711 for details, all work internal for now. Please comment in the GitHub issue and provide feedback there.

New Features:

  • Allow users to provide a Stream to Write in OIDCConfigurationSerializer. See PR #2698 for details.

Bug fixes:

Fundamentals

  • Remove code that was used in target frameworks that got removed. See PR #2673 for details.
  • Rename local variables for better readability. See PR #2674 for details.
  • Refactor XML comments for improved clarity. See PR #2676, #2677, #2678, #2689 and #2703 for details.
  • Fix flaky test. See issue #2683 for details.
  • Made ConfigurationManager.GetConfigurationAsync a virtual method. See PR #2661

8.0.0-preview1

Breaking changes:

  • IdentityModel 8x no longer supports .net461, which has reached end of life and is no longer supported. See issue #2544 for details.
  • Two IdentityModel extension dlls Microsoft.IdentityModel.KeyVaultExtensions and Microsoft.IdentityModel.ManagedKeyVaultSecurityKey were using ADAL, which is no longer supported . The affected packages have been removed, as the replacement is to use Microsoft.Identity.Web. See issue #2454 for details.
  • AppContext.SetSwitch which were included in IdentityModel 7x, have been removed and are the default in IdentityModel 8x. The result is a more performant IdentityModel by default. See issue #2629 and https://aka.ms/IdentityModel8x for details.

... (truncated)

Changelog

Sourced from Microsoft.IdentityModel.Protocols.OpenIdConnect's changelog.

8.0.1

Bug fixes

  • IdentityModel now resolves the public key to EPK. See issue #1951 for details.
  • Fix a race condition where SignatureProvider was disposed but still able to leverage the cache and SignatureProvider now disposes when compacting. See PR #2682 for details.
  • For JWE, JsonWebTokenHandler.ValidateJWEAsync now considers the decrypt keys in the configuration. See issue #2737 for details.

Performance improvement

  • AppContext.TryGetSwitch statically caches internally but takes out a lock. .NET almost always caches these values. They're not expected to change while the process is running unlike normal config. IdentityModel now caches the value. See issue #2722 for details.

8.0.0

CVE package updates

CVE-2024-30105

  • See PR #2707 for details.

Breaking change:

Full list of breaking changes.

  • A derived ClaimsIdentity where claim retrieval is case-sensitive. The current ClaimsIdentity, in .NET, retrieves claims in a case-insensitive manner which is different than querying the underlying SecurityToken. The new CaseSensitiveClaimsIdentity class provides consistent retrieval logic with SecurityToken. Fallback to previous behavior via an AppContext switch. See PR #2700 for details.
  • Make CollectionUtilities.IsNullOrEmpty internal. See issues Order is not preserved when returning documents from SQL query #2651 and #1722 for details.

Overall improvements to the validation in IdentityModel:

  • See design proposal #2711 for details, all work internal for now. Please comment in the GitHub issue and provide feedback there.

New Features:

  • Allow users to provide a Stream to Write in OIDCConfigurationSerializer. See PR #2698 for details.

Bug fixes:

Fundamentals

  • Remove code that was used in target frameworks that got removed. See PR #2673 for details.
  • Rename local variables for better readability. See PR #2674 for details.
  • Refactor XML comments for improved clarity. See PR #2676, #2677, #2678, #2689 and #2703 for details.
  • Fix flaky test. See issue #2683 for details.
  • Made ConfigurationManager.GetConfigurationAsync a virtual method. See PR #2661

8.0.0-preview1

Breaking changes:

  • IdentityModel 8x no longer supports .net461, which has reached end of life and is no longer supported. See issue #2544 for details.
  • Two IdentityModel extension dlls Microsoft.IdentityModel.KeyVaultExtensions and Microsoft.IdentityModel.ManagedKeyVaultSecurityKey were using ADAL, which is no longer supported . The affected packages have been removed, as the replacement is to use Microsoft.Identity.Web. See issue #2454 for details.
  • AppContext.SetSwitch which were included in IdentityModel 7x, have been removed and are the default in IdentityModel 8x. The result is a more performant IdentityModel by default. See issue #2629 and https://aka.ms/IdentityModel8x for details.

... (truncated)

Commits

Updates Microsoft.AspNetCore.Authentication.OpenIdConnect from 8.0.7 to 9.0.0-preview.6.24328.4

Release notes

Sourced from Microsoft.AspNetCore.Authentication.OpenIdConnect's releases.

.NET 9.0 Preview 6

Release

.NET 9 Preview 5

Release

.NET 9 Preview 4

Release

.NET 9.0 Preview 3

Release

.NET 9.0 Preview 2

[Release[(https://github.com/dotnet/core/releases/tag/v9.0.0-preview.2)

.NET 9 Preview 1

Release

Commits

Updates HtmlSanitizer from 8.1.860-beta to 8.1.870

Release notes

Sourced from HtmlSanitizer's releases.

8.1.870

#556

Commits

Updates libphonenumber-csharp from 8.13.40 to 8.13.42

Commits
  • 31dae13 feat: automatic upgrade to v8.13.42
  • 070d152 feat: automatic upgrade to v8.13.41
  • 29957db Merge pull request #258 from twcclegg/dependabot/nuget/csharp/PhoneNumbers.Ex...
  • 08e98f7 build(deps): bump System.Text.Json in /csharp/PhoneNumbers.Extensions
  • 2467001 Restore check
  • See full diff in compare view

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 all-dependencies group with 11 updates:

| Package | From | To |
| --- | --- | --- |
| [Jint](https://github.com/sebastienros/jint) | `3.1.5` | `4.0.0` |
| [Azure.Storage.Blobs](https://github.com/Azure/azure-sdk-for-net) | `12.21.0` | `12.21.1` |
| [AWSSDK.S3](https://github.com/aws/aws-sdk-net) | `3.7.310.7` | `3.7.400` |
| [SixLabors.ImageSharp.Web](https://github.com/SixLabors/ImageSharp.Web) | `3.1.2` | `3.1.3` |
| [SixLabors.ImageSharp.Web.Providers.AWS](https://github.com/SixLabors/ImageSharp.Web) | `3.1.2` | `3.1.3` |
| [SixLabors.ImageSharp.Web.Providers.Azure](https://github.com/SixLabors/ImageSharp.Web) | `3.1.2` | `3.1.3` |
| [Microsoft.Identity.Web](https://github.com/AzureAD/microsoft-identity-web) | `3.0.0` | `3.0.1` |
| [Microsoft.IdentityModel.Protocols.OpenIdConnect](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet) | `7.6.2` | `8.0.1` |
| [Microsoft.AspNetCore.Authentication.OpenIdConnect](https://github.com/dotnet/aspnetcore) | `8.0.7` | `9.0.0-preview.6.24328.4` |
| [HtmlSanitizer](https://github.com/mganss/HtmlSanitizer) | `8.1.860-beta` | `8.1.870` |
| [libphonenumber-csharp](https://github.com/twcclegg/libphonenumber-csharp) | `8.13.40` | `8.13.42` |


Updates `Jint` from 3.1.5 to 4.0.0
- [Release notes](https://github.com/sebastienros/jint/releases)
- [Commits](sebastienros/jint@v3.1.5...v4.0.0)

Updates `Azure.Storage.Blobs` from 12.21.0 to 12.21.1
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](Azure/azure-sdk-for-net@Azure.Storage.Blobs_12.21.0...Azure.Storage.Blobs_12.21.1)

Updates `AWSSDK.S3` from 3.7.310.7 to 3.7.400
- [Changelog](https://github.com/aws/aws-sdk-net/blob/main/SDK.CHANGELOG.MD)
- [Commits](https://github.com/aws/aws-sdk-net/commits/3.7.400.0)

Updates `SixLabors.ImageSharp.Web` from 3.1.2 to 3.1.3
- [Release notes](https://github.com/SixLabors/ImageSharp.Web/releases)
- [Commits](SixLabors/ImageSharp.Web@v3.1.2...v3.1.3)

Updates `SixLabors.ImageSharp.Web.Providers.AWS` from 3.1.2 to 3.1.3
- [Release notes](https://github.com/SixLabors/ImageSharp.Web/releases)
- [Commits](SixLabors/ImageSharp.Web@v3.1.2...v3.1.3)

Updates `SixLabors.ImageSharp.Web` from 3.1.2 to 3.1.3
- [Release notes](https://github.com/SixLabors/ImageSharp.Web/releases)
- [Commits](SixLabors/ImageSharp.Web@v3.1.2...v3.1.3)

Updates `SixLabors.ImageSharp.Web.Providers.Azure` from 3.1.2 to 3.1.3
- [Release notes](https://github.com/SixLabors/ImageSharp.Web/releases)
- [Commits](SixLabors/ImageSharp.Web@v3.1.2...v3.1.3)

Updates `SixLabors.ImageSharp.Web` from 3.1.2 to 3.1.3
- [Release notes](https://github.com/SixLabors/ImageSharp.Web/releases)
- [Commits](SixLabors/ImageSharp.Web@v3.1.2...v3.1.3)

Updates `Microsoft.Identity.Web` from 3.0.0 to 3.0.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@3.0.0...3.0.1)

Updates `Microsoft.IdentityModel.Protocols.OpenIdConnect` from 7.6.2 to 8.0.1
- [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.6.2...8.0.1)

Updates `Microsoft.AspNetCore.Authentication.OpenIdConnect` from 8.0.7 to 9.0.0-preview.6.24328.4
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v8.0.7...v9.0.0-preview.6.24328.4)

Updates `HtmlSanitizer` from 8.1.860-beta to 8.1.870
- [Release notes](https://github.com/mganss/HtmlSanitizer/releases)
- [Commits](https://github.com/mganss/HtmlSanitizer/commits/v8.1.870)

Updates `libphonenumber-csharp` from 8.13.40 to 8.13.42
- [Release notes](https://github.com/twcclegg/libphonenumber-csharp/releases)
- [Commits](twcclegg/libphonenumber-csharp@v8.13.40...v8.13.42)

---
updated-dependencies:
- dependency-name: Jint
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: Azure.Storage.Blobs
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: AWSSDK.S3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: SixLabors.ImageSharp.Web
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: SixLabors.ImageSharp.Web.Providers.AWS
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: SixLabors.ImageSharp.Web
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: SixLabors.ImageSharp.Web.Providers.Azure
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: SixLabors.ImageSharp.Web
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: Microsoft.Identity.Web
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: Microsoft.IdentityModel.Protocols.OpenIdConnect
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: Microsoft.AspNetCore.Authentication.OpenIdConnect
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: HtmlSanitizer
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: libphonenumber-csharp
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Jul 29, 2024
@MikeAlhayek
Copy link
Member

@lahma did I make the changes to Jint correctly here or did I miss something?

@lahma
Copy link
Contributor

lahma commented Jul 29, 2024

@lahma did I make the changes to Jint correctly here or did I miss something?

I think it looks right. All upgrade related errors should be compile time errors after switching the parser library.

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 .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants