feat: add codemod for upcoming v0.55.0-v0.56.0 - #413
Merged
wschurman merged 1 commit intoFeb 9, 2026
Merged
Conversation
This was referenced Feb 1, 2026
Member
Author
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #413 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 106 106
Lines 13941 13941
Branches 1205 1205
=========================================
Hits 13941 13941
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
wschurman
force-pushed
the
wschurman/02-01-feat_add_codemod_for_upcoming_v0.55.0-v0.56.0
branch
from
February 1, 2026 19:11
2e1fa1a to
ed79bbe
Compare
wschurman
force-pushed
the
wschurman/02-01-feat_add_entity-database-adapter-knex-testing-utils_containing_stubpostgresdatabaseadapter
branch
2 times, most recently
from
February 1, 2026 19:18
abf6995 to
20ab69e
Compare
wschurman
force-pushed
the
wschurman/02-01-feat_add_codemod_for_upcoming_v0.55.0-v0.56.0
branch
from
February 1, 2026 19:18
ed79bbe to
544aebd
Compare
wschurman
force-pushed
the
wschurman/02-01-feat_add_entity-database-adapter-knex-testing-utils_containing_stubpostgresdatabaseadapter
branch
from
February 1, 2026 19:29
20ab69e to
5682b58
Compare
wschurman
force-pushed
the
wschurman/02-01-feat_add_codemod_for_upcoming_v0.55.0-v0.56.0
branch
2 times, most recently
from
February 1, 2026 19:56
16e7880 to
ceba08f
Compare
wschurman
force-pushed
the
wschurman/02-01-feat_add_entity-database-adapter-knex-testing-utils_containing_stubpostgresdatabaseadapter
branch
from
February 1, 2026 19:56
5682b58 to
0e47362
Compare
wschurman
force-pushed
the
wschurman/02-01-feat_add_codemod_for_upcoming_v0.55.0-v0.56.0
branch
from
February 4, 2026 03:31
ceba08f to
da8f011
Compare
wschurman
force-pushed
the
wschurman/02-01-feat_add_entity-database-adapter-knex-testing-utils_containing_stubpostgresdatabaseadapter
branch
from
February 4, 2026 03:31
0e47362 to
083cd59
Compare
wschurman
marked this pull request as ready for review
February 4, 2026 03:38
ide
approved these changes
Feb 4, 2026
wschurman
force-pushed
the
wschurman/02-01-feat_add_entity-database-adapter-knex-testing-utils_containing_stubpostgresdatabaseadapter
branch
from
February 4, 2026 21:29
083cd59 to
fe53e07
Compare
wschurman
force-pushed
the
wschurman/02-01-feat_add_codemod_for_upcoming_v0.55.0-v0.56.0
branch
from
February 4, 2026 21:29
da8f011 to
39f26e6
Compare
This was referenced Feb 5, 2026
ide
approved these changes
Feb 7, 2026
wschurman
force-pushed
the
wschurman/02-01-feat_add_entity-database-adapter-knex-testing-utils_containing_stubpostgresdatabaseadapter
branch
from
February 9, 2026 23:28
fe53e07 to
abb64ca
Compare
wschurman
force-pushed
the
wschurman/02-01-feat_add_codemod_for_upcoming_v0.55.0-v0.56.0
branch
2 times, most recently
from
February 9, 2026 23:31
831bf34 to
c50b36d
Compare
wschurman
force-pushed
the
wschurman/02-01-feat_add_entity-database-adapter-knex-testing-utils_containing_stubpostgresdatabaseadapter
branch
from
February 9, 2026 23:31
abb64ca to
6be1ffe
Compare
Member
Author
Merge activity
|
wschurman
changed the base branch from
wschurman/02-01-feat_add_entity-database-adapter-knex-testing-utils_containing_stubpostgresdatabaseadapter
to
graphite-base/413
February 9, 2026 23:49
wschurman
force-pushed
the
wschurman/02-01-feat_add_codemod_for_upcoming_v0.55.0-v0.56.0
branch
from
February 9, 2026 23:53
c50b36d to
2261287
Compare
wschurman
deleted the
wschurman/02-01-feat_add_codemod_for_upcoming_v0.55.0-v0.56.0
branch
February 9, 2026 23:56
This was referenced Feb 10, 2026
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.

Why
This adds a codemod for #407-#410 changes.
How
Replace
.loadercalls with.knexLoaderwhere applicable.Test Plan
Run the test.