Skip to content

Commit 84933c3

Browse files
Merge #1252
1252: build(deps-dev): bump rollup from 2.73.0 to 2.75.5 r=bidoubiwa a=dependabot[bot] Bumps [rollup](https://github.com/rollup/rollup) from 2.73.0 to 2.75.5. <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.75.5</h2> <p><em>2022-06-01</em></p> <h3>Bug Fixes</h3> <ul> <li>Avoid crashes when using logical expressions for unused constructor arguments (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4519">#4519</a>)</li> <li>Fix missing parameter defaults for calls from try statements and functions returned by functions (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4520">#4520</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4519">#4519</a>: Try to make logical expression deoptimization more robust (<a href="https://github.com/lukastaegert"><code>`@​lukastaegert</code></a>)</li>` <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4520">#4520</a>: Roll back parameter default tree shaking (<a href="https://github.com/lukastaegert"><code>`@​lukastaegert</code></a>)</li>` </ul> <h2>v2.75.4</h2> <p><em>2022-05-31</em></p> <h3>Bug Fixes</h3> <ul> <li>Ensure parameter defaults are retained when a function is used as an object property (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4516">#4516</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4516">#4516</a>: Deoptimize parameter defaults when referenced from object/array/class literals (<a href="https://github.com/lukastaegert"><code>`@​lukastaegert</code></a>)</li>` </ul> <h2>v2.75.3</h2> <p><em>2022-05-29</em></p> <h3>Bug Fixes</h3> <ul> <li>Retain parameter defaults for functions that are defaults themselves (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4515">#4515</a>)</li> <li>Track mutations for objects as default values (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4515">#4515</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4515">#4515</a>: Ensure parameter defaults are deoptimized (<a href="https://github.com/lukastaegert"><code>`@​lukastaegert</code></a>)</li>` </ul> <h2>v2.75.1</h2> <p><em>2022-05-28</em></p> <h3>Pull Requests</h3> <ul> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4513">#4513</a>: Update link to node polyfill repo (<a href="https://github.com/lukastaegert"><code>`@​lukastaegert</code></a>)</li>` </ul> <h2>v2.75.0</h2> <p><em>2022-05-27</em></p> <h3>Features</h3> <ul> <li>Re-implement default parameter tree-shaking for top-level functions (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4510">#4510</a>)</li> <li>Do not consider calling string methods like <code>.trim()</code> on template literals a side effect (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4511">#4511</a>)</li> </ul> <!-- 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.75.5</h2> <p><em>2022-06-01</em></p> <h3>Bug Fixes</h3> <ul> <li>Avoid crashes when using logical expressions for unused constructor arguments (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4519">#4519</a>)</li> <li>Fix missing parameter defaults for calls from try statements and functions returned by functions (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4520">#4520</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4519">#4519</a>: Try to make logical expression deoptimization more robust (<a href="https://github.com/lukastaegert"><code>`@​lukastaegert</code></a>)</li>` <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4520">#4520</a>: Roll back parameter default tree shaking (<a href="https://github.com/lukastaegert"><code>`@​lukastaegert</code></a>)</li>` </ul> <h2>2.75.4</h2> <p><em>2022-05-31</em></p> <h3>Bug Fixes</h3> <ul> <li>Ensure parameter defaults are retained when a function is used as an object property (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4516">#4516</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4516">#4516</a>: Deoptimize parameter defaults when referenced from object/array/class literals (<a href="https://github.com/lukastaegert"><code>`@​lukastaegert</code></a>)</li>` </ul> <h2>2.75.3</h2> <p><em>2022-05-29</em></p> <h3>Bug Fixes</h3> <ul> <li>Retain parameter defaults for functions that are defaults themselves (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4515">#4515</a>)</li> <li>Track mutations for objects as default values (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4515">#4515</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4515">#4515</a>: Ensure parameter defaults are deoptimized (<a href="https://github.com/lukastaegert"><code>`@​lukastaegert</code></a>)</li>` </ul> <h2>2.75.1</h2> <p><em>2022-05-28</em></p> <h3>Pull Requests</h3> <ul> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4513">#4513</a>: Update link to node polyfill repo (<a href="https://github.com/lukastaegert"><code>`@​lukastaegert</code></a>)</li>` </ul> <h2>2.75.0</h2> <p><em>2022-05-27</em></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rollup/rollup/commit/14dedb52b4d799deebd8b711c1e14759fc0213d9"><code>14dedb5</code></a> 2.75.5</li> <li><a href="https://github.com/rollup/rollup/commit/f1c1f1f5ae610d1c2e188ad0f4e79613aabc691b"><code>f1c1f1f</code></a> Update changelog</li> <li><a href="https://github.com/rollup/rollup/commit/96cf84ebe7fd774902ddc823a573c99393661761"><code>96cf84e</code></a> Roll back parameter default tree shaking (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4520">#4520</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/696ebd3e0fc82e5c107f1ad97c5797d1d8f31cc3"><code>696ebd3</code></a> Try to make logical expression deoptimization more robust (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4519">#4519</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/0409bf0d8859a43f2d5d40dc23ebf74afadb83f7"><code>0409bf0</code></a> 2.75.4</li> <li><a href="https://github.com/rollup/rollup/commit/ea67a67608e9c21783fbbeb22b9c546f072bcfb1"><code>ea67a67</code></a> Update changelog</li> <li><a href="https://github.com/rollup/rollup/commit/f5f516a3722e0cd4aeeccff428a49251a192f0ec"><code>f5f516a</code></a> Always pull first on publish</li> <li><a href="https://github.com/rollup/rollup/commit/d25b6e270bc05a8d0387ea79c770274bdcc92694"><code>d25b6e2</code></a> Deoptimize parameter defaults when referenced from object/array/class literal...</li> <li><a href="https://github.com/rollup/rollup/commit/279581594d642307218126f20092aaf822084d6a"><code>2795815</code></a> 2.75.3</li> <li><a href="https://github.com/rollup/rollup/commit/e4616ef4362088cf736446fbf369f6e54f272f5c"><code>e4616ef</code></a> Update changelog</li> <li>Additional commits viewable in <a href="https://github.com/rollup/rollup/compare/v2.73.0...v2.75.5">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.73.0&new-version=2.75.5)](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 d8cd8d0 + 835f3a2 commit 84933c3

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
@@ -101,7 +101,7 @@
101101
"nodemon": "^2.0.16",
102102
"prettier": "^2.2.1",
103103
"pretty-bytes": "^5.6.0",
104-
"rollup": "^2.73.0",
104+
"rollup": "^2.75.5",
105105
"rollup-plugin-terser": "^7.0.0",
106106
"rollup-plugin-typescript2": "^0.31.2",
107107
"shx": "^0.3.2",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5937,10 +5937,10 @@ rollup-plugin-typescript2@^0.31.2:
59375937
resolve "^1.20.0"
59385938
tslib "^2.3.1"
59395939

5940-
rollup@^2.73.0:
5941-
version "2.73.0"
5942-
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.73.0.tgz#128fef4b333fd92d02d6929afbb6ee38d7feb32d"
5943-
integrity sha512-h/UngC3S4Zt28mB3g0+2YCMegT5yoftnQplwzPqGZcKvlld5e+kT/QRmJiL+qxGyZKOYpgirWGdLyEO1b0dpLQ==
5940+
rollup@^2.75.5:
5941+
version "2.75.5"
5942+
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.75.5.tgz#7985c1962483235dd07966f09fdad5c5f89f16d0"
5943+
integrity sha512-JzNlJZDison3o2mOxVmb44Oz7t74EfSd1SQrplQk0wSaXV7uLQXtVdHbxlcT3w+8tZ1TL4r/eLfc7nAbz38BBA==
59445944
optionalDependencies:
59455945
fsevents "~2.3.2"
59465946

0 commit comments

Comments
 (0)