Skip to content

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

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

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

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 17, 2024

This PR contains the following updates:

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

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

v3.14.1

Compare Source

compare changes

🩹 Fixes
  • e2e,config: Provide fallback compatibilityDate (8e01e3f7)
  • module: Don't include type-check plugin in resolved vitest plugins (#​911)
📖 Documentation
  • Provide intellisense hints for setup properties (#​906)
🏡 Chore
  • Dedupe vitest (6e36b547)
  • Ignore upgrading dependencies for stubbed libs (4329c4dd)
❤️ Contributors

v3.14.0

Compare Source

compare changes

🚀 Enhancements
  • runtime-utils: Expose setup result from renderSuspended (#​852)
  • e2e: Allow overwriting env variables in setup (#​903)
  • e2e: Allow running e2e tests against existing server (#​803)
  • e2e: Allow updating env in context before setup runs (#​812)
🩹 Fixes
  • runtime-utils: Ts-ignore #build/ import until nuxt v3.12 release (66b23ae6)
  • runtime-utils: Allow setProps to replace an array (#​877)
🏡 Chore
✅ Tests
  • Bump timeout in windows browser spec (73e2c716)
❤️ Contributors

v3.13.1

Compare Source

compare changes

🩹 Fixes
  • Revert execa to v8 for now (fef8b062)
  • config: Force buildId to test manually (25e081e4)
  • runtime-utils: Use appId fallback after tryUseNuxtApp (#​849)
🏡 Chore
🤖 CI
  • Run test suite on windows (#​851)
❤️ Contributors

v3.13.0

Compare Source

compare changes

🚀 Enhancements
  • e2e: Improve types for $fetch (b21d9a54)
  • deps: Upgrade execa to v9 (#​843)
🔥 Performance
  • e2e: Don't iterate when cleaning up if nothing registered (#​753)
🩹 Fixes
  • e2e: Improve types for fetch and mockLogger (eb40a6a6)
  • e2e: Force string response within startServer (1b182505)
  • e2e: Improve return types for mockLogger (21aa7a2f)
  • runtime: Improve types for renderSuspended and mountSuspended (1636cede)
  • e2e: Revert changes for $fetch inference to unbreak build (dd295d39)
  • vitest: Strongly type vitest environment options (37582c71)
  • module: Correctly filter vite plugins (021824d0)
  • runtime: Preserve setupState return (ab7fd457)
  • playwright: Bump dependency and remove polyfill (#​819)
  • runtime: Use effectScope in renderSuspended (#​820)
  • e2e: Type $fetch using globalThis instead (b1269edb)
  • Set buildId to nuxt-app for compatibility with nuxt v3.12+ (a00b2c1f)
  • runtime-utils: Use tryUseNuxtApp rather than buildId override (726e0a2d)
🏡 Chore
❤️ Contributors
  • Daniel Roe (@​danielroe)
  • Michael Brevard <yonshi29@​gmail.com>

v3.12.1

Compare Source

compare changes

🩹 Fixes
  • Publish playwright.d.ts (#​797)
❤️ Contributors

v3.12.0

Compare Source

compare changes

🚀 Enhancements
  • e2e: Add 'route'/'hydration' options for page.goto() (#​739)
  • e2e: Add playwright runner (#​776)
🩹 Fixes
  • config: Remove nuxt's custom vite logger (eca52f5c)
🏡 Chore
  • Force correct typing for e2e subpath (9fd93a8c)
  • Don't run publish step separately (0078d0bc)
🤖 CI
❤️ 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.12.0 chore(deps): update dependency @nuxt/test-utils to v3.12.1 Apr 15, 2024
@renovate renovate bot force-pushed the renovate/nuxt-test-utils-3.x branch from a4f7481 to bfaf752 Compare April 15, 2024 17:43
@renovate renovate bot force-pushed the renovate/nuxt-test-utils-3.x branch from bfaf752 to d61a538 Compare May 16, 2024 00:35
@renovate renovate bot changed the title chore(deps): update dependency @nuxt/test-utils to v3.12.1 chore(deps): update dependency @nuxt/test-utils to v3.13.0 May 16, 2024
@renovate renovate bot force-pushed the renovate/nuxt-test-utils-3.x branch from d61a538 to fbd7bd4 Compare May 20, 2024 07:52
@renovate renovate bot changed the title chore(deps): update dependency @nuxt/test-utils to v3.13.0 chore(deps): update dependency @nuxt/test-utils to v3.13.1 May 20, 2024
@renovate renovate bot force-pushed the renovate/nuxt-test-utils-3.x branch from fbd7bd4 to f4e7c4f Compare July 26, 2024 22:24
@renovate renovate bot changed the title chore(deps): update dependency @nuxt/test-utils to v3.13.1 chore(deps): update dependency @nuxt/test-utils to v3.14.0 Jul 26, 2024
@renovate renovate bot force-pushed the renovate/nuxt-test-utils-3.x branch from f4e7c4f to a1581be Compare August 13, 2024 12:47
@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 force-pushed the renovate/nuxt-test-utils-3.x branch from a1581be to 1fe347a Compare September 10, 2024 14:11
@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 branch from 1fe347a to 5c75596 Compare October 7, 2024 13:12
@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 force-pushed the renovate/nuxt-test-utils-3.x branch from 5c75596 to 4357111 Compare October 20, 2024 00:35
@renovate renovate bot force-pushed the renovate/nuxt-test-utils-3.x branch from 4357111 to 14a9d1d Compare December 5, 2024 20:18
@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 force-pushed the renovate/nuxt-test-utils-3.x branch from 14a9d1d to 664ee8d Compare December 6, 2024 14:56
@renovate renovate bot force-pushed the renovate/nuxt-test-utils-3.x branch from 664ee8d to 96d18fa Compare January 12, 2025 01:55
@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 force-pushed the renovate/nuxt-test-utils-3.x branch from 96d18fa to c4a117b Compare January 12, 2025 12:16
@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 branch from c4a117b to 8c72d39 Compare February 20, 2025 23:10
@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 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 branch from 8c72d39 to d842eea Compare February 21, 2025 11:22
@renovate renovate bot force-pushed the renovate/nuxt-test-utils-3.x branch from d842eea to c19c4f7 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 changed the title chore(deps): update dependency @nuxt/test-utils to v3.18.0 chore(deps): update dependency @nuxt/test-utils to v3.19.0 May 17, 2025
@renovate renovate bot changed the title chore(deps): update dependency @nuxt/test-utils to v3.19.0 chore(deps): update dependency @nuxt/test-utils to v3.19.1 May 25, 2025
@renovate renovate bot force-pushed the renovate/nuxt-test-utils-3.x branch from 9638ec0 to 5b066ff Compare May 25, 2025 23:25
@renovate renovate bot force-pushed the renovate/nuxt-test-utils-3.x branch from 5b066ff to 35e1b73 Compare July 1, 2025 16:50
@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 branch 2 times, most recently from 23749a3 to 820121a Compare August 13, 2025 11:50
@renovate renovate bot force-pushed the renovate/nuxt-test-utils-3.x branch from 820121a to c5efbf1 Compare August 19, 2025 12:45
@renovate renovate bot force-pushed the renovate/nuxt-test-utils-3.x branch from c5efbf1 to 3a979ee Compare August 31, 2025 14:32
@renovate renovate bot force-pushed the renovate/nuxt-test-utils-3.x branch from 3a979ee to 627f2a0 Compare September 25, 2025 14:57
@renovate renovate bot force-pushed the renovate/nuxt-test-utils-3.x branch from 627f2a0 to 108ad07 Compare October 21, 2025 11:08
@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 branch from 108ad07 to ae3bcb8 Compare October 25, 2025 08:34
@renovate renovate bot force-pushed the renovate/nuxt-test-utils-3.x branch from ae3bcb8 to 9a43c40 Compare November 10, 2025 19:33
@renovate renovate bot force-pushed the renovate/nuxt-test-utils-3.x branch from 9a43c40 to e151599 Compare November 18, 2025 13:00
@renovate renovate bot force-pushed the renovate/nuxt-test-utils-3.x branch from e151599 to 286d33c Compare December 3, 2025 19:41
@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 branch from 286d33c to 66fb60e Compare December 4, 2025 18:48
@renovate renovate bot force-pushed the renovate/nuxt-test-utils-3.x branch 2 times, most recently from e06ed5f to ddf5d81 Compare January 4, 2026 17:32
@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 branch from ddf5d81 to cc7fffc Compare January 6, 2026 17:38
@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 branch from cc7fffc to a01cd3f Compare January 8, 2026 16:26
@renovate renovate bot force-pushed the renovate/nuxt-test-utils-3.x branch 2 times, most recently from a6027ed to 384301a Compare January 23, 2026 18:54
@renovate renovate bot force-pushed the renovate/nuxt-test-utils-3.x branch from 384301a to 90523cb Compare February 2, 2026 15:05
@renovate renovate bot force-pushed the renovate/nuxt-test-utils-3.x branch from 90523cb to 04801cd Compare February 12, 2026 15:34
@renovate renovate bot force-pushed the renovate/nuxt-test-utils-3.x branch from 04801cd to bb6ef56 Compare February 17, 2026 21:39
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

Comments