From 4165e810eda9b86121c5e05c68d9dd83f09812c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 13:56:57 +0000 Subject: [PATCH] chore(deps-dev): Bump vite-plugin-istanbul from 8.0.0 to 9.0.0 (#1904) Bumps [vite-plugin-istanbul](https://github.com/iFaxity/vite-plugin-istanbul) from 8.0.0 to 9.0.0.
Release notes

Sourced from vite-plugin-istanbul's releases.

v9.0.0

9.0.0 (2026-05-17)

Features

BREAKING CHANGES

v9.0.0-rc.2

9.0.0-rc.2 (2026-05-17)

BREAKING CHANGES

v9.0.0-rc.1

9.0.0-rc.1 (2026-05-17)

Features

BREAKING CHANGES

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=vite-plugin-istanbul&package-manager=npm_and_yarn&previous-version=8.0.0&new-version=9.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) ---
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 show 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)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9cc83428..d18b7441 100644 --- a/package-lock.json +++ b/package-lock.json @@ -113,7 +113,7 @@ "typescript-eslint": "^8.59.3", "uuid": "^14.0.0", "vite": "^7.3.2", - "vite-plugin-istanbul": "^8.0.0", + "vite-plugin-istanbul": "^9.0.0", "vitest": "^4.1.6" } }, @@ -15110,9 +15110,9 @@ } }, "node_modules/vite-plugin-istanbul": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/vite-plugin-istanbul/-/vite-plugin-istanbul-8.0.0.tgz", - "integrity": "sha512-r6L7cg2iwPqNnY/rWFyemWeDTIKRZjekEWS90e2FsTjDYH4UdTS6hvW1nEX1B++PKPCnqCaj5BJTDn5Cy5jYoQ==", + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/vite-plugin-istanbul/-/vite-plugin-istanbul-9.0.0.tgz", + "integrity": "sha512-Ia0GYwVAYZMyGM9vZFAb1+xy/s+aFWBO0lWfpuBbl9XyHEm1rVCBtpk+52G2M54t272q9b07CMlwSuew7DNhqQ==", "dev": true, "license": "MIT", "dependencies": { @@ -15126,7 +15126,7 @@ "test-exclude": "^8.0.0" }, "peerDependencies": { - "vite": ">=4" + "vite": ">=7" } }, "node_modules/vite-plugin-istanbul/node_modules/eslint-visitor-keys": { diff --git a/package.json b/package.json index d1e8ecfa..875859ea 100644 --- a/package.json +++ b/package.json @@ -147,7 +147,7 @@ "typescript-eslint": "^8.59.3", "uuid": "^14.0.0", "vite": "^7.3.2", - "vite-plugin-istanbul": "^8.0.0", + "vite-plugin-istanbul": "^9.0.0", "vitest": "^4.1.6" } }