Skip to content

Commit 8ad90d2

Browse files
Merge #861
861: build(deps-dev): bump rollup from 2.43.1 to 2.45.1 r=bidoubiwa a=dependabot-preview[bot] Bumps [rollup](https://github.com/rollup/rollup) from 2.43.1 to 2.45.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.45.1</h2> <p><em>2021-04-10</em></p> <h3>Bug Fixes</h3> <ul> <li>Handle falsy return values from async plugin options hooks (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4039">#4039</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4039">#4039</a>: Do not fail when returning null or undefined from an async options hook (<a href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li> </ul> <h2>v2.45.0</h2> <p><em>2021-04-09</em></p> <h3>Features</h3> <ul> <li>Support private class instance methods and accessors (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4034">#4034</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4034">#4034</a>: feat: add support for private class methods (<a href="https://github.com/dnalborczyk"><code>@dnalborczyk</code></a>)</li> </ul> <h2>v2.44.0</h2> <p><em>2021-03-29</em></p> <h3>Features</h3> <ul> <li>Add a new option <code>makeAbsoluteExternalsRelative</code> to opt out of renormalizing absolute external ids to relative ids (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4021">#4021</a>)</li> <li>Extend the <code>resolveId</code> plugin hook to allow forcing or preventing renormalization of absolute external ids (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4021">#4021</a>)</li> <li>Make the rendered code of individual modules available in the generated bundle (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4028">#4028</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>Handle objects with <code>__proto__</code> properties correctly (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4019">#4019</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4019">#4019</a>: Deoptimize ObjectExpression when a <code>__proto__</code> property is present (<a href="https://github.com/marijnh"><code>@marijnh</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4021">#4021</a>: Improve absolute path handling (<a href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4026">#4026</a>: chore: fix vscode launch config (change tdd to bdd) (<a href="https://github.com/jameslahm"><code>@jameslahm</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4027">#4027</a>: Post comment for PRs from forks (<a href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4028">#4028</a>: Expose rendered module code to generateBundle hook (<a href="https://github.com/btd"><code>@btd</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.45.1</h2> <p><em>2021-04-10</em></p> <h3>Bug Fixes</h3> <ul> <li>Handle falsy return values from async plugin options hooks (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4039">#4039</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4039">#4039</a>: Do not fail when returning null or undefined from an async options hook (<a href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li> </ul> <h2>2.45.0</h2> <p><em>2021-04-09</em></p> <h3>Features</h3> <ul> <li>Support private class instance methods and accessors (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4034">#4034</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4034">#4034</a>: feat: add support for private class methods (<a href="https://github.com/dnalborczyk"><code>@dnalborczyk</code></a>)</li> </ul> <h2>2.44.0</h2> <p><em>2021-03-29</em></p> <h3>Features</h3> <ul> <li>Add a new option <code>makeAbsoluteExternalsRelative</code> to opt out of renormalizing absolute external ids to relative ids (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4021">#4021</a>)</li> <li>Extend the <code>resolveId</code> plugin hook to allow forcing or preventing renormalization of absolute external ids (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4021">#4021</a>)</li> <li>Make the rendered code of individual modules available in the generated bundle (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4028">#4028</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>Handle objects with <code>__proto__</code> properties correctly (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4019">#4019</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4019">#4019</a>: Deoptimize ObjectExpression when a <code>__proto__</code> property is present (<a href="https://github.com/marijnh"><code>@marijnh</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4021">#4021</a>: Improve absolute path handling (<a href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4026">#4026</a>: chore: fix vscode launch config (change tdd to bdd) (<a href="https://github.com/jameslahm"><code>@jameslahm</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4027">#4027</a>: Post comment for PRs from forks (<a href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4028">#4028</a>: Expose rendered module code to generateBundle hook (<a href="https://github.com/btd"><code>@btd</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rollup/rollup/commit/345ae5d7b760fabb35a778bc7379cf862db0b31f"><code>345ae5d</code></a> 2.45.1</li> <li><a href="https://github.com/rollup/rollup/commit/9dee498525de5d42479fdcac860705500f3ef767"><code>9dee498</code></a> Update changelog</li> <li><a href="https://github.com/rollup/rollup/commit/6559f687821324dfa3a88c0445ea14ee059f72c7"><code>6559f68</code></a> Do not fail when returning null or undefined from an async options hook (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4039">#4039</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/5a22c8ad72ca6c619ffc43877499e2cda3757ef3"><code>5a22c8a</code></a> 2.45.0</li> <li><a href="https://github.com/rollup/rollup/commit/2ab3e40d5f8a656cc5149051a6d735b8a0f47449"><code>2ab3e40</code></a> Update changelog</li> <li><a href="https://github.com/rollup/rollup/commit/35840edcbb9de250ea687d4c6f96ef2be57054fd"><code>35840ed</code></a> feat: add support for private class methods (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4034">#4034</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/dba6f13132a1d7dac507d5056399d8af0eed6375"><code>dba6f13</code></a> 2.44.0</li> <li><a href="https://github.com/rollup/rollup/commit/55d20dd2c49ae3c4e590b899d718837c7b336044"><code>55d20dd</code></a> Update changelog</li> <li><a href="https://github.com/rollup/rollup/commit/b7bb5e2c37d63dd53f739c2baa422a0075bcb16a"><code>b7bb5e2</code></a> Improve absolute path handling (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4021">#4021</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/443dc973adb2c8db97687fb094076ac014d6807d"><code>443dc97</code></a> Expose rendered module code to generateBundle hook (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4028">#4028</a>)</li> <li>Additional commits viewable in <a href="https://github.com/rollup/rollup/compare/v2.43.1...v2.45.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=rollup&package-manager=npm_and_yarn&previous-version=2.43.1&new-version=2.45.1)](https://dependabot.com/compatibility-score/?dependency-name=rollup&package-manager=npm_and_yarn&previous-version=2.43.1&new-version=2.45.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>
2 parents b4bfd02 + aeb881d commit 8ad90d2

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
@@ -91,7 +91,7 @@
9191
"lint-staged": "10.5.1",
9292
"prettier": "^2.0.2",
9393
"pretty-bytes": "^5.6.0",
94-
"rollup": "^2.43.1",
94+
"rollup": "^2.45.1",
9595
"rollup-plugin-terser": "^7.0.0",
9696
"rollup-plugin-typescript2": "^0.30.0",
9797
"shx": "^0.3.2",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5237,10 +5237,10 @@ rollup-plugin-typescript2@^0.30.0:
52375237
resolve "1.20.0"
52385238
tslib "2.1.0"
52395239

5240-
rollup@^2.43.1:
5241-
version "2.43.1"
5242-
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.43.1.tgz#9e5c9208c2011de227ac6c93101e11dc12e88e04"
5243-
integrity sha512-kvRE6VJbiv4d8m2nGeccc3qRpzOMghAhu2KeITjyZVCjneIFLPQ3zm2Wmqnl0LcUg3FvDaV0MfKnG4NCMbiSfw==
5240+
rollup@^2.45.1:
5241+
version "2.45.1"
5242+
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.45.1.tgz#eae2b94dc2088b4e0a3b7197a5a1ee0bdd589d5c"
5243+
integrity sha512-vPD+JoDj3CY8k6m1bLcAFttXMe78P4CMxoau0iLVS60+S9kLsv2379xaGy4NgYWu+h2WTlucpoLPAoUoixFBag==
52445244
optionalDependencies:
52455245
fsevents "~2.3.1"
52465246

0 commit comments

Comments
 (0)