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

Bump the entityframeworkcore group with 4 updates #562

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 13, 2024

Bumps the entityframeworkcore group with 4 updates: Microsoft.Bcl.AsyncInterfaces, Microsoft.EntityFrameworkCore.Tools, Microsoft.EntityFrameworkCore.SqlServer and Microsoft.EntityFrameworkCore.InMemory.

Updates Microsoft.Bcl.AsyncInterfaces from 8.0.0 to 7.0.0

Commits
  • d099f07 Merge in 'release/7.0' changes
  • 0cee4aa [release/7.0] Fix loading app-local ICU (#77118)
  • bebb595 Merge in 'release/7.0' changes
  • cd2d837 Port stackoverflow fix from Roslyn to SourceGenerator PolyFill (#76954)
  • db34250 Merge in 'release/7.0' changes
  • f252bc6 Merged PR 26705: Empty to commit to diverge internal and public branches
  • 075e74e [mono][s390x] Fix wrong implementation of OP_CHECK_THIS (#76920)
  • aacc243 Update macos-11 vmImage to macos-12 for XCode 14. (#76973)
  • c7b59fc [release/7.0] Reintroduce typo in ICorDebug public API names (#76967)
  • 156aa8a Merge in 'release/7.0' changes
  • Additional commits viewable in compare view

Updates Microsoft.EntityFrameworkCore.Tools from 8.0.11 to 9.0.0

Release notes

Sourced from Microsoft.EntityFrameworkCore.Tools's releases.

.NET 9.0.0

Release

What's Changed

... (truncated)

Commits

Updates Microsoft.EntityFrameworkCore.SqlServer from 8.0.11 to 9.0.0

Release notes

Sourced from Microsoft.EntityFrameworkCore.SqlServer's releases.

.NET 9.0.0

Release

What's Changed

... (truncated)

Commits

Updates Microsoft.EntityFrameworkCore.InMemory from 8.0.11 to 9.0.0

Release notes

Sourced from Microsoft.EntityFrameworkCore.InMemory's releases.

.NET 9.0.0

Release

What's Changed

... (truncated)

Commits

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 <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

@dependabot dependabot bot force-pushed the dependabot/nuget/entityframeworkcore-08d82684ea branch 3 times, most recently from 8ff7b92 to 8aaf36c Compare November 19, 2024 06:39
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 20, 2024

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot dependabot bot force-pushed the dependabot/nuget/entityframeworkcore-08d82684ea branch from 8aaf36c to bde0d39 Compare November 27, 2024 06:45
@dependabot dependabot bot force-pushed the dependabot/nuget/entityframeworkcore-08d82684ea branch 3 times, most recently from 438ec8f to 8b7e08d Compare December 13, 2024 07:08
Bumps the entityframeworkcore group with 4 updates: [Microsoft.Bcl.AsyncInterfaces](https://github.com/dotnet/runtime), [Microsoft.EntityFrameworkCore.Tools](https://github.com/dotnet/efcore), [Microsoft.EntityFrameworkCore.SqlServer](https://github.com/dotnet/efcore) and [Microsoft.EntityFrameworkCore.InMemory](https://github.com/dotnet/efcore).


Updates `Microsoft.Bcl.AsyncInterfaces` from 8.0.0 to 7.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v8.0.0...v7.0.0)

Updates `Microsoft.EntityFrameworkCore.Tools` from 8.0.11 to 9.0.0
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](dotnet/efcore@v8.0.11...v9.0.0)

Updates `Microsoft.EntityFrameworkCore.SqlServer` from 8.0.11 to 9.0.0
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](dotnet/efcore@v8.0.11...v9.0.0)

Updates `Microsoft.EntityFrameworkCore.InMemory` from 8.0.11 to 9.0.0
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](dotnet/efcore@v8.0.11...v9.0.0)

---
updated-dependencies:
- dependency-name: Microsoft.Bcl.AsyncInterfaces
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: entityframeworkcore
- dependency-name: Microsoft.EntityFrameworkCore.Tools
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: entityframeworkcore
- dependency-name: Microsoft.EntityFrameworkCore.SqlServer
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: entityframeworkcore
- dependency-name: Microsoft.EntityFrameworkCore.InMemory
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: entityframeworkcore
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/nuget/entityframeworkcore-08d82684ea branch from 8b7e08d to 407367c Compare December 16, 2024 06:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants