Skip to content

build(deps): hold the majors the planned refactor will handle - #88

Merged
bgard68 merged 1 commit into
mainfrom
build/defer-refactor-majors
Aug 2, 2026
Merged

build(deps): hold the majors the planned refactor will handle#88
bgard68 merged 1 commit into
mainfrom
build/defer-refactor-majors

Conversation

@bgard68

@bgard68 bgard68 commented Aug 2, 2026

Copy link
Copy Markdown
Owner

Nine pull requests were open across three branches for major upgrades that all need code changes. They belong to the planned refactor, not to routine maintenance.

Package Bump Branch
react, react-dom 18 → 19 frontend
jsdom 25 → 30 frontend
@testing-library/jest-dom 6 → 8 frontend
FluentValidation 11 → 12 main, dapper
Swashbuckle.AspNetCore 6 → 10 main, dapper
Microsoft.Data.SqlClient 6 → 7 dapper

None is a security fix. dotnet list package --vulnerable is clean and there are no open Dependabot alerts.

Several belong to the same piece of work: React 19 changes rendering and effect semantics, while jsdom 30 and jest-dom 8 change what the test environment does underneath. Upgrading piecemeal means debugging three things at once.

Why ignore rather than keep closing

Same reason as the licence holds: a decision retaken every Monday is not a decision, it is a queue nobody reads — which is how the genuinely urgent update gets missed.

Majors only, named individually rather than blanket-ignored. Patches and minors still arrive, so a security fix inside the current major is not blocked, and a new major from any package not on the list still surfaces.

Remove the entries as the refactor takes each one.

Nine pull requests were open across three branches for major upgrades that all
need code changes: React 18 to 19, FluentValidation 11 to 12,
Microsoft.Data.SqlClient 6 to 7, Swashbuckle 6 to 10, jsdom 25 to 30 and
jest-dom 6 to 8. None is a security fix — dotnet list package --vulnerable is
clean and there are no open Dependabot alerts.

They belong to a planned refactor rather than to routine maintenance, and
several of them belong to the same one: React 19 changes rendering and effect
semantics while jsdom 30 and jest-dom 8 change what the test environment does
underneath. Upgrading piecemeal means debugging three things at once.

Ignored rather than closed each week, for the reason the licence holds were:
a decision retaken every Monday is not a decision, it is a queue nobody reads
— which is how the genuinely urgent update gets missed.

Majors only, and named individually rather than blanket-ignored. Patches and
minors still arrive, so a security fix inside the current major is not
blocked, and any new major from a package not on this list still surfaces.

Remove the entries as the refactor takes each one.
@bgard68
bgard68 merged commit 8a5996e into main Aug 2, 2026
3 checks passed
@bgard68
bgard68 deleted the build/defer-refactor-majors branch August 2, 2026 16:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant