chore(deps): routine dev-tooling and types hygiene bump - #1662
Merged
Conversation
Contributor
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
devin-ai-integration
Bot
force-pushed
the
chore/dev-tooling-bump
branch
from
August 5, 2026 05:46
156cf16 to
59e6490
Compare
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.
Summary
Patch/minor-only dependency hygiene across the workspace — no majors, no source changes:
Deliberately left alone (each deserves its own PR):
eslint9 -> 10,typescript5 -> 7,lerna8 -> 10,@types/node22 -> 26,eslint-plugin-simple-import-sort12 -> 14.Two
peerDependenciesentries are intentionally not bumped —@constructive-io/graphql-codegenand@constructive-io/reactkeepreact: ^18.0.0 || ^19.0.0rather than narrowing to the dev version.Also note
prettieris only version-bumped, not run: 267 files are already unformatted against.prettierrc.jsonand most packages format withoxfmt, so a repo-wide--writewould be pure churn and belongs in its own decision.Verified on Node 22 with a local postgres-plus:18:
pnpm buildclean,eslint --fixproduces no diff, and the codegen / orm-test / graphql-server suites pass.Link to Devin session: https://app.devin.ai/sessions/c30aa3d900a943318bb1b32bb4e48ce2
Requested by: @pyramation