nuxt-modules / turnstile

🔥 Cloudflare Turnstile integration for Nuxt
https://cloudflare.com/products/turnstile
MIT License
217 stars 17 forks source link

chore(deps): pin dependencies #204

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
@nuxt/eslint-config devDependencies pin ^0.1.1 -> 0.1.1 age adoption passing confidence
@nuxt/schema devDependencies patch 3.3.2 -> 3.3.3 age adoption passing confidence
@nuxt/test-utils devDependencies patch 3.3.2 -> 3.3.3 age adoption passing confidence
nuxt devDependencies patch 3.3.2 -> 3.3.3 age adoption passing confidence

Add the preset :preserveSemverRanges to your config if you don't want to pin your dependencies.


Release Notes

nuxt/nuxt ### [`v3.3.3`](https://togithub.com/nuxt/nuxt/releases/tag/v3.3.3) [Compare Source](https://togithub.com/nuxt/nuxt/compare/v3.3.2...v3.3.3) > **3.3.3** is your regularly scheduled bugfix/patch release. #### ✅ Upgrading As usual, our recommendation for upgrading is to run: ```sh nuxi upgrade --force ``` This will refresh your lockfile as well, and ensures that you pull in updates from other dependencies that Nuxt relies on, particularly in the unjs ecosystem. #### 👉 Changelog [compare changes](https://togithub.com/nuxt/nuxt/compare/v3.3.2...v3.3.3) ##### 🩹 Fixes - **schema:** Prefer src to rootDir aliases ([#​19937](https://togithub.com/nuxt/nuxt/pull/19937)) - **nuxt:** Don't override options signature with schema ([#​19934](https://togithub.com/nuxt/nuxt/pull/19934)) - **vite:** Allow extending vue config per-environment ([#​19968](https://togithub.com/nuxt/nuxt/pull/19968)) - **nuxt:** Store payloads in cache without trailing slash ([#​19992](https://togithub.com/nuxt/nuxt/pull/19992)) - **webpack:** Transpile rest of nuxt runtime directories ([#​19936](https://togithub.com/nuxt/nuxt/pull/19936)) - **nuxt:** Suppress handled errors ([#​20002](https://togithub.com/nuxt/nuxt/pull/20002)) - **vite:** Remove separate rollup dependency ([#​20013](https://togithub.com/nuxt/nuxt/pull/20013)) - **nuxt:** Sync `setResponseStatus` signature with h3 ([#​19987](https://togithub.com/nuxt/nuxt/pull/19987)) - **schema:** Add export condition for nuxt2 support ([1fd491f1a](https://togithub.com/nuxt/nuxt/commit/1fd491f1a)) ##### 💅 Refactors - **vite:** Use rollup types re-exported from vite ([#​20011](https://togithub.com/nuxt/nuxt/pull/20011)) ##### 📖 Documentation - Fix `pages:extend` example ([72724076b](https://togithub.com/nuxt/nuxt/commit/72724076b)) - Remove unused function call ([#​20021](https://togithub.com/nuxt/nuxt/pull/20021)) - Add explanation for middleware execution order ([#​20029](https://togithub.com/nuxt/nuxt/pull/20029)) - Fix a couple of typos ([b083493ec](https://togithub.com/nuxt/nuxt/commit/b083493ec)) ##### 🏡 Chore - Remove unneeded types packages ([e60cb2698](https://togithub.com/nuxt/nuxt/commit/e60cb2698)) - Use pnpm workspace protocol internally ([#​19962](https://togithub.com/nuxt/nuxt/pull/19962)) - Bump version of `mkdist` to `1.2.0` ([a96451d2d](https://togithub.com/nuxt/nuxt/commit/a96451d2d)) - Fix fixture package.json files ([8c2ca23c5](https://togithub.com/nuxt/nuxt/commit/8c2ca23c5)) - Fix typo in code comment ([2f8e991b9](https://togithub.com/nuxt/nuxt/commit/2f8e991b9)) ##### ✅ Tests - Skip bundle size test in ecosystem-ci suites ([434e2013e](https://togithub.com/nuxt/nuxt/commit/434e2013e)) - Bump bundle size test by 100 bytes ([5785908ec](https://togithub.com/nuxt/nuxt/commit/5785908ec)) ##### 🤖 CI - Run docs linting step on node 18 ([1ae5b2c58](https://togithub.com/nuxt/nuxt/commit/1ae5b2c58)) ##### ❤️ Contributors - Daniel Roe ([@​danielroe](https://togithub.com/danielroe)) - Ben Hong ([@​bencodezen](https://togithub.com/bencodezen)) - Julien Le Coupanec ([@​LeCoupa](https://togithub.com/LeCoupa)) - David Mignot ([@​idflood](https://togithub.com/idflood))

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] commented 1 year ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.