·
7 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
v2.9.1 is the next minor release.
π Changelog
π Enhancements
- respect
DO_NOT_TRACKenv 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
permissionsblock (164c83d) - migrate agentscan-action to v2 (
4971974) - add agent-scan workflow to flag bot-authored PRs (
6c66a3c)
β€οΈ Contributors
- Daniel Roe (@danielroe)