Skip to content

Commit

Permalink
chore(deps): update dependency @nuxt/test-utils to v3.13.1 (#599)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@nuxt/test-utils](https://github.com/nuxt/test-utils) | [`3.12.1`
->
`3.13.1`](https://renovatebot.com/diffs/npm/@nuxt%2ftest-utils/3.12.1/3.13.1)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@nuxt%2ftest-utils/3.13.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@nuxt%2ftest-utils/3.13.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@nuxt%2ftest-utils/3.12.1/3.13.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@nuxt%2ftest-utils/3.12.1/3.13.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>nuxt/test-utils (@&#8203;nuxt/test-utils)</summary>

###
[`v3.13.1`](https://github.com/nuxt/test-utils/blob/HEAD/CHANGELOG.md#v3131)

[Compare
Source](https://github.com/nuxt/test-utils/compare/v3.13.0...v3.13.1)

[compare
changes](https://github.com/nuxt/test-utils/compare/v3.13.0...v3.13.1)

##### 🩹 Fixes

- Revert `execa` to v8 for now
([fef8b062](https://github.com/nuxt/test-utils/commit/fef8b062))
- **config:** Force `buildId` to `test` manually
([25e081e4](https://github.com/nuxt/test-utils/commit/25e081e4))
- **runtime-utils:** Use `appId` fallback after `tryUseNuxtApp`
([#&#8203;849](https://github.com/nuxt/test-utils/pull/849))

##### 🏡 Chore

- Update type
([052094bc](https://github.com/nuxt/test-utils/commit/052094bc))

##### 🤖 CI

- Run test suite on windows
([#&#8203;851](https://github.com/nuxt/test-utils/pull/851))

##### ❤️ Contributors

-   Daniel Roe ([@&#8203;danielroe](http://github.com/danielroe))

###
[`v3.13.0`](https://github.com/nuxt/test-utils/blob/HEAD/CHANGELOG.md#v3130)

[Compare
Source](https://github.com/nuxt/test-utils/compare/v3.12.1...v3.13.0)

[compare
changes](https://github.com/nuxt/test-utils/compare/v3.12.1...v3.13.0)

##### 🚀 Enhancements

- **e2e:** Improve types for `$fetch`
([b21d9a54](https://github.com/nuxt/test-utils/commit/b21d9a54))
- **deps:** Upgrade `execa` to v9
([#&#8203;843](https://github.com/nuxt/test-utils/pull/843))

##### 🔥 Performance

- **e2e:** Don't iterate when cleaning up if nothing registered
([#&#8203;753](https://github.com/nuxt/test-utils/pull/753))

##### 🩹 Fixes

- **e2e:** Improve types for `fetch` and `mockLogger`
([eb40a6a6](https://github.com/nuxt/test-utils/commit/eb40a6a6))
- **e2e:** Force string response within `startServer`
([1b182505](https://github.com/nuxt/test-utils/commit/1b182505))
- **e2e:** Improve return types for `mockLogger`
([21aa7a2f](https://github.com/nuxt/test-utils/commit/21aa7a2f))
- **runtime:** Improve types for `renderSuspended` and `mountSuspended`
([1636cede](https://github.com/nuxt/test-utils/commit/1636cede))
- **e2e:** Revert changes for `$fetch` inference to unbreak build
([dd295d39](https://github.com/nuxt/test-utils/commit/dd295d39))
- **vitest:** Strongly type vitest environment options
([37582c71](https://github.com/nuxt/test-utils/commit/37582c71))
- **module:** Correctly filter vite plugins
([021824d0](https://github.com/nuxt/test-utils/commit/021824d0))
- **runtime:** Preserve `setupState` return
([ab7fd457](https://github.com/nuxt/test-utils/commit/ab7fd457))
- **playwright:** Bump dependency and remove polyfill
([#&#8203;819](https://github.com/nuxt/test-utils/pull/819))
- **runtime:** Use `effectScope` in `renderSuspended`
([#&#8203;820](https://github.com/nuxt/test-utils/pull/820))
- **e2e:** Type `$fetch` using globalThis instead
([b1269edb](https://github.com/nuxt/test-utils/commit/b1269edb))
- Set `buildId` to `nuxt-app` for compatibility with nuxt v3.12+
([a00b2c1f](https://github.com/nuxt/test-utils/commit/a00b2c1f))
- **runtime-utils:** Use `tryUseNuxtApp` rather than `buildId` override
([726e0a2d](https://github.com/nuxt/test-utils/commit/726e0a2d))

##### 🏡 Chore

- Migrate to eslint v9
([#&#8203;814](https://github.com/nuxt/test-utils/pull/814))
- Reduce internal typing of `any`
([3e3bc306](https://github.com/nuxt/test-utils/commit/3e3bc306))
- Reenable `no-explicit-any` rule
([28385546](https://github.com/nuxt/test-utils/commit/28385546))
- Normalise internal package names
([3f58b110](https://github.com/nuxt/test-utils/commit/3f58b110))
- Update example command
([e271b63e](https://github.com/nuxt/test-utils/commit/e271b63e))
- Add name for `app-vitest-full`
([882c144e](https://github.com/nuxt/test-utils/commit/882c144e))
- Ignore `@nuxt/devtools` upgrades for now
([54f654d6](https://github.com/nuxt/test-utils/commit/54f654d6))
- Lint
([08ee3515](https://github.com/nuxt/test-utils/commit/08ee3515))

##### ❤️ Contributors

-   Daniel Roe ([@&#8203;danielroe](http://github.com/danielroe))
-   Michael Brevard <yonshi29@&#8203;gmail.com>

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/nuxt-modules/storybook).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjMuNSIsInVwZGF0ZWRJblZlciI6IjM3LjM3Ny44IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed May 29, 2024
1 parent 863c858 commit 515304c
Showing 1 changed file with 24 additions and 14 deletions.
38 changes: 24 additions & 14 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 515304c

Please sign in to comment.