Skip to content

Bump BenchmarkDotNet and 5 others#556

Closed
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/nuget/multi-7f29b8b842
Closed

Bump BenchmarkDotNet and 5 others#556
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/nuget/multi-7f29b8b842

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Jul 21, 2025

Performed the following updates:

  • Updated BenchmarkDotNet from 0.14.0 to 0.15.2
  • Updated Hl7.Fhir.Base from 5.11.7 to 5.12.1
  • Updated Hl7.Fhir.R5 from 5.11.7 to 5.12.1
  • Updated MessagePack from 3.1.3 to 3.1.4
  • Updated MessagePack.Annotations from 3.1.3 to 3.1.4
  • Updated Microsoft.CodeAnalysis.PublicApiAnalyzers from 3.11.0-beta1.24219.2 to 4.14.0

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps BenchmarkDotNet from 0.14.0 to 0.15.2
Bumps Hl7.Fhir.Base from 5.11.7 to 5.12.1
Bumps Hl7.Fhir.R5 from 5.11.7 to 5.12.1
Bumps MessagePack from 3.1.3 to 3.1.4
Bumps MessagePack.Annotations from 3.1.3 to 3.1.4
Bumps Microsoft.CodeAnalysis.PublicApiAnalyzers to 4.14.0

---
updated-dependencies:
- dependency-name: BenchmarkDotNet
  dependency-version: 0.15.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Hl7.Fhir.Base
  dependency-version: 5.12.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Hl7.Fhir.R5
  dependency-version: 5.12.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: MessagePack
  dependency-version: 3.1.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: MessagePack.Annotations
  dependency-version: 3.1.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Microsoft.CodeAnalysis.PublicApiAnalyzers
  dependency-version: 4.14.0
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.CodeAnalysis.PublicApiAnalyzers
  dependency-version: 4.14.0
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.CodeAnalysis.PublicApiAnalyzers
  dependency-version: 4.14.0
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.CodeAnalysis.PublicApiAnalyzers
  dependency-version: 4.14.0
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.CodeAnalysis.PublicApiAnalyzers
  dependency-version: 4.14.0
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.CodeAnalysis.PublicApiAnalyzers
  dependency-version: 4.14.0
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.CodeAnalysis.PublicApiAnalyzers
  dependency-version: 4.14.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels Jul 21, 2025
@alexzautke alexzautke requested a review from Copilot July 21, 2025 18:50
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This is a dependency update PR that bumps 6 different packages to their latest versions as part of routine maintenance. The updates include both development dependencies (BenchmarkDotNet, Microsoft.CodeAnalysis.PublicApiAnalyzers) and production dependencies (Hl7.Fhir packages, MessagePack packages).

  • Updated BenchmarkDotNet from 0.14.0 to 0.15.2 for performance testing
  • Updated Firely SDK version from 5.11.7 to 5.12.1 across all FHIR validation projects
  • Updated MessagePack packages from 3.1.3 to 3.1.4 and Microsoft.CodeAnalysis.PublicApiAnalyzers from beta to stable release

Reviewed Changes

Copilot reviewed 10 out of 10 changed files in this pull request and generated no comments.

Show a summary per file
File Description
test/Benchmarks/Benchmarks.csproj Updates BenchmarkDotNet package reference
src/Firely.Fhir.Validation/Firely.Fhir.Validation.csproj Updates MessagePack.Annotations and Microsoft.CodeAnalysis.PublicApiAnalyzers
src/Firely.Fhir.Validation.STU3/Firely.Fhir.Validation.STU3.csproj Updates Microsoft.CodeAnalysis.PublicApiAnalyzers
src/Firely.Fhir.Validation.R5/Firely.Fhir.Validation.R5.csproj Updates Microsoft.CodeAnalysis.PublicApiAnalyzers
src/Firely.Fhir.Validation.R4B/Firely.Fhir.Validation.R4B.csproj Updates Microsoft.CodeAnalysis.PublicApiAnalyzers
src/Firely.Fhir.Validation.R4/Firely.Fhir.Validation.R4.csproj Updates Microsoft.CodeAnalysis.PublicApiAnalyzers
src/Firely.Fhir.Validation.Compilation/Firely.Fhir.Validation.Compilation.csproj Updates Microsoft.CodeAnalysis.PublicApiAnalyzers
src/Firely.Fhir.Validation.Compilation.STU3/Firely.Fhir.Validation.Compilation.STU3.csproj Updates Microsoft.CodeAnalysis.PublicApiAnalyzers
firely-validator-api.props Updates FirelySdkVersion property used by FHIR packages
firely-validator-api-tests.props Updates FirelySdkVersion and MessagePack package references

@alexzautke
Copy link
Copy Markdown
Member

@copilot can you revert the changes for Microsoft.CodeAnalysis.PublicApiAnalyzers and only use the latest v3.x version?

Copilot AI added a commit that referenced this pull request Jul 21, 2025
…nalyzers to 3.11.0-beta1.24219.2 and other package updates

- Updated Microsoft.CodeAnalysis.PublicApiAnalyzers to 3.11.0-beta1.24219.2 (latest 3.x beta) instead of 4.14.0 to avoid compatibility issues
- Updated FirelySdkVersion from 5.11.7 to 5.12.1
- Updated MessagePack from 3.1.3 to 3.1.4
- Updated MessagePack.Annotations from 3.1.3 to 3.1.4
- Updated BenchmarkDotNet from 0.14.0 to 0.15.2
- Fixed formatting issues in .props files
- Reverted PublicAPI.Unshipped.txt and fhirpkg.lock.json to original state as requested
- Dependabot ignore rule for v4.14.0+ already in place

Co-authored-by: alexzautke <548617+alexzautke@users.noreply.github.com>
@alexzautke alexzautke closed this Jul 21, 2025
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Jul 21, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/nuget/multi-7f29b8b842 branch July 21, 2025 19:45
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