Skip to content

Releases: nuxt/telemetry

v2.8.0

31 Mar 16:21
Immutable release. Only release title and notes can be modified.
4078e5e

Choose a tag to compare

👉 Changelog

compare changes

🚀 Enhancements

  • Detect if nuxt is run by an agent (#394)
  • Detect nitro preset (#404)

❤️ Contributors

v2.7.0

07 Feb 15:51
Immutable release. Only release title and notes can be modified.
7aa4be2

Choose a tag to compare

2.7.0 is the next patch release.

👀 Highlights

This release is focused on slimming down the module and adding Nuxt v4 compatibility.

⚡ Nuxt v4 support

nuxt/telemetry now correctly detects the Nuxt major version when running with Nuxt v4 flags enabled (#339 (#339)), using isNuxtMajorVersion from @nuxt/kit instead of the deprecated isNuxt3 helper.

🔥 Fewer dependencies

We've removed 10 runtime dependencies (destr, dotenv, git-url-parse, is-docker, parse-git-config, package-manager-detector, pathe, defu, nanoid, ci-info) by replacing them with lightweight built-in implementations (#378 (#378), #250 (#250), #195 (#195)).

@nuxt/kit has also been moved to a peer dependency (#379 (#379)), so it's no longer duplicated in your node_modules.

The module now ships with just 5 runtime dependencies: citty, consola, ofetch, rc9, and std-env.

👉 Changelog

compare changes

🔥 Performance

  • Replace unneeded dependencies (#378)
  • Move nuxt/kit to peer deps (#379)

🩹 Fixes

  • Support nuxt v4 flags (#339)

🏡 Chore

  • Remove unused export (8faef92)
  • Prefer nuxt over nuxi (#282)
  • Update pnpm to 10.21 and enable trust policy (4f70dad)
  • Revert pnpm trust policy and restore provenance action (5e9a830)
  • Ignore builds (4085935)
  • Clean up workspace settings (#384)
  • Widen peerDeps (#385)
  • Update repo + guard response (8333d07)

🤖 CI

  • Remove forced corepack installation (7871247)
  • Bump to node lts version (8fbcd1a)
  • Run tests on node 20 (c4eae4a)
  • Add provenance action to check for downgrades in provenance (7c79d3b)
  • Run for merge queues (78b8484)
  • Add release workflow (#387)
  • Add changelog workflow (#388)

❤️ Contributors

v2.6.6

18 Mar 12:38
beb482c

Choose a tag to compare

compare changes

🩹 Fixes

  • Remove dependency on parse-git-config (#250)

❤️ Contributors

v2.6.5

11 Feb 12:29
aadff13

Choose a tag to compare

compare changes

🩹 Fixes

  • Expand allowed engines.node (7d0726c)

📦 Build

  • Update to latest module-builder (8565242)

🏡 Chore

🤖 CI

❤️ Contributors

v2.6.4

06 Jan 15:33
6714c50

Choose a tag to compare

compare changes

🩹 Fixes

  • cli: Use @nuxt/kit to load nuxt config (#205)

🤖 CI

  • Do not run coverage on windows (d34b669)

❤️ Contributors

v2.6.3

06 Jan 14:49
9a44bdb

Choose a tag to compare

compare changes

🩹 Fixes

  • cli: Expose main and run it from bin (0e80f9e)

❤️ Contributors

v2.6.2

20 Dec 11:15
ff24b77

Choose a tag to compare

compare changes

💅 Refactors

  • Move cli to citty (#197)

❤️ Contributors

v2.6.1

19 Dec 17:40
2b1dd79

Choose a tag to compare

compare changes

🔥 Performance

  • Remove unused dependencies (#195)

🤖 CI

  • Run test suite on windows (#165)

❤️ Contributors

v2.6.0

09 Sep 16:35
2c8f53a

Choose a tag to compare

compare changes

🚀 Enhancements

  • Use package-manager-detector (a6b67a3)

📖 Documentation

  • Update command for disabling telemetry (5f79cad)
  • Update telemetry disable command (#142)

🏡 Chore

❤️ Contributors

v2.5.4

09 Apr 17:31
16ffc88

Choose a tag to compare

compare changes

🩹 Fixes

  • Respect nightly suffix (de51475)
  • Regenerate seed if it has been cast to a number (2a2a650)

📖 Documentation

  • Update grammar (#126)

🏡 Chore

🤖 CI

❤️ Contributors