Skip to content

chore(deps-dev):(deps-dev): bump @vitest/coverage-v8 from 4.0.16 to 4.0.17 in /frontend#176

Merged
klappe-pm merged 2 commits intomainfrom
dependabot/npm_and_yarn/frontend/vitest/coverage-v8-4.0.17
Jan 31, 2026
Merged

chore(deps-dev):(deps-dev): bump @vitest/coverage-v8 from 4.0.16 to 4.0.17 in /frontend#176
klappe-pm merged 2 commits intomainfrom
dependabot/npm_and_yarn/frontend/vitest/coverage-v8-4.0.17

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 19, 2026

Bumps @vitest/coverage-v8 from 4.0.16 to 4.0.17.

Release notes

Sourced from @​vitest/coverage-v8's releases.

v4.0.17

   🚀 Experimental Features

   🐞 Bug Fixes

    View changes on GitHub
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Greptile Summary

Automated patch update for @vitest/coverage-v8 from 4.0.16 to 4.0.17 with bug fixes and dependency improvements.

Confidence Score: 5/5

  • Safe to merge - routine automated patch update with bug fixes and no breaking changes
  • This is a standard Dependabot-generated patch version bump (4.0.16 → 4.0.17) for a development dependency. The update includes only bug fixes and improvements with no breaking changes, no configuration changes required, and the existing vitest.config.js remains fully compatible. The removal of istanbul-lib-source-maps is an intentional improvement. All changes are in lockfile metadata with proper integrity hashes.
  • No files require special attention

Important Files Changed

Filename Overview
frontend/package.json Bumped @vitest/coverage-v8 from 4.0.16 to 4.0.17
frontend/package-lock.json Updated lockfile with transitive vitest dependencies, removed istanbul-lib-source-maps, updated ast-v8-to-istanbul to 0.3.10

Sequence Diagram

sequenceDiagram
    participant D as Dependabot
    participant PR as Pull Request #176
    participant NPM as NPM Registry
    participant PJ as package.json
    participant PL as package-lock.json
    participant CI as CI/CD Pipeline
    
    D->>NPM: Check for @vitest/coverage-v8 updates
    NPM-->>D: Version 4.0.17 available
    D->>PJ: Update @vitest/coverage-v8: 4.0.16 → 4.0.17
    D->>NPM: Resolve transitive dependencies
    NPM-->>D: Return dependency tree
    Note over NPM,D: @vitest/utils, @vitest/spy,<br/>@vitest/expect, @vitest/mocker,<br/>@vitest/runner, @vitest/snapshot,<br/>@vitest/pretty-format, @vitest/ui
    D->>PL: Update all @vitest/* packages to 4.0.17
    D->>PL: Remove istanbul-lib-source-maps
    D->>PL: Update ast-v8-to-istanbul: 0.3.8 → 0.3.10
    D->>PR: Create PR with changes
    PR->>CI: Trigger automated tests
    CI-->>PR: Validation results
Loading

@dependabot dependabot bot added dependencies Pull requests that update a dependency file frontend Frontend related changes npm NPM dependencies labels Jan 19, 2026
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/frontend/vitest/coverage-v8-4.0.17 branch from f421b5c to 800bc55 Compare January 31, 2026 23:24
Bumps [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) from 4.0.16 to 4.0.17.
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.17/packages/coverage-v8)

---
updated-dependencies:
- dependency-name: "@vitest/coverage-v8"
  dependency-version: 4.0.17
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/frontend/vitest/coverage-v8-4.0.17 branch from 800bc55 to fa2292b Compare January 31, 2026 23:25
@klappe-pm klappe-pm merged commit 21d0b8a into main Jan 31, 2026
1 of 2 checks passed
@klappe-pm klappe-pm deleted the dependabot/npm_and_yarn/frontend/vitest/coverage-v8-4.0.17 branch January 31, 2026 23:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file frontend Frontend related changes npm NPM dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant