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

build(deps): bump dbup-core from 5.0.87 to 6.0.3 #1456

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 28, 2024

Bumps dbup-core from 5.0.87 to 6.0.3.

Release notes

Sourced from dbup-core's releases.

6.0.3

What's Changed

New Contributors

Full Changelog: DbUp/DbUp@6.0.0...6.0.3

6.0.0

Breaking Changes

https://dbup.readthedocs.io/en/latest/breaking-changes/

Noteable Changes

  • Added MicrosoftUpgradeLog to wrap the Microsoft logger (and a .LogTo(...) extension method)

PRs

6.0.0-beta.146

What's Changed

Full Changelog: DbUp/DbUp@6.0.0-beta.108...6.0.0-beta.146

6.0.0-beta.108

What's Changed

New Contributors

Full Changelog: DbUp/DbUp@6.0.0-beta.73...6.0.0-beta.108

6.0.0-beta.73

What's Changed

... (truncated)

Changelog

Sourced from dbup-core's changelog.

4.0.0

  • If builder.LogTo..() is called multiple times, the logs are combined instead of replacing the previous logger
  • Default Encoding is now UTF rather than Encoding.Default
  • AdHocSqlRunner changed to use Expression<Func<>> rather than Func<>
  • EmbeddedScriptAndCodeProvider (used by the extension method WithScriptsAndCodeEmbeddedInAssembly) now also applies the given filter to the code based scripts
  • IJournal now has a new method EnsureTableExistsAndIsLatestVersion(Func<IDbCommand> dbCommandFactory)
  • The protected void EnsureTableIsLatestVersion() method in TableJournal has changed to public virtual void EnsureTableExistsAndIsLatestVersion(Func<IDbCommand> dbCommandFactory)

6.0.0

  • LibLog has been replaced by the standard .NET ILogger abstraction
    • The Autodetect logger feature provided by LibLog is removed
    • MultipleUpgradeLog has been replaced with AggregateLog
    • IUpgradeLogger still exists but method names have changed from Write* to Log* to match Microsoft's ILogger interface
  • Scripts with ScriptType.RunAlways will no longer be journaled
  • Only netstandard2.0 compatible frameworks are supported
    • .NET 5.0 and later
    • .NET Core 2.0 and later
    • .NET Framework 4.6.1
  • All dependencies have been updated to the latest available release version
  • SqlServer Provider: Replaced System.Data.SqlClient with Microsoft.Data.SqlClient
  • MySql Provider: Use MySqlConnector instead of System.Data.SqlClient
Commits
  • 8418a52 Run push if it is not a PR
  • 750eb47 Merge pull request #804 from 0xced/dependency-cleanup
  • b57ee24 Merge branch 'main' into dependency-cleanup
  • 7cf133c Merge pull request #807 from ibbyu/main
  • 7302cb6 Merge branch 'main' into main
  • 4fd2785 Merge pull request #808 from DbUp/fixPackagePush
  • 0831881 Disable package push for PRs from other repos
  • 063fe0a fix typo
  • b83d1f7 Remove unnecessary dependencies
  • 85557f2 Merge pull request #786 from DbUp/release/6.0.0
  • 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 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)

Bumps [dbup-core](https://github.com/DbUp/DbUp) from 5.0.87 to 6.0.3.
- [Release notes](https://github.com/DbUp/DbUp/releases)
- [Changelog](https://github.com/DbUp/DbUp/blob/main/docs/breaking-changes.md)
- [Commits](DbUp/DbUp@5.0.87...6.0.3)

---
updated-dependencies:
- dependency-name: dbup-core
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 Oct 28, 2024
Copy link

cocogitto-bot bot commented Oct 28, 2024

✔️ e970901 - Conventional commits check succeeded.

Copy link

cocogitto-bot bot commented Oct 28, 2024

✔️ e970901 - Conventional commits check succeeded.

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