chore(deps): update dependency @nuxtjs/plausible to v4 - #1002
Merged
Conversation
✅ Deploy Preview for friendly-lamington-fb5690 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
renovate
Bot
force-pushed
the
renovate/nuxtjs-plausible-4.x
branch
from
August 11, 2026 10:49
785492a to
ba33cc6
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1002 +/- ##
=======================================
Coverage 28.96% 28.96%
=======================================
Files 12 12
Lines 328 328
Branches 98 98
=======================================
Hits 95 95
Misses 233 233 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
danielroe
approved these changes
Aug 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.0.2→4.0.0Release Notes
nuxt-modules/plausible (@nuxtjs/plausible)
v4.0.0Compare Source
Migration
Nuxt 4 is required. The module no longer supports Nuxt 3. Nothing else in your configuration changes on that account.
The proxy forwards three headers, not all of them. Only the
user-agent, thecontent-typeand anx-forwarded-forcarrying the visitor's IP travel on to Plausible. See Proxy Configuration for why, and reach for a server route of your own if you relied on another header arriving.enabled: falseremoves the proxy route. The event route used to be registered onproxyalone, so a build with tracking switched off still answered on/_plausible/api/eventand forwarded whatever it received. It no longer registers. If you were posting to that route from something other than this module, keepenabledon and switch tracking off where you call it instead.🚨 Breaking Changes
🐞 Bug Fixes
View changes on GitHub
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.