Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Jan 25, 2021

Bumps rollup from 2.36.2 to 2.38.0.

Release notes

Sourced from rollup's releases.

v2.38.0

2021-01-22

Features

  • Entirely remove declared variables that only have an initializer side effect (#3933)

Pull Requests

  • #3933: Tree-shake unused declarations while keeping initializer side-effects (@lukastaegert)

v2.37.1

2021-01-20

Pull Requests

v2.37.0

2021-01-19

Features

  • Always check modules for side-effects that only indirectly reexport a used variable (#3840)
  • Warn if a circular dependency would cause wrong execution order when preserving modules (#3840)

Bug Fixes

  • Allow consuming synthetic exports via modules that reexport a namespace (#3894)
  • Do not crash for circular default reexports (#3840)
  • Do not crash for circular synthetic namespaces (#3840)
  • Improve circular dependency execution order in certain scenarios (#3840)

Pull Requests

Changelog

Sourced from rollup's changelog.

2.38.0

2021-01-22

Features

  • Entirely remove declared variables that only have an initializer side effect (#3933)

Pull Requests

  • #3933: Tree-shake unused declarations while keeping initializer side-effects (@lukastaegert)

2.37.1

2021-01-20

Pull Requests

2.37.0

2021-01-19

Features

  • Always check modules for side effects that only indirectly reexport a used variable (#3840)
  • Warn if a circular dependency would cause wrong execution order when preserving modules (#3840)

Bug Fixes

  • Allow consuming synthetic exports via modules that reexport a namespace (#3894)
  • Do not crash for circular default reexports (#3840)
  • Do not crash for circular synthetic namespaces (#3840)
  • Improve circular dependency execution order in certain scenarios (#3840)

Pull Requests

Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

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:

  • 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)

@dependabot-preview dependabot-preview bot added dependencies Improvements or additions to documentation skip-changelog The PR will not appear in the release changelogs labels Jan 25, 2021
@bidoubiwa
Copy link
Contributor

bors merge

bors bot added a commit that referenced this pull request Jan 25, 2021
232: Bump rollup from 2.36.2 to 2.38.0 r=bidoubiwa a=dependabot-preview[bot]

Bumps [rollup](https://github.com/rollup/rollup) from 2.36.2 to 2.38.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.38.0</h2>
<p><em>2021-01-22</em></p>
<h3>Features</h3>
<ul>
<li>Entirely remove declared variables that only have an initializer side effect (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/3933">#3933</a>)</li>
</ul>
<h3>Pull Requests</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/3933">#3933</a>: Tree-shake unused declarations while keeping initializer side-effects (<a href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li>
</ul>
<h2>v2.37.1</h2>
<p><em>2021-01-20</em></p>
<h3>Pull Requests</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/3929">#3929</a>: Deduplicate acorn import (<a href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li>
</ul>
<h2>v2.37.0</h2>
<p><em>2021-01-19</em></p>
<h3>Features</h3>
<ul>
<li>Always check modules for side-effects that only indirectly reexport a used variable (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/3840">#3840</a>)</li>
<li>Warn if a circular dependency would cause wrong execution order when preserving modules (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/3840">#3840</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>Allow consuming synthetic exports via modules that reexport a namespace (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/3894">#3894</a>)</li>
<li>Do not crash for circular default reexports (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/3840">#3840</a>)</li>
<li>Do not crash for circular synthetic namespaces (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/3840">#3840</a>)</li>
<li>Improve circular dependency execution order in certain scenarios (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/3840">#3840</a>)</li>
</ul>
<h3>Pull Requests</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/3840">#3840</a>: Improve circular dependency execution order (<a href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li>
<li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/3894">#3894</a>: Always respect synthetic namespaces in namespace reexport (<a href="https://github.com/lukastaegert"><code>@lukastaegert</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.38.0</h2>
<p><em>2021-01-22</em></p>
<h3>Features</h3>
<ul>
<li>Entirely remove declared variables that only have an initializer side effect (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/3933">#3933</a>)</li>
</ul>
<h3>Pull Requests</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/3933">#3933</a>: Tree-shake unused declarations while keeping initializer side-effects (<a href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li>
</ul>
<h2>2.37.1</h2>
<p><em>2021-01-20</em></p>
<h3>Pull Requests</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/3929">#3929</a>: Deduplicate acorn import (<a href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li>
</ul>
<h2>2.37.0</h2>
<p><em>2021-01-19</em></p>
<h3>Features</h3>
<ul>
<li>Always check modules for side effects that only indirectly reexport a used variable (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/3840">#3840</a>)</li>
<li>Warn if a circular dependency would cause wrong execution order when preserving modules (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/3840">#3840</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>Allow consuming synthetic exports via modules that reexport a namespace (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/3894">#3894</a>)</li>
<li>Do not crash for circular default reexports (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/3840">#3840</a>)</li>
<li>Do not crash for circular synthetic namespaces (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/3840">#3840</a>)</li>
<li>Improve circular dependency execution order in certain scenarios (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/3840">#3840</a>)</li>
</ul>
<h3>Pull Requests</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/3840">#3840</a>: Improve circular dependency execution order (<a href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li>
<li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/3894">#3894</a>: Always respect synthetic namespaces in namespace reexport (<a href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/rollup/rollup/commit/889fa5267ad93cc706fdbff2024e9c4d4f273749"><code>889fa52</code></a> 2.38.0</li>
<li><a href="https://github.com/rollup/rollup/commit/363735f8399da8fc6da1119c9284b077626c3fd4"><code>363735f</code></a> Update changelog</li>
<li><a href="https://github.com/rollup/rollup/commit/e960ca89550fff1fc6ca502bb04c851d5cdc338d"><code>e960ca8</code></a> Tree-shake unused declarations while keeping initializer side-effects (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/3933">#3933</a>)</li>
<li><a href="https://github.com/rollup/rollup/commit/e23bb354cca08dbe32e3f6a3ba5c63d015e91ff9"><code>e23bb35</code></a> 2.37.1</li>
<li><a href="https://github.com/rollup/rollup/commit/8f36efe78d429e2e73b73948584462f7a9f7e32d"><code>8f36efe</code></a> Update changelog</li>
<li><a href="https://github.com/rollup/rollup/commit/1ca0404be1b948d72c48e7b60bac7a550f9d8c8b"><code>1ca0404</code></a> Deduplicate acorn import (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/3929">#3929</a>)</li>
<li><a href="https://github.com/rollup/rollup/commit/f051067b9e2ac1f8ae2b3e924bd7cad03196f01a"><code>f051067</code></a> 2.37.0</li>
<li><a href="https://github.com/rollup/rollup/commit/8bdacd4fddcc007dcc3fabfae7df2d9de107d996"><code>8bdacd4</code></a> Update changelog</li>
<li><a href="https://github.com/rollup/rollup/commit/aa0b4c8d33bcb43dc8e4e4252f2550bb70cf9d41"><code>aa0b4c8</code></a> Improve circular dependency execution order (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/3840">#3840</a>)</li>
<li><a href="https://github.com/rollup/rollup/commit/0ed87220ac3a34704d02d879003db19ff6452b65"><code>0ed8722</code></a> Always respect synthetic namespaces in namespace reexports (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/3894">#3894</a>)</li>
<li>See full diff in <a href="https://github.com/rollup/rollup/compare/v2.36.2...v2.38.0">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.36.2&new-version=2.38.0)](https://dependabot.com/compatibility-score/?dependency-name=rollup&package-manager=npm_and_yarn&previous-version=2.36.2&new-version=2.38.0)

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>
bidoubiwa
bidoubiwa previously approved these changes Jan 25, 2021
@bidoubiwa
Copy link
Contributor

bors merge

@bors
Copy link
Contributor

bors bot commented Jan 25, 2021

Merge conflict.

@bidoubiwa
Copy link
Contributor

@dependabot recreate

Bumps [rollup](https://github.com/rollup/rollup) from 2.36.2 to 2.38.0.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v2.36.2...v2.38.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@bidoubiwa
Copy link
Contributor

bors merge

@bors
Copy link
Contributor

bors bot commented Jan 25, 2021

Build succeeded:

@bors bors bot merged commit a3e7aeb into master Jan 25, 2021
@bors bors bot deleted the dependabot/npm_and_yarn/rollup-2.38.0 branch January 25, 2021 16:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Improvements or additions to documentation skip-changelog The PR will not appear in the release changelogs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants