danielroe / nuxt-time

⏰ SSR-safe time element for Nuxt 3
MIT License
331 stars 13 forks source link

chore(deps): update devdependency nuxt-vitest to v0.11.5 #205

Closed renovate[bot] closed 11 months ago

renovate[bot] commented 11 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
nuxt-vitest 0.10.5 -> 0.11.5 age adoption passing confidence

Release Notes

danielroe/nuxt-vitest (nuxt-vitest) ### [`v0.11.5`](https://togithub.com/danielroe/nuxt-vitest/releases/tag/v0.11.5) [Compare Source](https://togithub.com/danielroe/nuxt-vitest/compare/v0.11.4...v0.11.5) [compare changes](https://togithub.com/danielroe/nuxt-vitest/compare/v0.11.4...v0.11.5) ##### 🩹 Fixes - Add `setupState` type to `mountSuspended` return type ([#​400](https://togithub.com/danielroe/nuxt-vitest/pull/400)) ##### ❀️ Contributors - Daniel Roe ### [`v0.11.4`](https://togithub.com/danielroe/nuxt-vitest/releases/tag/v0.11.4) [Compare Source](https://togithub.com/danielroe/nuxt-vitest/compare/v0.11.3...v0.11.4) [compare changes](https://togithub.com/danielroe/nuxt-vitest/compare/v0.11.3...v0.11.4) ##### πŸš€ Enhancements - Expose `setupState` from `mountSuspended` ([#​399](https://togithub.com/danielroe/nuxt-vitest/pull/399)) ##### πŸ“– Documentation - Add info about `registerEndpoint` with method ([#​395](https://togithub.com/danielroe/nuxt-vitest/pull/395)) ##### 🎨 Styles - Lint ([66fa698](https://togithub.com/danielroe/nuxt-vitest/commit/66fa698)) ##### πŸ€– CI - Run tests on node 18/20 and drop node 16 ([da13901](https://togithub.com/danielroe/nuxt-vitest/commit/da13901)) ##### ❀️ Contributors - Tim Van Den Eijnden - Daniel Roe - Yasser Lahbibi ([@​yassilah](http://github.com/yassilah)) ### [`v0.11.3`](https://togithub.com/danielroe/nuxt-vitest/releases/tag/v0.11.3) [Compare Source](https://togithub.com/danielroe/nuxt-vitest/compare/v0.11.2...v0.11.3) [compare changes](https://togithub.com/danielroe/nuxt-vitest/compare/v0.11.2...v0.11.3) ##### 🩹 Fixes - Support components with options API style export ([#​391](https://togithub.com/danielroe/nuxt-vitest/pull/391)) ##### ❀️ Contributors - Juho Rutila ([@​nice-game-hints](http://github.com/nice-game-hints)) ### [`v0.11.2`](https://togithub.com/danielroe/nuxt-vitest/releases/tag/v0.11.2) [Compare Source](https://togithub.com/danielroe/nuxt-vitest/compare/v0.11.1...v0.11.2) [compare changes](https://togithub.com/danielroe/nuxt-vitest/compare/v0.11.1...v0.11.2) ##### πŸš€ Enhancements - Allow `indexedDB` mock + disabling `IntersectionObserver` ([#​361](https://togithub.com/danielroe/nuxt-vitest/pull/361)) ##### 🩹 Fixes - Respect custom `buildAssetsDir` when mocking manifests ([#​371](https://togithub.com/danielroe/nuxt-vitest/pull/371)) ##### πŸ“– Documentation - Update to vitest config with `.ts` extension ([#​373](https://togithub.com/danielroe/nuxt-vitest/pull/373)) ##### ❀️ Contributors - Ola Alsaker ([@​OlaAlsaker](http://github.com/OlaAlsaker)) - Christian De Jesus IV - Erikwu ### [`v0.11.1`](https://togithub.com/danielroe/nuxt-vitest/releases/tag/v0.11.1) [Compare Source](https://togithub.com/danielroe/nuxt-vitest/compare/v0.11.0...v0.11.1) [compare changes](https://togithub.com/danielroe/nuxt-vitest/compare/v0.11.0...v0.11.1) ##### 🩹 Fixes - Add handler for `builds/meta/dev.json` as well ([7988f2e](https://togithub.com/danielroe/nuxt-vitest/commit/7988f2e)) ##### πŸ“– Documentation - Fix typo in README ([#​367](https://togithub.com/danielroe/nuxt-vitest/pull/367)) ##### 🏑 Chore - Update build command ([4746a9a](https://togithub.com/danielroe/nuxt-vitest/commit/4746a9a)) ##### ❀️ Contributors - Daniel Roe ([@​danielroe](http://github.com/danielroe)) - Jeffrey GONZALES ### [`v0.11.0`](https://togithub.com/danielroe/nuxt-vitest/releases/tag/v0.11.0) [Compare Source](https://togithub.com/danielroe/nuxt-vitest/compare/v0.10.5...v0.11.0) [compare changes](https://togithub.com/danielroe/nuxt-vitest/compare/v0.10.5...v0.11.0) ##### πŸš€ Enhancements - **utils:** Add method option to `registerEndpoint` ([#​346](https://togithub.com/danielroe/nuxt-vitest/pull/346)) ##### 🩹 Fixes - ⚠️ Ignore query params when checking if an endpoint is mocked ([a9f406e](https://togithub.com/danielroe/nuxt-vitest/commit/a9f406e)) - Mock app manifest if required ([#​354](https://togithub.com/danielroe/nuxt-vitest/pull/354)) ##### πŸ“– Documentation - Fix `registerEndpoint` example ([#​336](https://togithub.com/danielroe/nuxt-vitest/pull/336)) ##### 🏑 Chore - Update to latest nuxi ([#​335](https://togithub.com/danielroe/nuxt-vitest/pull/335)) - Update to nuxt v3.7.3 ([f9d7b73](https://togithub.com/danielroe/nuxt-vitest/commit/f9d7b73)) - Bump nuxt versions to v3.7.4 ([#​353](https://togithub.com/danielroe/nuxt-vitest/pull/353)) - Explicit type imports ([3465a25](https://togithub.com/danielroe/nuxt-vitest/commit/3465a25)) - Use more explicit type imports ([21952b4](https://togithub.com/danielroe/nuxt-vitest/commit/21952b4)) - More explicit types ([80ee333](https://togithub.com/danielroe/nuxt-vitest/commit/80ee333)) ##### βœ… Tests - Update test to use server rather than live api ([b05c3f6](https://togithub.com/danielroe/nuxt-vitest/commit/b05c3f6)) ##### 🎨 Styles - Lint ([a5c4c85](https://togithub.com/danielroe/nuxt-vitest/commit/a5c4c85)) ##### ⚠️ Breaking Changes - ⚠️ Ignore query params when checking if an endpoint is mocked ([a9f406e](https://togithub.com/danielroe/nuxt-vitest/commit/a9f406e)) ##### ❀️ Contributors - Daniel Roe - Yasser Lahbibi ([@​yassilah](http://github.com/yassilah)) - Alexander Lichter ([@​manniL](http://github.com/manniL)) - Pooya Parsa

Configuration

πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - "before 4am on Monday" (UTC).

🚦 Automerge: Enabled.

β™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

πŸ”• Ignore: Close this PR and you won't be reminded about this update again.



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

codecov-commenter commented 11 months ago

Codecov Report

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

Comparison is base (ba8444c) 100.00% compared to head (7979cdc) 100.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #205 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 3 3 Lines 105 105 Branches 8 8 ========================================= Hits 105 105 ```

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