Closed
Conversation
Contributor
Review complete. Found 1 issue that should be addressed before merging.
Mention @roomote in a comment to request specific changes to this pull request or fix all unresolved issues. |
| @@ -1,5 +1,6 @@ | |||
| /// <reference types="next" /> | |||
| /// <reference types="next/image-types/global" /> | |||
| import "./.next/dev/types/routes.d.ts" | |||
Contributor
There was a problem hiding this comment.
This import statement references .next/dev/types/routes.d.ts, which is only generated by Next.js when running the dev server. On fresh clones or in CI environments where next dev hasn't been run, this file won't exist and TypeScript compilation will fail. The file comment also states "This file should not be edited". Consider removing this line or making it conditional.
Suggested change
| import "./.next/dev/types/routes.d.ts" |
Fix it with Roo Code or mention @roomote and request a fix.
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.
🚀 Release v1.108.0
This PR contains the version bump for the SDK release v1.108.0.
Changes
Checklist
This PR was automatically created by the npm publish script.
Important
Bumped SDK version to v1.108.0, published to npm, and made minor code adjustments including import path updates and type handling improvements.
v1.108.0inpackage.metadata.json.@roo-code/types@1.108.0.routes.d.tsinnext-env.d.ts.webpackconfiguration innext.config.ts.@roo-code/typesdependency version inpackage.json.InsertRunincreateRun()inruns.tsto handle type mismatch.toolUsagetype handling inrun.tsx.cloud/page.tsx,content-a.tsx, andcontent-b.tsx.<p>to<div>inprovider/page.tsx.openDropdownstate for dropdown management innav-bar.tsx.widthproperty toPositionedUseCaseinuse-examples-section.tsx..jsextensions from imports inmessageLogDeduper.test.ts,index.ts,processTask.ts,runCi.ts,runEvals.ts,runTaskInCli.ts,runTaskInVscode.ts,runUnitTest.ts,types.ts,utils.ts,db.ts,index.ts,copyRun.spec.ts,runs.test.ts,copyRun.ts,runs.ts,taskMetrics.ts,tasks.ts,toolErrors.ts,schema.ts, andindex.ts.This description was created by
for 5b4f36e. You can customize this summary. It will automatically update as commits are pushed.