Skip to content

chore(deps): update dependency dapper to 2.1.86 - #111

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/dapper-2.x
Open

renovate[bot] wants to merge 1 commit into
mainfrom
renovate/dapper-2.x

Conversation

@renovate

@renovate renovate Bot commented Sep 12, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
Dapper (source) 2.1.792.1.86 age confidence

Release Notes

DapperLib/Dapper (Dapper)

v2.1.86

Compare Source

What's Changed

Full Changelog: DapperLib/Dapper@2.1.79...2.1.86


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "after 9pm every weekday,every weekend,before 7am every weekday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@argus-pr

argus-pr Bot commented Sep 12, 2026

Copy link
Copy Markdown

Reviewed 8973b50 — nothing to flag.

🤖 @argus-pr — automated AI assistant; replies may be wrong.

@argus-pr argus-pr Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@argus-pr review — 8973b50 · model deepseek-v4-flash-vision-exp

Summary — This PR bumps the Dapper package reference in src/SqlInliner/SqlInliner.csproj from 2.1.79 to 2.1.86, a patch-level update within the 2.1.x line. The repo uses only basic Dapper query/execute APIs (Query<T>, QueryFirstOrDefault, ExecuteScalar<T>, Execute) and no DynamicParameters, AddParameters, DateOnly, or TimeOnly features, so the release's notable changes don't affect any code path here. There is no lock file or central package management to keep in sync, and the test project inherits the version via ProjectReference without pinning Dapper itself. The change is a routine, low-risk dependency bump.

Risk surface — facts about this change, not findings. A reviewer should start here:

  • Dependency changes: dependency manifest(s) changed — verify added/updated dependencies — src/SqlInliner/SqlInliner.csproj.

No issues found at or above the MEDIUM threshold. ✅
That is this review finding nothing on the risk surface above — not a finding that there is nothing there.

Severity Posted Suppressed
CRITICAL 0 0
HIGH 0 0
MEDIUM 0 0
LOW 0 0
What this review did — 1 of 1 pass(es) over 1 file(s)
  • Passes completed: 1 of 1
  • Files reviewed: 1 of 1
  • Tool calls made while investigating: 8

What it chose to check — the panel's own reading of what mattered here, planned before it looked. Feedback for a reviewer, not a guarantee that each check was completed:

  • Confirm the csproj diff is exactly the Dapper version bump 2.1.79 -> 2.1.86 with no other changes (via get_pr_diff on src/SqlInliner/SqlInliner.csproj)
  • Find all Dapper API usage in the repo (Query/Execute/DynamicParameters/AddParameters, DateOnly/TimeOnly) to assess impact of the 2.1.86 release notes (via grep for 'Dapper', 'DynamicParameters', 'AddParameters', 'DateOnly', 'TimeOnly' across src/)
  • Check whether Dapper is referenced in other project files or a central package management / lock file that must stay in sync (via grep for 'Dapper' in *.csproj, Directory.Packages.props, packages.lock.json; list_dir for lock files)
  • Verify the target frameworks of SqlInliner.csproj and confirm the updated Dapper version is compatible with all of them (net472/netstandard2.0/net8.0/net9.0/net10.0) (via read_file src/SqlInliner/SqlInliner.csproj and grep for TargetFramework(s))
  • Check whether the test project pins or overrides Dapper and whether tests exercise the affected Dapper paths (via read_file src/SqlInliner.Tests/SqlInliner.Tests.csproj and grep tests for Dapper-dependent calls)

🤖 Reviewed by @argus-pr (AI, model deepseek-v4-flash-vision-exp) — automated, may be wrong. Reply @argus-pr help for commands.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant