Skip to content

chore(deps): Bump dbup-postgresql and Npgsql - #37

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/src/WidgetWorks.Infrastructure/multi-897198aad9
Closed

chore(deps): Bump dbup-postgresql and Npgsql#37
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/src/WidgetWorks.Infrastructure/multi-897198aad9

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 10, 2026

Copy link
Copy Markdown
Contributor

Updated dbup-postgresql from 5.0.40 to 7.0.1.

Release notes

Sourced from dbup-postgresql's releases.

7.0.1

What's Changed

Full Changelog: DbUp/dbup-postgresql@6.1.5...7.0.1

6.1.5

What's Changed

Full Changelog: DbUp/dbup-postgresql@6.1.2...6.1.5

6.1.2

What's Changed

New Contributors

Full Changelog: DbUp/dbup-postgresql@6.0.3...6.1.2

6.0.3

Breaking Changes

  • Updated DbUp Core to 6.0.0, see https://dbup.readthedocs.io/en/latest/breaking-changes/ for full details
    • 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 net8 compatible frameworks are supported

What Else Has Changed

New Contributors

Full Changelog: DbUp/dbup-postgresql@5.0.38...6.0.3

6.0.0-beta.44

What's Changed

New Contributors

Full Changelog: DbUp/dbup-postgresql@6.0.0-beta.28...6.0.0-beta.44

6.0.0-beta.28

What's Changed

New Contributors

Full Changelog: DbUp/dbup-postgresql@6.0.0-beta.13...6.0.0-beta.28

6.0.0-beta.13

What's Changed

New Contributors

Full Changelog: DbUp/dbup-postgresql@6.0.0-beta.4...6.0.0-beta.13

6.0.0-beta.4

Breaking Changes

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

  • Npgsql updated to 8.0.3

What's Changed

New Contributors

Full Changelog: https://github.com/DbUp/dbup-postgresql/commits/6.0.0-beta.4

Commits viewable in compare view.

Updated Npgsql from 9.0.3 to 10.0.1.

Release notes

Sourced from Npgsql's releases.

10.0.1

v10.0.1 contains several minor bug fixes.

Milestone issues

Full Changelog: npgsql/npgsql@v10.0.0...v10.0.1

10.0.0

See the release notes.

The full list of changes is available here.

What's Changed

10.0.0-rc.1

9.0.5

v9.0.5 contains several minor bug fixes.

Milestone issues

Full Changelog: npgsql/npgsql@v9.0.4...v9.0.5

9.0.4

v9.0.4 contains several minor bug fixes.

Milestone issues

Full Changelog: npgsql/npgsql@v9.0.3...v9.0.4

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 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-postgresql from 5.0.40 to 7.0.1
Bumps Npgsql from 9.0.3 to 10.0.1

---
updated-dependencies:
- dependency-name: dbup-postgresql
  dependency-version: 7.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Npgsql
  dependency-version: 10.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Aug 10, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dotnet. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Aug 10, 2026
@dependabot @github

dependabot Bot commented on behalf of github Aug 17, 2026

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot @github

dependabot Bot commented on behalf of github Aug 17, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #60.

@dependabot dependabot Bot closed this Aug 17, 2026
@dependabot
dependabot Bot deleted the dependabot/nuget/src/WidgetWorks.Infrastructure/multi-897198aad9 branch August 17, 2026 19:48
bgard68 added a commit that referenced this pull request Aug 17, 2026
Supersedes #52, #53, #54, #55, #56, #57 and #37 - all seven went DIRTY when #49
landed, because every one of them edits the same project files. They were never
independent, so rebasing seven branches would have re-created the same tangle.

  Microsoft.Extensions.Configuration.Abstractions        9.0.19  -> 10.0.11
  Microsoft.Extensions.DependencyInjection.Abstractions  9.0.19  -> 10.0.11
  Microsoft.Extensions.Options                           9.0.19  -> 10.0.11
  Microsoft.Extensions.Options.ConfigurationExtensions   9.0.19  -> 10.0.11
  Microsoft.Extensions.TimeProvider.Testing              9.10.0  -> 10.9.0
  Microsoft.NET.Test.Sdk                                 17.14.1 -> 18.9.0
  Npgsql                                                 9.0.5   -> 10.0.1
  dbup-postgresql                                        5.0.40  -> 7.0.1
  xunit.runner.visualstudio                              2.8.2   -> 4.0.0

The Microsoft.Extensions family moves together on purpose. Splitting it is what
broke #53: it took Options.ConfigurationExtensions to 10.0.11, which requires
Options >= 10.0.11, while Options itself was bumped in #52 - so each half failed
with NU1605 on its own branch and neither could be merged first.

Microsoft.OpenApi is deliberately NOT bumped, and #56 cannot be merged at all:

  NU1608: Microsoft.AspNetCore.OpenApi 10.0.11 requires
          Microsoft.OpenApi (>= 2.7.5 && < 3.0.0)
          but version Microsoft.OpenApi 3.10.0 was resolved

The 3.x line is outside the range ASP.NET Core 10.0.11 will accept, so 2.12.0 is
the newest usable version, not merely the newest tried. That constraint lifts
when ASP.NET Core ships a build referencing OpenApi 3.x - not before, and no
rebase of #56 changes it.

xunit.runner.visualstudio 2.8.2 -> 4.0.0 crosses two majors. That upgrade fails
by silently not discovering tests rather than by failing to compile, so a green
build proves nothing on its own: all 66 tests were run and pass on the new
runner.

Verified locally on the 10.0.100 SDK: Release build clean with 0 warnings under
TreatWarningsAsErrors, 66/66 tests pass.

Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants