Skip to content

Commit

Permalink
Merge branch 'main' into stonecrop
Browse files Browse the repository at this point in the history
  • Loading branch information
Alchez authored Feb 5, 2025
2 parents ecb2ecc + f0ef2ad commit 71bc500
Show file tree
Hide file tree
Showing 11 changed files with 67 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/autofix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/*
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/*
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/*
Expand Down
1 change: 1 addition & 0 deletions icons/clerk.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions icons/paper-ui.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions modules/ackee.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ type: 3rd-party
maintainers:
- name: Serhii Bedrytskyi
github: bdrtsky
twitter: serhii_be
- name: Sébastien Chopin
github: Atinux
twitter: Atinux
Expand Down
18 changes: 18 additions & 0 deletions modules/clerk.yml
Original file line number Diff line number Diff line change
@@ -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: {}
16 changes: 16 additions & 0 deletions modules/paper-ui.yml
Original file line number Diff line number Diff line change
@@ -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: {}
4 changes: 2 additions & 2 deletions modules/regle.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: regle
description: Type safe model-based form validation library for Vue.js
repo: victorgarciaesgi/regle
npm: regle
repo: victorgarciaesgi/regle#main/packages/nuxt
npm: '@regle/nuxt'
icon: regle.svg
github: https://github.com/victorgarciaesgi/regle
website: https://reglejs.dev/
Expand Down
6 changes: 3 additions & 3 deletions modules/scalar.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions modules/sitemap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ maintainers:
- name: Nicolas PENNEC
github: NicoPennec
twitter: NicoPennec
bluesky: nicopennec.bsky.social
compatibility:
nuxt: '>=3.0.0'
requires: {}

0 comments on commit 71bc500

Please sign in to comment.