You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ko...@apache.org on 2023/11/06 22:09:12 UTC

(arrow) branch main updated: MINOR: [JS] Bump rollup and @rollup/stream in /js (#38595)

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.git


The following commit(s) were added to refs/heads/main by this push:
     new c131feae96 MINOR: [JS] Bump rollup and @rollup/stream in /js (#38595)
c131feae96 is described below

commit c131feae965b510a1c1b045c1b670fbf5a7da9d4
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Nov 7 07:09:05 2023 +0900

    MINOR: [JS] Bump rollup and @rollup/stream in /js (#38595)
    
    Bumps [rollup](https://github.com/rollup/rollup) and [@ rollup/stream](https://github.com/rollup/stream). These dependencies needed to be updated together.
    Updates `rollup` from 3.29.4 to 4.3.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.3.0</h2>
    <h2>4.3.0</h2>
    <p><em>2023-11-03</em></p>
    <h3>Features</h3>
    <ul>
    <li>Add <code>forceExit</code> CLI flag for situations where the CLI does not exit gracefully (<a href="https://redirect.github.com/rollup/rollup/issues/5195">#5195</a>)</li>
    </ul>
    <h3>Bug Fixes</h3>
    <ul>
    <li>Properly catch errors when removing a temporary config file fails (<a href="https://redirect.github.com/rollup/rollup/issues/5198">#5198</a>)</li>
    </ul>
    <h3>Pull Requests</h3>
    <ul>
    <li><a href="https://redirect.github.com/rollup/rollup/pull/5195">#5195</a>: Add <code>forceExit</code> CLI flag (<a href="https://github.com/raphael-theriault-swi"><code>@​raphael-theriault-swi</code></a>)</li>
    <li><a href="https://redirect.github.com/rollup/rollup/pull/5198">#5198</a>: fix: prevent <code>ENOENT</code> error on temp config removal (<a href="https://github.com/jzempel"><code>@​jzempel</code></a>)</li>
    <li><a href="https://redirect.github.com/rollup/rollup/pull/5237">#5237</a>: chore: remove unused files and deps (<a href="https://github.com/TrickyPi"><code>@​TrickyPi</code></a>)</li>
    <li><a href="https://redirect.github.com/rollup/rollup/pull/5238">#5238</a>: chore(deps): update dependency eslint-plugin-unicorn to v49 (<a href="https://github.com/renovate"><code>@​renovate</code></a>[bot])</li>
    <li><a href="https://redirect.github.com/rollup/rollup/pull/5239">#5239</a>: chore(deps): lock file maintenance minor/patch updates (<a href="https://github.com/renovate"><code>@​renovate</code></a>[bot])</li>
    </ul>
    <h2>v4.2.0</h2>
    <h2>4.2.0</h2>
    <p><em>2023-10-31</em></p>
    <h3>Features</h3>
    <ul>
    <li>Run parsing in multiple threads and introduce <code>parseAstAsync</code> helper function (<a href="https://redirect.github.com/rollup/rollup/issues/5202">#5202</a>)</li>
    </ul>
    <h3>Pull Requests</h3>
    <ul>
    <li><a href="https://redirect.github.com/rollup/rollup/pull/5202">#5202</a>: perf: introduce <code>parseAstAsync</code> and parallelize parsing AST (<a href="https://github.com/sapphi-red"><code>@​sapphi-red</code></a>)</li>
    </ul>
    <h2>v4.1.6</h2>
    <h2>4.1.6</h2>
    <p><em>2023-10-31</em></p>
    <h3>Bug Fixes</h3>
    <ul>
    <li>Fix a bug where emtpy block comments in certain positions could freeze Rollup (<a href="https://redirect.github.com/rollup/rollup/issues/5231">#5231</a>)</li>
    </ul>
    <h3>Pull Requests</h3>
    <ul>
    <li><a href="https://redirect.github.com/rollup/rollup/pull/5228">#5228</a>: build: ensure rust toolchain components for linting are installed (<a href="https://github.com/jerome-benoit"><code>@​jerome-benoit</code></a>)</li>
    <li><a href="https://redirect.github.com/rollup/rollup/pull/5231">#5231</a>: Render emtpy block comments after tree-shaken statements (<a href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li>
    <li><a href="https://redirect.github.com/rollup/rollup/pull/5232">#5232</a>: Revert specifying rustfmt and clippy in toolchain file as it breaks REPL build (<a href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li>
    </ul>
    <h2>v4.1.5</h2>
    
    </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.3.0</h2>
    <p><em>2023-11-03</em></p>
    <h3>Features</h3>
    <ul>
    <li>Add <code>forceExit</code> CLI flag for situations where the CLI does not exit gracefully (<a href="https://redirect.github.com/rollup/rollup/issues/5195">#5195</a>)</li>
    </ul>
    <h3>Bug Fixes</h3>
    <ul>
    <li>Properly catch errors when removing a temporary config file fails (<a href="https://redirect.github.com/rollup/rollup/issues/5198">#5198</a>)</li>
    </ul>
    <h3>Pull Requests</h3>
    <ul>
    <li><a href="https://redirect.github.com/rollup/rollup/pull/5195">#5195</a>: Add <code>forceExit</code> CLI flag (<a href="https://github.com/raphael-theriault-swi"><code>@​raphael-theriault-swi</code></a>)</li>
    <li><a href="https://redirect.github.com/rollup/rollup/pull/5198">#5198</a>: fix: prevent <code>ENOENT</code> error on temp config removal (<a href="https://github.com/jzempel"><code>@​jzempel</code></a>)</li>
    <li><a href="https://redirect.github.com/rollup/rollup/pull/5237">#5237</a>: chore: remove unused files and deps (<a href="https://github.com/TrickyPi"><code>@​TrickyPi</code></a>)</li>
    <li><a href="https://redirect.github.com/rollup/rollup/pull/5238">#5238</a>: chore(deps): update dependency eslint-plugin-unicorn to v49 (<a href="https://github.com/renovate"><code>@​renovate</code></a>[bot])</li>
    <li><a href="https://redirect.github.com/rollup/rollup/pull/5239">#5239</a>: chore(deps): lock file maintenance minor/patch updates (<a href="https://github.com/renovate"><code>@​renovate</code></a>[bot])</li>
    </ul>
    <h2>4.2.0</h2>
    <p><em>2023-10-31</em></p>
    <h3>Features</h3>
    <ul>
    <li>Run parsing in multiple threads and introduce <code>parseAstAsync</code> helper function (<a href="https://redirect.github.com/rollup/rollup/issues/5202">#5202</a>)</li>
    </ul>
    <h3>Pull Requests</h3>
    <ul>
    <li><a href="https://redirect.github.com/rollup/rollup/pull/5202">#5202</a>: perf: introduce <code>parseAstAsync</code> and parallelize parsing AST (<a href="https://github.com/sapphi-red"><code>@​sapphi-red</code></a>)</li>
    </ul>
    <h2>4.1.6</h2>
    <p><em>2023-10-31</em></p>
    <h3>Bug Fixes</h3>
    <ul>
    <li>Fix a bug where emtpy block comments in certain positions could freeze Rollup (<a href="https://redirect.github.com/rollup/rollup/issues/5231">#5231</a>)</li>
    </ul>
    <h3>Pull Requests</h3>
    <ul>
    <li><a href="https://redirect.github.com/rollup/rollup/pull/5228">#5228</a>: build: ensure rust toolchain components for linting are installed (<a href="https://github.com/jerome-benoit"><code>@​jerome-benoit</code></a>)</li>
    <li><a href="https://redirect.github.com/rollup/rollup/pull/5231">#5231</a>: Render emtpy block comments after tree-shaken statements (<a href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li>
    <li><a href="https://redirect.github.com/rollup/rollup/pull/5232">#5232</a>: Revert specifying rustfmt and clippy in toolchain file as it breaks REPL build (<a href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li>
    </ul>
    <h2>4.1.5</h2>
    <p><em>2023-10-28</em></p>
    
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/rollup/rollup/commit/937d9911376574c42f893e1cd14b55418c4f7b68"><code>937d991</code></a> 4.3.0</li>
    <li><a href="https://github.com/rollup/rollup/commit/75c67e9e3f739fe65f4a9c4a0a9d12d375a9f902"><code>75c67e9</code></a> fix: prevent <code>ENOENT</code> error on temp config removal (<a href="https://redirect.github.com/rollup/rollup/issues/5198">#5198</a>)</li>
    <li><a href="https://github.com/rollup/rollup/commit/ba2a961416affaadbe253c93655e91908b722e08"><code>ba2a961</code></a> chore(deps): lock file maintenance minor/patch updates (<a href="https://redirect.github.com/rollup/rollup/issues/5239">#5239</a>)</li>
    <li><a href="https://github.com/rollup/rollup/commit/20a64a11d0804c27f9dff38af9a65e896c99beb1"><code>20a64a1</code></a> Add <code>forceExit</code> CLI flag (<a href="https://redirect.github.com/rollup/rollup/issues/5195">#5195</a>)</li>
    <li><a href="https://github.com/rollup/rollup/commit/d255414d2c0d234b2d5ab368d6e31daa60f77989"><code>d255414</code></a> chore: remove unused files and deps (<a href="https://redirect.github.com/rollup/rollup/issues/5237">#5237</a>)</li>
    <li><a href="https://github.com/rollup/rollup/commit/876f305b06d41486d77725ba7ffbd0419fc0821a"><code>876f305</code></a> chore(deps): update dependency eslint-plugin-unicorn to v49 (<a href="https://redirect.github.com/rollup/rollup/issues/5238">#5238</a>)</li>
    <li><a href="https://github.com/rollup/rollup/commit/fbf806aceffd822d43e4603b664c54165c72cf36"><code>fbf806a</code></a> 4.2.0</li>
    <li><a href="https://github.com/rollup/rollup/commit/49b57c2b30d55178a7316f23cc9ccc457e1a2ee7"><code>49b57c2</code></a> perf: introduce <code>parseAstAsync</code> and parallelize parsing AST (<a href="https://redirect.github.com/rollup/rollup/issues/5202">#5202</a>)</li>
    <li><a href="https://github.com/rollup/rollup/commit/5865fbd33e13c4be2018494de196f6e815e2bc8a"><code>5865fbd</code></a> Revert specifying components in workflow files</li>
    <li><a href="https://github.com/rollup/rollup/commit/5901e545697b36326110d89ed02964fdaffd9f6f"><code>5901e54</code></a> 4.1.6</li>
    <li>Additional commits viewable in <a href="https://github.com/rollup/rollup/compare/v3.29.4...v4.3.0">compare view</a></li>
    </ul>
    </details>
    <br />
    
    Updates `@ rollup/stream` from 3.0.0 to 3.0.1
    <details>
    <summary>Commits</summary>
    <ul>
    <li>See full diff in <a href="https://github.com/rollup/stream/commits/v3.0.1">compare view</a></li>
    </ul>
    </details>
    <br />
    
    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>
    
    Authored-by: dependabot[bot] <49...@users.noreply.github.com>
    Signed-off-by: Sutou Kouhei <ko...@clear-code.com>
---
 js/package.json |  4 +--
 js/yarn.lock    | 88 +++++++++++++++++++++++++++++++++++++++++++++++++++------
 2 files changed, 82 insertions(+), 10 deletions(-)

diff --git a/js/package.json b/js/package.json
index e7ef0f895a..cca333ad3d 100644
--- a/js/package.json
+++ b/js/package.json
@@ -68,7 +68,7 @@
     "@openpgp/web-stream-tools": "0.0.13",
     "@rollup/plugin-alias": "5.0.0",
     "@rollup/plugin-node-resolve": "15.1.0",
-    "@rollup/stream": "3.0.0",
+    "@rollup/stream": "3.0.1",
     "@swc/core": "1.3.82",
     "@types/benchmark": "2.1.4",
     "@types/glob": "8.1.0",
@@ -106,7 +106,7 @@
     "multistream": "4.1.0",
     "randomatic": "3.1.1",
     "regenerator-runtime": "0.14.0",
-    "rollup": "3.29.4",
+    "rollup": "4.3.0",
     "rxjs": "7.8.1",
     "ts-jest": "29.1.1",
     "ts-node": "10.9.1",
diff --git a/js/yarn.lock b/js/yarn.lock
index 40d5ef5f16..b2ed3ed206 100644
--- a/js/yarn.lock
+++ b/js/yarn.lock
@@ -1032,10 +1032,70 @@
     estree-walker "^2.0.2"
     picomatch "^2.3.1"
 
-"@rollup/stream@3.0.0":
-  version "3.0.0"
-  resolved "https://registry.npmjs.org/@rollup/stream/-/stream-3.0.0.tgz#8578177aa992e1e7d932d7b8b9ac302ce272663e"
-  integrity sha512-rCctaa32QWDmbO/NyZPE3fKbpi4RHmR3N/mPvCYaig7ieSsDg4uSudKkIsaDHuLuYpvNII8kPwgXs1k077lAPg==
+"@rollup/rollup-android-arm-eabi@4.3.0":
+  version "4.3.0"
+  resolved "https://registry.yarnpkg.com/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.3.0.tgz#8ad8a660b18f1a24ad4a272738a65ac4788a8811"
+  integrity sha512-/4pns6BYi8MXdwnXM44yoGAcFYVHL/BYlB2q1HXZ6AzH++LaiEVWFpBWQ/glXhbMbv3E3o09igrHFbP/snhAvA==
+
+"@rollup/rollup-android-arm64@4.3.0":
+  version "4.3.0"
+  resolved "https://registry.yarnpkg.com/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.3.0.tgz#17b0f412034d14668c8acc8b7cbd8b1c76279599"
+  integrity sha512-nLO/JsL9idr416vzi3lHm3Xm+QZh4qHij8k3Er13kZr5YhL7/+kBAx84kDmPc7HMexLmwisjDCeDIKNFp8mDlQ==
+
+"@rollup/rollup-darwin-arm64@4.3.0":
+  version "4.3.0"
+  resolved "https://registry.yarnpkg.com/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.3.0.tgz#80c4a4dd7b120906d4e655808fb9005784a8bf35"
+  integrity sha512-dGhVBlllt4iHwTGy21IEoMOTN5wZoid19zEIxsdY29xcEiOEHqzDa7Sqrkh5OE7LKCowL61eFJXxYe/+pYa7ZQ==
+
+"@rollup/rollup-darwin-x64@4.3.0":
+  version "4.3.0"
+  resolved "https://registry.yarnpkg.com/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.3.0.tgz#52ad0db40d9b5ae047dfc08e54e4b3f42feaef82"
+  integrity sha512-h8wRfHeLEbU3NzaP1Oku7BYXCJQiTRr+8U0lklyOQXxXiEpHLL8tk1hFl+tezoRKLcPJD7joKaK74ASsqt3Ekg==
+
+"@rollup/rollup-linux-arm-gnueabihf@4.3.0":
+  version "4.3.0"
+  resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.3.0.tgz#2ad3d190af01d7fc8704e8e782c4a24006a9f21a"
+  integrity sha512-wP4VgR/gfV18sylTuym3sxRTkAgUR2vh6YLeX/GEznk5jCYcYSlx585XlcUcl0c8UffIZlRJ09raWSX3JDb4GA==
+
+"@rollup/rollup-linux-arm64-gnu@4.3.0":
+  version "4.3.0"
+  resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.3.0.tgz#4f7ba42f779f06e93876755b7393c61676e2958a"
+  integrity sha512-v/14JCYVkqRSJeQbxFx4oUkwVQQw6lFMN7bd4vuARBc3X2lmomkxBsc+BFiIDL/BK+CTx5AOh/k9XmqDnKWRVg==
+
+"@rollup/rollup-linux-arm64-musl@4.3.0":
+  version "4.3.0"
+  resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.3.0.tgz#64795a09dac02b4d779819509a793b93ba7e4c0d"
+  integrity sha512-tNhfYqFH5OxtRzfkTOKdgFYlPSZnlDLNW4+leNEvQZhwTJxoTwsZAAhR97l3qVry/kkLyJPBK+Q8EAJLPinDIg==
+
+"@rollup/rollup-linux-x64-gnu@4.3.0":
+  version "4.3.0"
+  resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.3.0.tgz#00c1ff131ba16881eb1a0ad46b0aa10dcacb010e"
+  integrity sha512-pw77m8QywdsoFdFOgmc8roF1inBI0rciqzO8ffRUgLoq7+ee9o5eFqtEcS6hHOOplgifAUUisP8cAnwl9nUYPw==
+
+"@rollup/rollup-linux-x64-musl@4.3.0":
+  version "4.3.0"
+  resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.3.0.tgz#89479dce5e5bf6850fbca92fa7f1637ddd70c9ef"
+  integrity sha512-tJs7v2MnV2F8w6X1UpPHl/43OfxjUy9SuJ2ZPoxn79v9vYteChVYO/ueLHCpRMmyTUIVML3N9z4azl9ENH8Xxg==
+
+"@rollup/rollup-win32-arm64-msvc@4.3.0":
+  version "4.3.0"
+  resolved "https://registry.yarnpkg.com/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.3.0.tgz#1a36aba17c7efe6d61e98b8049e70b40e33b1f45"
+  integrity sha512-OKGxp6kATQdTyI2DF+e9s+hB3/QZB45b6e+dzcfW1SUqiF6CviWyevhmT4USsMEdP3mlpC9zxLz3Oh+WaTMOSw==
+
+"@rollup/rollup-win32-ia32-msvc@4.3.0":
+  version "4.3.0"
+  resolved "https://registry.yarnpkg.com/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.3.0.tgz#a0b1f79afde51e390a7725b7c15ab4e0df780aea"
+  integrity sha512-DDZ5AH68JJ2ClQFEA1aNnfA7Ybqyeh0644rGbrLOdNehTmzfICHiWSn0OprzYi9HAshTPQvlwrM+bi2kuaIOjQ==
+
+"@rollup/rollup-win32-x64-msvc@4.3.0":
+  version "4.3.0"
+  resolved "https://registry.yarnpkg.com/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.3.0.tgz#0b9bcc159b93c911efb5a2c39ec5d70dd0a589dc"
+  integrity sha512-dMvGV8p92GQ8jhNlGIKpyhVZPzJlT258pPrM5q2F8lKcc9Iv9BbfdnhX1OfinYWnb9ms5zLw6MlaMnqLfUkKnQ==
+
+"@rollup/stream@3.0.1":
+  version "3.0.1"
+  resolved "https://registry.yarnpkg.com/@rollup/stream/-/stream-3.0.1.tgz#485452d6f1016ac1b0513060f90ff02aaca3e1c0"
+  integrity sha512-wdzoakLc9UiPOFa1k17ukfEtvQ0p7JuNFvOZT1DhO5Z5CrTf71An01U9+v+aebYcaLCwy3tLwpCSUF7K7xVN0A==
 
 "@sinclair/typebox@^0.27.8":
   version "0.27.8"
@@ -6160,11 +6220,23 @@ rimraf@^3.0.2:
   dependencies:
     glob "^7.1.3"
 
-rollup@3.29.4:
-  version "3.29.4"
-  resolved "https://registry.yarnpkg.com/rollup/-/rollup-3.29.4.tgz#4d70c0f9834146df8705bfb69a9a19c9e1109981"
-  integrity sha512-oWzmBZwvYrU0iJHtDmhsm662rC15FRXmcjCk1xD771dFDx5jJ02ufAQQTn0etB2emNk4J9EZg/yWKpsn9BWGRw==
+rollup@4.3.0:
+  version "4.3.0"
+  resolved "https://registry.yarnpkg.com/rollup/-/rollup-4.3.0.tgz#198e6ae4355899db630d75bc0e17b53f5d0fc20e"
+  integrity sha512-scIi1NrKLDIYSPK66jjECtII7vIgdAMFmFo8h6qm++I6nN9qDSV35Ku6erzGVqYjx+lj+j5wkusRMr++8SyDZg==
   optionalDependencies:
+    "@rollup/rollup-android-arm-eabi" "4.3.0"
+    "@rollup/rollup-android-arm64" "4.3.0"
+    "@rollup/rollup-darwin-arm64" "4.3.0"
+    "@rollup/rollup-darwin-x64" "4.3.0"
+    "@rollup/rollup-linux-arm-gnueabihf" "4.3.0"
+    "@rollup/rollup-linux-arm64-gnu" "4.3.0"
+    "@rollup/rollup-linux-arm64-musl" "4.3.0"
+    "@rollup/rollup-linux-x64-gnu" "4.3.0"
+    "@rollup/rollup-linux-x64-musl" "4.3.0"
+    "@rollup/rollup-win32-arm64-msvc" "4.3.0"
+    "@rollup/rollup-win32-ia32-msvc" "4.3.0"
+    "@rollup/rollup-win32-x64-msvc" "4.3.0"
     fsevents "~2.3.2"
 
 run-parallel@^1.1.9: