Author SHA1 Message Date
renovate e83b47a264 Update dependency @vitest/coverage-v8 to v4.1.8
renovate/artifacts Artifact file update failure
continuous-integration/drone/pr Build is failing
2026-06-01 13:15:58 +00:00
2 changed files with 6 additions and 8 deletions
+5 -5
View File
@@ -13,22 +13,22 @@ trigger:
steps:
- name: install
image: node:26
image: node:25
commands:
- yarn install --frozen-lockfile
- name: lint
image: node:26
image: node:25
commands:
- yarn lint
- name: build
image: node:26
image: node:25
commands:
- yarn build
- name: unit-tests
image: node:26
image: node:25
environment:
NODE_OPTIONS: --no-webstorage
commands:
@@ -67,7 +67,7 @@ trigger:
steps:
- name: publish-npm
image: node:26
image: node:25
environment:
NEXUS_NPM_TOKEN:
from_secret: nexus_npm_token
+1 -3
View File
@@ -847,9 +847,7 @@
react-refresh "^0.18.0"
"@vitest/coverage-v8@^4.0.18":
version "4.0.18"
resolved "https://nexus.beatrice.wtf/repository/npm-group/@vitest/coverage-v8/-/coverage-v8-4.0.18.tgz#b9c4db7479acd51d5f0ced91b2853c29c3d0cda7"
integrity sha512-7i+N2i0+ME+2JFZhfuz7Tg/FqKtilHjGyGvoHYQ6iLV0zahbsJ9sljC9OcFcPDbhYKCet+sG8SsVqlyGvPflZg==
version "4.1.8"
dependencies:
"@bcoe/v8-coverage" "^1.0.2"
"@vitest/utils" "4.0.18"