Skip to content

Commit 14e59a3

Browse files
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 &quot;this&quot; 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 &quot;this&quot; 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 /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rollup&package-manager=npm_and_yarn&previous-version=2.56.3&new-version=2.57.0)](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>
2 parents 93d5024 + f8503cb commit 14e59a3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"lint-staged": "11.1.2",
9191
"prettier": "^2.2.1",
9292
"pretty-bytes": "^5.6.0",
93-
"rollup": "^2.56.3",
93+
"rollup": "^2.57.0",
9494
"rollup-plugin-terser": "^7.0.0",
9595
"rollup-plugin-typescript2": "^0.30.0",
9696
"shx": "^0.3.2",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5463,10 +5463,10 @@ rollup-plugin-typescript2@^0.30.0:
54635463
resolve "1.20.0"
54645464
tslib "2.1.0"
54655465

5466-
rollup@^2.56.3:
5467-
version "2.56.3"
5468-
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.56.3.tgz#b63edadd9851b0d618a6d0e6af8201955a77aeff"
5469-
integrity sha512-Au92NuznFklgQCUcV96iXlxUbHuB1vQMaH76DHl5M11TotjOHwqk9CwcrT78+Tnv4FN9uTBxq6p4EJoYkpyekg==
5466+
rollup@^2.57.0:
5467+
version "2.57.0"
5468+
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.57.0.tgz#c1694475eb22e1022477c0f4635fd0ac80713173"
5469+
integrity sha512-bKQIh1rWKofRee6mv8SrF2HdP6pea5QkwBZSMImJysFj39gQuiV8MEPBjXOCpzk3wSYp63M2v2wkWBmFC8O/rg==
54705470
optionalDependencies:
54715471
fsevents "~2.3.2"
54725472

0 commit comments

Comments
 (0)