Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 24, 2025

Bumps EntityFrameworkCore.Testing.Moq, Microsoft.EntityFrameworkCore, Microsoft.EntityFrameworkCore.SqlServer and Moq. These dependencies needed to be updated together.
Updates EntityFrameworkCore.Testing.Moq from 4.0.0 to 5.0.0

Release notes

Sourced from EntityFrameworkCore.Testing.Moq's releases.

5.0.0

Changes

  • #136 Added support for EFCore 7

Full Changelog: rgvlee/EntityFrameworkCore.Testing@v4.0.2...v5.0.0

5.0.0-rc01

Changes

  • #136 Added support for EFCore 7

Full Changelog: rgvlee/EntityFrameworkCore.Testing@v4.0.2...v5.0.0-rc01

4.0.2

Changes

  • #117 Fix to support void methods in the NSub no set up handler

4.0.2-rc01

Changes

  • #117 Fix to support void methods in the NSub no set up handler

4.0.1

Changes

  • #114 Added support for entities with no corresponding DbContext property
  • Updated Core dependency

4.0.1-rc01

Changes

  • #114 Added support for keyless entities with no corresponding DbContext property
Commits
  • e27e255 Merge pull request #138 from rgvlee/feature/5.x/Issue-136_AddDotnet7Support
  • 2734065 Updated nuget package description
  • b653840 Modified release pipeline to address action failure
  • 61fab5b Merge pull request #137 from rgvlee/dependabot/nuget/src/EntityFrameworkCore....
  • 434bb1c Updated codacy badges
  • 183181a Reverted .net version change
  • 5d9c68c Added support for .net 7
  • bf27d65 Bump System.Data.SqlClient
  • 0dc7b2f Merge pull request #128 from rgvlee/chore/4.x/NA_WorkflowImprovements
  • dc21fde Reverted change to version resolution after consulting docs
  • Additional commits viewable in compare view

Updates Microsoft.EntityFrameworkCore from 6.0.0 to 7.0.0

Release notes

Sourced from Microsoft.EntityFrameworkCore's releases.

EF Core 7.0 (EF7)

EF Core 7.0 GA (commonly referred to as EF7) is now available from NuGet.

See What's New in EF7 for a detailed look at all the new features in EF7. In summary, the following new features are included in EF7:

... (truncated)

Commits

Updates Microsoft.EntityFrameworkCore.SqlServer from 6.0.0 to 7.0.0

Release notes

Sourced from Microsoft.EntityFrameworkCore.SqlServer's releases.

EF Core 7.0 (EF7)

EF Core 7.0 GA (commonly referred to as EF7) is now available from NuGet.

See What's New in EF7 for a detailed look at all the new features in EF7. In summary, the following new features are included in EF7:

... (truncated)

Commits

Updates Moq from 4.20.72 to 4.9.0

Changelog

Sourced from Moq's changelog.

v4.20.72 (2024-09-07)

Full Changelog

🔨 Other:

  • Question: Sponsorable Attribute in release v4.20.71 #1513

🔀 Merged:

v4.20.71 (2024-09-03)

Full Changelog

🐛 Fixed bugs:

  • Documentation link gives 404 #1495
  • Documentation link is broken #1487

🔨 Other:

  • Documentation Unavailable Online #1473
  • Some source code files is filled with comments like: "Unmerged change from project " #1451
  • Question: would it make sense to call verify all on a strict mock when the mock gets disposed? #1440
  • SponsorLink Integration Makes Moq Unuasable due to PII and GDPR Requirements #1433
  • Default value ILookup<> in loose mode is null #1391
  • Verifying a protected method when the exact parameter types are not statically known #1339

🔀 Merged:

v4.20.70 (2023-11-28)

Full Changelog

🔨 Other:

  • a minor changes to improve the readability #1419
  • Change log is not updated since version 4.18.4 #1406
  • Stop using Moq as a guinea pig to get feedback on and develop SponsorLink #1396
  • Permanently delete all data from SponsorLink's database that has been collected during builds that included Moq (notably any version 4.20.*) #1395
  • SponsorLink is now OSS too and no longer bundled #1384
  • Performance issue with large interfaces #1350

... (truncated)

Commits
  • 7da7c2a Increase version to 4.9.0
  • 2aa193a Merge pull request #641 from stakx/callbase
  • 420d9e7 Update the changelog
  • b48bb2b Don't ignore non-public interfaces unconditionally
  • 737a960 Upgrade development dependencies to latest versions (#639)
  • 7639655 Add missing dependency to System.Reflection.Emit
  • 9747eff Round-trip floats in diagnostic messages (#637)
  • 0a8fa0d Remove duplicate PropertyInfo guard methods
  • 789d0d9 Add methodInfo.IsExtensionMethod() extension method
  • dfe1c08 Amend changelog with deprecations in this version
  • Additional 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 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)

…Microsoft.EntityFrameworkCore.SqlServer and Moq

Bumps [EntityFrameworkCore.Testing.Moq](https://github.com/rgvlee/EntityFrameworkCore.Testing), [Microsoft.EntityFrameworkCore](https://github.com/dotnet/efcore), [Microsoft.EntityFrameworkCore.SqlServer](https://github.com/dotnet/efcore) and [Moq](https://github.com/moq/moq4). These dependencies needed to be updated together.

Updates `EntityFrameworkCore.Testing.Moq` from 4.0.0 to 5.0.0
- [Release notes](https://github.com/rgvlee/EntityFrameworkCore.Testing/releases)
- [Commits](rgvlee/EntityFrameworkCore.Testing@v4.0.0...v5.0.0)

Updates `Microsoft.EntityFrameworkCore` from 6.0.0 to 7.0.0
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](dotnet/efcore@v6.0.0...v7.0.0)

Updates `Microsoft.EntityFrameworkCore.SqlServer` from 6.0.0 to 7.0.0
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](dotnet/efcore@v6.0.0...v7.0.0)

Updates `Moq` from 4.20.72 to 4.9.0
- [Release notes](https://github.com/moq/moq4/releases)
- [Changelog](https://github.com/devlooped/moq/blob/main/changelog.md)
- [Commits](devlooped/moq@v4.20.72...v4.9.0)

---
updated-dependencies:
- dependency-name: EntityFrameworkCore.Testing.Moq
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.EntityFrameworkCore
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.EntityFrameworkCore.SqlServer
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Moq
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Jan 24, 2025
@binon binon merged commit aaec56e into Automatic_version_update_dependabot Jan 24, 2025
3 checks passed
@dependabot dependabot bot deleted the dependabot/nuget/Automatic_version_update_dependabot/multi-91fa6d107b branch January 24, 2025 09:11
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.

1 participant