chore(deps-dev): Bump vite-plugin-istanbul from 7.2.0 to 7.2.1 (#1508)

Bumps
[vite-plugin-istanbul](https://github.com/ifaxity/vite-plugin-istanbul)
from 7.2.0 to 7.2.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/ifaxity/vite-plugin-istanbul/releases">vite-plugin-istanbul's
releases</a>.</em></p>
<blockquote>
<h2>v7.2.1</h2>
<h2><a
href="https://github.com/ifaxity/vite-plugin-istanbul/compare/v7.2.0...v7.2.1">7.2.1</a>
(2025-11-08)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>added <code>@​types/babel</code>__generator to dependencies (<a
href="https://redirect.github.com/ifaxity/vite-plugin-istanbul/issues/358">#358</a>)
(<a
href="e43eb8f23a">e43eb8f</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="d783c75cd4"><code>d783c75</code></a>
build(node): updated to node v24.11.0 (<a
href="https://redirect.github.com/ifaxity/vite-plugin-istanbul/issues/365">#365</a>)</li>
<li><a
href="18d5a97180"><code>18d5a97</code></a>
build(ci): updated pnpm to v10 and node to v24 (<a
href="https://redirect.github.com/ifaxity/vite-plugin-istanbul/issues/361">#361</a>)</li>
<li><a
href="cbee750715"><code>cbee750</code></a>
build(ci): updated build to setup pnpm before node (<a
href="https://redirect.github.com/ifaxity/vite-plugin-istanbul/issues/360">#360</a>)</li>
<li><a
href="2198797601"><code>2198797</code></a>
build(deps): bump actions/setup-node from 4 to 5 (<a
href="https://redirect.github.com/ifaxity/vite-plugin-istanbul/issues/356">#356</a>)</li>
<li><a
href="e43eb8f23a"><code>e43eb8f</code></a>
fix: added <code>@​types/babel</code>__generator to dependencies (<a
href="https://redirect.github.com/ifaxity/vite-plugin-istanbul/issues/358">#358</a>)</li>
<li>See full diff in <a
href="https://github.com/ifaxity/vite-plugin-istanbul/compare/v7.2.0...v7.2.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=vite-plugin-istanbul&package-manager=npm_and_yarn&previous-version=7.2.0&new-version=7.2.1)](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)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-11-12 13:20:05 +00:00
committed by GitHub
parent d1e2c175f7
commit 6f9640e11a
2 changed files with 16 additions and 5 deletions

19
package-lock.json generated
View File

@@ -113,7 +113,7 @@
"typescript-eslint": "^8.46.3",
"uuid": "^13.0.0",
"vite": "^7.2.2",
"vite-plugin-istanbul": "^7.2.0",
"vite-plugin-istanbul": "^7.2.1",
"vitest": "^4.0.8"
}
},
@@ -15250,14 +15250,15 @@
}
},
"node_modules/vite-plugin-istanbul": {
"version": "7.2.0",
"resolved": "https://registry.npmjs.org/vite-plugin-istanbul/-/vite-plugin-istanbul-7.2.0.tgz",
"integrity": "sha512-bZGwPaFBRMSUAhBMlkezr+XRzPidqMhuL28svdVUzy6ltI8aQbkZfGKwHk7sJgVrQ1QCFdg6lFwFApK1SN1xUw==",
"version": "7.2.1",
"resolved": "https://registry.npmjs.org/vite-plugin-istanbul/-/vite-plugin-istanbul-7.2.1.tgz",
"integrity": "sha512-DSPi4ulvYsjnP44sTI5oriNosbM0E6m3uoCxjdxboTtVzxSkFwcDy3/JnSYKebjr+ZToJwVLTms+2CM0rmbbzQ==",
"dev": true,
"license": "MIT",
"dependencies": {
"@babel/generator": "^7.28.0",
"@istanbuljs/load-nyc-config": "^1.1.0",
"@types/babel__generator": "7.6.8",
"espree": "^10.3.0",
"istanbul-lib-instrument": "^6.0.3",
"picocolors": "^1.1.1",
@@ -15268,6 +15269,16 @@
"vite": ">=4 <=7"
}
},
"node_modules/vite-plugin-istanbul/node_modules/@types/babel__generator": {
"version": "7.6.8",
"resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.8.tgz",
"integrity": "sha512-ASsj+tpEDsEiFr1arWrlN6V3mdfjRMZt6LtK/Vp/kreFLnr5QH5+DhvD5nINYZXzwJvXeGq+05iUXcAzVrqWtw==",
"dev": true,
"license": "MIT",
"dependencies": {
"@babel/types": "^7.0.0"
}
},
"node_modules/vite-plugin-istanbul/node_modules/brace-expansion": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz",

View File

@@ -147,7 +147,7 @@
"typescript-eslint": "^8.46.3",
"uuid": "^13.0.0",
"vite": "^7.2.2",
"vite-plugin-istanbul": "^7.2.0",
"vite-plugin-istanbul": "^7.2.1",
"vitest": "^4.0.8"
}
}