Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency nuxt-gtag to v3 #216

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Sep 8, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
nuxt-gtag ^2.1.0 -> ^3.0.1 age adoption passing confidence

Release Notes

johannschopplich/nuxt-gtag (nuxt-gtag)

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

Configuration

📅 Schedule: Branch creation - "every weekend" in timezone Europe/London, Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR is behind base branch, 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 requested a review from a team as a code owner September 8, 2024 08:52
Copy link

github-actions bot commented Sep 8, 2024

Visit the preview URL for this PR (updated for commit 50af2ff):

https://zksync-docs-staging-5eb09--pr216-renovate-major-templ-4i9qylpq.web.app

(expires Thu, 26 Sep 2024 13:53:20 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: bfaafba5fa82d4f63473aaa76a21fabf1fbb3a11

@renovate renovate bot force-pushed the renovate/major-template-deps branch 3 times, most recently from 2142c81 to 7426b32 Compare September 12, 2024 16:24
@renovate renovate bot force-pushed the renovate/major-template-deps branch 4 times, most recently from e0f5e2b to c79b1a2 Compare September 18, 2024 15:03
@renovate renovate bot force-pushed the renovate/major-template-deps branch from c79b1a2 to 50af2ff Compare September 19, 2024 13:49
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