From 2094a9d5d5eb8e9f8473638ba72851e60b7e0aa6 Mon Sep 17 00:00:00 2001 From: Arash Ari Sheyda Date: Thu, 25 Jun 2026 16:14:37 -0600 Subject: [PATCH 1/2] feat: add nuxt-highlight --- icons/nuxt-highlight.svg | 9 +++++++++ modules/nuxt-highlight.yml | 18 ++++++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 icons/nuxt-highlight.svg create mode 100644 modules/nuxt-highlight.yml diff --git a/icons/nuxt-highlight.svg b/icons/nuxt-highlight.svg new file mode 100644 index 000000000..749844b07 --- /dev/null +++ b/icons/nuxt-highlight.svg @@ -0,0 +1,9 @@ + + + + diff --git a/modules/nuxt-highlight.yml b/modules/nuxt-highlight.yml new file mode 100644 index 000000000..091a5e086 --- /dev/null +++ b/modules/nuxt-highlight.yml @@ -0,0 +1,18 @@ +name: nuxt-highlight +description: Nuxt module for Highlight.io with session replay, error monitoring, and logging +repo: nuxtaid/nuxt-highlight +npm: nuxt-highlight +icon: nuxt-highlight.svg +github: https://github.com/nuxtaid/nuxt-highlight +website: https://github.com/nuxtaid/nuxt-highlight#readme +learn_more: https://highlight.io/docs/general/welcome +category: Monitoring +type: 3rd-party +maintainers: + - name: Arash Ari Sheyda + github: arashsheyda + twitter: arash_sheyda + bluesky: arashsheyda.me +compatibility: + nuxt: '>=3.0.0' + requires: {} From 75f66f93086c9e2e0f0d8487317e0672a7d66bc8 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 22:22:01 +0000 Subject: [PATCH 2/2] [autofix.ci] apply automated fixes --- modules/nuxt-highlight.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/nuxt-highlight.yml b/modules/nuxt-highlight.yml index 091a5e086..d59bca7f4 100644 --- a/modules/nuxt-highlight.yml +++ b/modules/nuxt-highlight.yml @@ -1,5 +1,7 @@ name: nuxt-highlight -description: Nuxt module for Highlight.io with session replay, error monitoring, and logging +description: >- + Nuxt module for Highlight.io with session replay, error monitoring, and + logging repo: nuxtaid/nuxt-highlight npm: nuxt-highlight icon: nuxt-highlight.svg