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

   Bumps 
[@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime)
 from 7.23.1 to 7.27.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/babel/babel/releases";><code>@​babel/runtime</code>'s 
releases</a>.</em></p>
   <blockquote>
   <h2>v7.27.0 (2025-03-24)</h2>
   <p>Thanks <a 
href="https://github.com/ishchhabra";><code>@​ishchhabra</code></a> and <a 
href="https://github.com/vovkasm";><code>@​vovkasm</code></a> for your first 
PRs!</p>
   <h4>:eyeglasses: Spec Compliance</h4>
   <ul>
   <li><code>babel-generator</code>, <code>babel-parser</code>
   <ul>
   <li><a href="https://redirect.github.com/babel/babel/pull/16977";>#16977</a> 
Default <code>importAttributesKeyword</code> to <code>with</code> (<a 
href="https://github.com/JLHwung";><code>@​JLHwung</code></a>)</li>
   </ul>
   </li>
   </ul>
   <h4>:rocket: New Feature</h4>
   <ul>
   <li><code>babel-helper-create-class-features-plugin</code>, 
<code>babel-traverse</code>, <code>babel-types</code>
   <ul>
   <li><a href="https://redirect.github.com/babel/babel/pull/17169";>#17169</a> 
Allow <code>traverseFast</code> to exit early (<a 
href="https://github.com/liuxingbaoyu";><code>@​liuxingbaoyu</code></a>)</li>
   </ul>
   </li>
   <li><code>babel-parser</code>, <code>babel-types</code>
   <ul>
   <li><a href="https://redirect.github.com/babel/babel/pull/17110";>#17110</a> 
Add <code>ImportAttributes</code> to <code>Standardized</code> and move its 
parser test fixtures (<a 
href="https://github.com/JLHwung";><code>@​JLHwung</code></a>)</li>
   </ul>
   </li>
   <li><code>babel-generator</code>
   <ul>
   <li><a href="https://redirect.github.com/babel/babel/pull/17100";>#17100</a> 
fix(babel-generator): add named export of generate function (<a 
href="https://github.com/vovkasm";><code>@​vovkasm</code></a>)</li>
   </ul>
   </li>
   <li><code>babel-parser</code>, <code>babel-template</code>
   <ul>
   <li><a href="https://redirect.github.com/babel/babel/pull/17149";>#17149</a> 
Add <code>allowYieldOutsideFunction</code> to parser (<a 
href="https://github.com/liuxingbaoyu";><code>@​liuxingbaoyu</code></a>)</li>
   </ul>
   </li>
   <li><code>babel-plugin-transform-typescript</code>, 
<code>babel-traverse</code>
   <ul>
   <li><a href="https://redirect.github.com/babel/babel/pull/17102";>#17102</a> 
feat: Add <code>upToScope</code> parameter to <code>hasBinding</code> (<a 
href="https://github.com/liuxingbaoyu";><code>@​liuxingbaoyu</code></a>)</li>
   </ul>
   </li>
   <li><code>babel-parser</code>
   <ul>
   <li><a href="https://redirect.github.com/babel/babel/pull/17082";>#17082</a> 
Support ESTree AccessorProperty (<a 
href="https://github.com/JLHwung";><code>@​JLHwung</code></a>)</li>
   </ul>
   </li>
   <li><code>babel-types</code>
   <ul>
   <li><a href="https://redirect.github.com/babel/babel/pull/17162";>#17162</a> 
feat(babel-types): Add support for BigInt literal conversion in valueToNode (<a 
href="https://github.com/ishchhabra";><code>@​ishchhabra</code></a>)</li>
   </ul>
   </li>
   </ul>
   <h4>:bug: Bug Fix</h4>
   <ul>
   <li><code>babel-helper-create-class-features-plugin</code>, 
<code>babel-plugin-transform-class-properties</code>
   <ul>
   <li><a href="https://redirect.github.com/babel/babel/pull/16816";>#16816</a> 
fix: Class reference in type throws error (<a 
href="https://github.com/liuxingbaoyu";><code>@​liuxingbaoyu</code></a>)</li>
   </ul>
   </li>
   <li><code>babel-traverse</code>
   <ul>
   <li><a href="https://redirect.github.com/babel/babel/pull/17170";>#17170</a> 
fix: Reset child scopes when <code>scope.crawl()</code> (<a 
href="https://github.com/liuxingbaoyu";><code>@​liuxingbaoyu</code></a>)</li>
   </ul>
   </li>
   <li><code>babel-helpers</code>, <code>babel-preset-typescript</code>, 
<code>babel-runtime-corejs2</code>, <code>babel-runtime-corejs3</code>, 
<code>babel-runtime</code>
   <ul>
   <li><a href="https://redirect.github.com/babel/babel/pull/17118";>#17118</a> 
Fix: align behaviour to tsc <code>rewriteRelativeImportExtensions</code> (<a 
href="https://github.com/JLHwung";><code>@​JLHwung</code></a>)</li>
   </ul>
   </li>
   <li><code>babel-cli</code>
   <ul>
   <li><a href="https://redirect.github.com/babel/babel/pull/17182";>#17182</a> 
fix: <code>@babel/cli</code> generates duplicate inline source maps (<a 
href="https://github.com/liuxingbaoyu";><code>@​liuxingbaoyu</code></a>)</li>
   </ul>
   </li>
   <li><code>babel-plugin-transform-named-capturing-groups-regex</code>, 
<code>babel-types</code>
   <ul>
   <li><a href="https://redirect.github.com/babel/babel/pull/17175";>#17175</a> 
Generate computed proto key (<a 
href="https://github.com/JLHwung";><code>@​JLHwung</code></a>)</li>
   </ul>
   </li>
   </ul>
   <h4>:running_woman: Performance</h4>
   <ul>
   <li><code>babel-types</code>
   <ul>
   <li><a href="https://redirect.github.com/babel/babel/pull/16870";>#16870</a> 
perf: Improve builders of <code>@babel/types</code> (<a 
href="https://github.com/liuxingbaoyu";><code>@​liuxingbaoyu</code></a>)</li>
   </ul>
   </li>
   <li><code>babel-helper-create-regexp-features-plugin</code>
   <ul>
   <li><a href="https://redirect.github.com/babel/babel/pull/17176";>#17176</a> 
fix: improve duplicate named groups check (<a 
href="https://github.com/JLHwung";><code>@​JLHwung</code></a>)</li>
   </ul>
   </li>
   </ul>
   <h4>Committers: 5</h4>
   <ul>
   <li>Babel Bot (<a 
href="https://github.com/babel-bot";><code>@​babel-bot</code></a>)</li>
   <li>Huáng Jùnliàng (<a 
href="https://github.com/JLHwung";><code>@​JLHwung</code></a>)</li>
   <li>Ish Chhabra (<a 
href="https://github.com/ishchhabra";><code>@​ishchhabra</code></a>)</li>
   <li>Vladimir Timofeev (<a 
href="https://github.com/vovkasm";><code>@​vovkasm</code></a>)</li>
   <li><a 
href="https://github.com/liuxingbaoyu";><code>@​liuxingbaoyu</code></a></li>
   </ul>
   <h2>v7.26.10 (2025-03-11)</h2>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/babel/babel/blob/main/CHANGELOG.md";><code>@​babel/runtime</code>'s
 changelog</a>.</em></p>
   <blockquote>
   <h2>v7.27.0 (2025-03-24)</h2>
   <h4>:eyeglasses: Spec Compliance</h4>
   <ul>
   <li><code>babel-generator</code>, <code>babel-parser</code>
   <ul>
   <li><a href="https://redirect.github.com/babel/babel/pull/16977";>#16977</a> 
Default <code>importAttributesKeyword</code> to <code>with</code> (<a 
href="https://github.com/JLHwung";><code>@​JLHwung</code></a>)</li>
   </ul>
   </li>
   </ul>
   <h4>:rocket: New Feature</h4>
   <ul>
   <li><code>babel-helper-create-class-features-plugin</code>, 
<code>babel-traverse</code>, <code>babel-types</code>
   <ul>
   <li><a href="https://redirect.github.com/babel/babel/pull/17169";>#17169</a> 
Allow <code>traverseFast</code> to exit early (<a 
href="https://github.com/liuxingbaoyu";><code>@​liuxingbaoyu</code></a>)</li>
   </ul>
   </li>
   <li><code>babel-parser</code>, <code>babel-types</code>
   <ul>
   <li><a href="https://redirect.github.com/babel/babel/pull/17110";>#17110</a> 
Add <code>ImportAttributes</code> to <code>Standardized</code> and move its 
parser test fixtures (<a 
href="https://github.com/JLHwung";><code>@​JLHwung</code></a>)</li>
   </ul>
   </li>
   <li><code>babel-generator</code>
   <ul>
   <li><a href="https://redirect.github.com/babel/babel/pull/17100";>#17100</a> 
fix(babel-generator): add named export of generate function (<a 
href="https://github.com/vovkasm";><code>@​vovkasm</code></a>)</li>
   </ul>
   </li>
   <li><code>babel-parser</code>, <code>babel-template</code>
   <ul>
   <li><a href="https://redirect.github.com/babel/babel/pull/17149";>#17149</a> 
Add <code>allowYieldOutsideFunction</code> to parser (<a 
href="https://github.com/liuxingbaoyu";><code>@​liuxingbaoyu</code></a>)</li>
   </ul>
   </li>
   <li><code>babel-plugin-transform-typescript</code>, 
<code>babel-traverse</code>
   <ul>
   <li><a href="https://redirect.github.com/babel/babel/pull/17102";>#17102</a> 
feat: Add <code>upToScope</code> parameter to <code>hasBinding</code> (<a 
href="https://github.com/liuxingbaoyu";><code>@​liuxingbaoyu</code></a>)</li>
   </ul>
   </li>
   <li><code>babel-parser</code>
   <ul>
   <li><a href="https://redirect.github.com/babel/babel/pull/17082";>#17082</a> 
Support ESTree AccessorProperty (<a 
href="https://github.com/JLHwung";><code>@​JLHwung</code></a>)</li>
   </ul>
   </li>
   <li><code>babel-types</code>
   <ul>
   <li><a href="https://redirect.github.com/babel/babel/pull/17162";>#17162</a> 
feat(babel-types): Add support for BigInt literal conversion in valueToNode (<a 
href="https://github.com/ishchhabra";><code>@​ishchhabra</code></a>)</li>
   </ul>
   </li>
   </ul>
   <h4>:bug: Bug Fix</h4>
   <ul>
   <li><code>babel-helper-create-class-features-plugin</code>, 
<code>babel-plugin-transform-class-properties</code>
   <ul>
   <li><a href="https://redirect.github.com/babel/babel/pull/16816";>#16816</a> 
fix: Class reference in type throws error (<a 
href="https://github.com/liuxingbaoyu";><code>@​liuxingbaoyu</code></a>)</li>
   </ul>
   </li>
   <li><code>babel-traverse</code>
   <ul>
   <li><a href="https://redirect.github.com/babel/babel/pull/17170";>#17170</a> 
fix: Reset child scopes when <code>scope.crawl()</code> (<a 
href="https://github.com/liuxingbaoyu";><code>@​liuxingbaoyu</code></a>)</li>
   </ul>
   </li>
   <li><code>babel-helpers</code>, <code>babel-preset-typescript</code>, 
<code>babel-runtime-corejs2</code>, <code>babel-runtime-corejs3</code>, 
<code>babel-runtime</code>
   <ul>
   <li><a href="https://redirect.github.com/babel/babel/pull/17118";>#17118</a> 
Fix: align behaviour to tsc <code>rewriteRelativeImportExtensions</code> (<a 
href="https://github.com/JLHwung";><code>@​JLHwung</code></a>)</li>
   </ul>
   </li>
   <li><code>babel-cli</code>
   <ul>
   <li><a href="https://redirect.github.com/babel/babel/pull/17182";>#17182</a> 
fix: <code>@babel/cli</code> generates duplicate inline source maps (<a 
href="https://github.com/liuxingbaoyu";><code>@​liuxingbaoyu</code></a>)</li>
   </ul>
   </li>
   <li><code>babel-plugin-transform-named-capturing-groups-regex</code>, 
<code>babel-types</code>
   <ul>
   <li><a href="https://redirect.github.com/babel/babel/pull/17175";>#17175</a> 
Generate computed proto key (<a 
href="https://github.com/JLHwung";><code>@​JLHwung</code></a>)</li>
   </ul>
   </li>
   </ul>
   <h4>:running_woman: Performance</h4>
   <ul>
   <li><code>babel-types</code>
   <ul>
   <li><a href="https://redirect.github.com/babel/babel/pull/16870";>#16870</a> 
perf: Improve builders of <code>@babel/types</code> (<a 
href="https://github.com/liuxingbaoyu";><code>@​liuxingbaoyu</code></a>)</li>
   </ul>
   </li>
   <li><code>babel-helper-create-regexp-features-plugin</code>
   <ul>
   <li><a href="https://redirect.github.com/babel/babel/pull/17176";>#17176</a> 
fix: improve duplicate named groups check (<a 
href="https://github.com/JLHwung";><code>@​JLHwung</code></a>)</li>
   </ul>
   </li>
   </ul>
   <h2>v7.26.10 (2025-03-11)</h2>
   <h4>:eyeglasses: Spec Compliance</h4>
   <ul>
   <li><code>babel-parser</code>
   <ul>
   <li><a href="https://redirect.github.com/babel/babel/pull/17159";>#17159</a> 
Disallow decorator in array pattern (<a 
href="https://github.com/JLHwung";><code>@​JLHwung</code></a>)</li>
   </ul>
   </li>
   </ul>
   <h4>:bug: Bug Fix</h4>
   <ul>
   <li><code>babel-parser</code>, <code>babel-template</code>
   <ul>
   <li><a href="https://redirect.github.com/babel/babel/pull/17164";>#17164</a> 
Fix: always initialize ExportDeclaration attributes (<a 
href="https://github.com/JLHwung";><code>@​JLHwung</code></a>)</li>
   </ul>
   </li>
   <li><code>babel-core</code>
   <ul>
   <li><a href="https://redirect.github.com/babel/babel/pull/17142";>#17142</a> 
fix: &quot;Map maximum size exceeded&quot; in deepClone (<a 
href="https://github.com/liuxingbaoyu";><code>@​liuxingbaoyu</code></a>)</li>
   </ul>
   </li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/babel/babel/commit/5c350eab83dd12268add44cce0eeda6c898211e3";><code>5c350ea</code></a>
 v7.27.0</li>
   <li><a 
href="https://github.com/babel/babel/commit/ca4865a7f43a6a56aec242e23e4a3e318cf0ca92";><code>ca4865a</code></a>
 Fix: align behaviour to tsc <code>rewriteRelativeImportExtensions</code> (<a 
href="https://github.com/babel/babel/tree/HEAD/packages/babel-runtime/issues/17118";>#17118</a>)</li>
   <li><a 
href="https://github.com/babel/babel/commit/e1ce99df422971175249509e7bbc2b327b8f7957";><code>e1ce99d</code></a>
 v7.26.10</li>
   <li><a 
href="https://github.com/babel/babel/commit/d5952e80c0faa5ec20e35085531b6e572d31dad4";><code>d5952e8</code></a>
 Fix processing of replacement pattern with named capture groups (<a 
href="https://github.com/babel/babel/tree/HEAD/packages/babel-runtime/issues/17173";>#17173</a>)</li>
   <li><a 
href="https://github.com/babel/babel/commit/64bca7b5f308cd52c192a5c821a57f6d1b0475f4";><code>64bca7b</code></a>
 v7.26.9</li>
   <li><a 
href="https://github.com/babel/babel/commit/2d9514066e3b135835ed93246ebbcdb7ca0263ca";><code>2d95140</code></a>
 v7.26.7</li>
   <li><a 
href="https://github.com/babel/babel/commit/63d30381c169780460e01bdb6669c5e01af1dfbe";><code>63d3038</code></a>
 v7.26.0</li>
   <li><a 
href="https://github.com/babel/babel/commit/b07957ebb316a1e2fc67454fc7423508bb942e63";><code>b07957e</code></a>
 v7.25.9</li>
   <li><a 
href="https://github.com/babel/babel/commit/af917594e4df3decdde2ce0b1614d607b27367a5";><code>af91759</code></a>
 fix: Accidentally publishing useless files (<a 
href="https://github.com/babel/babel/tree/HEAD/packages/babel-runtime/issues/16917";>#16917</a>)</li>
   <li><a 
href="https://github.com/babel/babel/commit/2533cfb0c1d90140f320f1e03d41e20407ca30bf";><code>2533cfb</code></a>
 v7.25.7</li>
   <li>Additional commits viewable in <a 
href="https://github.com/babel/babel/commits/v7.27.0/packages/babel-runtime";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@babel/runtime&package-manager=npm_and_yarn&previous-version=7.23.1&new-version=7.27.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)
   You can disable automated security fix PRs for this repo from the [Security 
Alerts page](https://github.com/apache/camel-karavan/network/alerts).
   
   </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