Update Nuxt dependencies - #812
Open
bryantgillespie wants to merge 2 commits into
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
bryantgillespie
marked this pull request as ready for review
August 20, 2026 18:15
bryantgillespie
requested
a lite review from Copilot
and removed request for
a team
August 20, 2026 18:15
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the docs site’s Nuxt stack and related tooling to newer versions, aiming to reduce peer dependency warnings and simplify dependency management while keeping the test suite compatible with the updated Nuxt test utils.
Changes:
- Bumped Nuxt and a set of related dependencies (Nuxt modules, tooling, and runtime libs), and removed the previous
pnpm.overridesblock. - Updated
TypesenseServiceunit test mocking to use@nuxt/test-utils/runtime’smockNuxtImportfor$fetch. - Updated
.nuxtrcto match the new@nuxt/test-utilsversion.
Reviewed changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| tests/services/typesenseService.test.ts | Adjusts $fetch mocking strategy for compatibility with updated Nuxt test utilities. |
| package.json | Updates Nuxt ecosystem dependencies/tooling; removes pnpm.overrides and a test script (see review comment). |
| .nuxtrc | Aligns pinned @nuxt/test-utils setup version with package.json. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
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.
Updates Nuxt and related dependencies, resolves peer warnings, and removes obsolete overrides.
Tests: install, search tests, Mermaid tests, script typecheck, and production build.