Skip to content

Comments

chore(deps): update dependency nuxt-gtag to v4#602

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/nuxt-gtag-4.x
Open

chore(deps): update dependency nuxt-gtag to v4#602
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/nuxt-gtag-4.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 19, 2025

This PR contains the following updates:

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

Release Notes

johannschopplich/nuxt-gtag (nuxt-gtag)

v4.1.0

Compare Source

   🚀 Features
    View changes on GitHub

v4.0.0

Compare Source

   🚨 Breaking Changes
    View changes on GitHub

v3.0.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.0.2

Compare Source

   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v3.0.1

Compare Source

   🚀 Features
    View changes on GitHub

v3.0.0

Compare Source

   🚨 Breaking Changes
   ℹ️ Migration

In v2.x and earlier, the enabled option was used to control manual initialization of the Google tag script. This option has been replaced with initMode in v3.x. To migrate your configuration, set the initMode option to manual:

export default defineNuxtConfig({
  modules: ['nuxt-gtag'],

  gtag: {
-    enabled: false,
+    initMode: 'manual',
    id: 'GX-XXXXXXXXXX'
  }
})

The enabled option is still available in v3.x, but is now used to disable the Google tag module for the current environment. This is useful if you want to disable the module in development or staging environments:

export default defineNuxtConfig({
  modules: ['nuxt-gtag'],

  gtag: {
    enabled: process.env.NODE_ENV === 'production',
    id: 'G-XXXXXXXXXX'
  }
})
    View changes on GitHub

v2.1.0

Compare Source

   🚀 Features
    View changes on GitHub

v2.0.7

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

Configuration

📅 Schedule: 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.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Sep 19, 2025
@renovate renovate bot force-pushed the renovate/nuxt-gtag-4.x branch from 927dd18 to 4f3356a Compare September 25, 2025 15:08
@renovate renovate bot force-pushed the renovate/nuxt-gtag-4.x branch from 4f3356a to 78a21d5 Compare October 16, 2025 13:03
@renovate renovate bot force-pushed the renovate/nuxt-gtag-4.x branch from 78a21d5 to 6cf8639 Compare October 25, 2025 04:08
@renovate renovate bot force-pushed the renovate/nuxt-gtag-4.x branch from 6cf8639 to 31e4179 Compare November 11, 2025 02:29
@renovate renovate bot force-pushed the renovate/nuxt-gtag-4.x branch from 31e4179 to bcdf0da Compare November 18, 2025 20:19
@renovate renovate bot force-pushed the renovate/nuxt-gtag-4.x branch from bcdf0da to 91ed187 Compare December 3, 2025 18:16
@renovate renovate bot force-pushed the renovate/nuxt-gtag-4.x branch from 91ed187 to 6c5cb93 Compare December 31, 2025 14:23
@renovate renovate bot force-pushed the renovate/nuxt-gtag-4.x branch from 6c5cb93 to 2d6e8ca Compare January 8, 2026 18:49
@renovate renovate bot force-pushed the renovate/nuxt-gtag-4.x branch 2 times, most recently from c98e7f7 to afad9fb Compare January 23, 2026 17:50
@renovate renovate bot force-pushed the renovate/nuxt-gtag-4.x branch from afad9fb to 537c692 Compare February 12, 2026 12:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants