Skip to content

Commit

Permalink
chore(deps): update dependency @nuxt/test-utils to ^3.14.2 (#846)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

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

---

### Release Notes

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

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

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

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

##### 🔥 Performance

- **e2e:** Use `tinyexec` to run commands
([#&#8203;939](https://github.com/nuxt/test-utils/pull/939))

##### 🩹 Fixes

- **config:** Exclude new nuxt import-conditions plugin
([7cc8f653b](https://github.com/nuxt/test-utils/commit/7cc8f653b))

##### 📖 Documentation

- Add contribution instructions
([c765d175a](https://github.com/nuxt/test-utils/commit/c765d175a))

##### 🏡 Chore

- **vitest-environment-nuxt:** Specify license is MIT
([#&#8203;919](https://github.com/nuxt/test-utils/pull/919))
- Release `vitest-environment-nuxt`
([e30c044cf](https://github.com/nuxt/test-utils/commit/e30c044cf))
- Update `@nuxtjs/i18n` separately
([3d8955d36](https://github.com/nuxt/test-utils/commit/3d8955d36))
- Set `compatibilityDate` in fixtures
([7723f969c](https://github.com/nuxt/test-utils/commit/7723f969c))
- Update vitest type import
([05e94fcc4](https://github.com/nuxt/test-utils/commit/05e94fcc4))
- Trim tag from `tinyexec` stdout
([2b50cfee0](https://github.com/nuxt/test-utils/commit/2b50cfee0))

##### ❤️ Contributors

-   Daniel Roe ([@&#8203;danielroe](http://github.com/danielroe))
-   Bobbie Goede <bobbiegoede@gmail.com>
- Marley Adamson
([@&#8203;transreport-marley](http://github.com/transreport-marley))

</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 is behind base branch, 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 was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/antoinezanardi/werewolves-assistant-web-next).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6ImRldmVsb3AiLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Sep 10, 2024
1 parent dcbad46 commit f0f715a
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 97 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"@faker-js/faker": "^9.0.0",
"@nuxt/image": "^1.8.0",
"@nuxt/kit": "^3.13.1",
"@nuxt/test-utils": "^3.14.1",
"@nuxt/test-utils": "^3.14.2",
"@nuxtjs/google-fonts": "^3.2.0",
"@nuxtjs/i18n": "^8.4.0",
"@nuxtjs/robots": "^4.1.6",
Expand Down
136 changes: 40 additions & 96 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 f0f715a

Please sign in to comment.