Conversation
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
Refreshes OR3 Chat's dependencies on top of the current
or3-cloudbranch and applies the small compatibility/test-harness changes needed to keep the upgraded toolchain green.Dependency updates
Runtime highlights:
@noble/hashes->2.4.0@nuxt/ui->4.11.1@openrouter/sdk->1.2.145@vueuse/core->14.4.0dexie->4.4.6dexie-export-import->4.4.1nuxt->4.5.2reka-ui->2.10.4vue->3.5.43vue-router->5.3.1zod->4.6.53.1.18and Tiptap packages to3.31.3within existing manifest ranges.Development/tooling highlights:
1.63.08.3.04.1.113.3.116.0.91.46.09.39.54.23.1324.13.5.Compatibility migrations
vitest.config.tsto use native ESMimport.meta.dirnameinstead of the legacy__dirnamepattern. This removes Vite 8.3's native config-loader compatibility warning and matches the repo's Node >=24 / ESM baseline.SystemPromptsModal.test.tsfrom Reka UI dialog internals by stubbing the dialog primitives and related auto-components. The failure reproduced on the untouched baseline dependency set, so this is existing test-harness debt exposed by verification rather than an application regression from the upgrades.Verification
Passed on the upgraded dependency set:
bun install --frozen-lockfilebun run type-checkbun run test- 1852 tests passedbun run test:cloud:provider-compatibilitybun run buildLint was also run.
bun run lintcurrently reports 287 existing problems (11 errors, 276 warnings). The untouchedor3-cloudbaseline reports the exact same counts, so this PR does not introduce new lint debt and does not broaden scope to unrelated cleanup.Deferred major migrations
^5.9.3; the TypeScript 6/7 compiler transition is intentionally deferred to a dedicated migration.@typescript-eslintremains on its current major line for the same reason.fake-indexeddbandjsdomremain on their current major lines because moving them is not necessary for this dependency refresh and would add unrelated test-environment migration risk.This PR is intentionally left open and is not merged.