This is an automated email from the ASF dual-hosted git repository.
kou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-js.git
The following commit(s) were added to refs/heads/main by this push:
new 2c753fc chore: bump webpack from 5.101.3 to 5.102.0 (#292)
2c753fc is described below
commit 2c753fc5cf3b764f6d17f1705b7908d4c3a8615c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Sep 30 09:19:09 2025 +0900
chore: bump webpack from 5.101.3 to 5.102.0 (#292)
Bumps [webpack](https://github.com/webpack/webpack) from 5.101.3 to
5.102.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.102.0</h2>
<h3>Features</h3>
<ul>
<li>Added static analyze for dynamic imports</li>
<li>Added support for <code>import file from "./file.ext" with
{ type: "bytes" }</code> to get the content as
<code>Uint8Array</code> (look at <a
href="https://github.com/webpack/webpack/tree/main/examples/asset">example</a>)</li>
<li>Added support for <code>import file from "./file.ext" with
{ type: "text" }</code> to get the content as text (look at <a
href="https://github.com/webpack/webpack/tree/main/examples/asset">example</a>)</li>
<li>Added the <code>snapshot.contextModule</code> to configure snapshots
options for context modules</li>
<li>Added the <code>extractSourceMap</code> option to implement the
capabilities of loading source maps by comment, you don't need
<code>source-map-loader</code> (look at <a
href="https://github.com/webpack/webpack/tree/main/examples/source-mapping-url">example</a>)</li>
<li>The <code>topLevelAwait</code> experiment is now stable (you can
remove <code>experiments.topLevelAwait</code> from your
<code>webpack.config.js</code>)</li>
<li>The <code>layers</code> experiment is now stable (you can remove
<code>experiments.layers</code> from your
<code>webpack.config.js</code>)</li>
<li>Added function matcher support in rule options</li>
</ul>
<h3>Fixes</h3>
<ul>
<li>Fixed conflicts caused by multiple concatenate modules</li>
<li>Ignore import failure during HMR update with ES modules output</li>
<li>Keep render module order consistent</li>
<li>Prevent inlining modules that have <code>this</code> exports</li>
<li>Removed unused <code>timeout</code> attribute of script tag</li>
<li>Supported UMD chunk format to work in web workers</li>
<li>Improved CommonJs bundle to ES module library</li>
<li>Use <code>es-lexer</code> for <code>mjs</code> files for build
dependencies</li>
<li>Fixed support <code>__non_webpack_require__</code> for ES
modules</li>
<li>Properly handle external modules for CSS</li>
<li>AssetsByChunkName included assets from
<code>chunk.auxiliaryFiles</code></li>
<li>Use <code>createRequire</code> only when output is ES module and
target is node</li>
<li>Typescript types</li>
</ul>
<h3>Performance Improvements</h3>
<ul>
<li>Avoid extra calls for snapshot</li>
<li>A avoid extra jobs for build dependencies</li>
<li>Move import attributes to own dependencies</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/webpack/webpack/commit/14c813a0b3709e142b3ed03355c6c15fc11b91a1"><code>14c813a</code></a>
chore(release): 5.102.0</li>
<li><a
href="https://github.com/webpack/webpack/commit/761b15306049bb30c52b760e1058e21c0a88698a"><code>761b153</code></a>
feat: support function matcher in rule options (<a
href="https://redirect.github.com/webpack/webpack/issues/19952">#19952</a>)</li>
<li><a
href="https://github.com/webpack/webpack/commit/8c0fa9e9dc62e8211d36e57d2a76011cb094dd44"><code>8c0fa9e</code></a>
feat: tree shaking nested exports for destructuring assignment (<a
href="https://redirect.github.com/webpack/webpack/issues/19955">#19955</a>)</li>
<li><a
href="https://github.com/webpack/webpack/commit/0a58530ef4e6b0eda68db191c17e89406b4430f5"><code>0a58530</code></a>
chore(deps): bump actions/dependency-review-action from 4.7.3 to 4.8.0
(<a
href="https://redirect.github.com/webpack/webpack/issues/19958">#19958</a>)</li>
<li><a
href="https://github.com/webpack/webpack/commit/042bf86cf8b3e86bc58bc9b2e5ea116940259b2f"><code>042bf86</code></a>
fix: integrity in http-url test (<a
href="https://redirect.github.com/webpack/webpack/issues/19954">#19954</a>)</li>
<li><a
href="https://github.com/webpack/webpack/commit/d9121b39a1d76339b7966279f198c2d8d3fdff5c"><code>d9121b3</code></a>
docs: use markdown instead html (<a
href="https://redirect.github.com/webpack/webpack/issues/19938">#19938</a>)</li>
<li><a
href="https://github.com/webpack/webpack/commit/3f00777e678f45b34534fb1eb208bfd926a807c8"><code>3f00777</code></a>
docs: remove unused files (<a
href="https://redirect.github.com/webpack/webpack/issues/19937">#19937</a>)</li>
<li><a
href="https://github.com/webpack/webpack/commit/3cf0d95e86b18173a6d24aed533d39c309dc1f0c"><code>3cf0d95</code></a>
chore: add lfx badge (<a
href="https://redirect.github.com/webpack/webpack/issues/19934">#19934</a>)</li>
<li><a
href="https://github.com/webpack/webpack/commit/84e5c129d12f744df0349fce40365c021d8b0f87"><code>84e5c12</code></a>
fix: should analyze correct variable for dynamic import (<a
href="https://redirect.github.com/webpack/webpack/issues/19936">#19936</a>)</li>
<li><a
href="https://github.com/webpack/webpack/commit/44cf16f2ebd179fae5515892b5198c2dbfa7c8fa"><code>44cf16f</code></a>
docs: Revise security policy and reporting guidelines (<a
href="https://redirect.github.com/webpack/webpack/issues/19886">#19886</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/webpack/webpack/compare/v5.101.3...v5.102.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>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
package.json | 2 +-
yarn.lock | 74 ++++++++++++++++++++++++++++++++----------------------------
2 files changed, 41 insertions(+), 35 deletions(-)
diff --git a/package.json b/package.json
index a2802f2..66a770e 100644
--- a/package.json
+++ b/package.json
@@ -106,7 +106,7 @@
"vinyl-buffer": "1.0.1",
"vinyl-source-stream": "2.0.0",
"web-streams-polyfill": "3.2.1",
- "webpack": "5.101.3",
+ "webpack": "5.102.0",
"webpack-bundle-analyzer": "4.10.2",
"webpack-stream": "7.0.0",
"zstd-codec": "0.1.5"
diff --git a/yarn.lock b/yarn.lock
index 974a844..7842e25 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -2152,6 +2152,11 @@ base64-js@^1.3.1:
resolved
"https://registry.yarnpkg.com/base64-js/-/base64-js-1.5.1.tgz#1b1b440160a5bf7ad40b650f095963481903930a"
integrity
sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==
+baseline-browser-mapping@^2.8.3:
+ version "2.8.9"
+ resolved
"https://registry.yarnpkg.com/baseline-browser-mapping/-/baseline-browser-mapping-2.8.9.tgz#fd0b8543c4f172595131e94965335536b3101b75"
+ integrity
sha512-hY/u2lxLrbecMEWSB0IpGzGyDyeoMFQhCvZd2jGFSE5I17Fh01sYUBPCJtkWERw7zrac9+cIghxm/ytJa2X8iA==
+
benchmark@^2.1.4:
version "2.1.4"
resolved
"https://registry.yarnpkg.com/benchmark/-/benchmark-2.1.4.tgz#09f3de31c916425d498cc2ee565a0ebf3c2a5629"
@@ -2224,14 +2229,15 @@ braces@^3.0.2, braces@~3.0.2:
dependencies:
fill-range "^7.1.1"
-browserslist@^4.22.2, browserslist@^4.24.0, browserslist@^4.24.4:
- version "4.24.5"
- resolved
"https://registry.yarnpkg.com/browserslist/-/browserslist-4.24.5.tgz#aa0f5b8560fe81fde84c6dcb38f759bafba0e11b"
- integrity
sha512-FDToo4Wo82hIdgc1CQ+NQD0hEhmpPjrZ3hiUgwgOG6IuTdlpr8jdjyG24P6cNP1yJpTLzS5OcGgSw0xmDU1/Tw==
+browserslist@^4.22.2, browserslist@^4.24.4, browserslist@^4.24.5:
+ version "4.26.2"
+ resolved
"https://registry.yarnpkg.com/browserslist/-/browserslist-4.26.2.tgz#7db3b3577ec97f1140a52db4936654911078cef3"
+ integrity
sha512-ECFzp6uFOSB+dcZ5BK/IBaGWssbSYBHvuMeMt3MMFyhI0Z8SqGgEkBLARgpRH3hutIgPVsALcMwbDrJqPxQ65A==
dependencies:
- caniuse-lite "^1.0.30001716"
- electron-to-chromium "^1.5.149"
- node-releases "^2.0.19"
+ baseline-browser-mapping "^2.8.3"
+ caniuse-lite "^1.0.30001741"
+ electron-to-chromium "^1.5.218"
+ node-releases "^2.0.21"
update-browserslist-db "^1.1.3"
[email protected]:
@@ -2297,10 +2303,10 @@ camelcase@^6.2.0:
resolved
"https://registry.yarnpkg.com/camelcase/-/camelcase-6.3.0.tgz#5685b95eb209ac9c0c177467778c9c84df58ba9a"
integrity
sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==
-caniuse-lite@^1.0.30001716:
- version "1.0.30001718"
- resolved
"https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001718.tgz#dae13a9c80d517c30c6197515a96131c194d8f82"
- integrity
sha512-AflseV1ahcSunK53NfEs9gFWgOEmzr0f+kaMFA4xiLZlr9Hzt7HxcSpIFcnNCUkz6R6dWKa54rUz3HUmI3nVcw==
+caniuse-lite@^1.0.30001741:
+ version "1.0.30001745"
+ resolved
"https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001745.tgz#ab2a36e3b6ed5bfb268adc002c476aab6513f859"
+ integrity
sha512-ywt6i8FzvdgrrrGbr1jZVObnVv6adj+0if2/omv9cmR2oiZs30zL4DIyaptKcbOrBdOIc74QTMoJvSE2QHh5UQ==
chalk-template@^0.4.0:
version "0.4.0"
@@ -2732,10 +2738,10 @@ eastasianwidth@^0.2.0:
resolved
"https://registry.yarnpkg.com/eastasianwidth/-/eastasianwidth-0.2.0.tgz#696ce2ec0aa0e6ea93a397ffcf24aa7840c827cb"
integrity
sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==
-electron-to-chromium@^1.5.149:
- version "1.5.158"
- resolved
"https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.158.tgz#e5f01fc7fdf810d9d223e30593e0839c306276d4"
- integrity
sha512-9vcp2xHhkvraY6AHw2WMi+GDSLPX42qe2xjYaVoZqFRJiOcilVQFq9mZmpuHEQpzlgGDelKlV7ZiGcmMsc8WxQ==
+electron-to-chromium@^1.5.218:
+ version "1.5.227"
+ resolved
"https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.227.tgz#c81b6af045b0d6098faed261f0bd611dc282d3a7"
+ integrity
sha512-ITxuoPfJu3lsNWUi2lBM2PaBPYgH3uqmxut5vmBxgYvyI4AlJ6P3Cai1O76mOrkJCBzq0IxWg/NtqOrpu/0gKA==
emittery@^0.13.1:
version "0.13.1"
@@ -4965,10 +4971,10 @@ node-int64@^0.4.0:
resolved
"https://registry.yarnpkg.com/node-int64/-/node-int64-0.4.0.tgz#87a9065cdb355d3182d8f94ce11188b825c68a3b"
integrity
sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw==
-node-releases@^2.0.19:
- version "2.0.19"
- resolved
"https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.19.tgz#9e445a52950951ec4d177d843af370b411caf314"
- integrity
sha512-xxOWJsBKtzAq7DY0J+DTzuz58K8e7sJbdgwkbMWQe8UYB6ekmsQ45q0M/tJDsGaZmbC+l7n57UV8Hl5tHxO9uw==
+node-releases@^2.0.21:
+ version "2.0.21"
+ resolved
"https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.21.tgz#f59b018bc0048044be2d4c4c04e4c8b18160894c"
+ integrity
sha512-5b0pgg78U3hwXkCM8Z9b2FJdPZlr9Psr9V2gQPESdGHqbntyFJKFW4r5TeWGFzafGY3hzs1JC62VEQMbl1JFkw==
[email protected], normalize-path@^3.0.0, normalize-path@~3.0.0:
version "3.0.0"
@@ -5953,10 +5959,10 @@ table-layout@^4.1.0:
array-back "^6.2.2"
wordwrapjs "^5.1.0"
-tapable@^2.1.1, tapable@^2.2.0:
- version "2.2.1"
- resolved
"https://registry.yarnpkg.com/tapable/-/tapable-2.2.1.tgz#1967a73ef4060a82f12ab96af86d52fdb76eeca0"
- integrity
sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==
+tapable@^2.2.0, tapable@^2.2.3:
+ version "2.2.3"
+ resolved
"https://registry.yarnpkg.com/tapable/-/tapable-2.2.3.tgz#4b67b635b2d97578a06a2713d2f04800c237e99b"
+ integrity
sha512-ZL6DDuAlRlLGghwcfmSn9sK3Hr6ArtyudlSAiCqQ6IfE+b+HHbydbYDIG15IfS5do+7XQQBdBiubF/cV2dnDzg==
teex@^1.0.1:
version "1.0.1"
@@ -6417,10 +6423,10 @@ walker@^1.0.8:
dependencies:
makeerror "1.0.12"
-watchpack@^2.4.1:
- version "2.4.1"
- resolved
"https://registry.yarnpkg.com/watchpack/-/watchpack-2.4.1.tgz#29308f2cac150fa8e4c92f90e0ec954a9fed7fff"
- integrity
sha512-8wrBCMtVhqcXP2Sup1ctSkga6uc2Bx0IIvKyT7yTFier5AXHooSI+QyQQAtTb7+E0IUCCKyTFmXqdqgum2XWGg==
+watchpack@^2.4.4:
+ version "2.4.4"
+ resolved
"https://registry.yarnpkg.com/watchpack/-/watchpack-2.4.4.tgz#473bda72f0850453da6425081ea46fc0d7602947"
+ integrity
sha512-c5EGNOiyxxV5qmTtAB7rbiXxi1ooX1pQKMLX/MIabJjRA0SJBQOjKF+KSVfHkr9U1cADPon0mRiVe/riyaiDUA==
dependencies:
glob-to-regexp "^0.4.1"
graceful-fs "^4.1.2"
@@ -6467,10 +6473,10 @@ [email protected]:
through "^2.3.8"
vinyl "^2.2.1"
[email protected]:
- version "5.101.3"
- resolved
"https://registry.yarnpkg.com/webpack/-/webpack-5.101.3.tgz#3633b2375bb29ea4b06ffb1902734d977bc44346"
- integrity
sha512-7b0dTKR3Ed//AD/6kkx/o7duS8H3f1a4w3BYpIriX4BzIhjkn4teo05cptsxvLesHFKK5KObnadmCHBwGc+51A==
[email protected]:
+ version "5.102.0"
+ resolved
"https://registry.yarnpkg.com/webpack/-/webpack-5.102.0.tgz#7a2416e6da356c35f1fb35333d2f5cee0133e953"
+ integrity
sha512-hUtqAR3ZLVEYDEABdBioQCIqSoguHbFn1K7WlPPWSuXmx0031BD73PSE35jKyftdSh4YLDoQNgK4pqBt5Q82MA==
dependencies:
"@types/eslint-scope" "^3.7.7"
"@types/estree" "^1.0.8"
@@ -6480,7 +6486,7 @@ [email protected]:
"@webassemblyjs/wasm-parser" "^1.14.1"
acorn "^8.15.0"
acorn-import-phases "^1.0.3"
- browserslist "^4.24.0"
+ browserslist "^4.24.5"
chrome-trace-event "^1.0.2"
enhanced-resolve "^5.17.3"
es-module-lexer "^1.2.1"
@@ -6493,9 +6499,9 @@ [email protected]:
mime-types "^2.1.27"
neo-async "^2.6.2"
schema-utils "^4.3.2"
- tapable "^2.1.1"
+ tapable "^2.2.3"
terser-webpack-plugin "^5.3.11"
- watchpack "^2.4.1"
+ watchpack "^2.4.4"
webpack-sources "^3.3.3"
which@^1.2.14: