Commit 9a06d26
⬆️ Bump electron-better-ipc from 0.7.0 to 2.0.1 (#14)
Bumps [electron-better-ipc](https://github.com/sindresorhus/electron-better-ipc) from 0.7.0 to 2.0.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/sindresorhus/electron-better-ipc/releases">electron-better-ipc's releases</a>.</em></p>
<blockquote>
<h2>v2.0.1</h2>
<ul>
<li>Fix problem with multiple <code>callMain</code> calls (<a href="https://github-redirect.dependabot.com/sindresorhus/electron-better-ipc/issues/41">#41</a>) fdda864</li>
</ul>
<p><a href="https://github.com/sindresorhus/electron-better-ipc/compare/v2.0.0...v2.0.1">https://github.com/sindresorhus/electron-better-ipc/compare/v2.0.0...v2.0.1</a></p>
<h2>v2.0.0</h2>
<h3>Breaking</h3>
<ul>
<li>Require Electron 10 and later d8c94df</li>
</ul>
<h3>Fixes</h3>
<ul>
<li>Fix Electron 12 compatibility (<a href="https://github-redirect.dependabot.com/sindresorhus/electron-better-ipc/issues/40">#40</a>) 6819c29</li>
</ul>
<p><a href="https://github.com/sindresorhus/electron-better-ipc/compare/v1.1.1...v2.0.0">https://github.com/sindresorhus/electron-better-ipc/compare/v1.1.1...v2.0.0</a></p>
<h2>v1.1.1</h2>
<ul>
<li>Fix TypeScript types (<a href="https://github-redirect.dependabot.com/sindresorhus/electron-better-ipc/issues/37">#37</a>) 31249ff</li>
</ul>
<p><a href="https://github.com/sindresorhus/electron-better-ipc/compare/v1.1.0...v1.1.1">https://github.com/sindresorhus/electron-better-ipc/compare/v1.1.0...v1.1.1</a></p>
<h2>v1.1.0</h2>
<ul>
<li>Add ability to answer a specific renderer (<a href="https://github-redirect.dependabot.com/sindresorhus/electron-better-ipc/issues/33">#33</a>) cb2e600</li>
</ul>
<p><a href="https://github.com/sindresorhus/electron-better-ipc/compare/v1.0.1...v1.1.0">https://github.com/sindresorhus/electron-better-ipc/compare/v1.0.1...v1.1.0</a></p>
<h2>v1.0.1</h2>
<ul>
<li>Properly clean up the event listeners (<a href="https://github-redirect.dependabot.com/sindresorhus/electron-better-ipc/issues/32">#32</a>) a4f4abc</li>
</ul>
<p><a href="https://github.com/sindresorhus/electron-better-ipc/compare/v1.0.0...v1.0.1">https://github.com/sindresorhus/electron-better-ipc/compare/v1.0.0...v1.0.1</a></p>
<h2>v1.0.0</h2>
<ul>
<li>Improve error messages (<a href="https://github-redirect.dependabot.com/sindresorhus/electron-better-ipc/issues/30">#30</a>) 328687b</li>
</ul>
<p>It's a 1.0.0 release to indicate that the package is stable.</p>
<p><a href="https://github.com/sindresorhus/electron-better-ipc/compare/v0.8.0...v1.0.0">https://github.com/sindresorhus/electron-better-ipc/compare/v0.8.0...v1.0.0</a></p>
<h2>v0.8.0</h2>
<ul>
<li>Add one more generic type for TypeScript users (<a href="https://github-redirect.dependabot.com/sindresorhus/electron-better-ipc/issues/24">#24</a>) b138712</li>
</ul>
<p><a href="https://github.com/sindresorhus/electron-better-ipc/compare/v0.7.0...v0.8.0">https://github.com/sindresorhus/electron-better-ipc/compare/v0.7.0...v0.8.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/sindresorhus/electron-better-ipc/commit/2c01b66b900c09e23d0f52610dab456351875a16"><code>2c01b66</code></a> 2.0.1</li>
<li><a href="https://github.com/sindresorhus/electron-better-ipc/commit/4a86a79af8d519b48df9ff161a95de254f3a295d"><code>4a86a79</code></a> Meta tweaks</li>
<li><a href="https://github.com/sindresorhus/electron-better-ipc/commit/fdda864e00358bb3141440c0c30f86aa73ef3723"><code>fdda864</code></a> Fix problem with multiple <code>callMain</code> calls (<a href="https://github-redirect.dependabot.com/sindresorhus/electron-better-ipc/issues/41">#41</a>)</li>
<li><a href="https://github.com/sindresorhus/electron-better-ipc/commit/9b85c48cbdef6fe3ba2aa1542d94f97b5dbb1a71"><code>9b85c48</code></a> 2.0.0</li>
<li><a href="https://github.com/sindresorhus/electron-better-ipc/commit/d8c94dfa2b0d702a35ac612612981d0e54da0a43"><code>d8c94df</code></a> Require Electron 10 and later</li>
<li><a href="https://github.com/sindresorhus/electron-better-ipc/commit/6819c299b1c4fffebf052844627a0f68a54f41d9"><code>6819c29</code></a> Fix Electron 12 compatibility (<a href="https://github-redirect.dependabot.com/sindresorhus/electron-better-ipc/issues/40">#40</a>)</li>
<li><a href="https://github.com/sindresorhus/electron-better-ipc/commit/63a28b639f723954920f36d3e2659d9056dd1a02"><code>63a28b6</code></a> Move to GitHub Actions (<a href="https://github-redirect.dependabot.com/sindresorhus/electron-better-ipc/issues/38">#38</a>)</li>
<li><a href="https://github.com/sindresorhus/electron-better-ipc/commit/3004d0285d6caa65192b1ccb4a22f4e176cb9fd4"><code>3004d02</code></a> 1.1.1</li>
<li><a href="https://github.com/sindresorhus/electron-better-ipc/commit/31249ffce8991b82d5e0570a280e4d7e92b8d755"><code>31249ff</code></a> Fix TypeScript types (<a href="https://github-redirect.dependabot.com/sindresorhus/electron-better-ipc/issues/37">#37</a>)</li>
<li><a href="https://github.com/sindresorhus/electron-better-ipc/commit/414a2a9db91202bb76264a0ac3a8fde8b1152568"><code>414a2a9</code></a> 1.1.0</li>
<li>Additional commits viewable in <a href="https://github.com/sindresorhus/electron-better-ipc/compare/v0.7.0...v2.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 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 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>
Co-authored-by: shejinxin <[email protected]>1 parent bb3552c commit 9a06d26
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
0 commit comments