chore(client): update dependencies and move types to devDependencies - #2661
Open
pradel wants to merge 1 commit into
Open
chore(client): update dependencies and move types to devDependencies#2661pradel wants to merge 1 commit into
pradel wants to merge 1 commit into
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
rafa-stacks
approved these changes
Sep 4, 2026
rafa-stacks
left a comment
Collaborator
There was a problem hiding this comment.
Nice, thank you! LGTM
Collaborator
|
@pradel can you recreate this PR with signed commits? Otherwise I won't be able to merge |
pradel
force-pushed
the
feat/upgrade-client-pkg-deps
branch
from
September 9, 2026 08:33
3bc7ba1 to
1ca22bb
Compare
Contributor
Author
|
@rafa-stacks done 👍 |
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.
Description
Cleans up the
./clientpackage dependencies: aligns the toolchain with the monorepo root.Dependency updates (
client/package.json):socket.io-client:^4.7.5->^4.8.3(latest)typescript:5.5.4->5.9.3(matches root)@types/node: moved fromdependencies@20.14.14todevDependencies@24.12.0(matches root; types don't belong in runtime deps)rimraf:6.0.1->6.1.3,http-server:14.0.0->14.1.1,concurrently:7.6.0->10.0.5Type of Change
Checklist