dependabot[bot] opened a new pull request, #150: URL: https://github.com/apache/arrow-js/pull/150
Bumps [rollup](https://github.com/rollup/rollup) from 4.41.0 to 4.42.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.42.0</h2> <h2>4.42.0</h2> <p><em>2025-06-06</em></p> <h3>Features</h3> <ul> <li>Add option to allow the input to be located in the output in watch mode (<a href="https://redirect.github.com/rollup/rollup/issues/5966">#5966</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://redirect.github.com/rollup/rollup/pull/5966">#5966</a>: feat: watch mode add <code>allowInputInsideOutputPath</code> option (<a href="https://github.com/btea"><code>@btea</code></a>, <a href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li> </ul> <h2>v4.41.2</h2> <h2>4.41.2</h2> <p><em>2025-06-06</em></p> <h3>Bug Fixes</h3> <ul> <li>Detect named export usages in dynamic imports with <code>then</code> and non-arrow function expressions (<a href="https://redirect.github.com/rollup/rollup/issues/5977">#5977</a>)</li> <li>Do not replace usages of constant variables with their values for readability (<a href="https://redirect.github.com/rollup/rollup/issues/5968">#5968</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://redirect.github.com/rollup/rollup/pull/5968">#5968</a>: fix: preserve constant identifiers in unary expressions instead of magic numbers (<a href="https://github.com/OmkarJ13"><code>@OmkarJ13</code></a>, <a href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/5969">#5969</a>: chore(deps): update dependency yargs-parser to v22 (<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/5970">#5970</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/5971">#5971</a>: chore(deps): lock file maintenance (<a href="https://github.com/renovate"><code>@renovate</code></a>[bot])</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/5976">#5976</a>: Update README.md (<a href="https://github.com/ftlno"><code>@ftlno</code></a>, <a href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/5977">#5977</a>: fix: consider function expression in thenable when tree-shaking dynamic imports (<a href="https://github.com/TrickyPi"><code>@TrickyPi</code></a>)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/5981">#5981</a>: fix(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/5982">#5982</a>: Debug/fix watch pipeline (<a href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li> </ul> <h2>v4.41.1</h2> <h2>4.41.1</h2> <p><em>2025-05-24</em></p> <h3>Bug Fixes</h3> <ul> <li>If a plugin calls <code>this.resolve</code> with <code>skipSelf: true</code>, subsequent calls when handling this by the same plugin with same parameters will return <code>null</code> to avoid infinite recursions (<a href="https://redirect.github.com/rollup/rollup/issues/5945">#5945</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://redirect.github.com/rollup/rollup/pull/5945">#5945</a>: Avoid recursively calling a plugin's resolveId hook with same id and importer (<a href="https://github.com/younggglcy"><code>@younggglcy</code></a>, <a href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/5963">#5963</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/5964">#5964</a>: fix(deps): lock file maintenance minor/patch updates (<a href="https://github.com/renovate"><code>@renovate</code></a>[bot])</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.42.0</h2> <p><em>2025-06-06</em></p> <h3>Features</h3> <ul> <li>Add option to allow the input to be located in the output in watch mode (<a href="https://redirect.github.com/rollup/rollup/issues/5966">#5966</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://redirect.github.com/rollup/rollup/pull/5966">#5966</a>: feat: watch mode add <code>allowInputInsideOutputPath</code> option (<a href="https://github.com/btea"><code>@btea</code></a>, <a href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li> </ul> <h2>4.41.2</h2> <p><em>2025-06-06</em></p> <h3>Bug Fixes</h3> <ul> <li>Detect named export usages in dynamic imports with <code>then</code> and non-arrow function expressions (<a href="https://redirect.github.com/rollup/rollup/issues/5977">#5977</a>)</li> <li>Do not replace usages of constant variables with their values for readability (<a href="https://redirect.github.com/rollup/rollup/issues/5968">#5968</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://redirect.github.com/rollup/rollup/pull/5968">#5968</a>: fix: preserve constant identifiers in unary expressions instead of magic numbers (<a href="https://github.com/OmkarJ13"><code>@OmkarJ13</code></a>, <a href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/5969">#5969</a>: chore(deps): update dependency yargs-parser to v22 (<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/5970">#5970</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/5971">#5971</a>: chore(deps): lock file maintenance (<a href="https://github.com/renovate"><code>@renovate</code></a>[bot])</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/5976">#5976</a>: Update README.md (<a href="https://github.com/ftlno"><code>@ftlno</code></a>, <a href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/5977">#5977</a>: fix: consider function expression in thenable when tree-shaking dynamic imports (<a href="https://github.com/TrickyPi"><code>@TrickyPi</code></a>)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/5981">#5981</a>: fix(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/5982">#5982</a>: Debug/fix watch pipeline (<a href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li> </ul> <h2>4.41.1</h2> <p><em>2025-05-24</em></p> <h3>Bug Fixes</h3> <ul> <li>If a plugin calls <code>this.resolve</code> with <code>skipSelf: true</code>, subsequent calls when handling this by the same plugin with same parameters will return <code>null</code> to avoid infinite recursions (<a href="https://redirect.github.com/rollup/rollup/issues/5945">#5945</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://redirect.github.com/rollup/rollup/pull/5945">#5945</a>: Avoid recursively calling a plugin's resolveId hook with same id and importer (<a href="https://github.com/younggglcy"><code>@younggglcy</code></a>, <a href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/5963">#5963</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/5964">#5964</a>: fix(deps): lock file maintenance minor/patch updates (<a href="https://github.com/renovate"><code>@renovate</code></a>[bot])</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rollup/rollup/commit/f76339428586620ff3e4c32fce48f923e7be7b05"><code>f763394</code></a> 4.42.0</li> <li><a href="https://github.com/rollup/rollup/commit/dddc00de6ad733c76fff550140b3b6398f1f08de"><code>dddc00d</code></a> feat: watch mode add <code>allowInputInsideOutputPath</code> option (<a href="https://redirect.github.com/rollup/rollup/issues/5966">#5966</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/13b4669dbc21cb738551cd725d2a18c77b3cea11"><code>13b4669</code></a> 4.41.2</li> <li><a href="https://github.com/rollup/rollup/commit/149d94c1674c9e7d0d52d5506836f9393d667958"><code>149d94c</code></a> Debug/fix watch pipeline (<a href="https://redirect.github.com/rollup/rollup/issues/5982">#5982</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/13992f2a5c89a0802cfd60e1b308afdc85dc4f3f"><code>13992f2</code></a> Update README.md (<a href="https://redirect.github.com/rollup/rollup/issues/5976">#5976</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/224c90071791e5c067d2c55e11f15b04acf7ebeb"><code>224c900</code></a> fix: preserve constant identifiers in unary expressions instead of magic numb...</li> <li><a href="https://github.com/rollup/rollup/commit/da88626ce276955bcd49dbd5b7312c553905129b"><code>da88626</code></a> fix: consider function expression in thenable when tree-shaking dynamic impor...</li> <li><a href="https://github.com/rollup/rollup/commit/8f0dbc9974042d9f365772ace0aa8b5b9a23cada"><code>8f0dbc9</code></a> fix(deps): lock file maintenance minor/patch updates (<a href="https://redirect.github.com/rollup/rollup/issues/5981">#5981</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/4f69d33af3b2ec9320c43c9e6c65ea23a02bdde3"><code>4f69d33</code></a> chore(deps): update dependency yargs-parser to v22 (<a href="https://redirect.github.com/rollup/rollup/issues/5969">#5969</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/0fbd796d4efcb32ab55dba4560cb5751a64cbe2e"><code>0fbd796</code></a> chore(deps): lock file maintenance (<a href="https://redirect.github.com/rollup/rollup/issues/5971">#5971</a>)</li> <li>Additional commits viewable in <a href="https://github.com/rollup/rollup/compare/v4.41.0...v4.42.0">compare view</a></li> </ul> </details> <br /> [](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> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org