Skip to content

Conversation

BobbieGoede
Copy link
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)
  • โœจ 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

This changes the wrapper/implementation of useHead so that lifecycle hooks are only used when ran from within a component which matches the original useHead behavior.

Copy link

netlify bot commented Sep 12, 2025

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

Name Link
๐Ÿ”จ Latest commit bd19579
๐Ÿ” Latest deploy log https://app.netlify.com/projects/friendly-lamington-fb5690/deploys/68c4380cb1fa1c0008d2b924
๐Ÿ˜Ž Deploy Preview https://deploy-preview-825--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.

Copy link

codecov bot commented Sep 12, 2025

Codecov Report

โŒ Patch coverage is 0% with 37 lines in your changes missing coverage. Please review.
โœ… Project coverage is 48.84%. Comparing base (506b5a4) to head (bd19579).
โš ๏ธ Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
src/runtime/composables/head.ts 0.00% 37 Missing โš ๏ธ
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #825      +/-   ##
==========================================
- Coverage   49.04%   48.84%   -0.21%     
==========================================
  Files          12       12              
  Lines         732      735       +3     
  Branches       53       53              
==========================================
  Hits          359      359              
- Misses        373      376       +3     

โ˜” 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 2af38f3 into nuxt-modules:main Sep 12, 2025
7 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.

i18n call usehead function outside the setup function
2 participants