Skip to content

chore: upgrade deps#3737

Merged
farnabaz merged 1 commit intomainfrom
chore/upgrade-deps-4.3.1
Feb 27, 2026
Merged

chore: upgrade deps#3737
farnabaz merged 1 commit intomainfrom
chore/upgrade-deps-4.3.1

Conversation

@farnabaz
Copy link
Copy Markdown
Member

🔗 Linked issue

❓ Type of change

  • 📖 Documentation (updates to the documentation or readme)
  • 🐞 Bug fix (a non-breaking change that fixes an issue)
  • 👌 Enhancement (improving an existing functionality like performance)
  • ✨ New feature (a non-breaking change that adds functionality)
  • ⚠️ Breaking change (fix or feature that would cause existing functionality to change)

📚 Description

📝 Checklist

  • I have linked an issue or discussion.
  • I have updated the documentation accordingly.

@vercel
Copy link
Copy Markdown

vercel bot commented Feb 27, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
content Building Building Preview, Comment Feb 27, 2026 9:53am

@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new bot commented Feb 27, 2026

npm i https://pkg.pr.new/@nuxt/content@3737

commit: abfbcfb

@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Feb 27, 2026

📝 Walkthrough

Walkthrough

The PR updates dependencies across multiple package.json files (docs, examples, playground, and root). Notable updates include nuxt from ^4.2.2 to ^4.3.1, @nuxt/ui from ^4.3.0 to ^4.5.0, @nuxthub/core from ^0.10.4 to ^0.10.6, and other minor/patch version bumps. Additionally, TypeScript declarations in src/types/nuxt.d.ts are augmented to expose Nitro configuration options and hooks, and a minor type-casting adjustment is made in src/runtime/internal/preview/index.ts.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~15 minutes

🚥 Pre-merge checks | ✅ 2 | ❌ 1

❌ Failed checks (1 inconclusive)

Check name Status Explanation Resolution
Description check ❓ Inconclusive The PR description is an empty template with no content describing the changes, though the title and changeset clearly indicate dependency upgrades. Provide a substantive description of which dependencies were upgraded, their versions, and the rationale for the upgrades to improve clarity for reviewers.
✅ Passed checks (2 passed)
Check name Status Explanation
Title check ✅ Passed The title 'chore: upgrade deps' is directly related to the changeset, which updates multiple dependency versions across package.json files throughout the project.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
  • 📝 Generate docstrings (stacked PR)
  • 📝 Generate docstrings (commit on current branch)
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch chore/upgrade-deps-4.3.1

Tip

Try Coding Plans. Let us write the prompt for your AI agent so you can ship faster (with fewer bugs).
Share your feedback on Discord.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

🧹 Nitpick comments (1)
package.json (1)

89-89: Pinned version without caret for nuxt-component-meta.

This dependency is pinned to exactly 0.17.2 without a caret (^). If intentional (e.g., to avoid a known issue in newer versions), consider adding a comment explaining why. Otherwise, use ^0.17.2 for consistency with other dependencies.

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@package.json` at line 89, The package "nuxt-component-meta" is pinned exactly
to "0.17.2" which is inconsistent with other dependencies; either change the
version string to use a caret (^0.17.2) to allow compatible updates or, if
pinning is intentional, add a clear inline comment in package.json explaining
the reason (e.g., compatibility or regression in later versions) so reviewers
understand why "nuxt-component-meta": "0.17.2" differs from the surrounding
versioning policy.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Nitpick comments:
In `@package.json`:
- Line 89: The package "nuxt-component-meta" is pinned exactly to "0.17.2" which
is inconsistent with other dependencies; either change the version string to use
a caret (^0.17.2) to allow compatible updates or, if pinning is intentional, add
a clear inline comment in package.json explaining the reason (e.g.,
compatibility or regression in later versions) so reviewers understand why
"nuxt-component-meta": "0.17.2" differs from the surrounding versioning policy.

ℹ️ Review info

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 1d92be5 and 68a1c7c.

⛔ Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
📒 Files selected for processing (9)
  • docs/package.json
  • examples/basic/package.json
  • examples/blog/package.json
  • examples/i18n/package.json
  • examples/ui/package.json
  • package.json
  • playground/package.json
  • src/runtime/internal/preview/index.ts
  • src/types/nuxt.d.ts

@farnabaz farnabaz merged commit 2a19ef6 into main Feb 27, 2026
6 checks passed
@farnabaz farnabaz deleted the chore/upgrade-deps-4.3.1 branch February 27, 2026 10:15
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