nuxt icon indicating copy to clipboard operation
nuxt copied to clipboard

fix(schema): remove telemetry types

Open danielroe opened this issue 2 years ago โ€ข 1 comments

๐Ÿ”— Linked issue

โ“ Type of change

  • [ ] ๐Ÿ“– Documentation (updates to the documentation or readme)
  • [x] ๐Ÿž Bug fix (a non-breaking change that fixes an issue)
  • [ ] ๐Ÿ‘Œ Enhancement (improving an existing functionality like performance)
  • [ ] โœจ New feature (a non-breaking change that adds functionality)
  • [ ] ๐Ÿงน Chore (updates to the build process or auxiliary tools and libraries)
  • [ ] โš ๏ธ Breaking change (fix or feature that would cause existing functionality to change)

๐Ÿ“š Description

We currently provide a stub type definition for telemetry but this should be automatically (and fully) added to Nuxt config specification by schema.d.ts. At the moment the types conflict; by removing the simple boolean type we allow the types supported by the actual @nuxt/telemetry version to be used.

๐Ÿ“ Checklist

  • [ ] I have linked an issue or discussion.
  • [x] I have updated the documentation accordingly.

danielroe avatar Mar 13 '23 11:03 danielroe

CodeSandbox logoCodeSandbox logoย  Open in CodeSandbox Web Editor | VS Code | VS Code Insiders

codesandbox[bot] avatar Mar 13 '23 11:03 codesandbox[bot]