Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 2, 2022

Bumps Sitko.Core.Repository.EntityFrameworkCore from 8.2.0 to 9.9.0.

Release notes

Sourced from Sitko.Core.Repository.EntityFrameworkCore's releases.

9.9.0

9.9.0 (2022-09-01)

Features

  • hangfire: now we can use IHangfireModule to describe dependency from Hangfire module (067bb79)

9.8.2

9.8.2 (2022-08-15)

Bug Fixes

  • repository: underlying collection should be list to allow adding new conditions (1a1441c)

9.8.1

9.8.1 (2022-08-12)

Bug Fixes

  • added condition for displaying header container (dd4f00f)

9.8.0

9.8.0 (2022-08-11)

Bug Fixes

  • repository: pass correct type for value parsing (c14a01f)

Features

  • consul: upgrade Consul from 1.6.10.6 to 1.6.10.7 (18adc44)
  • demo: upd deps (f0fd37d)
  • dotnet: .NET 6.0.8 (f285fd8)
  • dotnet: .NET Core 3.1.28 (abb62b2)
  • mudblazor: upgrade MudBlazor from 6.0.12 to 6.0.14 (e0b2377)
  • protobuf: upgrade Google.Protobuf from 3.21.3 to 3.21.5 (5aeb079)
  • repository: helpers for grpc filters (be7a1c3)
  • s3storage: upgrade AWSSDK.S3 from 3.7.9.30 to 3.7.9.37 (1c8f54e)
  • vault: support only .NET 6 (45dd0ef)
  • vault: upgrade VaultSharp.Extensions.Configuration from 0.4.3 to 0.5.1 (4fa4e42)
  • vault: use different vault packages for different runtimes (e13d3ca)
  • xunit: upgrade Microsoft.NET.Test.Sdk from 17.2.0 to 17.3.0 (f35eb6e)
  • xunit: upgrade xunit from 2.4.1 to 2.4.2 (a6198ac)

9.7.1

... (truncated)

Changelog

Sourced from Sitko.Core.Repository.EntityFrameworkCore's changelog.

9.9.0 (2022-09-01)

Features

  • hangfire: now we can use IHangfireModule to describe dependency from Hangfire module (067bb79)

9.8.2 (2022-08-15)

Bug Fixes

  • repository: underlying collection should be list to allow adding new conditions (1a1441c)

9.8.1 (2022-08-12)

Bug Fixes

  • added condition for displaying header container (dd4f00f)

9.8.0 (2022-08-11)

Bug Fixes

  • repository: pass correct type for value parsing (c14a01f)

Features

  • consul: upgrade Consul from 1.6.10.6 to 1.6.10.7 (18adc44)
  • demo: upd deps (f0fd37d)
  • dotnet: .NET 6.0.8 (f285fd8)
  • dotnet: .NET Core 3.1.28 (abb62b2)
  • mudblazor: upgrade MudBlazor from 6.0.12 to 6.0.14 (e0b2377)
  • protobuf: upgrade Google.Protobuf from 3.21.3 to 3.21.5 (5aeb079)
  • repository: helpers for grpc filters (be7a1c3)
  • s3storage: upgrade AWSSDK.S3 from 3.7.9.30 to 3.7.9.37 (1c8f54e)
  • vault: support only .NET 6 (45dd0ef)
  • vault: upgrade VaultSharp.Extensions.Configuration from 0.4.3 to 0.5.1 (4fa4e42)
  • vault: use different vault packages for different runtimes (e13d3ca)
  • xunit: upgrade Microsoft.NET.Test.Sdk from 17.2.0 to 17.3.0 (f35eb6e)
  • xunit: upgrade xunit from 2.4.1 to 2.4.2 (a6198ac)

9.7.1 (2022-08-04)

Bug Fixes

... (truncated)

Commits
  • b7ee921 chore(release): 9.9.0 [skip ci]
  • 067bb79 feat(hangfire): now we can use IHangfireModule to describe dependency from Ha...
  • b247f52 chore(release): 9.8.2 [skip ci]
  • 1a1441c fix(repository): underlying collection should be list to allow adding new con...
  • 1ca6c8c chore(release): 9.8.1 [skip ci]
  • 8f26ccf Merge pull request #677 from IgorAlymov/SITKO-CORE-T-15
  • 4429437 refactor: fixed formatting
  • dd4f00f fix: added condition for displaying header container
  • 6f513c8 chore(release): 9.8.0 [skip ci]
  • aaf4fe6 Merge pull request #674 from sitkoru/repository-grpc-helpers
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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 [Sitko.Core.Repository.EntityFrameworkCore](https://github.com/sitkoru/Sitko.Core) from 8.2.0 to 9.9.0.
- [Release notes](https://github.com/sitkoru/Sitko.Core/releases)
- [Changelog](https://github.com/sitkoru/Sitko.Core/blob/master/CHANGELOG.md)
- [Commits](sitkoru/Sitko.Core@8.2.0...9.9.0)

---
updated-dependencies:
- dependency-name: Sitko.Core.Repository.EntityFrameworkCore
  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 Sep 2, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 13, 2022

Superseded by #373.

@dependabot dependabot bot closed this Sep 13, 2022
@dependabot dependabot bot deleted the dependabot/nuget/Sitko.Core.Repository.EntityFrameworkCore-9.9.0 branch September 13, 2022 10:12
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