Skip to content

v2.9.1

Latest

Choose a tag to compare

@github-actions github-actions released this 31 Aug 17:08
· 7 commits to main since this release
Immutable release. Only release title and notes can be modified.
8b56496

v2.9.1 is the next minor release.

πŸ‘‰ Changelog

compare changes

πŸš€ Enhancements

  • respect DO_NOT_TRACK env var (#474)

🩹 Fixes

  • include status code in failed telemetry request error (9e70ca7)
  • abort telemetry request after 5s (cc17fa3)
  • lowercase os type independently of locale (984b83c)
  • do not drop events queued while sending (8f3eba8)
  • honour NUXT_TELEMETRY_DISABLED in the module itself (6496497)
  • exit with a non-zero code outside a Nuxt project (d3020c8)
  • report the layer that actually disabled telemetry (d3fbfd8)
  • await ensureNuxtProject before mutating .nuxtrc (a066d02)

πŸ’… Refactors

  • replace deprecated substr with slice (37baf58)
  • share the .nuxtrc filename constant (3a79405)
  • drop unused storage field and correct createEvent return type (5c46620)
  • drop unused context fields and widen git type (2a621aa)
  • make git remote detection synchronous and silence stderr (11a79d7)
  • drop ofetch in favour of global fetch (eeb9536)

🏑 Chore

  • trigger release (56f78dc)
  • run module build in prepack step (2a04aec)
  • exempt first-party packages from pnpm minimumReleaseAge (#469)
  • migrate to pnpm v11 (#443)

πŸ€– CI

  • adopt uppt for release workflow (6932e93)
  • generate tsconfigs before running knip (c2df6e2)
  • add explicit permissions block (164c83d)
  • migrate agentscan-action to v2 (4971974)
  • add agent-scan workflow to flag bot-authored PRs (6c66a3c)

❀️ Contributors