Skip to content

Bump the pkg-updates group with 5 updates#479

Merged
AjayKMehta merged 1 commit intomasterfrom
dependabot/nuget/src/Dappery.Core/pkg-updates-f96c23b330
Feb 15, 2026
Merged

Bump the pkg-updates group with 5 updates#479
AjayKMehta merged 1 commit intomasterfrom
dependabot/nuget/src/Dappery.Core/pkg-updates-f96c23b330

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Feb 15, 2026

Updated Microsoft.Data.Sqlite from 10.0.2 to 10.0.3.

Release notes

Sourced from Microsoft.Data.Sqlite's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.Extensions.Logging.Abstractions from 10.0.2 to 10.0.3.

Release notes

Sourced from Microsoft.Extensions.Logging.Abstractions's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.Testing.Extensions.CrashDump from 2.0.2 to 2.1.0.

Release notes

Sourced from Microsoft.Testing.Extensions.CrashDump's releases.

2.1.0

See release notes here.

2.1.0-beta2

  1. Add the ability to specify Friendly test names for test methods (#​466)

See release notes here

2.1.0-beta

  1. Fix incompatibility between multiple versions of mstest adapter present in a solution (Configuring child domain's appbase to be test source location microsoft/testfx#659)
  2. Build script fix to work with VS2019 (Fix build script to work with VS2019 microsoft/testfx#641)

See release notes here

Commits viewable in compare view.

Updated Microsoft.Testing.Extensions.HangDump from 2.0.2 to 2.1.0.

Release notes

Sourced from Microsoft.Testing.Extensions.HangDump's releases.

2.1.0

See release notes here.

2.1.0-beta2

  1. Add the ability to specify Friendly test names for test methods (#​466)

See release notes here

2.1.0-beta

  1. Fix incompatibility between multiple versions of mstest adapter present in a solution (Configuring child domain's appbase to be test source location microsoft/testfx#659)
  2. Build script fix to work with VS2019 (Fix build script to work with VS2019 microsoft/testfx#641)

See release notes here

Commits viewable in compare view.

Updated TUnit from 1.12.147 to 1.13.11.

Release notes

Sourced from TUnit's releases.

1.13.11

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.13.8...v1.13.11

1.13.8

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.13.0...v1.13.8

1.13.0

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.12.147...v1.13.0

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @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 Microsoft.Data.Sqlite from 10.0.2 to 10.0.3
Bumps Microsoft.Extensions.Logging.Abstractions from 10.0.2 to 10.0.3
Bumps Microsoft.Testing.Extensions.CrashDump from 2.0.2 to 2.1.0
Bumps Microsoft.Testing.Extensions.HangDump from 2.0.2 to 2.1.0
Bumps TUnit from 1.12.147 to 1.13.11

---
updated-dependencies:
- dependency-name: Microsoft.Data.Sqlite
  dependency-version: 10.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pkg-updates
- dependency-name: Microsoft.Extensions.Logging.Abstractions
  dependency-version: 10.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pkg-updates
- dependency-name: Microsoft.Testing.Extensions.CrashDump
  dependency-version: 2.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pkg-updates
- dependency-name: Microsoft.Testing.Extensions.HangDump
  dependency-version: 2.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pkg-updates
- dependency-name: TUnit
  dependency-version: 1.13.11
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pkg-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the ⬆️ Dependencies Update dependencies. label Feb 15, 2026
@semanticdiff-com
Copy link

semanticdiff-com bot commented Feb 15, 2026

Review changes with  SemanticDiff

Changed Files
File Status
  src/Dappery.Core/packages.lock.json  67% smaller
  src/Dappery.Data/packages.lock.json  67% smaller
  tests/Dappery.Core.Tests/packages.lock.json  58% smaller
  tests/Dappery.Data.Tests/packages.lock.json  58% smaller
  src/Directory.Packages.props  0% smaller
  tests/Directory.Packages.props  0% smaller

@github-actions github-actions bot added the 🧪 Tests Add or update tests label Feb 15, 2026
@github-actions
Copy link

Summary

Line coverage Branch coverage

Assembly Line coverage Branch coverage
Dappery.Core 80.4% 68.7%
Dappery.Data 97.4% 66%
Dappery.Domain 87.6% 0%

@AjayKMehta AjayKMehta merged commit 4e14253 into master Feb 15, 2026
20 checks passed
@AjayKMehta AjayKMehta deleted the dependabot/nuget/src/Dappery.Core/pkg-updates-f96c23b330 branch February 15, 2026 14:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

⬆️ Dependencies Update dependencies. 🧪 Tests Add or update tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant