-
Notifications
You must be signed in to change notification settings - Fork 101
Commit 14e59a3
Merge #1008
1008: Bump rollup from 2.56.3 to 2.57.0 r=bidoubiwa a=dependabot[bot]
Bumps [rollup](https://github.com/rollup/rollup) from 2.56.3 to 2.57.0.
<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.57.0</h2>
<p><em>2021-09-22</em></p>
<h3>Features</h3>
<ul>
<li>Add <code>generatedCode</code> option to allow Rollup to use es2015 features for smaller output and more efficient helpers (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4215">#4215</a>)</li>
<li>Improve AMD and SystemJS parsing performance by wrapping relevant functions in parentheses (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4215">#4215</a>)</li>
<li>Using <code>preferConst</code> will now show a warning with <code>strictDeprecations: true</code> (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4215">#4215</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>Improve ES3 syntax compatibility by more consequently quoting reserved words as props in generated code (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4215">#4215</a>)</li>
<li>Do not use <code>Object.assign</code> in generated code to ensure ES5 compatibility without the need for polyfills (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4215">#4215</a>)</li>
<li>Support live-bindings in dynamic namespace objects that contain reexported external or synthetic namespaces (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4215">#4215</a>)</li>
<li>Use correct "this" binding in dynamic import expressions for CommonJS and AMD (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4215">#4215</a>)</li>
<li>Properly handle <code>shimMissingExports</code> for exports that are only used internally (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4215">#4215</a>)</li>
<li>Prevent unhandled rejection for failed module parsing (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4228">#4228</a>)</li>
</ul>
<h3>Pull Requests</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4212">#4212</a>: chore: remove unused ambient types (<a href="https://github.com/dnalborczyk"><code>`@dnalborczyk</code></a>)</li>`
<li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4215">#4215</a>: Use ES2015 features in generated code snippets (<a href="https://github.com/lukastaegert"><code>`@lukastaegert</code></a>)</li>`
<li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4219">#4219</a>: chore: bump rollup typescript, remove unused micromatch (<a href="https://github.com/dnalborczyk"><code>`@dnalborczyk</code></a>)</li>`
<li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4220">#4220</a>: chore: use forceConsistentCasingInFileNames in ts-config (<a href="https://github.com/dnalborczyk"><code>`@dnalborczyk</code></a>)</li>`
<li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4224">#4224</a>: prepare for useDefineForClassFields (<a href="https://github.com/dnalborczyk"><code>`@dnalborczyk</code></a>)</li>`
<li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4228">#4228</a>: fix: prevent UnhandledPromiseRejectionWarning when module resolution/parsing fails (<a href="https://github.com/kherock"><code>`@kherock</code></a>)</li>`
</ul>
</blockquote>
</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.57.0</h2>
<p><em>2021-09-22</em></p>
<h3>Features</h3>
<ul>
<li>Add <code>generatedCode</code> option to allow Rollup to use es2015 features for smaller output and more efficient helpers (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4215">#4215</a>)</li>
<li>Improve AMD and SystemJS parsing performance by wrapping relevant functions in parentheses (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4215">#4215</a>)</li>
<li>Using <code>preferConst</code> will now show a warning with <code>strictDeprecations: true</code> (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4215">#4215</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>Improve ES3 syntax compatibility by more consequently quoting reserved words as props in generated code (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4215">#4215</a>)</li>
<li>Do not use <code>Object.assign</code> in generated code to ensure ES5 compatibility without the need for polyfills (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4215">#4215</a>)</li>
<li>Support live-bindings in dynamic namespace objects that contain reexported external or synthetic namespaces (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4215">#4215</a>)</li>
<li>Use correct "this" binding in dynamic import expressions for CommonJS and AMD (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4215">#4215</a>)</li>
<li>Properly handle <code>shimMissingExports</code> for exports that are only used internally (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4215">#4215</a>)</li>
<li>Prevent unhandled rejection for failed module parsing (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4228">#4228</a>)</li>
</ul>
<h3>Pull Requests</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4212">#4212</a>: chore: remove unused ambient types (<a href="https://github.com/dnalborczyk"><code>`@dnalborczyk</code></a>)</li>`
<li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4215">#4215</a>: Use ES2015 features in generated code snippets (<a href="https://github.com/lukastaegert"><code>`@lukastaegert</code></a>)</li>`
<li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4219">#4219</a>: chore: bump rollup typescript, remove unused micromatch (<a href="https://github.com/dnalborczyk"><code>`@dnalborczyk</code></a>)</li>`
<li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4220">#4220</a>: chore: use forceConsistentCasingInFileNames in ts-config (<a href="https://github.com/dnalborczyk"><code>`@dnalborczyk</code></a>)</li>`
<li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4224">#4224</a>: prepare for useDefineForClassFields (<a href="https://github.com/dnalborczyk"><code>`@dnalborczyk</code></a>)</li>`
<li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4228">#4228</a>: fix: prevent UnhandledPromiseRejectionWarning when module resolution/parsing fails (<a href="https://github.com/kherock"><code>`@kherock</code></a>)</li>`
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/rollup/rollup/commit/b67ef301e8e44f9e0d9b144c0cce441e2a41c3da"><code>b67ef30</code></a> 2.57.0</li>
<li><a href="https://github.com/rollup/rollup/commit/ed5e51dd29504f72438ca55c66385250b7561c7e"><code>ed5e51d</code></a> Update changelog</li>
<li><a href="https://github.com/rollup/rollup/commit/ca86df280288656c66a948e122c36ccee7e06aca"><code>ca86df2</code></a> Use ES2015 features in generated code snippets (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4215">#4215</a>)</li>
<li><a href="https://github.com/rollup/rollup/commit/5700728bffff2b985f01d89f51e9bbe5ccffff14"><code>5700728</code></a> prepare for useDefineForClassFields (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4224">#4224</a>)</li>
<li><a href="https://github.com/rollup/rollup/commit/2ff8fc1b87e12b38d7d07bdab8440f6d0088c0e1"><code>2ff8fc1</code></a> fix: prevent UnhandledPromiseRejectionWarning when module resolution/parsing ...</li>
<li><a href="https://github.com/rollup/rollup/commit/bce76242b5636ebd24b36bfab4ecd093c23d65f6"><code>bce7624</code></a> chore: bump rollup typescript, remove unused micromatch (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4219">#4219</a>)</li>
<li><a href="https://github.com/rollup/rollup/commit/181f379903988819c79ed6aac7fb5af2fa35877f"><code>181f379</code></a> chore: use forceConsistentCasingInFileNames in ts-config (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4220">#4220</a>)</li>
<li><a href="https://github.com/rollup/rollup/commit/81fa9e9812be882e8ca791c0bd4314d23f0d5640"><code>81fa9e9</code></a> chore: remove unused ambient types (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4212">#4212</a>)</li>
<li>See full diff in <a href="https://github.com/rollup/rollup/compare/v2.56.3...v2.57.0">compare view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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)
</details>
Co-authored-by: dependabot[bot] <49699333+dependabot[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 | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
| 93 | + | |
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| |||
Collapse file
+4-4Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5463 | 5463 | | |
5464 | 5464 | | |
5465 | 5465 | | |
5466 | | - | |
5467 | | - | |
5468 | | - | |
5469 | | - | |
| 5466 | + | |
| 5467 | + | |
| 5468 | + | |
| 5469 | + | |
5470 | 5470 | | |
5471 | 5471 | | |
5472 | 5472 | | |
| |||
0 commit comments