[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 dependency local-pkg to ^0.5.0 (#357)

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

authored by

renovate[bot]
renovate[bot]
and committed by
GitHub
(Oct 11, 2023, 11:13 AM +0100) b7ced3c1 1cc82ca2

+11 -3
+10 -2
pnpm-lock.yaml
··· 127 127 specifier: ^1.8.1 128 128 version: 1.8.2 129 129 local-pkg: 130 - specifier: ^0.4.3 131 - version: 0.4.3 130 + specifier: ^0.5.0 131 + version: 0.5.0 132 132 magic-string: 133 133 specifier: ^0.30.3 134 134 version: 0.30.4 ··· 5000 5000 /local-pkg@0.4.3: 5001 5001 resolution: {integrity: sha512-SFppqq5p42fe2qcZQqqEOiVRXl+WCP1MdT6k7BDEW1j++sp5fIY+/fdRQitvKgB5BrBcmrs5m/L0v2FrU5MY1g==} 5002 5002 engines: {node: '>=14'} 5003 + 5004 + /local-pkg@0.5.0: 5005 + resolution: {integrity: sha512-ok6z3qlYyCDS4ZEU27HaU6x/xZa9Whf8jD4ptH5UZTQYZVYeb9bnZ3ojVhiJNLiXK1Hfc0GNbLXcmZ5plLDDBg==} 5006 + engines: {node: '>=14'} 5007 + dependencies: 5008 + mlly: 1.4.2 5009 + pkg-types: 1.0.3 5010 + dev: false 5003 5011 5004 5012 /locate-path@6.0.0: 5005 5013 resolution: {integrity: sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==}
+1 -1
packages/vitest-environment-nuxt/package.json
··· 51 51 "defu": "^6.1.2", 52 52 "estree-walker": "^3.0.3", 53 53 "h3": "^1.8.1", 54 - "local-pkg": "^0.4.3", 54 + "local-pkg": "^0.5.0", 55 55 "magic-string": "^0.30.3", 56 56 "ofetch": "^1.3.3", 57 57 "radix3": "^1.1.0",