dependabot[bot] opened a new pull request, #18237:
URL: https://github.com/apache/camel/pull/18237

   Bumps [gulp](https://github.com/gulpjs/gulp) from 4.0.2 to 5.0.1.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/gulpjs/gulp/releases";>gulp's 
releases</a>.</em></p>
   <blockquote>
   <h2>gulp v5.0.1</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Avoid globbing before read stream is opened (<a 
href="https://redirect.github.com/gulpjs/gulp/issues/2839";>#2839</a>) (<a 
href="https://www.github.com/gulpjs/gulp/commit/19122f3d9eefccaadcf0e96313a7d3b83348348b";>19122f3</a>)</li>
   <li>Avoid Node.js deprecation warning for <code>fs.Stats</code> (<a 
href="https://redirect.github.com/gulpjs/gulp/issues/2838";>#2838</a>) (<a 
href="https://www.github.com/gulpjs/gulp/commit/69a5d0e904278dde61c835a0b198d7d1c5a15b95";>69a5d0e</a>)</li>
   <li>Support top-level await on Node 22.12+ (<a 
href="https://redirect.github.com/gulpjs/gulp/issues/2836";>#2836</a>) (<a 
href="https://www.github.com/gulpjs/gulp/commit/04b4a74aec63302f603f0cca3826f75b1bda64ad";>04b4a74</a>)</li>
   </ul>
   <h2>gulp v5.0.0</h2>
   <p>We've tried to provide a high-level changelog for gulp v5 below, but it
   doesn't contain all changes from the 60+ dependencies that we maintain.</p>
   <p>Please see <a 
href="https://github.com/gulpjs/gulp/blob/HEAD/#individual-changelogs";>individual
 changelogs</a> to drill down
   into all changes that were made.</p>
   <h3>⚠ BREAKING CHANGES</h3>
   <ul>
   <li>Drop support for Node.js &lt;10.13</li>
   <li>Default stream encoding to UTF-8</li>
   <li>Standardized on <code>anymatch</code> library for globbing paths. All 
globs should work the same between <code>src</code> and <code>watch</code> 
now!</li>
   <li>Removed support for ordered globs. This aligns with the chokidar 
globbing implementation. If you need your globs to be ordered, you can use 
<code>ordered-read-stream</code></li>
   <li>All globs and paths are normalized to unix-like filepaths</li>
   <li>Only allow JS variants for <code>.gulp.*</code> config files</li>
   <li>Removed support for alpha releases of v4 from <code>gulp-cli</code></li>
   <li>Removed the <code>--verify</code> flag</li>
   <li>Renamed the <code>--require</code> flag to <code>--preload</code> to 
avoid conflicting with Node.js flags</li>
   <li>Removed many legacy and deprecated loaders</li>
   <li>Upgrade to chokidar v3</li>
   <li>Clone <code>Vinyl</code> objects with stream contents using 
<code>teex</code>, but no longer wait for all streams to flow before cloned 
streams will receive data</li>
   <li>Stop using <code>process.umask()</code> to make directories, instead 
falling back to Node's default mode</li>
   <li>Throw on non-function, non-string option coercers</li>
   <li>Drop support of Node.js snake_case flags</li>
   <li>Use a Symbol for attaching the <code>gulplog</code> namespace to the 
store</li>
   <li>Use a Symbol for attaching the <code>gulplog</code> store to the 
global</li>
   <li>Use sha256 to hash the <code>v8flags</code> cache into a filename</li>
   </ul>
   <h3>Features</h3>
   <ul>
   <li>Streamlined the dependency tree</li>
   <li>Switch all streams implementation to Streamx</li>
   <li>Rewrote <code>glob-stream</code> to use a custom directory walk that 
relies on newer Node.js features and is more performant than old 
implementation</li>
   <li>Implement translation support for all CLI messages and all messages 
passing through gulplog</li>
   <li>Allow users to customize or remove the timestamp from their logs</li>
   <li>Upgraded gulplog to v2. Messages logged via v1 will also display a 
deprecated warning. Plugins should update to v2 as the community upgrades to 
gulp 5</li>
   <li>Added support for <code>gulpile.cjs</code> and 
<code>gulpfile.mjs</code></li>
   <li>Add support for <code>swc</code>, <code>esbuild</code>, 
<code>sucrase</code>, and <code>mdx</code> loaders</li>
   <li>Provide an ESM export (<a 
href="https://redirect.github.com/gulpjs/gulp/issues/2760";>#2760</a>) (<a 
href="https://www.github.com/gulpjs/gulp/commit/b00de681f5ef6ade283d544f62f770f6b27a9e52";>b00de68</a>)</li>
   <li>Support sourcemap handling on streaming <code>Vinyl</code> contents</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/gulpjs/gulp/blob/master/CHANGELOG.md";>gulp's 
changelog</a>.</em></p>
   <blockquote>
   <h3><a 
href="https://www.github.com/gulpjs/gulp/compare/v5.0.0...v5.0.1";>5.0.1</a> 
(2025-06-01)</h3>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Avoid globbing before read stream is opened (<a 
href="https://redirect.github.com/gulpjs/gulp/issues/2839";>#2839</a>) (<a 
href="https://www.github.com/gulpjs/gulp/commit/19122f3d9eefccaadcf0e96313a7d3b83348348b";>19122f3</a>)</li>
   <li>Avoid Node.js deprecation warning for <code>fs.Stats</code> (<a 
href="https://redirect.github.com/gulpjs/gulp/issues/2838";>#2838</a>) (<a 
href="https://www.github.com/gulpjs/gulp/commit/69a5d0e904278dde61c835a0b198d7d1c5a15b95";>69a5d0e</a>)</li>
   <li>Support top-level await on Node 22.12+ (<a 
href="https://redirect.github.com/gulpjs/gulp/issues/2836";>#2836</a>) (<a 
href="https://www.github.com/gulpjs/gulp/commit/04b4a74aec63302f603f0cca3826f75b1bda64ad";>04b4a74</a>)</li>
   </ul>
   <h2><a 
href="https://www.github.com/gulpjs/gulp/compare/v4.0.2...v5.0.0";>5.0.0</a> 
(2024-03-29)</h2>
   <p>We've tried to provide a high-level changelog for gulp v5 below, but it
   doesn't contain all changes from the 60+ dependencies that we maintain.</p>
   <p>Please see <a 
href="https://github.com/gulpjs/gulp/blob/master/#individual-changelogs";>individual
 changelogs</a> to drill down
   into all changes that were made.</p>
   <h3>⚠ BREAKING CHANGES</h3>
   <ul>
   <li>Drop support for Node.js &lt;10.13</li>
   <li>Default stream encoding to UTF-8</li>
   <li>Standardized on <code>anymatch</code> library for globbing paths. All 
globs should work the same between <code>src</code> and <code>watch</code> 
now!</li>
   <li>Removed support for ordered globs. This aligns with the chokidar 
globbing implementation. If you need your globs to be ordered, you can use 
<code>ordered-read-stream</code></li>
   <li>All globs and paths are normalized to unix-like filepaths</li>
   <li>Only allow JS variants for <code>.gulp.*</code> config files</li>
   <li>Removed support for alpha releases of v4 from <code>gulp-cli</code></li>
   <li>Removed the <code>--verify</code> flag</li>
   <li>Renamed the <code>--require</code> flag to <code>--preload</code> to 
avoid conflicting with Node.js flags</li>
   <li>Removed many legacy and deprecated loaders</li>
   <li>Upgrade to chokidar v3</li>
   <li>Clone <code>Vinyl</code> objects with stream contents using 
<code>teex</code>, but no longer wait for all streams to flow before cloned 
streams will receive data</li>
   <li>Stop using <code>process.umask()</code> to make directories, instead 
falling back to Node's default mode</li>
   <li>Throw on non-function, non-string option coercers</li>
   <li>Drop support of Node.js snake_case flags</li>
   <li>Use a Symbol for attaching the <code>gulplog</code> namespace to the 
store</li>
   <li>Use a Symbol for attaching the <code>gulplog</code> store to the 
global</li>
   <li>Use sha256 to hash the <code>v8flags</code> cache into a filename</li>
   </ul>
   <h3>Features</h3>
   <ul>
   <li>Streamlined the dependency tree</li>
   <li>Switch all streams implementation to Streamx</li>
   <li>Rewrote <code>glob-stream</code> to use a custom directory walk that 
relies on newer Node.js features and is more performant than old 
implementation</li>
   <li>Implement translation support for all CLI messages and all messages 
passing through gulplog</li>
   <li>Allow users to customize or remove the timestamp from their logs</li>
   <li>Upgraded gulplog to v2. Messages logged via v1 will also display a 
deprecated warning. Plugins should update to v2 as the community upgrades to 
gulp 5</li>
   <li>Added support for <code>gulpile.cjs</code> and 
<code>gulpfile.mjs</code></li>
   <li>Add support for <code>swc</code>, <code>esbuild</code>, 
<code>sucrase</code>, and <code>mdx</code> loaders</li>
   <li>Provide an ESM export (<a 
href="https://redirect.github.com/gulpjs/gulp/issues/2760";>#2760</a>) (<a 
href="https://www.github.com/gulpjs/gulp/commit/b00de681f5ef6ade283d544f62f770f6b27a9e52";>b00de68</a>)</li>
   <li>Support sourcemap handling on streaming <code>Vinyl</code> contents</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/gulpjs/gulp/commit/0003e9fd25ffc7dd8c4f1a9335c102b73de017c1";><code>0003e9f</code></a>
 chore: release 5.0.1 (<a 
href="https://redirect.github.com/gulpjs/gulp/issues/2837";>#2837</a>)</li>
   <li><a 
href="https://github.com/gulpjs/gulp/commit/19122f3d9eefccaadcf0e96313a7d3b83348348b";><code>19122f3</code></a>
 fix: Avoid globbing before read stream is opened (<a 
href="https://redirect.github.com/gulpjs/gulp/issues/2839";>#2839</a>)</li>
   <li><a 
href="https://github.com/gulpjs/gulp/commit/69a5d0e904278dde61c835a0b198d7d1c5a15b95";><code>69a5d0e</code></a>
 fix: Avoid Node.js deprecation warning for <code>fs.Stats</code> (<a 
href="https://redirect.github.com/gulpjs/gulp/issues/2838";>#2838</a>)</li>
   <li><a 
href="https://github.com/gulpjs/gulp/commit/04b4a74aec63302f603f0cca3826f75b1bda64ad";><code>04b4a74</code></a>
 fix: Support top-level await on Node 22.12+ (<a 
href="https://redirect.github.com/gulpjs/gulp/issues/2836";>#2836</a>)</li>
   <li><a 
href="https://github.com/gulpjs/gulp/commit/c90e79ebcdb697466fb15c127665fa8f57f7f2c0";><code>c90e79e</code></a>
 chore: Fix CI (<a 
href="https://redirect.github.com/gulpjs/gulp/issues/2835";>#2835</a>)</li>
   <li><a 
href="https://github.com/gulpjs/gulp/commit/54126058d78a879ab4ebfbfa1e768c7eaa72e6ab";><code>5412605</code></a>
 chore(docs): Update async completion document for newer RxJS (<a 
href="https://redirect.github.com/gulpjs/gulp/issues/2831";>#2831</a>)</li>
   <li><a 
href="https://github.com/gulpjs/gulp/commit/2fa4981a910d7bdedb758bd09868620c9bb21d54";><code>2fa4981</code></a>
 chore: Update glob docs with replacement to ordered globs (<a 
href="https://redirect.github.com/gulpjs/gulp/issues/2788";>#2788</a>)</li>
   <li><a 
href="https://github.com/gulpjs/gulp/commit/fe9dee65f31dd0540116dad8a4e9b976a0014d4c";><code>fe9dee6</code></a>
 chore: Remove locale docs (<a 
href="https://redirect.github.com/gulpjs/gulp/issues/2787";>#2787</a>)</li>
   <li><a 
href="https://github.com/gulpjs/gulp/commit/a85eddb1660fd9a61265a5a260c417514be469a7";><code>a85eddb</code></a>
 chore: Remove node-glob options from docs (<a 
href="https://redirect.github.com/gulpjs/gulp/issues/2786";>#2786</a>)</li>
   <li><a 
href="https://github.com/gulpjs/gulp/commit/9c818e68e3e0124ca44ceeafeb4f7d1d934f1e49";><code>9c818e6</code></a>
 chore: update src.md docs to add encoding parameter</li>
   <li>Additional commits viewable in <a 
href="https://github.com/gulpjs/gulp/compare/v4.0.2...v5.0.1";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=gulp&package-manager=npm_and_yarn&previous-version=4.0.2&new-version=5.0.1)](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: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to