ITADN

build(deps-dev): bump rollup from 4.49.0 to 4.52.2

#144Pull Requestdependabot[bot] 创建于 2025-09-23
dependenciesjavascript
D
dependabot[bot]commented
Bumps [rollup](https://github.com/rollup/rollup) from 4.49.0 to 4.52.2. <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.52.2</h2> <h2>4.52.2</h2> <p><em>2025-09-23</em></p> <h3>Bug Fixes</h3> <ul> <li>Fix Android build crashing due to failed dlopen (<a href="https://redirect.github.com/rollup/rollup/issues/6109">#6109</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://redirect.github.com/rollup/rollup/pull/6109">#6109</a>: fix(rust): use prebuilt std when it is available (<a href="https://github.com/cyyynthia"><code>@​cyyynthia</code></a>)</li> </ul> <h2>v4.52.1</h2> <h2>4.52.1</h2> <p><em>2025-09-23</em></p> <h3>Bug Fixes</h3> <ul> <li>Opt-out of dynamic import optimization when using top-level await to effectively prevent deadlocks (<a href="https://redirect.github.com/rollup/rollup/issues/6121">#6121</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://redirect.github.com/rollup/rollup/pull/6121">#6121</a>: Simplify top-level await deadlock prevention (<a href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li> </ul> <h2>v4.52.0</h2> <h2>4.52.0</h2> <p><em>2025-09-19</em></p> <h3>Features</h3> <ul> <li>Add option <code>output.onlyExplicitManualChunks</code> to turn off merging additional dependencies into manual chunks (<a href="https://redirect.github.com/rollup/rollup/issues/6087">#6087</a>)</li> <li>Add support for x86_64-pc-windows-gnu platform (<a href="https://redirect.github.com/rollup/rollup/issues/6110">#6110</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://redirect.github.com/rollup/rollup/pull/6087">#6087</a>: fix: manualChunks and non manualChunks shared dependencies are merged with the first manualChunk encountered alphabetically (<a href="https://github.com/maiieul"><code>@​maiieul</code></a>)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/6110">#6110</a>: Add support x86_64-pc-windows-gnu (<a href="https://github.com/lsq"><code>@​lsq</code></a>, <a href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/6118">#6118</a>: Automatically remove REPL artefacts label from PRs (<a href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li> </ul> <h2>v4.51.0</h2> <h2>4.51.0</h2> <p><em>2025-09-19</em></p> <h3>Features</h3> <ul> <li>Support ROLLUP_FILE_URL_OBJ placeholder to inject file URLs into the generated code (<a href="https://redirect.github.com/rollup/rollup/issues/6108">#6108</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>4.52.2</h2> <p><em>2025-09-23</em></p> <h3>Bug Fixes</h3> <ul> <li>Fix Android build crashing due to failed dlopen (<a href="https://redirect.github.com/rollup/rollup/issues/6109">#6109</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://redirect.github.com/rollup/rollup/pull/6109">#6109</a>: fix(rust): use prebuilt std when it is available (<a href="https://github.com/cyyynthia"><code>@​cyyynthia</code></a>)</li> </ul> <h2>4.52.1</h2> <p><em>2025-09-23</em></p> <h3>Bug Fixes</h3> <ul> <li>Opt-out of dynamic import optimization when using top-level await to effectively prevent deadlocks (<a href="https://redirect.github.com/rollup/rollup/issues/6121">#6121</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://redirect.github.com/rollup/rollup/pull/6121">#6121</a>: Simplify top-level await deadlock prevention (<a href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li> </ul> <h2>4.52.0</h2> <p><em>2025-09-19</em></p> <h3>Features</h3> <ul> <li>Add option <code>output.onlyExplicitManualChunks</code> to turn off merging additional dependencies into manual chunks (<a href="https://redirect.github.com/rollup/rollup/issues/6087">#6087</a>)</li> <li>Add support for x86_64-pc-windows-gnu platform (<a href="https://redirect.github.com/rollup/rollup/issues/6110">#6110</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://redirect.github.com/rollup/rollup/pull/6087">#6087</a>: fix: manualChunks and non manualChunks shared dependencies are merged with the first manualChunk encountered alphabetically (<a href="https://github.com/maiieul"><code>@​maiieul</code></a>)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/6110">#6110</a>: Add support x86_64-pc-windows-gnu (<a href="https://github.com/lsq"><code>@​lsq</code></a>, <a href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/6118">#6118</a>: Automatically remove REPL artefacts label from PRs (<a href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li> </ul> <h2>4.51.0</h2> <p><em>2025-09-19</em></p> <h3>Features</h3> <ul> <li>Support ROLLUP_FILE_URL_OBJ placeholder to inject file URLs into the generated code (<a href="https://redirect.github.com/rollup/rollup/issues/6108">#6108</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>Improve OpenHarmony build to work in more situations (<a href="https://redirect.github.com/rollup/rollup/issues/6115">#6115</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rollup/rollup/commit/fa2315c4a53670775dd1074af131873dd37f828c"><code>fa2315c</code></a> 4.52.2</li> <li><a href="https://github.com/rollup/rollup/commit/10b267214b0635eb5e7da556abc24ac8a15eba08"><code>10b2672</code></a> fix(rust): use prebuilt std when it is available (<a href="https://redirect.github.com/rollup/rollup/issues/6109">#6109</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/69b5dd3e3edc03ab02cf948ea5278226fc9e60c8"><code>69b5dd3</code></a> 4.52.1</li> <li><a href="https://github.com/rollup/rollup/commit/5eee44ca00ed1d16170704db3de4ae0dcbac81b7"><code>5eee44c</code></a> Simplify top-level await deadlock prevention (<a href="https://redirect.github.com/rollup/rollup/issues/6121">#6121</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/2029f639f983289619538c60bc14eebc638c6926"><code>2029f63</code></a> 4.52.0</li> <li><a href="https://github.com/rollup/rollup/commit/039ba6bd2a82987224afede741da4a2d08880cb1"><code>039ba6b</code></a> Fix release script for commits without GitHub authors</li> <li><a href="https://github.com/rollup/rollup/commit/98f5d359d1a377e4cd94a6150890dfc0409f6998"><code>98f5d35</code></a> Automatically remove REPL artefacts label from PRs (<a href="https://redirect.github.com/rollup/rollup/issues/6118">#6118</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/3f124badb086799b30907faa47aff1bb4e901516"><code>3f124ba</code></a> fix: manualChunks and non manualChunks shared dependencies are merged with th...</li> <li><a href="https://github.com/rollup/rollup/commit/a0bb78c347e03f09c874201c3078c9e5f494ffc2"><code>a0bb78c</code></a> Add support x86_64-pc-windows-gnu (<a href="https://redirect.github.com/rollup/rollup/issues/6110">#6110</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/1748736f5baae39b9560399606bba137747df048"><code>1748736</code></a> 4.51.0</li> <li>Additional commits viewable in <a href="https://github.com/rollup/rollup/compare/v4.49.0...v4.52.2">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.49.0&new-version=4.52.2)](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>
合并状态:未合并 关闭于 2025-09-29 2 条评论