Skip to content

Conversation

@tdekoning
Copy link
Contributor

πŸ”— Linked issue

resolves: #785

❓ 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)
  • ✨ New feature (a non-breaking change that adds functionality)
  • 🧹 Chore (updates to the build process or auxiliary tools and libraries)
  • ⚠️ Breaking change (fix or feature that would cause existing functionality to change)

πŸ“š Description

It solves the problem when using the options argument in useHead in a codebase that shares code between web (Nuxt) and App.

@tdekoning tdekoning requested a review from danielroe as a code owner July 10, 2025 14:32
@netlify
Copy link

netlify bot commented Jul 10, 2025

βœ… Deploy Preview for friendly-lamington-fb5690 ready!

Name Link
πŸ”¨ Latest commit 3e42d4c
πŸ” Latest deploy log https://app.netlify.com/projects/friendly-lamington-fb5690/deploys/686fd04bc4567d00084badf6
😎 Deploy Preview https://deploy-preview-786--friendly-lamington-fb5690.netlify.app
πŸ“± Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@codecov
Copy link

codecov bot commented Jul 10, 2025

Codecov Report

Attention: Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Project coverage is 46.42%. Comparing base (f45b183) to head (3e42d4c).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
src/runtime/composables/head.ts 0.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main     #786   +/-   ##
=======================================
  Coverage   46.42%   46.42%           
=======================================
  Files          11       11           
  Lines         672      672           
  Branches       37       37           
=======================================
  Hits          312      312           
  Misses        360      360           

β˜” View full report in Codecov by Sentry.
πŸ“’ Have feedback on the report? Share it here.

πŸš€ New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • πŸ“¦ JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@danielroe danielroe merged commit e97458b into nuxt-modules:main Jul 10, 2025
8 of 9 checks passed
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.

Definition of useHead is missing options argument

2 participants