From 1ad442b667346ab016a55264d6d1b74a3f63cb45 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Tue, 4 Feb 2025 11:20:18 +0000 Subject: [PATCH 1/5] ci: force latest corepack --- .github/workflows/autofix.yml | 2 +- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index 81e786d9c..345479676 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - run: corepack enable + - run: npm i -g --force corepack && corepack enable - uses: actions/setup-node@v4 with: node-version: lts/* diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fdd0befca..c029b5df0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - run: corepack enable + - run: npm i -g --force corepack && corepack enable - uses: actions/setup-node@v4 with: node-version: lts/* diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 980ae9d99..b1513cd22 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - run: corepack enable + - run: npm i -g --force corepack && corepack enable - uses: actions/setup-node@v4 with: node-version: lts/* From fab34c447053ecc001817af189cf096cd1b0ddb6 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Tue, 4 Feb 2025 16:08:54 +0000 Subject: [PATCH 2/5] fix: update scalar link --- modules/scalar.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/scalar.yml b/modules/scalar.yml index 9ddb1a6d4..2fc306e56 100644 --- a/modules/scalar.yml +++ b/modules/scalar.yml @@ -1,10 +1,10 @@ name: scalar description: Render a beautiful API References based on a OpenAPI/Swagger file with Nuxt. -repo: scalar/scalar#main/packages/nuxt +repo: scalar/scalar#main/integrations/nuxt npm: '@scalar/nuxt' icon: scalar.svg -github: https://github.com/scalar/scalar/tree/main/packages/nuxt -website: https://github.com/scalar/scalar/tree/main/packages/nuxt +github: https://github.com/scalar/scalar/tree/main/integrations/nuxt +website: https://github.com/scalar/scalar/tree/main/integrations/nuxt learn_more: https://scalar.com category: Devtools type: 3rd-party From 564cacf7c27d9beee2bd12eebeb30ab012fd3621 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Tue, 4 Feb 2025 16:11:08 +0000 Subject: [PATCH 3/5] chore: sync maintainer socials + fix `regle` listing --- modules/ackee.yml | 1 + modules/regle.yml | 4 ++-- modules/sitemap.yml | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/modules/ackee.yml b/modules/ackee.yml index 451de46a1..624fa45cd 100644 --- a/modules/ackee.yml +++ b/modules/ackee.yml @@ -11,6 +11,7 @@ type: 3rd-party maintainers: - name: Serhii Bedrytskyi github: bdrtsky + twitter: serhii_be - name: Sébastien Chopin github: Atinux twitter: Atinux diff --git a/modules/regle.yml b/modules/regle.yml index c999b617d..05a4a012c 100644 --- a/modules/regle.yml +++ b/modules/regle.yml @@ -1,7 +1,7 @@ name: regle description: Type safe model-based form validation library for Vue.js -repo: victorgarciaesgi/regle -npm: "@regle/nuxt" +repo: victorgarciaesgi/regle#main/packages/nuxt +npm: '@regle/nuxt' icon: regle.svg github: https://github.com/victorgarciaesgi/regle website: https://reglejs.dev/ diff --git a/modules/sitemap.yml b/modules/sitemap.yml index 5389911f0..f403a0af0 100644 --- a/modules/sitemap.yml +++ b/modules/sitemap.yml @@ -16,6 +16,7 @@ maintainers: - name: Nicolas PENNEC github: NicoPennec twitter: NicoPennec + bluesky: nicopennec.bsky.social compatibility: nuxt: '>=3.0.0' requires: {} From 18916a5c5a2d0529b786b42aa3ba7fd9a0e9d492 Mon Sep 17 00:00:00 2001 From: FELIPE COSTA DE OLIVEIRA <85635331+FelipeO16@users.noreply.github.com> Date: Tue, 4 Feb 2025 13:19:52 -0300 Subject: [PATCH 4/5] feat: add `@paper-ui/nuxt` (#1158) --- icons/paper-ui.svg | 22 ++++++++++++++++++++++ modules/paper-ui.yml | 16 ++++++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 icons/paper-ui.svg create mode 100644 modules/paper-ui.yml diff --git a/icons/paper-ui.svg b/icons/paper-ui.svg new file mode 100644 index 000000000..6066557f6 --- /dev/null +++ b/icons/paper-ui.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/modules/paper-ui.yml b/modules/paper-ui.yml new file mode 100644 index 000000000..789d96d92 --- /dev/null +++ b/modules/paper-ui.yml @@ -0,0 +1,16 @@ +name: paper-ui +description: A ui kit for nuxt +repo: paper-kit/nuxt +npm: '@paper-ui/nuxt' +icon: paper-ui.svg +github: https://github.com/paper-kit/nuxt +website: https://paper-docs.nuxt.space/ +learn_more: https://paper-docs.nuxt.space/ +category: UI +type: 3rd-party +maintainers: + - name: paper-kit + github: paper-kit +compatibility: + nuxt: '>=3.0.0' + requires: {} From f0ef2ad7e26737f8611004d6b4cabc32775a711a Mon Sep 17 00:00:00 2001 From: Robert Soriano Date: Tue, 4 Feb 2025 15:27:36 -0800 Subject: [PATCH 5/5] feat: add `@clerk/nuxt` (#1161) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: Sébastien Chopin --- icons/clerk.svg | 1 + modules/clerk.yml | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 icons/clerk.svg create mode 100644 modules/clerk.yml diff --git a/icons/clerk.svg b/icons/clerk.svg new file mode 100644 index 000000000..f92851480 --- /dev/null +++ b/icons/clerk.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/modules/clerk.yml b/modules/clerk.yml new file mode 100644 index 000000000..7bab962bb --- /dev/null +++ b/modules/clerk.yml @@ -0,0 +1,18 @@ +name: clerk +description: Clerk SDK for Nuxt +repo: clerk/javascript#main/packages/nuxt +npm: '@clerk/nuxt' +icon: clerk.svg +github: https://github.com/clerk/javascript/tree/main/packages/nuxt +website: https://clerk.com/docs/references/nuxt/overview +learn_more: https://clerk.com +category: Security +type: 3rd-party +maintainers: + - name: Clerk + github: clerk + twitter: clerkdev + bluesky: clerk.com +compatibility: + nuxt: '>=3.0.0' + requires: {}