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 3867575f99 MINOR: [JS] Bump gulp-esbuild from 0.12.1 to 0.13.0 in /js 
(#44893)
3867575f99 is described below

commit 3867575f99272bc779377f732e69c9a80889d404
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Dec 2 06:08:44 2024 +0900

    MINOR: [JS] Bump gulp-esbuild from 0.12.1 to 0.13.0 in /js (#44893)
    
    Bumps [gulp-esbuild](https://github.com/ym-project/gulp-esbuild) from 
0.12.1 to 0.13.0.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a 
href="https://github.com/ym-project/gulp-esbuild/releases";>gulp-esbuild's 
releases</a>.</em></p>
    <blockquote>
    <h2>v0.13.0</h2>
    <pre><code>⚠️ This release contains esbuild backwards-incompatible changes 
⚠️
    </code></pre>
    <p>Removed <code>pipe</code> flag. Now plugin works with both file system 
files and virtual files by default.
    Previous code:</p>
    <pre lang="js"><code>const { createGulpEsbuild } = require('gulp-esbuild);
    const gulpEsbuild = createGulpEsbuild({ pipe: true });
    // ...
    // ...
    src(...).pipe(gulpEsbuild(...))
    </code></pre>
    <p>Current code:</p>
    <pre lang="js"><code>const gulpEsbuild = require('gulp-esbuild');
    // ...
    // ...
    src(...).pipe(gulpEsbuild(...))
    </code></pre>
    <h2>What's Changed</h2>
    <ul>
    <li>fix(<a 
href="https://redirect.github.com/ym-project/gulp-esbuild/issues/16";>#16</a>): 
fix esbuild interaction with gulp's virtual files by <a 
href="https://github.com/ym-project";><code>@​ym-project</code></a> in <a 
href="https://redirect.github.com/ym-project/gulp-esbuild/pull/27";>ym-project/gulp-esbuild#27</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a 
href="https://github.com/ym-project/gulp-esbuild/compare/v0.12.1...v0.13.0";>https://github.com/ym-project/gulp-esbuild/compare/v0.12.1...v0.13.0</a></p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a 
href="https://github.com/ym-project/gulp-esbuild/commit/80580e2b01cc2aa3e3153f58be2099043230818c";><code>80580e2</code></a>
 chore: release v0.13.0</li>
    <li><a 
href="https://github.com/ym-project/gulp-esbuild/commit/04db7881ca1de85059c8e9073a8599ad94dcf691";><code>04db788</code></a>
 Merge pull request <a 
href="https://redirect.github.com/ym-project/gulp-esbuild/issues/27";>#27</a> 
from ym-project/issue16</li>
    <li><a 
href="https://github.com/ym-project/gulp-esbuild/commit/6c421c0b42ed5102e1af65007267d33ad21f03c0";><code>6c421c0</code></a>
 docs(<a 
href="https://redirect.github.com/ym-project/gulp-esbuild/issues/16";>#16</a>): 
fix paths</li>
    <li><a 
href="https://github.com/ym-project/gulp-esbuild/commit/cbe91208916b6a12e9572f21f74ad5cf56e848fb";><code>cbe9120</code></a>
 docs(<a 
href="https://redirect.github.com/ym-project/gulp-esbuild/issues/16";>#16</a>): 
remove information about piping feature</li>
    <li><a 
href="https://github.com/ym-project/gulp-esbuild/commit/487c8fd2b0e3c07af8bb526299a11a6423ce7564";><code>487c8fd</code></a>
 fix(<a 
href="https://redirect.github.com/ym-project/gulp-esbuild/issues/16";>#16</a>): 
remove unused piping flat from example</li>
    <li><a 
href="https://github.com/ym-project/gulp-esbuild/commit/538d1b1f6d0568a6cb285e4ca5ecd3933b18a50f";><code>538d1b1</code></a>
 fix(<a 
href="https://redirect.github.com/ym-project/gulp-esbuild/issues/16";>#16</a>): 
fix missing file extension</li>
    <li><a 
href="https://github.com/ym-project/gulp-esbuild/commit/4f2c8c072dfbbdbe700cba5245fbc5c4d69456ba";><code>4f2c8c0</code></a>
 fix(<a 
href="https://redirect.github.com/ym-project/gulp-esbuild/issues/16";>#16</a>): 
simplify resolve plugin, add tests</li>
    <li><a 
href="https://github.com/ym-project/gulp-esbuild/commit/cc26ba593724285f850479298969ed1160627ffc";><code>cc26ba5</code></a>
 fix(<a 
href="https://redirect.github.com/ym-project/gulp-esbuild/issues/16";>#16</a>): 
add loaders support for plugin</li>
    <li><a 
href="https://github.com/ym-project/gulp-esbuild/commit/c4b358566661ebfa91ad3848b3123c08d03e1c7e";><code>c4b3585</code></a>
 fix(<a 
href="https://redirect.github.com/ym-project/gulp-esbuild/issues/16";>#16</a>): 
revert virtual entrypoint changes</li>
    <li><a 
href="https://github.com/ym-project/gulp-esbuild/commit/81e0b222b460d1c9c0be26a0ddf09b9c096bbd5f";><code>81e0b22</code></a>
 fix(<a 
href="https://redirect.github.com/ym-project/gulp-esbuild/issues/16";>#16</a>): 
allow to pass virtual file as esbuild entrypoint</li>
    <li>Additional commits viewable in <a 
href="https://github.com/ym-project/gulp-esbuild/compare/v0.12.1...v0.13.0";>compare
 view</a></li>
    </ul>
    </details>
    <br />
    
    [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=gulp-esbuild&package-manager=npm_and_yarn&previous-version=0.12.1&new-version=0.13.0)](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>
    
    Authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
    Signed-off-by: Sutou Kouhei <[email protected]>
---
 js/package.json | 2 +-
 js/yarn.lock    | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/js/package.json b/js/package.json
index e69ad5bc73..8fe7a2e17f 100644
--- a/js/package.json
+++ b/js/package.json
@@ -87,7 +87,7 @@
     "gulp": "4.0.2",
     "glob": "10.4.1",
     "google-closure-compiler": "20240317.0.0",
-    "gulp-esbuild": "0.12.1",
+    "gulp-esbuild": "0.13.0",
     "gulp-json-transform": "0.5.0",
     "gulp-rename": "2.0.0",
     "gulp-replace": "1.1.4",
diff --git a/js/yarn.lock b/js/yarn.lock
index 68c434722f..9d771cc5a2 100644
--- a/js/yarn.lock
+++ b/js/yarn.lock
@@ -3851,10 +3851,10 @@ gulp-cli@^2.2.0:
     v8flags "^3.2.0"
     yargs "^7.1.0"
 
[email protected]:
-  version "0.12.1"
-  resolved 
"https://registry.yarnpkg.com/gulp-esbuild/-/gulp-esbuild-0.12.1.tgz#f91093f0f68e739f455530804aa533577ec6dfc6";
-  integrity 
sha512-dkcN2AHtXTVu+KNw0Zw8SWysziNwpYg6kw41E8frUkil5ZtwktIsot/OCLEpRT6clFpVQ7Hw3+YZQvoNdyTF1A==
[email protected]:
+  version "0.13.0"
+  resolved 
"https://registry.yarnpkg.com/gulp-esbuild/-/gulp-esbuild-0.13.0.tgz#6327433d23497dfc760d3742d34565996f0121d6";
+  integrity 
sha512-dydvBeM9JIrSVa9HbYrTCnKLqKX7v3J6Nu6Fe/bYhutUEqtVNFLAQAyRk14nJoI7TsrGmsVTjVKfDCgFGW+01Q==
   dependencies:
     esbuild "^0.21.5"
     plugin-error "^2.0.1"

Reply via email to