Skip to content

chore(deps): update devdependency nuxt-gtag to v5 - #164

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/nuxt-gtag-5.x
Open

chore(deps): update devdependency nuxt-gtag to v5#164
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/nuxt-gtag-5.x

Conversation

@renovate

@renovate renovate Bot commented Aug 13, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
nuxt-gtag ^4.1.0^5.0.0 age confidence

Release Notes

johannschopplich/nuxt-gtag (nuxt-gtag)

v5.0.0

Compare Source

Migration

Nuxt 4 is required. The module no longer supports Nuxt 3. Nothing else in your configuration changes on that account.

A tag ID named twice is configured once. If the same ID appeared in both the id option and the tags array, both entries used to reach the config command, and the second overwrote the first. Only one survives now, and it is the id entry, which carries the top-level initCommands and config. Move any settings you kept in the duplicate tags entry up to the top level, or drop the id option and keep the entry in tags.

An existing dataLayer no longer stops initialization. initialize() used to do nothing at all when window.dataLayer was already present, which a third-party snippet such as Google Tag Manager creates before Nuxt hydrates. The module tracks the IDs it configured itself instead, so it now configures its tags alongside such a snippet rather than silently standing down. If you relied on the old behavior to let GTM own the page, stop calling initialize() – or set enabled to false.


   🚨 Breaking Changes
   🐞 Bug Fixes
    View changes on GitHub

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@github-actions

Copy link
Copy Markdown

Preview site

pr-164: https://pr-164--stuartclark.netlify.app

Updated 2026-08-13T13:53:19Z

@codecov

codecov Bot commented Aug 13, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.76%. Comparing base (6fe2c97) to head (a6e1f1e).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #164   +/-   ##
=======================================
  Coverage   99.76%   99.76%           
=======================================
  Files          76       76           
  Lines        1284     1284           
  Branches      324      324           
=======================================
  Hits         1281     1281           
  Misses          3        3           

☔ View full report in Codecov by Harness.
📢 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.

@github-actions

Copy link
Copy Markdown

✅ Lighthouse Audit · unknown

All pages within budget — 12 pages scanned.

Route FCP LCP CLS TBT Perf
/ 2.8s 3.0s 0.000 91.245 0.89
/about 2.7s 3.2s 0.000 65.500 0.88
/community 2.6s 2.7s 0.016 35.000 0.92
/open-source 2.7s 4.8s 0.000 15.000 0.78
/writing 2.7s 2.9s 0.000 11.000 0.91
/writing/custom-formatters-410-20260731 2.9s 3.4s 0.063 8.500 0.86
/writing/decoupling-configuration-config-pages-20220412 2.6s 3.0s 0.015 0.000 0.90
/writing/field-tokens-200-20260722 2.7s 2.8s 0.019 0.000 0.91
/writing/hello-world-20211126 2.9s 3.0s 0.142 0.000 0.84
/writing/jsonapi-views-120-20260812 2.8s 2.8s 0.005 1.000 0.91
/writing/layout-paragraphs-module-20220301 2.7s 2.7s 0.055 1.500 0.91
/writing/what-no-images-20220315 2.7s 2.8s 0.039 0.000 0.91

Thresholds: FCP ≤ 3.5s, LCP ≤ 5.0s, CLS ≤ 0.25, TBT ≤ 600.000, Perf ≥ 0.75

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.

0 participants