nuxt / fonts

Plug-and-play web font optimization and configuration for Nuxt apps.
https://fonts.nuxt.com
MIT License
380 stars 4 forks source link

chore(deps): update devdependency @nuxt/test-utils to ^3.13.1 #155

Closed renovate[bot] closed 1 week ago

renovate[bot] commented 2 weeks ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nuxt/test-utils ^3.12.1 -> ^3.13.1 age adoption passing confidence

Release Notes

nuxt/test-utils (@​nuxt/test-utils) ### [`v3.13.1`](https://togithub.com/nuxt/test-utils/blob/HEAD/CHANGELOG.md#v3131) [Compare Source](https://togithub.com/nuxt/test-utils/compare/v3.13.0...v3.13.1) [compare changes](https://togithub.com/nuxt/test-utils/compare/v3.13.0...v3.13.1) ##### šŸ©¹ Fixes - Revert `execa` to v8 for now ([fef8b062](https://togithub.com/nuxt/test-utils/commit/fef8b062)) - **config:** Force `buildId` to `test` manually ([25e081e4](https://togithub.com/nuxt/test-utils/commit/25e081e4)) - **runtime-utils:** Use `appId` fallback after `tryUseNuxtApp` ([#​849](https://togithub.com/nuxt/test-utils/pull/849)) ##### šŸ” Chore - Update type ([052094bc](https://togithub.com/nuxt/test-utils/commit/052094bc)) ##### šŸ¤– CI - Run test suite on windows ([#​851](https://togithub.com/nuxt/test-utils/pull/851)) ##### ā¤ļø Contributors - Daniel Roe ([@​danielroe](http://github.com/danielroe)) ### [`v3.13.0`](https://togithub.com/nuxt/test-utils/blob/HEAD/CHANGELOG.md#v3130) [Compare Source](https://togithub.com/nuxt/test-utils/compare/v3.12.1...v3.13.0) [compare changes](https://togithub.com/nuxt/test-utils/compare/v3.12.1...v3.13.0) ##### šŸš€ Enhancements - **e2e:** Improve types for `$fetch` ([b21d9a54](https://togithub.com/nuxt/test-utils/commit/b21d9a54)) - **deps:** Upgrade `execa` to v9 ([#​843](https://togithub.com/nuxt/test-utils/pull/843)) ##### šŸ”„ Performance - **e2e:** Don't iterate when cleaning up if nothing registered ([#​753](https://togithub.com/nuxt/test-utils/pull/753)) ##### šŸ©¹ Fixes - **e2e:** Improve types for `fetch` and `mockLogger` ([eb40a6a6](https://togithub.com/nuxt/test-utils/commit/eb40a6a6)) - **e2e:** Force string response within `startServer` ([1b182505](https://togithub.com/nuxt/test-utils/commit/1b182505)) - **e2e:** Improve return types for `mockLogger` ([21aa7a2f](https://togithub.com/nuxt/test-utils/commit/21aa7a2f)) - **runtime:** Improve types for `renderSuspended` and `mountSuspended` ([1636cede](https://togithub.com/nuxt/test-utils/commit/1636cede)) - **e2e:** Revert changes for `$fetch` inference to unbreak build ([dd295d39](https://togithub.com/nuxt/test-utils/commit/dd295d39)) - **vitest:** Strongly type vitest environment options ([37582c71](https://togithub.com/nuxt/test-utils/commit/37582c71)) - **module:** Correctly filter vite plugins ([021824d0](https://togithub.com/nuxt/test-utils/commit/021824d0)) - **runtime:** Preserve `setupState` return ([ab7fd457](https://togithub.com/nuxt/test-utils/commit/ab7fd457)) - **playwright:** Bump dependency and remove polyfill ([#​819](https://togithub.com/nuxt/test-utils/pull/819)) - **runtime:** Use `effectScope` in `renderSuspended` ([#​820](https://togithub.com/nuxt/test-utils/pull/820)) - **e2e:** Type `$fetch` using globalThis instead ([b1269edb](https://togithub.com/nuxt/test-utils/commit/b1269edb)) - Set `buildId` to `nuxt-app` for compatibility with nuxt v3.12+ ([a00b2c1f](https://togithub.com/nuxt/test-utils/commit/a00b2c1f)) - **runtime-utils:** Use `tryUseNuxtApp` rather than `buildId` override ([726e0a2d](https://togithub.com/nuxt/test-utils/commit/726e0a2d)) ##### šŸ” Chore - Migrate to eslint v9 ([#​814](https://togithub.com/nuxt/test-utils/pull/814)) - Reduce internal typing of `any` ([3e3bc306](https://togithub.com/nuxt/test-utils/commit/3e3bc306)) - Reenable `no-explicit-any` rule ([28385546](https://togithub.com/nuxt/test-utils/commit/28385546)) - Normalise internal package names ([3f58b110](https://togithub.com/nuxt/test-utils/commit/3f58b110)) - Update example command ([e271b63e](https://togithub.com/nuxt/test-utils/commit/e271b63e)) - Add name for `app-vitest-full` ([882c144e](https://togithub.com/nuxt/test-utils/commit/882c144e)) - Ignore `@nuxt/devtools` upgrades for now ([54f654d6](https://togithub.com/nuxt/test-utils/commit/54f654d6)) - Lint ([08ee3515](https://togithub.com/nuxt/test-utils/commit/08ee3515)) ##### ā¤ļø Contributors - Daniel Roe ([@​danielroe](http://github.com/danielroe)) - Michael Brevard

Configuration

šŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

šŸš¦ Automerge: Disabled by config. Please merge this manually once you are satisfied.

ā™» 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 1 week ago

Codecov Report

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

Project coverage is 65.89%. Comparing base (d95da7b) to head (600277b). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #155 +/- ## ========================================== + Coverage 65.88% 65.89% +0.01% ========================================== Files 41 41 Lines 2717 2721 +4 Branches 413 413 ========================================== + Hits 1790 1793 +3 - Misses 901 903 +2 + Partials 26 25 -1 ```

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