Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates Nuxt-related dependencies across the monorepo’s templates, examples, and internal packages, aligning them with a newer Nuxt 4.x release (and related ecosystem packages) to address runtime/tooling needs referenced by #1652.
Changes:
- Bump Nuxt across templates/examples to
4.4.2. - Update Nuxt tooling deps (
@nuxt/kit,@nuxt/schema,@nuxt/devtools) in packages/examples. - Update a Nuxt schema module augmentation to use
declare module "nuxt/schema".
Reviewed changes
Copilot reviewed 26 out of 27 changed files in this pull request and generated 7 comments.
Show a summary per file
| File | Description |
|---|---|
| templates/vue-starter-template/package.json | Bumps Nuxt to 4.4.2 for the starter template. |
| templates/vue-starter-template-extended/package.json | Bumps Nuxt to 4.4.2 for the extended starter. |
| templates/vue-demo-store/package.json | Bumps Nuxt to 4.4.2 for the demo store template. |
| templates/vue-blank/package.json | Bumps Nuxt to 4.4.2 for the blank template. |
| packages/nuxt-module/package.json | Updates Nuxt tooling deps and Nuxt devDependency. |
| packages/composables/package.json | Updates @nuxt/kit devDependency. |
| packages/cms-base-layer/package.json | Updates Nuxt tooling deps + Nuxt devDependency and vue-router. |
| examples/use-checkout/package.json | Bumps Nuxt to 4.4.2. |
| examples/use-cart/package.json | Bumps Nuxt to 4.4.2. |
| examples/use-add-to-cart/package.json | Bumps Nuxt to 4.4.2. |
| examples/snippets-middleware/package.json | Bumps Nuxt to 4.4.2. |
| examples/product-detail-page/package.json | Bumps Nuxt to 4.4.2. |
| examples/multi-sales-channel/package.json | Bumps Nuxt to 4.4.2. |
| examples/mollie-credit-card/package.json | Bumps Nuxt to 4.4.2. |
| examples/mollie-credit-card/app/plugins/plugin.client.ts | Switches schema augmentation module id to nuxt/schema. |
| examples/modal-teleport/package.json | Bumps Nuxt to 4.4.2. |
| examples/maintenance-allowlisting/package.json | Bumps Nuxt and vue-router. |
| examples/i18n-multi-domain/package.json | Bumps Nuxt and vue-router. |
| examples/express-checkout/package.json | Bumps vue-router. |
| examples/commercial-customized-products/package.json | Bumps Nuxt to 4.4.2. |
| examples/braintree-credit-card/package.json | Bumps Nuxt to 4.4.2. |
| examples/b2b-quote-management/package.json | Bumps vue-router. |
| examples/b2b-employee-management/package.json | Bumps Nuxt and vue-router. |
| examples/amazon-pay-button-example/playground/package.json | Bumps Nuxt to 4.4.2. |
| examples/amazon-pay-button-example/package.json | Updates Nuxt tooling deps, devtools, and Nuxt devDependency. |
| examples/adyen-dropin-component/package.json | Bumps Nuxt to 4.4.2. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
it also closes: 1652no, because of nitrojs/nitro#1540