Deps (Api): Bump the minor-and-patch group with 8 updates - #235
Open
dependabot[bot] wants to merge 1 commit into
Open
Deps (Api): Bump the minor-and-patch group with 8 updates#235dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps Firely.Fhir.Validation from 3.2.0 to 3.3.0 Bumps Firely.Fhir.Validation.Compilation from 3.2.0 to 3.3.0 Bumps Microsoft.AspNetCore.Mvc.Testing from 10.0.9 to 10.0.10 Bumps Microsoft.AspNetCore.OpenApi from 10.0.9 to 10.0.10 Bumps Microsoft.AspNetCore.SignalR.Client from 10.0.9 to 10.0.10 Bumps MongoDB.Driver from 3.9.0 to 3.10.0 Bumps OpenIddict.AspNetCore from 7.5.0 to 7.6.0 Bumps OpenIddict.MongoDb from 7.5.0 to 7.6.0 --- updated-dependencies: - dependency-name: Firely.Fhir.Validation dependency-version: 3.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: Firely.Fhir.Validation.Compilation dependency-version: 3.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: Microsoft.AspNetCore.Mvc.Testing dependency-version: 10.0.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: Microsoft.AspNetCore.OpenApi dependency-version: 10.0.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: Microsoft.AspNetCore.SignalR.Client dependency-version: 10.0.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: MongoDB.Driver dependency-version: 3.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: OpenIddict.AspNetCore dependency-version: 7.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: OpenIddict.MongoDb dependency-version: 7.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated Firely.Fhir.Validation from 3.2.0 to 3.3.0.
Release notes
Sourced from Firely.Fhir.Validation's releases.
3.3.0
Bug Fixes
Improvements
ValidationSettings.ModelInspector: When validator needed access to ModelInspector it would attempt to use the validated types assembly. For types from the SDK that would work fine, but it wouldn't work correctly with custom resource types. The ModelInspector configured in ValidationSettings will now take priority. This allows custom types to be resolved correctly during validation. If no inspector is configured, the SDK's built-in ModelInfo.ModelInspector is used as a fallback.What's Changed
ValidationSettings.ModelInspectorthrough high-level Validator POCO conversion by @ewoutkramer with @Copilot in VONK-9828: WireValidationSettings.ModelInspectorthrough high-level Validator POCO conversion FirelyTeam/firely-validator-api#668IssueComponentby @andrzejskowronski in Expose invariant IDs as an extension onIssueComponentFirelyTeam/firely-validator-api#672Full Changelog: FirelyTeam/firely-validator-api@v3.2.0...v3.3.0
Commits viewable in compare view.
Updated Firely.Fhir.Validation.Compilation from 3.2.0 to 3.3.0.
Release notes
Sourced from Firely.Fhir.Validation.Compilation's releases.
3.3.0
Bug Fixes
Improvements
ValidationSettings.ModelInspector: When validator needed access to ModelInspector it would attempt to use the validated types assembly. For types from the SDK that would work fine, but it wouldn't work correctly with custom resource types. The ModelInspector configured in ValidationSettings will now take priority. This allows custom types to be resolved correctly during validation. If no inspector is configured, the SDK's built-in ModelInfo.ModelInspector is used as a fallback.What's Changed
ValidationSettings.ModelInspectorthrough high-level Validator POCO conversion by @ewoutkramer with @Copilot in VONK-9828: WireValidationSettings.ModelInspectorthrough high-level Validator POCO conversion FirelyTeam/firely-validator-api#668IssueComponentby @andrzejskowronski in Expose invariant IDs as an extension onIssueComponentFirelyTeam/firely-validator-api#672Full Changelog: FirelyTeam/firely-validator-api@v3.2.0...v3.3.0
Commits viewable in compare view.
Updated Microsoft.AspNetCore.Mvc.Testing from 10.0.9 to 10.0.10.
Release notes
Sourced from Microsoft.AspNetCore.Mvc.Testing's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated Microsoft.AspNetCore.OpenApi from 10.0.9 to 10.0.10.
Release notes
Sourced from Microsoft.AspNetCore.OpenApi's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated Microsoft.AspNetCore.SignalR.Client from 10.0.9 to 10.0.10.
Release notes
Sourced from Microsoft.AspNetCore.SignalR.Client's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated MongoDB.Driver from 3.9.0 to 3.10.0.
Release notes
Sourced from MongoDB.Driver's releases.
3.10.0
This is the general availability release for the 3.10.0 version of the driver.
The main new features in 3.10.0 include:
Improvements:
Fixes:
EnsureNoMemberMapConflictsfor discriminator conventionMaintenance:
The full list of issues resolved in this release is available at CSHARP JIRA project.
... (truncated)
Commits viewable in compare view.
Updated OpenIddict.AspNetCore from 7.5.0 to 7.6.0.
Release notes
Sourced from OpenIddict.AspNetCore's releases.
7.6.0
This release introduces the following changes:
The Entity Framework 6.x and Entity Framework Core stores have been updated to automatically restore the
EntityStateof token entities after failed application deletion (thanks @tedchirvasiu! ❤️)The
OpenIddict.Client.WebIntegrationpackage now supports Vercel and ID Austria (thanks @kescherCode! ❤️)All the .NET and third-party dependencies have been updated to their latest version.
Commits viewable in compare view.
Updated OpenIddict.MongoDb from 7.5.0 to 7.6.0.
Release notes
Sourced from OpenIddict.MongoDb's releases.
7.6.0
This release introduces the following changes:
The Entity Framework 6.x and Entity Framework Core stores have been updated to automatically restore the
EntityStateof token entities after failed application deletion (thanks @tedchirvasiu! ❤️)The
OpenIddict.Client.WebIntegrationpackage now supports Vercel and ID Austria (thanks @kescherCode! ❤️)All the .NET and third-party dependencies have been updated to their latest version.
Commits viewable 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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