Skip to content

chore(deps): update dependency @nuxt/test-utils to v3.23.0#392

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/nuxt-test-utils-3.x-lockfile
Open

chore(deps): update dependency @nuxt/test-utils to v3.23.0#392
renovate[bot] wants to merge 1 commit intomainfrom
renovate/nuxt-test-utils-3.x-lockfile

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 11, 2024

This PR contains the following updates:

Package Change Age Confidence
@nuxt/test-utils 3.17.03.23.0 age confidence

Release Notes

nuxt/test-utils (@​nuxt/test-utils)

v3.23.0

Compare Source

3.23.0 is the next minor release.

👉 Changelog

compare changes

🚀 Enhancements
  • runtime-utils: Support h3 v2 (#​1515)
  • module: Add install wizard when freshly installed (#​1538)
🩹 Fixes
  • e2e: Ensure $fetch is not typed as any (1f4754ea9)
🏡 Chore
✅ Tests
  • Add cleanup to resolve-config tests (#​1537)
🤖 CI
  • Prepare build environment in autofix workflow (2c0864ed6)
❤️ Contributors

v3.22.0

Compare Source

3.22.0 is the next minor release.

👉 Changelog

compare changes

🚀 Enhancements
  • runtime-utils: Unify logic of mount + render helpers (#​1522)
  • module: Run vitest in separate process (#​1524)
  • runtime-utils: Allow skipping initial route change (fd77ec066)
  • runtime: Skip route sync emulation when NuxtPage exists (#​1530)
🔥 Performance
  • module: Skip nuxt-root stub plugin when building (#​1512)
🩹 Fixes
  • runtime-utils: Reject promise on error render + mount helpers (#​1503)
  • runtime-utils: Support new .sync method for syncing route (1148c3cf1)
  • e2e: Always override global env options with inline options (c8f881b3d)
  • runtime-utils: Avoid missing render warn on reject render + suspend helpers (#​1520)
  • e2e: Use server.deps rather than deps (2b3c86921)
  • config: Also call sync() in initial setup (ec555192c)
  • module: Use devtools:before hook instead of direct config check (#​1532)
  • config: Do not override vitest root with nuxt rootDir (#​1531)
💅 Refactors
  • runtime-utils: Do not export addCleanup (86b4998bb)
  • module: Extract nuxt environment options plugin (5ada22a9f)
📖 Documentation
  • Fix link to module authors testing guide (#​1511)
🏡 Chore
✅ Tests
  • Use local kit version for module (79f1e14d5)
  • Add defaultLocale in i18n test (059988fc3)
  • Avoid definePageMeta compiler-hint warning (#​1523)
🤖 CI
❤️ Contributors

v3.21.0

Compare Source

3.21.0 is the next minor release.

👉 Changelog

compare changes

🚀 Enhancements
  • runtime-utils: Support rerender behavior in renderSuspended (#​1466)
  • runtime-utils: Support once option in registerEndpoint (#​1475)
  • runtime-utils: Support css modules in mount + render helpers (#​1464)
  • runtime-utils: Pass app context across in mount + render helpers (#​1477)
  • runtime-utils: Support mocked target arguments in mockNuxtImport (#​1492)
🩹 Fixes
  • runtime: Remove redefinition of $fetch.create (#​1471)
  • runtime-utils: Pass non-enumerable globalProperties in mount + render helpers (#​1476)
  • module: Include vitest config in node project (#​1497)
  • runtime-utils: Improve mount + render helpers (#​1483)
  • Revert to @nuxt/kit v3 for bridge support (#​1498)
🏡 Chore
  • Move built dep configuration -> workspace file (d936cb465)
  • Update pnpm to 10.21 and enable trust policy (ed6ff050d)
  • Revert pnpm trust policy and restore provenance action (b034f0a5e)
  • Remove spurious globby dependency (eba19d16b)
  • Remove export (2a88683bd)
  • Remove @nuxt/kit from peer dependencies (b80ca5ea8)
  • Add back @nuxt/kit as peer dep (5c126e1af)
  • Bump vite-node to v5 (3322919c2)
🤖 CI
  • Rebuild better-sqlite3 on windows (9fdaf3824)
❤️ Contributors

v3.20.1

Compare Source

v3.19.2

Compare Source

3.19.2 is the next patch release.

Timetable: 1 July

👉 Changelog

compare changes

🩹 Fixes
  • config: Add missing mocks for vue-devtools (#​1321)
  • runtime-utils: Prevent event duplication (#​1328)
  • config: Include tests without .nuxt. extension (#​1311)
  • deps: Drop @nuxt/schema dependeny (fa3a99b4)
  • config: Use 'projects' for vitest >= v3.2 (#​1344)
  • module: Use user vite version to merge config (#​1345)
  • runtime-utils: Handle computed defined using an object (#​1342)
🏡 Chore
  • Prefer nuxt over nuxi (#​1310)
  • Pin node types (93921643)
  • Do not include dev-deps in engines.node calculation (2f74359b)
  • Add type assertions for indexed access (51b4a4e3)
  • Update installed-check flag (2b97d885)
✅ Tests
  • Update stub name for nuxt v4 (e7b07843)
  • Satisfy typescript (fb0dea24)
  • Update cucumber test for nuxt v4 welcome screen template (8ec7782f)
  • Simplify test (90278bac)
  • Update workspace example (02f9b0a0)
  • Make browser tests forward-compat with v4 (574ea5f9)
🤖 CI
❤️ Contributors

v3.19.1

Compare Source

👉 Changelog

compare changes

🩹 Fixes
  • config: Upgrade nuxt devtools + disable vue devtools (#​824)
  • module: Import defineConfig from vite (467886ea)
🏡 Chore
  • Don't ignore @nuxt/devtools upgrade (3ae47b43)
❤️ Contributors

v3.19.0

Compare Source

👉 Changelog

compare changes

🚀 Enhancements
  • config: Support vitest workspaces with defineVitestProject (#​1258)
  • config: Add nuxt environment browser-testing support (#​1294)
🩹 Fixes
  • config: Use UserConfig rather than InlineConfig from vite (e2a1598b)
💅 Refactors
  • Rename core -> e2e internally (a81c4498)
✅ Tests
  • Set environment: 'nuxt' for browser testing example (96769e55)
  • Add browser mode tests for nuxt/content components (#​1284)
❤️ Contributors

v3.18.0

Compare Source

compare changes

🚀 Enhancements
  • e2e: Add support for bun test runner (#​1264)
  • config: Support vitest browser mode (#​1271)
🩹 Fixes
  • vitest-environment: Respect custom app.baseURL in manifest path (#​1213)
  • runtime-utils: Wrap WrapperComponent default slot in function (#​1244)
💅 Refactors
  • Rename setup hook to beforeAll for clarity (#​1221)
📖 Documentation
✅ Tests
❤️ Contributors

v3.17.2

Compare Source

3.17.2 is the next patch release.

Timetable: to be announced.

👉 Changelog

compare changes

🩹 Fixes
  • vitest-environment: Migrate from unenv -> node-mock-http (#​1179)
🏡 Chore
❤️ Contributors

v3.17.1

Compare Source

3.17.1 is the next patch release.

Timetable: to be announced.

👉 Changelog

compare changes

🩹 Fixes
  • runtime-utils: Ensure event listeners props are called (#​1135)
❤️ Contributors

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title chore(deps): update dependency @nuxt/test-utils to v3.14.2 chore(deps): update dependency @nuxt/test-utils to v3.14.3 Oct 8, 2024
@renovate renovate bot changed the title chore(deps): update dependency @nuxt/test-utils to v3.14.3 chore(deps): update dependency @nuxt/test-utils to v3.14.4 Oct 20, 2024
@renovate renovate bot changed the title chore(deps): update dependency @nuxt/test-utils to v3.14.4 chore(deps): update dependency @nuxt/test-utils to v3.15.0 Dec 5, 2024
@renovate renovate bot changed the title chore(deps): update dependency @nuxt/test-utils to v3.15.0 chore(deps): update dependency @nuxt/test-utils to v3.15.1 Dec 7, 2024
@renovate renovate bot changed the title chore(deps): update dependency @nuxt/test-utils to v3.15.1 chore(deps): update dependency @nuxt/test-utils to v3.15.3 Jan 12, 2025
@renovate renovate bot changed the title chore(deps): update dependency @nuxt/test-utils to v3.15.3 chore(deps): update dependency @nuxt/test-utils to v3.15.4 Jan 15, 2025
@renovate renovate bot force-pushed the renovate/nuxt-test-utils-3.x-lockfile branch from 82d4684 to f6b0f4f Compare January 15, 2025 20:03
@renovate renovate bot force-pushed the renovate/nuxt-test-utils-3.x-lockfile branch 2 times, most recently from 71e7af9 to 91a13d8 Compare January 31, 2025 08:18
@renovate renovate bot force-pushed the renovate/nuxt-test-utils-3.x-lockfile branch from 91a13d8 to cfaa5b7 Compare February 9, 2025 11:09
@renovate renovate bot force-pushed the renovate/nuxt-test-utils-3.x-lockfile branch from cfaa5b7 to 2386490 Compare February 21, 2025 03:41
@renovate renovate bot changed the title chore(deps): update dependency @nuxt/test-utils to v3.15.4 chore(deps): update dependency @nuxt/test-utils to v3.16.0 Feb 21, 2025
@renovate renovate bot changed the title chore(deps): update dependency @nuxt/test-utils to v3.16.0 chore(deps): update dependency @nuxt/test-utils to v3.17.0 Feb 22, 2025
@renovate renovate bot force-pushed the renovate/nuxt-test-utils-3.x-lockfile branch from 2386490 to 6b1b8ba Compare February 22, 2025 15:38
@renovate renovate bot changed the title chore(deps): update dependency @nuxt/test-utils to v3.17.0 chore(deps): update dependency @nuxt/test-utils to v3.17.0 - autoclosed Feb 27, 2025
@renovate renovate bot closed this Feb 27, 2025
@renovate renovate bot deleted the renovate/nuxt-test-utils-3.x-lockfile branch February 27, 2025 03:43
@renovate renovate bot changed the title chore(deps): update dependency @nuxt/test-utils to v3.17.0 - autoclosed chore(deps): update dependency @nuxt/test-utils to v3.17.0 Mar 3, 2025
@renovate renovate bot reopened this Mar 3, 2025
@renovate renovate bot force-pushed the renovate/nuxt-test-utils-3.x-lockfile branch from 028a21a to 6b1b8ba Compare March 3, 2025 02:49
@renovate renovate bot changed the title chore(deps): update dependency @nuxt/test-utils to v3.17.0 chore(deps): update dependency @nuxt/test-utils to v3.17.1 Mar 3, 2025
@renovate renovate bot force-pushed the renovate/nuxt-test-utils-3.x-lockfile branch 3 times, most recently from 16844a0 to a4d0263 Compare March 8, 2025 18:37
@renovate renovate bot changed the title chore(deps): update dependency @nuxt/test-utils to v3.17.1 chore(deps): update dependency @nuxt/test-utils to v3.17.2 Mar 8, 2025
@renovate renovate bot force-pushed the renovate/nuxt-test-utils-3.x-lockfile branch 3 times, most recently from 53704eb to 0ffb661 Compare March 17, 2025 17:39
@renovate renovate bot force-pushed the renovate/nuxt-test-utils-3.x-lockfile branch from 0ffb661 to 56d1cb3 Compare April 1, 2025 11:17
@renovate renovate bot force-pushed the renovate/nuxt-test-utils-3.x-lockfile branch from 56d1cb3 to cc60c65 Compare April 8, 2025 14:09
@renovate renovate bot force-pushed the renovate/nuxt-test-utils-3.x-lockfile branch from 7a97bff to 1281cb5 Compare July 1, 2025 19:08
@renovate renovate bot changed the title chore(deps): update dependency @nuxt/test-utils to v3.19.1 chore(deps): update dependency @nuxt/test-utils to v3.19.2 Jul 1, 2025
@renovate renovate bot force-pushed the renovate/nuxt-test-utils-3.x-lockfile branch from 1281cb5 to 63aae1f Compare July 2, 2025 19:32
@renovate renovate bot force-pushed the renovate/nuxt-test-utils-3.x-lockfile branch 2 times, most recently from 904b272 to 66956eb Compare August 13, 2025 17:30
@renovate renovate bot force-pushed the renovate/nuxt-test-utils-3.x-lockfile branch from 66956eb to 06c4a2c Compare August 19, 2025 19:39
@renovate renovate bot force-pushed the renovate/nuxt-test-utils-3.x-lockfile branch from 06c4a2c to 1fb16cb Compare August 31, 2025 14:16
@renovate renovate bot force-pushed the renovate/nuxt-test-utils-3.x-lockfile branch from 1fb16cb to 9bc65c6 Compare September 25, 2025 14:02
@renovate renovate bot force-pushed the renovate/nuxt-test-utils-3.x-lockfile branch from 9bc65c6 to 4ebaac0 Compare October 21, 2025 10:33
@renovate renovate bot changed the title chore(deps): update dependency @nuxt/test-utils to v3.19.2 chore(deps): update dependency @nuxt/test-utils to v3.20.1 Oct 25, 2025
@renovate renovate bot force-pushed the renovate/nuxt-test-utils-3.x-lockfile branch from 4ebaac0 to 0008080 Compare October 25, 2025 09:39
@renovate renovate bot force-pushed the renovate/nuxt-test-utils-3.x-lockfile branch from 0008080 to b5f02ed Compare November 10, 2025 20:44
@renovate renovate bot force-pushed the renovate/nuxt-test-utils-3.x-lockfile branch from b5f02ed to a564050 Compare November 18, 2025 09:42
@renovate renovate bot force-pushed the renovate/nuxt-test-utils-3.x-lockfile branch 2 times, most recently from 232a110 to 97b14ee Compare December 4, 2025 17:56
@renovate renovate bot changed the title chore(deps): update dependency @nuxt/test-utils to v3.20.1 chore(deps): update dependency @nuxt/test-utils to v3.21.0 Dec 4, 2025
@renovate renovate bot force-pushed the renovate/nuxt-test-utils-3.x-lockfile branch 2 times, most recently from 23a6369 to 53223ef Compare January 4, 2026 18:06
@renovate renovate bot changed the title chore(deps): update dependency @nuxt/test-utils to v3.21.0 chore(deps): update dependency @nuxt/test-utils to v3.22.0 Jan 4, 2026
@renovate renovate bot force-pushed the renovate/nuxt-test-utils-3.x-lockfile branch from 53223ef to db62755 Compare January 6, 2026 17:28
@renovate renovate bot changed the title chore(deps): update dependency @nuxt/test-utils to v3.22.0 chore(deps): update dependency @nuxt/test-utils to v3.23.0 Jan 6, 2026
@renovate renovate bot force-pushed the renovate/nuxt-test-utils-3.x-lockfile branch from db62755 to e1f2659 Compare January 8, 2026 17:06
@renovate renovate bot force-pushed the renovate/nuxt-test-utils-3.x-lockfile branch 2 times, most recently from f2be38a to 4cb27dc Compare January 23, 2026 18:31
@renovate renovate bot force-pushed the renovate/nuxt-test-utils-3.x-lockfile branch from 4cb27dc to 79bdb2c Compare February 2, 2026 16:42
@renovate renovate bot force-pushed the renovate/nuxt-test-utils-3.x-lockfile branch 2 times, most recently from 25b700a to 5ae345a Compare February 17, 2026 16:36
@renovate renovate bot force-pushed the renovate/nuxt-test-utils-3.x-lockfile branch from 5ae345a to 498b8ee Compare March 5, 2026 20:10
@renovate renovate bot force-pushed the renovate/nuxt-test-utils-3.x-lockfile branch from 498b8ee to e210342 Compare March 13, 2026 17:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants