Skip to content

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

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

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

Conversation

@renovate

@renovate renovate Bot commented Jul 26, 2024

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@nuxt/test-utils 3.14.13.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

v3.17.0

Compare Source

👉 Changelog

compare changes

🚀 Enhancements
  • runtime-utils: Allow modifying + removing endpoints (fee81510)
✅ Tests
❤️ Contributors

v3.16.0

Compare Source

3.16.0 is the next minor release.

👀 Highlights

You'll still see a warning from vitest:

Vitest  "environmentMatchGlobs" is deprecated. Use "workspace" to define different configurations instead.

You can ignore this for the moment. I expect we will resolve this in the next major (which will drop support for vitest < 3).

👉 Changelog

compare changes

🚀 Enhancements
  • e2e: Add teardownTimeout option to set timeout for afterAll hook (af2ddf29)
🩹 Fixes
  • vitest-environment: Respect any configured buildId (3f8599e6)
  • vitest-environment: Use correct base (c5ba2bac)
  • runtime-utils: Pass custom global components to mountSuspended (#​1081)
  • runtime-utils: Allow overwriting object props in mountSuspended (#​1078)
  • runtime-utils: Do not use defu for merging (#​1089)
  • runtime-utils: Proxy wrapper props (#​1099)
  • runtime-utils: Define $attrs in component render context (#​1108)
  • module: Ensure vi.hoisted is injected after vi import (#​1128)
  • runtime-utils: Proxy wrapper.element from mountSuspended (#​1110)
📦 Build
  • Use typesVersions for node10 declarations (f19cee64)
🏡 Chore
  • Update vitest peerDep version (c4ee71a4)
  • Add root package to workspace (d7c63b5c)
🤖 CI
❤️ Contributors

v3.15.4

Compare Source

compare changes

🩹 Fixes
  • e2e: Use tinyexec to resolve nuxi binary (7df895e3)
  • e2e: Increase default windows setup timeout (6f38dd58)
✅ Tests
❤️ Contributors

v3.15.3

Compare Source

compare changes

🩹 Fixes
  • e2e: Use node:path to resolve dist directory (#​1054)
❤️ Contributors

v3.15.2

Compare Source

compare changes

🩹 Fixes
  • module: Remove setInterval from the presets (#​1035)
🏡 Chore
  • Add devtools-kit types + specify vite in jest fixture (c37781b5)
  • Double windows timeout (45e16131)
✅ Tests
  • Update windows timeout for e2e test (1acb335b)
❤️ Contributors

v3.15.1

Compare Source

compare changes

🩹 Fixes
❤️ Contributors

v3.15.0

Compare Source

compare changes

🚀 Enhancements
  • e2e: Expose NuxtPage playwright type (#​1015)
  • playwright: Allow providing default test options (#​1001)
🩹 Fixes
  • runtime-utils: Support defineModel in mountSuspended (#​1011)
  • core: Bump teardown timeout for jest (3225562e)
  • runtime-utils: Handle reserved props (#​1025)
  • vitest-environment: Suppress suspense warning (#​1026)
  • runtime-utils: Suppress errors setting unneeded properties (4e9f34b9)
  • e2e: Handle javaScriptEnabled: false (ca06f337)
  • e2e: Use subpath import for distDir string (094acb29)
  • e2e: Remove dirname when calculating distDir (56122b74)
  • e2e: Use nuxtConfig.nitro.output.dir with build: false (#​936)
🏡 Chore
  • Upgrade typescript separately (ee6f4c08)
  • Add knip and reduce peer dependencies (4e10bd26)
  • Revert node requirement (bb4345a8)
  • Use installed-check to keep engines.node in sync (ebcc5eff)
✅ Tests
  • Bump jest timeout (00f409c8)
  • Add test case for mountSuspended + #imports (4f3f5032)
🤖 CI
❤️ Contributors

v3.14.4

Compare Source

compare changes

🩹 Fixes
  • e2e: Set NODE_ENV when running built server (#​969)
  • runtime-utils: Bind this in options api methods (#​971)
❤️ Contributors

v3.14.3

Compare Source

compare changes

🩹 Fixes
  • vitest-environment: Respect custom url in setup (#​957)
  • runtime-utils: Pass global directives to mountSuspended (#​960)
  • runtime-utils: Pass global directives to renderSuspended (cf1b48ff)
  • runtime-utils: Support options api data, computed + methods (#​963)
🏡 Chore
✅ Tests
  • Bump playwright setup time for windows (21ade1f2)
❤️ Contributors

v3.14.2

Compare Source

compare changes

🔥 Performance
  • e2e: Use tinyexec to run commands (#​939)
🩹 Fixes
  • config: Exclude new nuxt import-conditions plugin (7cc8f653b)
📖 Documentation
🏡 Chore
  • vitest-environment-nuxt: Specify license is MIT (#​919)
  • Release vitest-environment-nuxt (e30c044cf)
  • Update @nuxtjs/i18n separately (3d8955d36)
  • Set compatibilityDate in fixtures (7723f969c)
  • Update vitest type import (05e94fcc4)
  • Trim tag from tinyexec stdout (2b50cfee0)
❤️ Contributors

Configuration

📅 Schedule: (UTC)

  • 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.0 chore(deps): update dependency @nuxt/test-utils to v3.14.1 Aug 13, 2024
@renovate renovate Bot changed the title chore(deps): update dependency @nuxt/test-utils to v3.14.1 chore(deps): update dependency @nuxt/test-utils to v3.14.1 - autoclosed Sep 6, 2024
@renovate renovate Bot closed this Sep 6, 2024
@renovate renovate Bot deleted the renovate/nuxt-test-utils-3.x-lockfile branch September 6, 2024 07:43
@renovate renovate Bot changed the title chore(deps): update dependency @nuxt/test-utils to v3.14.1 - autoclosed chore(deps): update dependency @nuxt/test-utils to v3.14.1 Sep 10, 2024
@renovate renovate Bot reopened this Sep 10, 2024
@renovate renovate Bot restored the renovate/nuxt-test-utils-3.x-lockfile branch September 10, 2024 16:31
@renovate renovate Bot changed the title chore(deps): update dependency @nuxt/test-utils to v3.14.1 chore(deps): update dependency @nuxt/test-utils to v3.14.2 Sep 10, 2024
@renovate renovate Bot force-pushed the renovate/nuxt-test-utils-3.x-lockfile branch from 2151d9f to 2a119a7 Compare September 10, 2024 16:32
@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 7, 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 6, 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 12, 2025
@renovate renovate Bot force-pushed the renovate/nuxt-test-utils-3.x-lockfile branch 2 times, most recently from 032391c to 9c8b277 Compare January 30, 2025 16:43
@renovate renovate Bot force-pushed the renovate/nuxt-test-utils-3.x-lockfile branch from 9c8b277 to 125e320 Compare February 9, 2025 15:53
@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 20, 2025
@renovate renovate Bot force-pushed the renovate/nuxt-test-utils-3.x-lockfile branch from 125e320 to 6c4368e Compare February 20, 2025 20:56
@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 21, 2025
@renovate renovate Bot force-pushed the renovate/nuxt-test-utils-3.x-lockfile branch from 6c4368e to 7e28c96 Compare February 21, 2025 13:13
@renovate renovate Bot force-pushed the renovate/nuxt-test-utils-3.x-lockfile branch from 7e28c96 to 54a275d Compare March 3, 2025 01:06
@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 2 times, most recently from a06eb8b to 4c52b58 Compare March 8, 2025 20:38
@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 08c43a4 to 313b410 Compare March 17, 2025 16:00
@renovate renovate Bot force-pushed the renovate/nuxt-test-utils-3.x-lockfile branch from 4dec402 to b42807f Compare June 4, 2025 08:23
@renovate renovate Bot force-pushed the renovate/nuxt-test-utils-3.x-lockfile branch from b42807f to 71bb5cc Compare June 22, 2025 11:32
@renovate renovate Bot force-pushed the renovate/nuxt-test-utils-3.x-lockfile branch from 71bb5cc to e6538ec Compare July 1, 2025 18:47
@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 e6538ec to 9ffd2c5 Compare July 2, 2025 20:27
@renovate renovate Bot force-pushed the renovate/nuxt-test-utils-3.x-lockfile branch 2 times, most recently from 2dc32fb to 2b98e6c Compare August 13, 2025 14:49
@renovate renovate Bot force-pushed the renovate/nuxt-test-utils-3.x-lockfile branch from 2b98e6c to c445c54 Compare August 19, 2025 19:30
@renovate renovate Bot force-pushed the renovate/nuxt-test-utils-3.x-lockfile branch from c445c54 to 6b8012b Compare August 31, 2025 12:22
@renovate renovate Bot force-pushed the renovate/nuxt-test-utils-3.x-lockfile branch from 6b8012b to 2550c12 Compare September 25, 2025 15:11
@renovate renovate Bot force-pushed the renovate/nuxt-test-utils-3.x-lockfile branch 2 times, most recently from 0645cf4 to b535148 Compare October 25, 2025 09:40
@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 b535148 to 4ee10ba Compare November 10, 2025 19:44
@renovate renovate Bot force-pushed the renovate/nuxt-test-utils-3.x-lockfile branch from 4ee10ba to 6f7040c Compare November 18, 2025 23:02
@renovate renovate Bot force-pushed the renovate/nuxt-test-utils-3.x-lockfile branch 2 times, most recently from c1cb761 to 73b20e4 Compare December 4, 2025 18:09
@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 f4e8ce5 to 639fb23 Compare January 4, 2026 17:15
@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 639fb23 to 28b58a2 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 28b58a2 to d06205f Compare January 8, 2026 18:10
@renovate renovate Bot force-pushed the renovate/nuxt-test-utils-3.x-lockfile branch 2 times, most recently from b862a59 to 722c973 Compare January 23, 2026 16:33
@renovate renovate Bot force-pushed the renovate/nuxt-test-utils-3.x-lockfile branch from 722c973 to ed18898 Compare February 2, 2026 19:06
@renovate renovate Bot force-pushed the renovate/nuxt-test-utils-3.x-lockfile branch 2 times, most recently from 74ecc66 to b83d9f6 Compare February 17, 2026 19:14
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