Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 29, 2021

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

Release notes

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

8.34.0

8.34.0 (2021-12-29)

Bug Fixes

  • repository: make logger in repository more specific type (0b8e913)

Features

  • antdesing: update AntDesign from 0.10.2 to 0.10.3.1 (67be530)
  • consul: update Consul from 1.6.10.3 to 1.6.10.4 (f71fb8e)
  • fileupload: update Tewr.Blazor.FileReader from 3.3.0.21348 to 3.3.1.21360 (183edce)
  • hangfire: update Hangfire.PostgreSql from 1.9.4 to 1.9.5 (f3003ac)
  • postgres: update Npgsql.EntityFrameworkCore.PostgreSQL from 6.0.1 to 6.0.2 (0fd949a)
  • puppeteer: update PuppeteerSharp from 6.0.0 to 6.1.0 (c739d65)
  • s3: update AWSSDK.S3 from 3.7.7.3 to 3.7.7.5 (1ef86db)

8.33.1

8.33.1 (2021-12-23)

Bug Fixes

  • blazor: pass loaded or new entity to LoadDataAsync method (18c7ccf)

8.33.0

8.33.0 (2021-12-23)

Features

  • blazor: add method to load data in same scope as entity (e2348ae)

8.32.0

8.32.0 (2021-12-20)

Features

  • grpc: expose FillErrors method to gRPC services (109e6c9)

8.31.0

8.31.0 (2021-12-20)

Features

  • mudblazor: remove new() constraint from MudRepositoryTable to allow abstract classes (909c51e)

... (truncated)

Changelog

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

8.34.0 (2021-12-29)

Bug Fixes

  • repository: make logger in repository more specific type (0b8e913)

Features

  • antdesing: update AntDesign from 0.10.2 to 0.10.3.1 (67be530)
  • consul: update Consul from 1.6.10.3 to 1.6.10.4 (f71fb8e)
  • fileupload: update Tewr.Blazor.FileReader from 3.3.0.21348 to 3.3.1.21360 (183edce)
  • hangfire: update Hangfire.PostgreSql from 1.9.4 to 1.9.5 (f3003ac)
  • postgres: update Npgsql.EntityFrameworkCore.PostgreSQL from 6.0.1 to 6.0.2 (0fd949a)
  • puppeteer: update PuppeteerSharp from 6.0.0 to 6.1.0 (c739d65)
  • s3: update AWSSDK.S3 from 3.7.7.3 to 3.7.7.5 (1ef86db)

8.33.1 (2021-12-23)

Bug Fixes

  • blazor: pass loaded or new entity to LoadDataAsync method (18c7ccf)

8.33.0 (2021-12-23)

Features

  • blazor: add method to load data in same scope as entity (e2348ae)

8.32.0 (2021-12-20)

Features

  • grpc: expose FillErrors method to gRPC services (109e6c9)

8.31.0 (2021-12-20)

Features

  • mudblazor: remove new() constraint from MudRepositoryTable to allow abstract classes (909c51e)

8.30.0 (2021-12-17)

Features

... (truncated)

Commits
  • b79d5d0 chore(release): 8.34.0 [skip ci]
  • f3003ac feat(hangfire): update Hangfire.PostgreSql from 1.9.4 to 1.9.5
  • 1ef86db feat(s3): update AWSSDK.S3 from 3.7.7.3 to 3.7.7.5
  • c739d65 feat(puppeteer): update PuppeteerSharp from 6.0.0 to 6.1.0
  • 0fd949a feat(postgres): update Npgsql.EntityFrameworkCore.PostgreSQL from 6.0.1 to 6.0.2
  • f71fb8e feat(consul): update Consul from 1.6.10.3 to 1.6.10.4
  • 183edce feat(fileupload): update Tewr.Blazor.FileReader from 3.3.0.21348 to 3.3.1.21360
  • 67be530 feat(antdesing): update AntDesign from 0.10.2 to 0.10.3.1
  • 0b8e913 fix(repository): make logger in repository more specific type
  • 6e50d6f chore(release): 8.33.1 [skip ci]
  • 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 8.34.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...8.34.0)

---
updated-dependencies:
- dependency-name: Sitko.Core.Repository.EntityFrameworkCore
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Dec 29, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 11, 2022

Superseded by #270.

@dependabot dependabot bot closed this Jan 11, 2022
@dependabot dependabot bot deleted the dependabot/nuget/Sitko.Core.Repository.EntityFrameworkCore-8.34.0 branch January 11, 2022 10:09
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