mirror of
https://github.com/maputnik/editor.git
synced 2026-06-09 08:47:26 +00:00
chore(deps-dev): Bump vite-plugin-istanbul from 9.0.0 to 9.0.1 (#1917)
Bumps [vite-plugin-istanbul](https://github.com/iFaxity/vite-plugin-istanbul) from 9.0.0 to 9.0.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>v9.0.1</h2> <h2><a href="https://github.com/iFaxity/vite-plugin-istanbul/compare/v9.0.0...v9.0.1">9.0.1</a> (2026-05-27)</h2> <h3>Bug Fixes</h3> <ul> <li>inline RawSourceMap type to remove external <a href="https://github.com/types"><code>@types</code></a> dependency from public types (<a href="https://redirect.github.com/iFaxity/vite-plugin-istanbul/issues/412">#412</a>) (<a href="https://github.com/iFaxity/vite-plugin-istanbul/commit/3096e47a11a8a812f24e1ce5b5092f5027147c51">3096e47</a>)</li> </ul> <h2>v9.0.1-rc.1</h2> <h2><a href="https://github.com/iFaxity/vite-plugin-istanbul/compare/v9.0.0...v9.0.1-rc.1">9.0.1-rc.1</a> (2026-05-27)</h2> <h3>Bug Fixes</h3> <ul> <li>inline RawSourceMap type to remove external <a href="https://github.com/types"><code>@types</code></a> dependency from public types (<a href="https://redirect.github.com/iFaxity/vite-plugin-istanbul/issues/412">#412</a>) (<a href="https://github.com/iFaxity/vite-plugin-istanbul/commit/3096e47a11a8a812f24e1ce5b5092f5027147c51">3096e47</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/iFaxity/vite-plugin-istanbul/commit/3096e47a11a8a812f24e1ce5b5092f5027147c51"><code>3096e47</code></a> fix: inline RawSourceMap type to remove external <a href="https://github.com/types"><code>@types</code></a> dependency from publi...</li> <li><a href="https://github.com/iFaxity/vite-plugin-istanbul/commit/8f5581342df093773a7eb98c91a602d7b8f89dea"><code>8f55813</code></a> build(deps-dev): bump <code>@types/node</code> from 25.9.0 to 25.9.1 (<a href="https://redirect.github.com/iFaxity/vite-plugin-istanbul/issues/411">#411</a>)</li> <li><a href="https://github.com/iFaxity/vite-plugin-istanbul/commit/82d41af6e38e61f61d642b7f235691add5279e63"><code>82d41af</code></a> build(deps): bump <code>@babel/generator</code> from 7.29.1 to 7.29.7 (<a href="https://redirect.github.com/iFaxity/vite-plugin-istanbul/issues/410">#410</a>)</li> <li><a href="https://github.com/iFaxity/vite-plugin-istanbul/commit/c37ea1888aecc4a88b738b3320cca4910c4d8f88"><code>c37ea18</code></a> build(deps-dev): bump <code>@types/node</code> from 25.8.0 to 25.9.0 (<a href="https://redirect.github.com/iFaxity/vite-plugin-istanbul/issues/408">#408</a>)</li> <li>See full diff in <a href="https://github.com/iFaxity/vite-plugin-istanbul/compare/v9.0.0...v9.0.1">compare view</a></li> </ul> </details> <br /> [](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 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:
+1
-1
@@ -147,7 +147,7 @@
|
||||
"typescript-eslint": "^8.60.0",
|
||||
"uuid": "^14.0.0",
|
||||
"vite": "^7.3.2",
|
||||
"vite-plugin-istanbul": "^9.0.0",
|
||||
"vite-plugin-istanbul": "^9.0.1",
|
||||
"vitest": "^4.1.7"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user