[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 lint-staged to v15.0.2 (#375)

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

authored by

renovate[bot]
renovate[bot]
and committed by
GitHub
(Oct 30, 2023, 12:55 AM UTC) fcc4c50b abbb1b2c

+14 -9
+1 -1
package.json
··· 26 26 "eslint-config-prettier": "9.0.0", 27 27 "eslint-plugin-prettier": "5.0.1", 28 28 "husky": "8.0.3", 29 - "lint-staged": "15.0.1", 29 + "lint-staged": "15.0.2", 30 30 "nuxt": "3.7.4", 31 31 "prettier": "3.0.3", 32 32 "typescript": "5.2.2",
+13 -8
pnpm-lock.yaml
··· 39 39 specifier: 8.0.3 40 40 version: 8.0.3 41 41 lint-staged: 42 - specifier: 15.0.1 43 - version: 15.0.1 42 + specifier: 15.0.2 43 + version: 15.0.2 44 44 nuxt: 45 45 specifier: 3.7.4 46 46 version: 3.7.4(eslint@8.51.0)(rollup@3.29.4)(typescript@5.2.2)(vue-tsc@1.8.19) ··· 4938 4938 engines: {node: '>=10'} 4939 4939 dev: true 4940 4940 4941 - /lint-staged@15.0.1: 4942 - resolution: {integrity: sha512-2IU5OWmCaxch0X0+IBF4/v7sutpB+F3qoXbro43pYjQTOo5wumckjxoxn47pQBqqBsCWrD5HnI2uG/zJA7isew==} 4941 + /lint-staged@15.0.2: 4942 + resolution: {integrity: sha512-vnEy7pFTHyVuDmCAIFKR5QDO8XLVlPFQQyujQ/STOxe40ICWqJ6knS2wSJ/ffX/Lw0rz83luRDh+ET7toN+rOw==} 4943 4943 engines: {node: '>=18.12.0'} 4944 4944 hasBin: true 4945 4945 dependencies: ··· 4948 4948 debug: 4.3.4 4949 4949 execa: 8.0.1 4950 4950 lilconfig: 2.1.0 4951 - listr2: 7.0.1 4951 + listr2: 7.0.2 4952 4952 micromatch: 4.0.5 4953 4953 pidtree: 0.6.0 4954 4954 string-argv: 0.3.2 4955 - yaml: 2.3.2 4955 + yaml: 2.3.3 4956 4956 transitivePeerDependencies: 4957 4957 - supports-color 4958 4958 dev: true ··· 4980 4980 uqr: 0.1.2 4981 4981 dev: true 4982 4982 4983 - /listr2@7.0.1: 4984 - resolution: {integrity: sha512-nz+7hwgbDp8eWNoDgzdl4hA/xDSLrNRzPu1TLgOYs6l5Y+Ma6zVWWy9Oyt9TQFONwKoSPoka3H50D3vD5EuNwg==} 4983 + /listr2@7.0.2: 4984 + resolution: {integrity: sha512-rJysbR9GKIalhTbVL2tYbF2hVyDnrf7pFUZBwjPaMIdadYHmeT+EVi/Bu3qd7ETQPahTotg2WRCatXwRBW554g==} 4985 4985 engines: {node: '>=16.0.0'} 4986 4986 dependencies: 4987 4987 cli-truncate: 3.1.0 ··· 8284 8284 8285 8285 /yaml@2.3.2: 8286 8286 resolution: {integrity: sha512-N/lyzTPaJasoDmfV7YTrYCI0G/3ivm/9wdG0aHuheKowWQwGTsK0Eoiw6utmzAnI6pkJa0DUVygvp3spqqEKXg==} 8287 + engines: {node: '>= 14'} 8288 + dev: true 8289 + 8290 + /yaml@2.3.3: 8291 + resolution: {integrity: sha512-zw0VAJxgeZ6+++/su5AFoqBbZbrEakwu+X0M5HmcwUiBL7AzcuPKjj5we4xfQLp78LkEMpD0cOnUhmgOVy3KdQ==} 8287 8292 engines: {node: '>= 14'} 8288 8293 dev: true 8289 8294