build: Bump the testing group with 4 updates - #14
Closed
dependabot[bot] wants to merge 1 commit into
Closed
dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps AwesomeAssertions from 9.5.0 to 9.6.0 Bumps Testcontainers.ClickHouse from 4.14.0 to 4.15.0 Bumps Testcontainers.PostgreSql from 4.14.0 to 4.15.0 Bumps Verify.XunitV3 from 31.28.0 to 32.0.0 --- updated-dependencies: - dependency-name: AwesomeAssertions dependency-version: 9.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: testing - dependency-name: Testcontainers.ClickHouse dependency-version: 4.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: testing - dependency-name: Testcontainers.PostgreSql dependency-version: 4.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: testing - dependency-name: Verify.XunitV3 dependency-version: 32.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: testing ... Signed-off-by: dependabot[bot] <support@github.com>
jagdish-kumawat
added a commit
that referenced
this pull request
Sep 18, 2026
Fifty-two tests across the SQL compiler and mail suites render text and compare it with a file
approved beside the test. The package that did the comparing charges an Open Source Maintenance
Fee from its 33rd release, which the public repository's dependency rule treats as a defect, and
staying on its last release under the old licence would pin a test adapter against a framework
that keeps moving. Dewiride.Analytics.Testing takes its place: Snapshot.Matches finds
{Class}.{Method}.verified.txt in the test project's directory, compares with line endings set
aside and everything else exact, writes {Class}.{Method}.received.txt on a difference, and fails
with a message that carries the first differing line and the whole rendering, because on a build
agent the received file is discarded with the machine. The 52 approved files are unchanged, and
approving a change is what it was: read the received file and move it over the approved one.
The project directory is recorded into every test assembly as assembly metadata by
backend/tests/Directory.Build.props rather than read from the compiler, because the root build
properties turn on reproducible source paths on GitHub Actions and the compiler then maps the
checkout to a placeholder. The package had switched that protection off in its own build
properties; nothing does now.
ADR 0044 records the decision. The version table's header names Verify 33+ among the packages
excluded by name, Dependabot's testing group no longer lists it, S2699 is silenced because a
snapshot test asserts by comparing, and both build workflows run the new suite first.
Supersedes #14.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Author
|
Looks like these dependencies are no longer updatable, so this is no longer needed. |
Contributor
|
Superseded by #16, which moved this and every other dependency to its current release in one change. Nothing here is lost: main now carries a newer version than this proposed. |
Author
|
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated AwesomeAssertions from 9.5.0 to 9.6.0.
Release notes
Sourced from AwesomeAssertions's releases.
9.6.0
What's Changed
New features
Fixes
Documentation
Others
Dependencies
New Contributors
... (truncated)
Commits viewable in compare view.
Updated Testcontainers.ClickHouse from 4.14.0 to 4.15.0.
Release notes
Sourced from Testcontainers.ClickHouse's releases.
4.15.0
What's Changed
The NuGet packages for this release have been attested for supply chain security using
actions/attest. This confirms the integrity and provenance of the artifacts and helps ensure they can be trusted: #45594466.🚀 Features
🐛 Bug Fixes
📖 Documentation
🧹 Housekeeping
📦 Dependency Updates
Commits viewable in compare view.
Updated Testcontainers.PostgreSql from 4.14.0 to 4.15.0.
Release notes
Sourced from Testcontainers.PostgreSql's releases.
4.15.0
What's Changed
The NuGet packages for this release have been attested for supply chain security using
actions/attest. This confirms the integrity and provenance of the artifacts and helps ensure they can be trusted: #45594466.🚀 Features
🐛 Bug Fixes
📖 Documentation
🧹 Housekeeping
📦 Dependency Updates
Commits viewable in compare view.
Updated Verify.XunitV3 from 31.28.0 to 32.0.0.
Release notes
Sourced from Verify.XunitV3's releases.
32.0.0
32.0.0-beta.16
32.0.0-beta.15
32.0.0-beta.14
32.0.0-beta.13
32.0.0-beta.12
32.0.0-beta.10
32.0.0-beta.8
32.0.0-beta.7
32.0.0-beta.6
32.0.0-beta.5
32.0.0-beta.4
32.0.0-beta.3
32.0.0-beta.2
32.0.0-beta.1
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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