Skip to content

chore: upgrade TypeScript dependency to version 7.0.0 - #11

Merged
kid1412621 merged 2 commits into
mainfrom
upgrade-project-typescript-seven
Jul 17, 2026
Merged

chore: upgrade TypeScript dependency to version 7.0.0#11
kid1412621 merged 2 commits into
mainfrom
upgrade-project-typescript-seven

Conversation

@kid1412621

Copy link
Copy Markdown
Owner

No description provided.

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request upgrades TypeScript to version 7 across the monorepo, updates related development tools (oxfmt, oxlint, and turbo), and updates documentation. The review feedback suggests aligning the TypeScript dependency version in the client, server, and shared workspaces to match the root package.json version (^7.0.2) to maintain consistency across all packages.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

Comment thread client/package.json Outdated
"globals": "^17.4.0",
"tw-animate-css": "^1.4.0",
"typescript": "~6.0.3",
"typescript": "~7.0.0",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

In a monorepo, it is a best practice to keep the TypeScript version consistent across all workspaces to avoid issues with different compiler versions and type-checking behaviors. Consider aligning this with the root package.json version (^7.0.2).

Suggested change
"typescript": "~7.0.0",
"typescript": "^7.0.2",

Comment thread server/package.json Outdated
"@types/bun": "^1.3.14",
"drizzle-kit": "^0.31.9",
"typescript": "^6.0.3"
"typescript": "^7.0.0"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

In a monorepo, it is a best practice to keep the TypeScript version consistent across all workspaces to avoid issues with different compiler versions and type-checking behaviors. Consider aligning this with the root package.json version (^7.0.2).

Suggested change
"typescript": "^7.0.0"
"typescript": "^7.0.2"

Comment thread shared/package.json Outdated
},
"devDependencies": {
"typescript": "^6.0.3"
"typescript": "^7.0.0"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

In a monorepo, it is a best practice to keep the TypeScript version consistent across all workspaces to avoid issues with different compiler versions and type-checking behaviors. Consider aligning this with the root package.json version (^7.0.2).

Suggested change
"typescript": "^7.0.0"
"typescript": "^7.0.2"

@kid1412621

kid1412621 commented Jul 17, 2026

Copy link
Copy Markdown
Owner Author

/gemini recheck

@gemini-code-assist

Copy link
Copy Markdown
Contributor

I have re-examined the pull request. The updates to TypeScript (to 7.0.2), along with the corresponding updates to oxfmt, oxlint, and turbo, appear to be applied consistently across the monorepo (root, client, server, and shared packages). The documentation in AGENTS.md and README.md has also been updated to reflect the new version. The changes look correct and follow the intended scope of the PR.

@kid1412621
kid1412621 merged commit 5ab287b into main Jul 17, 2026
4 checks passed
@kid1412621
kid1412621 deleted the upgrade-project-typescript-seven branch July 17, 2026 02:42
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