Skip to content

chore: take the development bumps dependabot could not rebase - #272

Merged
AKogut merged 5 commits into
mainfrom
chore/dev-dependency-bumps
Aug 18, 2026
Merged

chore: take the development bumps dependabot could not rebase#272
AKogut merged 5 commits into
mainfrom
chore/dev-dependency-bumps

Conversation

@AKogut

@AKogut AKogut commented Aug 18, 2026

Copy link
Copy Markdown
Owner

Replaces #262 and #264.

Both went DIRTY when #266 touched package.json and the lockfile, and dependabot did not pick them back up after being asked. Their checks kept running against the old base, so they kept failing on the advisory main no longer has — which would have looked like the bumps' fault indefinitely.

Same versions, applied on the fixed base:

from to
eslint-plugin-simple-import-sort 12.1.1 14.0.0
tsx 4.19.2 4.23.12
eslint 10.8.0 10.8.1
turbo 2.10.8 2.10.10

simple-import-sort crossing two majors is the one that deserved checking rather than a shrug — it decides whether every import block in the repo still lints, and lint is a required check. It does, unchanged.

Tasks: 62 successful, 62 total

Build, typecheck, lint and the full test suite against a live Postgres.

#262 and #264 went conflicted when the audit fix touched package.json and the
lockfile, and dependabot did not pick them back up — so their checks kept
running against the broken base and kept failing on an advisory that main no
longer has.

Same versions, applied on top of the fix:

  eslint-plugin-simple-import-sort  12.1.1 → 14.0.0
  tsx                               4.19.2 → 4.23.12
  eslint                            10.8.0 → 10.8.1
  turbo                             2.10.8 → 2.10.10

simple-import-sort crossing two majors is the one worth a look rather than a
shrug, since it decides whether a whole codebase's import order still lints.
It does: 62/62 turbo tasks, database-backed tests included.
@AKogut
AKogut merged commit e4cde0a into main Aug 18, 2026
5 checks passed
@AKogut
AKogut deleted the chore/dev-dependency-bumps branch August 18, 2026 08:34
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