-
Notifications
You must be signed in to change notification settings - Fork 101
Commit 1408372
Merge #844
844: build(deps-dev): bump rollup from 2.40.0 to 2.43.1 r=bidoubiwa a=dependabot-preview[bot]
Bumps [rollup](https://github.com/rollup/rollup) from 2.40.0 to 2.43.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/rollup/rollup/releases">rollup's releases</a>.</em></p>
<blockquote>
<h2>v2.43.0</h2>
<p><em>2021-03-27</em></p>
<h3>Features</h3>
<ul>
<li>Track side effects of function properties in objects for better tree-shaking (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4011">#4011</a>)</li>
</ul>
<h3>Pull Requests</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4011">#4011</a>: isable pessimistic object deoptimization for calls when the called function doesn't ref this (<a href="https://github.com/marijnh"><code>@marijnh</code></a>)</li>
<li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4012">#4012</a>: fix <code>sourcemap</code> reference in docs (<a href="https://github.com/tjenkinson"><code>@tjenkinson</code></a>)</li>
<li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4015">#4015</a>: Use SIGTERM instead of SIGINT to kill test child processes in tests (<a href="https://github.com/marijnh"><code>@marijnh</code></a>)</li>
</ul>
<h2>v2.42.4</h2>
<p><em>2021-03-24</em></p>
<h3>Bug Fixes</h3>
<ul>
<li>Do not discard plugin return values when using perf option (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4010">#4010</a>)</li>
</ul>
<h3>Pull Requests</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4010">#4010</a>: Return hook result inside promise with async timer end (<a href="https://github.com/SuperOleg39"><code>@SuperOleg39</code></a>)</li>
</ul>
<h2>v2.42.3</h2>
<p><em>2021-03-22</em></p>
<h3>Bug Fixes</h3>
<ul>
<li>Do not ignore <code>#__PURE__</code> comments in front of optional chaining expressions (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4007">#4007</a>)</li>
</ul>
<h3>Pull Requests</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4007">#4007</a>: Tree-shake pure call expressions with optional chaining (<a href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li>
</ul>
<h2>v2.42.2</h2>
<p><em>2021-03-22</em></p>
<h3>Bug Fixes</h3>
<ul>
<li>Use correct import.meta.url in relative imports from transpiled config files (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4005">#4005</a>)</li>
</ul>
<h3>Pull Requests</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4005">#4005</a>: Use correct import.meta.url in config files (<a href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li>
</ul>
<h2>v2.42.1</h2>
<p><em>2021-03-20</em></p>
<h3>Bug Fixes</h3>
<ul>
<li>Do not produce unhandled Promise rejections when plugins throw while using the <code>perf</code> option (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4004">#4004</a>)</li>
</ul>
<h3>Pull Requests</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4004">#4004</a>: Fixed unhandled promise rejections (<a href="https://github.com/gluck"><code>@gluck</code></a>)</li>
</ul>
<h2>v2.42.0</h2>
<p><em>2021-03-19</em></p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/rollup/rollup/blob/master/CHANGELOG.md">rollup's changelog</a>.</em></p>
<blockquote>
<h2>2.43.1</h2>
<p><em>2021-03-28</em></p>
<h3>Bug Fixes</h3>
<ul>
<li>Prevent infinite recursions in certain scenarios when calling object properties (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4025">#4025</a>)</li>
</ul>
<h3>Pull Requests</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4025">#4025</a>: Handle recursive this mutation detection (<a href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li>
</ul>
<h2>2.43.0</h2>
<p><em>2021-03-27</em></p>
<h3>Features</h3>
<ul>
<li>Track side effects of function properties in objects for better tree-shaking (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4011">#4011</a>)</li>
</ul>
<h3>Pull Requests</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4011">#4011</a>: Disable pessimistic object deoptimization for calls when the called function doesn't ref this (<a href="https://github.com/marijnh"><code>@marijnh</code></a>)</li>
<li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4012">#4012</a>: fix <code>sourcemap</code> reference in docs (<a href="https://github.com/tjenkinson"><code>@tjenkinson</code></a>)</li>
<li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4015">#4015</a>: Use SIGTERM instead of SIGINT to kill test child processes in tests (<a href="https://github.com/marijnh"><code>@marijnh</code></a>)</li>
</ul>
<h2>2.42.4</h2>
<p><em>2021-03-24</em></p>
<h3>Bug Fixes</h3>
<ul>
<li>Do not discard plugin return values when using perf option (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4010">#4010</a>)</li>
</ul>
<h3>Pull Requests</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4010">#4010</a>: Return hook result inside promise with async timer end (<a href="https://github.com/SuperOleg39"><code>@SuperOleg39</code></a>)</li>
</ul>
<h2>2.42.3</h2>
<p><em>2021-03-22</em></p>
<h3>Bug Fixes</h3>
<ul>
<li>Do not ignore <code>#__PURE__</code> comments in front of optional chaining expressions (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4007">#4007</a>)</li>
</ul>
<h3>Pull Requests</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4007">#4007</a>: Tree-shake pure call expressions with optional chaining (<a href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li>
</ul>
<h2>2.42.2</h2>
<p><em>2021-03-22</em></p>
<h3>Bug Fixes</h3>
<ul>
<li>Use correct import.meta.url in relative imports from transpiled config files (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4005">#4005</a>)</li>
</ul>
<h3>Pull Requests</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4005">#4005</a>: Use correct import.meta.url in config files (<a href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li>
</ul>
<h2>2.42.1</h2>
<p><em>2021-03-20</em></p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/rollup/rollup/commit/e1dd08a171be22b6cd1f6cf863dbd1282ed25a6f"><code>e1dd08a</code></a> 2.43.1</li>
<li><a href="https://github.com/rollup/rollup/commit/767a0ac3cf5f17bd74fbceb1ab8ad89205218d0a"><code>767a0ac</code></a> Update changelog</li>
<li><a href="https://github.com/rollup/rollup/commit/fb2684752b53188979b7d91822a1dd56b88034fc"><code>fb26847</code></a> Handle recursive this mutation detection (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4025">#4025</a>)</li>
<li><a href="https://github.com/rollup/rollup/commit/dbf369fbb3eab3f2594e4b920257735064b683ae"><code>dbf369f</code></a> Add explanation for "iife" (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4020">#4020</a>)</li>
<li><a href="https://github.com/rollup/rollup/commit/319c370204e11fa1cc16047f4dc127f09cb11e02"><code>319c370</code></a> Make test more resilient</li>
<li><a href="https://github.com/rollup/rollup/commit/73853dd871bcc0bf81eb4ff1f4ab1b3cb555ed8a"><code>73853dd</code></a> 2.43.0</li>
<li><a href="https://github.com/rollup/rollup/commit/2520ed382b13f0dff2857a330502ddbabdd11f84"><code>2520ed3</code></a> Update changelog</li>
<li><a href="https://github.com/rollup/rollup/commit/d8c68398317d2dbff1adda435617a28981f0ab52"><code>d8c6839</code></a> Disable pessimistic object deoptimization for calls when the called function ...</li>
<li><a href="https://github.com/rollup/rollup/commit/2368d9ca42fafbf01709dd1bfd4a6938120ed351"><code>2368d9c</code></a> Use SIGTERM instead of SIGINT to kill test child processes (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4015">#4015</a>)</li>
<li><a href="https://github.com/rollup/rollup/commit/cc4b56e95487810f5109bf260f7d07604eafbc0e"><code>cc4b56e</code></a> fix <code>sourcemap</code> reference in docs (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4012">#4012</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/rollup/rollup/compare/v2.40.0...v2.43.1">compare view</a></li>
</ul>
</details>
<br />
[](https://dependabot.com/compatibility-score/?dependency-name=rollup&package-manager=npm_and_yarn&previous-version=2.40.0&new-version=2.43.1)
You can trigger a rebase of this PR 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)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
</details>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>File tree
Expand file treeCollapse file tree
2 files changed
+5
-5
lines changedOpen diff view settings
Filter options
Expand file treeCollapse file tree
2 files changed
+5
-5
lines changedOpen diff view settings
Collapse file
+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
| 94 | + | |
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| |||
Collapse file
+4-4Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5227 | 5227 | | |
5228 | 5228 | | |
5229 | 5229 | | |
5230 | | - | |
5231 | | - | |
5232 | | - | |
5233 | | - | |
| 5230 | + | |
| 5231 | + | |
| 5232 | + | |
| 5233 | + | |
5234 | 5234 | | |
5235 | 5235 | | |
5236 | 5236 | | |
| |||
0 commit comments