dependabot[bot] opened a new pull request, #231: URL: https://github.com/apache/arrow-js/pull/231
Bumps [webpack](https://github.com/webpack/webpack) from 5.100.1 to 5.101.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack/releases">webpack's releases</a>.</em></p> <blockquote> <h2>v5.101.0</h2> <h3>Fixes</h3> <ul> <li>Fixed concatenate optimization for ESM that caused undefined export</li> <li>Respect the <code>output.environment.nodePrefixForCoreModules</code> option everywhere</li> <li>Respect the <code>output.importMetaName</code> option everywhere</li> <li>Fixed await async dependencies when accepting them during HMR</li> <li>Better typescript types</li> </ul> <h3>Features</h3> <ul> <li>Added colors helpers for CLI</li> <li>Enable tree-shaking for ESM external modules with named imports</li> <li>Added the <code>deferImport</code> option to parser options</li> </ul> <h3>Performance Improvements</h3> <ul> <li>Fixed a regression in module concatenation after implementing deferred import support</li> <li>Fixed a potential performance issue in CleanPlugin</li> <li>Avoid extra <code>require</code> in some places</li> </ul> <h2>v5.100.2</h2> <h3>Fixes</h3> <ul> <li>Keep consistent CSS order</li> <li>Dependency without the source order attribute must keep their original index</li> <li>Keep module traversal consistent across reexport scenarios</li> </ul> <h3>Performance Improvements</h3> <ul> <li>Extend <code>importPhasesPlugin</code> only when enable <code>deferImport</code> (<a href="https://redirect.github.com/webpack/webpack/issues/19689">#19689</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack/commit/5b87bedaf418b3cfa713d520bb70191098943917"><code>5b87bed</code></a> chore(release): 5.101.0</li> <li><a href="https://github.com/webpack/webpack/commit/fbb7a8dd084bd58e79706825cd8be350158b7592"><code>fbb7a8d</code></a> fix: await async dependencies when accepting them during HMR (<a href="https://redirect.github.com/webpack/webpack/issues/19739">#19739</a>)</li> <li><a href="https://github.com/webpack/webpack/commit/36a976b08400b7a0333bce71f4e394839d5ac478"><code>36a976b</code></a> feat: added the <code>deferImport</code> option to parser options (<a href="https://redirect.github.com/webpack/webpack/issues/19737">#19737</a>)</li> <li><a href="https://github.com/webpack/webpack/commit/92304dfe07d9c2569a19f97b1b488b46b67f6096"><code>92304df</code></a> fix: top level await don't leaves imported module wrapped in a Promise on HMR</li> <li><a href="https://github.com/webpack/webpack/commit/f6b7a8eef1399c9a09289cdd91dafe9e0fb82763"><code>f6b7a8e</code></a> docs: update examples (<a href="https://redirect.github.com/webpack/webpack/issues/19742">#19742</a>)</li> <li><a href="https://github.com/webpack/webpack/commit/1eb5bb1677ce84a33823c8283ef0b0abe1224518"><code>1eb5bb1</code></a> chore(deps-dev): bump the dependencies group with 2 updates (<a href="https://redirect.github.com/webpack/webpack/issues/19743">#19743</a>)</li> <li><a href="https://github.com/webpack/webpack/commit/42daf55d3b8c442b31769865279fd06b11d9c814"><code>42daf55</code></a> fix: fix potential performance issue in CleanPlugin (<a href="https://redirect.github.com/webpack/webpack/issues/19735">#19735</a>)</li> <li><a href="https://github.com/webpack/webpack/commit/22596936cf851d79b375348923a9f1b833902029"><code>2259693</code></a> chore(deps-dev): bump the dependencies group across 1 directory with 2 update...</li> <li><a href="https://github.com/webpack/webpack/commit/3d2dfd25fe353295d39040bc731b48bf066ff67f"><code>3d2dfd2</code></a> chore(deps): update (<a href="https://redirect.github.com/webpack/webpack/issues/19736">#19736</a>)</li> <li><a href="https://github.com/webpack/webpack/commit/1f19f950e6e84961bd034e11c758ffd8ee27909e"><code>1f19f95</code></a> refactor: standardize ESM naming management (<a href="https://redirect.github.com/webpack/webpack/issues/19730">#19730</a>)</li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack/compare/v5.100.1...v5.101.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