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

chore(deps): update all non-major dependencies #266

Merged
merged 2 commits into from
Nov 8, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 30, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
FluentAssertions (source) 6.12.1 -> 6.12.2 age adoption passing confidence
MSTest.TestAdapter 3.6.1 -> 3.6.2 age adoption passing confidence
MSTest.TestFramework 3.6.1 -> 3.6.2 age adoption passing confidence
Microsoft.Identity.Web 3.3.0 -> 3.3.1 age adoption passing confidence
Microsoft.IdentityModel.JsonWebTokens 8.1.2 -> 8.2.0 age adoption passing confidence
Oracle.ManagedDataAccess.Core (source) 23.6.0 -> 23.6.1 age adoption passing confidence
RavenDB.Client (source) 6.2.0 -> 6.2.1 age adoption passing confidence
Reqnroll (source) 2.1.1 -> 2.2.0 age adoption passing confidence
Reqnroll.MsTest (source) 2.1.1 -> 2.2.0 age adoption passing confidence
Reqnroll.Tools.MsBuild.Generation (source) 2.1.1 -> 2.2.0 age adoption passing confidence

Release Notes

fluentassertions/fluentassertions (FluentAssertions)

v6.12.2

Compare Source

What's Changed

Others

Full Changelog: fluentassertions/fluentassertions@6.12.1...6.12.2

microsoft/testfx (MSTest.TestAdapter)

v3.6.2

See the release notes here

AzureAD/microsoft-identity-web (Microsoft.Identity.Web)

v3.3.1

Compare Source

========

  • Updated to Microsoft.IdentityModel.* 8.2.0
Supportability
  • Added JSON schema support for Microsoft.Identity.Web configuration. This allows for schema validation in the appsettings.json, improving configuration accuracy and developer experience. To use it, add the following at the top of your appsettings.json:
    "$schema": "https://github.com/AzureAD/microsoft-identity-web/blob/master/JsonSchemas/microsoft-identity-web.json"
    This update enhances the configuration process by providing clear structure and validation for settings used in Microsoft.Identity.Web. See PR #​3119 for details.
Fundamentals
  • Fix a flaky test in the L1L2Cache tests. See PR #​3122 for details.
AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet (Microsoft.IdentityModel.JsonWebTokens)

v8.2.0

Compare Source

=====

Fundamentals
Work related to redesign of IdentityModel's token validation logic #​2711
  • Validates Audience for SAML2TokenHandler with New Model 2863
  • Improvements to AudienceValidation 2902
  • Added properties to ValidationResult 2923
  • Implements Audience and Lifetime validations in SamlSecurityTokenHandler 2925
  • Implements Issuer validation in SamlSecurityTokenHandler 2948
ravendb/ravendb (RavenDB.Client)

v6.2.1

Compare Source

Server
  • [Attachments] added range support
  • [Backup] fixed possible high unmanaged memory during import of large amount of compare exchange values
  • [Backup] fixed possible NRE when Backup Retention Policy is running
  • [Backup] fixed issue with database not being deleted when restore is cancelled
  • [Backup] properly setting idle database timer if next activity time is null
  • [Certificates] optimized certificate replacement mechanism to avoid re-issuing a new certificate when it was correctly generated but cluster was down during the save process
  • [Corax] adjusting Corax's search to match Lucene's search method
  • [Corax] fixing sorting edge case in Corax where all matches have been found already so there is no need to fallback to normal sorting (which expected to get non empty batch of results)
  • [Corax] empty strings have to be projected as EMPTY_STRING instead of \u0003 when Facets are used
  • [Cluster] fixed issue with modifying a document by a non-cluster session after it was created in a cluster-wide transaction
  • [Cluster] stability fixes
  • [Indexes] deleting time series directly should update index entries correctly
  • [Linux] switched from /smaps to /smaps_rollup which decreases number of kernel locks especially on high memory systems
  • [Monitoring] exposed 'Number of indexing errors in all loaded databases' in SNMP
  • [Replication] removing incoming and outgoing replication handlers on change correctly
  • [Replication] fixed issue with replicating tombstones from artificial documents
  • [Revisions] will throw document ID too big exception when change vector is too long
  • [.NET] updated to 8.0.10

Studio
  • [Cluster] added Cluster Debug View
  • [ETL] added deprecate warning message when 'MySql.Data.MySqlClient' is used
  • [Indexes] added ability to more easily copy/export/import indexes between databases

Client API
  • [Attachments] GetAttachmentOperation now supports returning ranges
  • [Session] fixed InvalidOperationException that would be thrown if ConditionalLoadAsync is called in the same session as LoadAsync
reqnroll/Reqnroll (Reqnroll)

v2.2.0

Improvements:

Bug fixes:

  • Fix: Visual Studio locks Reqnroll.Tools.MsBuild.Generation task files. Using TaskHostFactory for our tasks on Windows. (#​293)
  • Fix: Project dependencies transiently refer to System.Text.Json 8.0.4 that has security vulnerability. Microsoft.Extensions.DependencyModel updated to v8.0.2. (#​291)
  • Fix: Could not load System.CodeDom exception with xRetry.Reqnroll plugin (#​310)
  • Fix: Reqnroll.Microsoft.Extensions.DependencyInjection: System.Collections.Generic.KeyNotFoundException: The given key 'Microsoft.Extensions.DependencyInjection.ServiceLookup.ServiceProviderEngineScope' was not present in the dictionary. is thrown when a test execution dependent service is required during [BeforeTestRun]. We provide a better error message now. (#​175)

Contributors of this release (in alphabetical order): @​gasparnagy, @​obligaron, @​Romfos, @​Tiberriver256


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner October 30, 2024 16:26
@renovate renovate bot enabled auto-merge October 30, 2024 16:26
@renovate renovate bot requested a review from MarcoGix as a code owner October 31, 2024 14:36
@renovate renovate bot changed the title chore(deps): update dependency ravendb.client to 6.2.1 chore(deps): update all non-major dependencies Oct 31, 2024
AndreaCuneo
AndreaCuneo previously approved these changes Oct 31, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 54f5d43 to f40444b Compare November 8, 2024 16:00
Copy link
Contributor Author

renovate bot commented Nov 8, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@AndreaCuneo AndreaCuneo merged commit 2ab7ef5 into master Nov 8, 2024
5 checks passed
@AndreaCuneo AndreaCuneo deleted the renovate/all-minor-patch branch November 8, 2024 18:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant