Skip to content

Commit a2f8f20

Browse files
chore(deps): bump rollup from 4.39.0 to 4.40.0 (#6718)
Bumps [rollup](https://github.com/rollup/rollup) from 4.39.0 to 4.40.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>v4.40.0</h2> <h2>4.40.0</h2> <p><em>2025-04-12</em></p> <h3>Features</h3> <ul> <li>Only show <code>eval</code> warnings on first render and only when the call is not tree-shaken (<a href="https://redirect.github.com/rollup/rollup/issues/5892">#5892</a>)</li> <li>Tree-shake non-included dynamic import members when the handler just maps to one named export (<a href="https://redirect.github.com/rollup/rollup/issues/5898">#5898</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>Consider dynamic imports nested within top-level-awaited dynamic import expressions to be awaited as well (<a href="https://redirect.github.com/rollup/rollup/issues/5900">#5900</a>)</li> <li>Fix namespace rendering when tree-shaking is disabled (<a href="https://redirect.github.com/rollup/rollup/issues/5908">#5908</a>)</li> <li>When using multiple transform hook filters, all of them need to be satisfied together (<a href="https://redirect.github.com/rollup/rollup/issues/5909">#5909</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://redirect.github.com/rollup/rollup/pull/5892">#5892</a>: Warn when eval or namespace calls are rendered, not when they are parsed (<a href="https://github.com/SunsetFi"><code>@​SunsetFi</code></a>, <a href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/5898">#5898</a>: feat: treeshake dynamic import chained member expression (<a href="https://github.com/privatenumber"><code>@​privatenumber</code></a>, <a href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/5900">#5900</a>: consider the dynamic import within a TLA call expression as a TLA import (<a href="https://github.com/TrickyPi"><code>@​TrickyPi</code></a>)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/5904">#5904</a>: fix(deps): update swc monorepo (major) (<a href="https://github.com/renovate"><code>@​renovate</code></a>[bot])</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/5905">#5905</a>: chore(deps): lock file maintenance minor/patch updates (<a href="https://github.com/renovate"><code>@​renovate</code></a>[bot])</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/5908">#5908</a>: Fix <code>treeshake: false</code> breaking destructured namespace imports (<a href="https://github.com/Skn0tt"><code>@​Skn0tt</code></a>)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/5909">#5909</a>: Correct the behavior when multiple transform filter options are specified (<a href="https://github.com/sapphi-red"><code>@​sapphi-red</code></a>)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/5915">#5915</a>: chore(deps): update dependency <code>@​types/picomatch</code> to v4 (<a href="https://github.com/renovate"><code>@​renovate</code></a>[bot])</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/5916">#5916</a>: fix(deps): update rust crate swc_compiler_base to v17 (<a href="https://github.com/renovate"><code>@​renovate</code></a>[bot])</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/5917">#5917</a>: chore(deps): lock file maintenance minor/patch updates (<a href="https://github.com/renovate"><code>@​renovate</code></a>[bot], <a href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/5918">#5918</a>: chore(deps): update dependency vite to v6.2.6 [security] (<a href="https://github.com/renovate"><code>@​renovate</code></a>[bot], <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>4.40.0</h2> <p><em>2025-04-12</em></p> <h3>Features</h3> <ul> <li>Only show <code>eval</code> warnings on first render and only when the call is not tree-shaken (<a href="https://redirect.github.com/rollup/rollup/issues/5892">#5892</a>)</li> <li>Tree-shake non-included dynamic import members when the handler just maps to one named export (<a href="https://redirect.github.com/rollup/rollup/issues/5898">#5898</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>Consider dynamic imports nested within top-level-awaited dynamic import expressions to be awaited as well (<a href="https://redirect.github.com/rollup/rollup/issues/5900">#5900</a>)</li> <li>Fix namespace rendering when tree-shaking is disabled (<a href="https://redirect.github.com/rollup/rollup/issues/5908">#5908</a>)</li> <li>When using multiple transform hook filters, all of them need to be satisfied together (<a href="https://redirect.github.com/rollup/rollup/issues/5909">#5909</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://redirect.github.com/rollup/rollup/pull/5892">#5892</a>: Warn when eval or namespace calls are rendered, not when they are parsed (<a href="https://github.com/SunsetFi"><code>@​SunsetFi</code></a>, <a href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/5898">#5898</a>: feat: treeshake dynamic import chained member expression (<a href="https://github.com/privatenumber"><code>@​privatenumber</code></a>, <a href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/5900">#5900</a>: consider the dynamic import within a TLA call expression as a TLA import (<a href="https://github.com/TrickyPi"><code>@​TrickyPi</code></a>)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/5904">#5904</a>: fix(deps): update swc monorepo (major) (<a href="https://github.com/renovate"><code>@​renovate</code></a>[bot])</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/5905">#5905</a>: chore(deps): lock file maintenance minor/patch updates (<a href="https://github.com/renovate"><code>@​renovate</code></a>[bot])</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/5908">#5908</a>: Fix <code>treeshake: false</code> breaking destructured namespace imports (<a href="https://github.com/Skn0tt"><code>@​Skn0tt</code></a>)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/5909">#5909</a>: Correct the behavior when multiple transform filter options are specified (<a href="https://github.com/sapphi-red"><code>@​sapphi-red</code></a>)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/5915">#5915</a>: chore(deps): update dependency <code>@​types/picomatch</code> to v4 (<a href="https://github.com/renovate"><code>@​renovate</code></a>[bot])</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/5916">#5916</a>: fix(deps): update rust crate swc_compiler_base to v17 (<a href="https://github.com/renovate"><code>@​renovate</code></a>[bot])</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/5917">#5917</a>: chore(deps): lock file maintenance minor/patch updates (<a href="https://github.com/renovate"><code>@​renovate</code></a>[bot], <a href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/5918">#5918</a>: chore(deps): update dependency vite to v6.2.6 [security] (<a href="https://github.com/renovate"><code>@​renovate</code></a>[bot], <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/1f2d579ccd4b39f223fed14ac7d031a6c848cd80"><code>1f2d579</code></a> 4.40.0</li> <li><a href="https://github.com/rollup/rollup/commit/cf0512f77d7123a4753edade718597f0ca8738dd"><code>cf0512f</code></a> Fix release script</li> <li><a href="https://github.com/rollup/rollup/commit/4ded0998a3a70d2a1a83fe650a46db9059dd0ff9"><code>4ded099</code></a> feat: treeshake dynamic import chained member expression (<a href="https://redirect.github.com/rollup/rollup/issues/5898">#5898</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/8bb7b6f9698f5a775c562ef44446fcecd70e1166"><code>8bb7b6f</code></a> chore(deps): lock file maintenance minor/patch updates (<a href="https://redirect.github.com/rollup/rollup/issues/5917">#5917</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/19fb519639b7f037420cb3d33372a002ca61ca96"><code>19fb519</code></a> consider the dynamic import within a TLA call expression as a TLA import (<a href="https://redirect.github.com/rollup/rollup/issues/5900">#5900</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/aba2ea90771a2817aaff50f05b2d69da741e67f2"><code>aba2ea9</code></a> Fix <code>treeshake: false</code> breaking destructured namespace imports (<a href="https://redirect.github.com/rollup/rollup/issues/5908">#5908</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/02a060de3d7e3bbb6a1c4d656d335666abadb40f"><code>02a060d</code></a> Correct the behavior when multiple transform filter options are specified (<a href="https://redirect.github.com/rollup/rollup/issues/5">#5</a>...</li> <li><a href="https://github.com/rollup/rollup/commit/051a502819eb5b632187822794e65c7273859e58"><code>051a502</code></a> chore(deps): update dependency <code>@​types/picomatch</code> to v4 (<a href="https://redirect.github.com/rollup/rollup/issues/5915">#5915</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/7d7ae3f3debb7e2d78f07995a54112703a4a9660"><code>7d7ae3f</code></a> fix(deps): update rust crate swc_compiler_base to v17 (<a href="https://redirect.github.com/rollup/rollup/issues/5916">#5916</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/86e1ccd43b565a1d506a02ece18a63b03d18069c"><code>86e1ccd</code></a> chore(deps): update dependency vite to v6.2.6 [security] (<a href="https://redirect.github.com/rollup/rollup/issues/5918">#5918</a>)</li> <li>Additional commits viewable in <a href="https://github.com/rollup/rollup/compare/v4.39.0...v4.40.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=4.39.0&new-version=4.40.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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>
1 parent 8669d85 commit a2f8f20

File tree

1 file changed

+83
-83
lines changed

1 file changed

+83
-83
lines changed

package-lock.json

+83-83
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)