nuxt-modules / turnstile

๐Ÿ”ฅ Cloudflare Turnstile integration for Nuxt
https://cloudflare.com/products/turnstile
MIT License
240 stars 18 forks source link

docs(github): correct stackblitz link #331

Closed dargmuesli closed 2 months ago

dargmuesli commented 2 months ago

๐Ÿ”— Linked issue

318 couldn't add a minimal reproduction as the stackblitz link in the bug report template doesn't work

โ“ Type of change

๐Ÿ“š Description

I've created a stackblitz branch, which just replaces

"@nuxtjs/turnstile": "link:..",
"nuxt": "3.13.1"

with

"@nuxtjs/turnstile": "^0.9",
"nuxt": "^3"

so that a link to the playground directory in this branch on stackblitz should work again.

Do you have other ideas for a solution @danielroe?

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 25.07%. Comparing base (dc164cc) to head (2003398). Report is 75 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #331 +/- ## ========================================== + Coverage 19.26% 25.07% +5.80% ========================================== Files 12 11 -1 Lines 493 323 -170 Branches 23 22 -1 ========================================== - Hits 95 81 -14 + Misses 398 242 -156 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

danielroe commented 2 months ago

We already have:

https://github.com/nuxt-modules/turnstile/blob/main/package.json#L86

in the main package json, so just update the playground package with latest and we should be good.

dargmuesli commented 2 months ago

Ah, that makes sense! Updated :white_check_mark:

dargmuesli-bot commented 2 months ago

:tada: This PR is included in version 0.9.5 :tada:

The release is available on:

Your semantic-release bot :package::rocket: