Skip to content

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

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#82
renovate[bot] wants to merge 1 commit intomainfrom
renovate/nuxt-test-utils-3.x-lockfile

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 19, 2023

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

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

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

v3.11.0

Compare Source

compare changes

🚀 Enhancements
  • vitest-environment: Add support for in-source testing (#​651)
🩹 Fixes
  • runtime: Reset modules after nuxt setup runs (#​726)
✅ Tests
  • Add example of mocking vue-router (e293cea1)
  • Add example of mocking nuxt useRoute (fe465193)
❤️ Contributors

v3.10.0

Compare Source

compare changes

🚀 Enhancements
  • e2e: Add cucumber test runner (#​711)
  • e2e: Support env option for startServer (#​640)
🩹 Fixes
  • runtime-utils: Resolve to in RouterLink stub (#​687)
  • Mark afterAll and setup hooks as async (#​702)
  • module: Always append import when mocking (#​701)
🏡 Chore
  • Add required dev deps to app-vitest example (#​712)
  • Pin vue/nuxt versions (00674cd0)
✅ Tests
  • Update config key (25060645)
  • Add example test for nuxt-injected value (#​663)
  • Update to actually use $t (#​675)
🤖 CI
❤️ Contributors

v3.9.0

Compare Source

👀 Highlights

v3.9.0 is a significant release of @nuxt/test-utils. Most notably:

  • We've split it out from the core nuxt/nuxt repository for a decoupled release cycle.
  • We've merged in nuxt-vitest and vitest-environment-nuxt into a single repository for both runtime unit testing and e2e/browser testing with Nuxt.
  • We've added documentation on https://nuxt.com/docs/getting-started/testing to get you started.

✅ Upgrading

... from @nuxt/test-utils

If you were upgrading from @nuxt/test-utils, the only significant change is to update your imports to @nuxt/test-utils/e2e (for clarity).

If you were using the jest runner, this should now be auto-detected and you can remove runner: 'jest' from your test configuration.

... from nuxt-vitest

If you previously used nuxt-vitest, we have now merged it into @nuxt/test-utils, as well as implementing a range of fixes.

👉 Here are the required steps.
  1. Uninstall nuxt-vitest

    npm remove nuxt-vitest
  2. Update your vitest versions to v1, and update @nuxt/test-utils and vitest-environment-nuxt to the latest versions:

      "devDependencies": {
    -   "@&#8203;nuxt/test-utils": "^3.8.1",
    +   "@&#8203;nuxt/test-utils": "^3.9.0",
    -   "@&#8203;vitest/coverage-v8": "0.33.0",
    +   "@&#8203;vitest/coverage-v8": "^1.0.4",
        "@&#8203;vue/test-utils": "^2.4.3",
    -   "nuxt-vitest": "^0.11.5",
    -   "vitest": "^0.33.0",
    +   "vitest": "^1.0.4",
    +   "vitest-environment-nuxt": "^1.0.0"
      },
  3. Update your nuxt.config if you have added the nuxt-vitest module to it, and update the configuration from vitest to testUtils:

      export default defineNuxtConfig({
       modules: [
    -    'nuxt-vitest'
    +    '@&#8203;nuxt/test-utils/module'
       ],
    -  vitest: {}
    +  testUtils: {}
      })
  4. Update any imports from nuxt-vitest and vitest-environment-nuxt and @nuxt/test-utils:

    -  import { mountSuspended } from 'nuxt-vitest/utils' // or 'vitest-environment-nuxt/utils'
    +  import { mountSuspended } from '@&#8203;nuxt/test-utils/runtime'
    
    -  import { defineVitestConfig } from 'vitest-environment-nuxt/config' // or 'nuxt-vitest/config'
    +  import { defineVitestConfig } from '@&#8203;nuxt/test-utils/config'
    
    -  import { setup, $fetch } from '@&#8203;nuxt/test-utils'
    +  import { setup, $fetch } from '@&#8203;nuxt/test-utils/e2e'
  5. Ensure vitest is running in a module context (either by checking you have type: 'module' set in your package.json, or by renaming your vitest.config file to vitest.config.mts or vitest.config.mjs.

If you encounter any problems with this upgrade path, please let us know by raising an issue. 🙏

👉 Changelog

compare changes

🚀 Enhancements
  • Add nuxt-vitest re-exports (#​230)
  • Add nuxt-vitest and vitest-environment-nuxt code and tests (f4ae58ac)
  • Use internal implementation of nuxt-vitest (#​235)
  • e2e: Auto-detect jest runner (ae37b0ee)
  • ⚠️ Read .env.test + allow overriding with nuxt.dotenv (#​655)
🩹 Fixes
  • Add @​nuxt/test-utils-nightly to deps to inline (0caf44d0)
  • Use implied .d.mts types (d9694f21)
  • Add setupState type to mountSuspended return type (#​400)
  • Add runtime fixture to workspace and address regressions (#​240)
  • Opt-in to future vitest option (#​247)
  • Use vite-ignore for playwright dynamic import (c1ac4a08)
  • Do not set process.browser globally (#​250)
  • Support transpiling nuxt nightly releases (c63f69c8)
  • Rewrite mock plugin for compat with vite 5/rollup 4 (d0ba5af3)
  • Do not skip transforms on test files (3bbcc1ea)
  • Add @​vitest/ui to peer deps (7f4f6053)
  • Use buildDir option (#​596)
  • ⚠️ Load nuxt app within setupFiles (#​260)
  • Teardown build directories after tests (#​597)
  • Import useRouter explicitly in entry (129d8335)
  • Return absolute path for stub entry (180bb306)
  • Don't return absolute path in dev mode (f47dd9a3)
  • Clone overrides (df84d0c1)
  • Skip vite-plugin-vue-inspector:post plugin (8a6a0523)
  • Clean up wrappers when calling renderSuspended (5b189115)
  • Exclude vite-plugin-checker from runtime vitest config (053a5dff)
  • Resolve devtools url after vitest config is resolved (1206db79)
  • Remove module override of app.rootId (e662c1f0)
  • Remove rootId environment option (dead5e3d)
  • Add back rootId environment option" (827180ec)
  • runtime-utils: Don't stub helpers when shallow (#​632)
  • Avoid enumerating keys on render context (43b2724b)
  • Support typescript entry file (c5806009)
  • vitest-environment: Normalise setupFiles before merge (#​653)
  • module: Close nuxt before shutting down (17cf9435)
  • runtime: Do not assign readonly setup state (8d799275)
  • runtime: Implement setProps (522f8bf5)
  • vitest-environment: Handle different entry format (5c07bb48)
  • runtime: Import reactive and unref (d68cdae9)
💅 Refactors
  • Move to monorepo (#​31)
  • Split core utils to core/ (f144cb40)
  • Clean up internal code imports (#​245)
  • Use defu rather than mergeConfig from vite (#​246)
  • Further split vitest from vite config (ef58e4cb)
  • Split out mock transform plugin w/ tests (a37fa408)
  • Remove rollup implementation of transform plugin (71345967)
  • module: Rename config key to testUtils (c2b09732)
📖 Documentation
  • playground: Demo usage of co-exists unit and nuxt testing (#​6)
  • Add JSDoc comments (#​205)
  • Add documentation for mountSuspended (#​227)
  • Add basic README and missing LICENCE (51eb9de2)
  • Remove links to nuxt-vitest (254605df)
  • Update links to nuxt docs on testing (2e619a89)
📦 Build
  • Fix build issues and correct dependencies (3e2f8b29)
  • Move runtime-utils.mjs -> runtime-utils/index.mjs (#​634)
  • ⚠️ Use /runtime subpath export (de9a2a81)
  • Prefer /e2e subpath export (88952fb0)
✅ Tests
🎨 Styles
🤖 CI
  • Add testing workflow (ce74b0b5)
  • Add lint workflow for pushes to main (f141b8d4)
  • Add workflow to test examples (0c3c318f)
  • Prepare environment before running module test (5be069dc)
  • 'nightly' releases on pushes to main (#​210)
  • Fetch full history (d61614b1)
  • Install playwright manually (58906de3)
  • Remove extra branch from release workflow (e24d884f)
  • Prepare build environment (6d8e71ad)
  • Run unit tests in ci (cbd5616a)
  • Support automated release prs (#​623)
  • Fetch all commits in creating changelog (6f22b096)
  • Disable changelog creation script for now (5ef70c35)
  • Reenable changelogensets ([fb754d54

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.8.1 chore(deps): update dependency @nuxt/test-utils to v3.9.0 Dec 19, 2023
@renovate renovate bot force-pushed the renovate/nuxt-test-utils-3.x-lockfile branch from 833bea9 to e89b515 Compare December 19, 2023 17:14
@renovate renovate bot force-pushed the renovate/nuxt-test-utils-3.x-lockfile branch from e89b515 to e28acd5 Compare January 16, 2024 09:37
@renovate renovate bot changed the title chore(deps): update dependency @nuxt/test-utils to v3.9.0 chore(deps): update dependency @nuxt/test-utils to v3.10.0 Jan 17, 2024
@renovate renovate bot force-pushed the renovate/nuxt-test-utils-3.x-lockfile branch from e28acd5 to 5f57d9f Compare January 17, 2024 19:02
@renovate renovate bot force-pushed the renovate/nuxt-test-utils-3.x-lockfile branch from 5f57d9f to f316395 Compare January 28, 2024 12:18
@renovate renovate bot changed the title chore(deps): update dependency @nuxt/test-utils to v3.10.0 chore(deps): update dependency @nuxt/test-utils to v3.11.0 Jan 28, 2024
@renovate renovate bot force-pushed the renovate/nuxt-test-utils-3.x-lockfile branch 2 times, most recently from 0d30ccf to 8ad16e7 Compare February 4, 2024 10:39
@renovate renovate bot force-pushed the renovate/nuxt-test-utils-3.x-lockfile branch from 8ad16e7 to c1b9a5f Compare February 25, 2024 09:53
@renovate renovate bot force-pushed the renovate/nuxt-test-utils-3.x-lockfile branch 2 times, most recently from cd2edb8 to 41a73dd Compare March 16, 2024 23:09
@renovate renovate bot changed the title chore(deps): update dependency @nuxt/test-utils to v3.11.0 chore(deps): update dependency @nuxt/test-utils to v3.12.0 Mar 16, 2024
@renovate renovate bot force-pushed the renovate/nuxt-test-utils-3.x-lockfile branch 2 times, most recently from 9b8caf7 to 8fa672d Compare March 24, 2024 17:07
@renovate renovate bot force-pushed the renovate/nuxt-test-utils-3.x-lockfile branch 2 times, most recently from 151fe9b to a671610 Compare April 15, 2024 17:01
@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-lockfile branch from a671610 to 8a7ed64 Compare April 21, 2024 08:48
@renovate renovate bot force-pushed the renovate/nuxt-test-utils-3.x-lockfile branch from 8a7ed64 to 17c5560 Compare April 29, 2024 03:22
@renovate renovate bot force-pushed the renovate/nuxt-test-utils-3.x-lockfile branch from 17c5560 to b0e7106 Compare May 15, 2024 19:56
@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 15, 2024
@renovate renovate bot force-pushed the renovate/nuxt-test-utils-3.x-lockfile branch from b0e7106 to e619b02 Compare May 20, 2024 07:01
@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-lockfile branch from e619b02 to 34bd774 Compare June 4, 2024 13:18
@renovate renovate bot force-pushed the renovate/nuxt-test-utils-3.x-lockfile branch 2 times, most recently from 5650cab to 78a2d72 Compare July 26, 2024 22:50
@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-lockfile branch from 78a2d72 to 7830235 Compare August 6, 2024 08:08
@renovate renovate bot force-pushed the renovate/nuxt-test-utils-3.x-lockfile branch from 7830235 to 528ff8f Compare August 13, 2024 13:55
@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-lockfile branch from c0decf3 to 024427c Compare December 6, 2024 14:07
@renovate renovate bot force-pushed the renovate/nuxt-test-utils-3.x-lockfile branch from 024427c to 4c7cff6 Compare January 12, 2025 01:15
@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-lockfile branch from 4c7cff6 to f924d82 Compare January 12, 2025 12:40
@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 aeb7f6d to 2e9f233 Compare January 30, 2025 17:04
@renovate renovate bot force-pushed the renovate/nuxt-test-utils-3.x-lockfile branch from 2e9f233 to 752c74f Compare February 9, 2025 14:28
@renovate renovate bot force-pushed the renovate/nuxt-test-utils-3.x-lockfile branch from 752c74f to f657fc2 Compare February 20, 2025 23:09
@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-lockfile branch from f657fc2 to cce0845 Compare February 21, 2025 11:05
@renovate renovate bot force-pushed the renovate/nuxt-test-utils-3.x-lockfile branch from cce0845 to 59f9ac3 Compare March 3, 2025 02:04
@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 f0b4e82 to 0f48fb9 Compare March 8, 2025 18:04
@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 b1803f9 to 39d3d56 Compare March 17, 2025 18:43
@renovate renovate bot force-pushed the renovate/nuxt-test-utils-3.x-lockfile branch 2 times, most recently from 61bf020 to 084c289 Compare April 8, 2025 10:24
@renovate renovate bot force-pushed the renovate/nuxt-test-utils-3.x-lockfile branch from 084c289 to b324116 Compare April 24, 2025 09:57
@renovate renovate bot force-pushed the renovate/nuxt-test-utils-3.x-lockfile branch from b324116 to 84c256f Compare May 3, 2025 18:08
@renovate renovate bot changed the title chore(deps): update dependency @nuxt/test-utils to v3.17.2 chore(deps): update dependency @nuxt/test-utils to v3.18.0 May 3, 2025
@renovate renovate bot force-pushed the renovate/nuxt-test-utils-3.x-lockfile branch from 84c256f to 01cd847 Compare May 15, 2025 16:36
@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 15, 2025
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