[READ-ONLY] Mirror of https://github.com/danielroe/nuxt-vitest. An vitest environment with support for testing code that needs a Nuxt runtime environment
nuxt nuxt-module testing unit-testing vitest
0

Configure Feed

Select the types of activity you want to include in your feed.

chore(deps): update devdependency @nuxt/module-builder to v0.5.2 (#356)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

authored by

renovate[bot]
renovate[bot]
and committed by
GitHub
(Oct 9, 2023, 3:39 AM UTC) 3e4c3fb7 bd2bd27c

+7 -7
+6 -6
pnpm-lock.yaml
··· 97 97 version: link:../vitest-environment-nuxt 98 98 devDependencies: 99 99 '@nuxt/module-builder': 100 - specifier: 0.5.1 101 - version: 0.5.1(@nuxt/kit@3.7.4)(nuxi@3.9.0)(typescript@5.2.2) 100 + specifier: 0.5.2 101 + version: 0.5.2(@nuxt/kit@3.7.4)(nuxi@3.9.0)(typescript@5.2.2) 102 102 '@nuxt/schema': 103 103 specifier: ^3.7.4 104 104 version: 3.7.4(rollup@3.29.2) ··· 1331 1331 - rollup 1332 1332 - supports-color 1333 1333 1334 - /@nuxt/module-builder@0.5.1(@nuxt/kit@3.7.4)(nuxi@3.9.0)(typescript@5.2.2): 1335 - resolution: {integrity: sha512-O39UrOFbNgL27urwDqeMgXeYiNIUvp73nsmtt7jm9JDcMVIWykuUzyBPYtHif7gq5ElzIjjmDw9zdRGgyMzo+w==} 1334 + /@nuxt/module-builder@0.5.2(@nuxt/kit@3.7.4)(nuxi@3.9.0)(typescript@5.2.2): 1335 + resolution: {integrity: sha512-MsnPTsa94VNrzV76RKCDS0C96uaKw9s3EbTtabI/BkAXOD4Ud1w6m0O20XUdI9tmRtE8Kbgyr4XUhD/YB3eeAw==} 1336 1336 hasBin: true 1337 1337 peerDependencies: 1338 1338 '@nuxt/kit': ^3.7.4 1339 - nuxi: ^3.7.3 1339 + nuxi: ^3.9.0 1340 1340 dependencies: 1341 1341 '@nuxt/kit': 3.7.4(rollup@3.29.2) 1342 + citty: 0.1.4 1342 1343 consola: 3.2.3 1343 1344 mlly: 1.4.2 1344 - mri: 1.2.0 1345 1345 nuxi: 3.9.0 1346 1346 pathe: 1.1.1 1347 1347 unbuild: 2.0.0(typescript@5.2.2)
+1 -1
packages/nuxt-vitest/package.json
··· 59 59 "vitest-environment-nuxt": "workspace:*" 60 60 }, 61 61 "devDependencies": { 62 - "@nuxt/module-builder": "0.5.1", 62 + "@nuxt/module-builder": "0.5.2", 63 63 "@nuxt/schema": "3.7.4", 64 64 "nuxt": "3.7.4", 65 65 "vitest": "0.33.0"