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

   Bumps the npm-patch-group group in /jena-fuseki2/jena-fuseki-ui with 3 
updates: [@codemirror/language](https://github.com/codemirror/language), 
[axios](https://github.com/axios/axios) and 
[webpack](https://github.com/webpack/webpack).
   
   Updates `@codemirror/language` from 6.12.1 to 6.12.2
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/codemirror/language/blob/main/CHANGELOG.md";><code>@​codemirror/language</code>'s
 changelog</a>.</em></p>
   <blockquote>
   <h2>6.12.2 (2026-02-25)</h2>
   <h3>Bug fixes</h3>
   <p>Make sure brackets are highlighted in the initial editor state.</p>
   <p>Pause bracket matching updates during composition, to avoid disrupting 
Mobile Safari's fragile composition handling.</p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/codemirror/language/commit/b5cd54b2ffc8e6edb0f2ae464aa2a59d600d8352";><code>b5cd54b</code></a>
 Mark version 6.12.2</li>
   <li><a 
href="https://github.com/codemirror/language/commit/5f867636405510f243798507e7fb24f5ca5ed767";><code>5f86763</code></a>
 Pause bracket matching updates during composition</li>
   <li><a 
href="https://github.com/codemirror/language/commit/af8dca9d061caec6e00213ac25b690e62dba39c4";><code>af8dca9</code></a>
 Properly show matched brackets in the initial editor state</li>
   <li><a 
href="https://github.com/codemirror/language/commit/693a25efaa025d857e969720876f2dcb5683528c";><code>693a25e</code></a>
 Use git+https format for package.json repository field</li>
   <li>See full diff in <a 
href="https://github.com/codemirror/language/compare/6.12.1...6.12.2";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `axios` from 1.13.5 to 1.13.6
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/axios/axios/releases";>axios's releases</a>.</em></p>
   <blockquote>
   <h2>v1.13.6</h2>
   <p>This release focuses on platform compatibility, error handling 
improvements, and code quality maintenance.</p>
   <h2>⚠️ Important Changes</h2>
   <ul>
   <li><strong>Breaking Changes:</strong> None identified in this release.</li>
   <li><strong>Action Required:</strong> Users targeting React Native should 
verify their integration, particularly if relying on specific Blob or FormData 
behaviours, as improvements have been made to support these objects.</li>
   </ul>
   <h2>🚀 New Features</h2>
   <ul>
   <li><strong>React Native Blob Support:</strong> Axios now includes support 
for React Native Blob objects. Thanks to <a 
href="https://github.com/moh3n9595";><code>@​moh3n9595</code></a> for the 
initial implementation. (<a 
href="https://redirect.github.com/axios/axios/pull/5764";>#5764</a>)</li>
   <li><strong>Code Quality:</strong> Implemented prettier across the codebase 
and resolved associated formatting issues. (<a 
href="https://redirect.github.com/axios/axios/pull/7385";>#7385</a>)</li>
   </ul>
   <h2>🐛 Bug Fixes</h2>
   <ul>
   <li>
   <p><strong>Environment Compatibility:</strong></p>
   <ul>
   <li>Fixed module exports for React Native and Browserify environments. (<a 
href="https://redirect.github.com/axios/axios/pull/7386";>#7386</a>)</li>
   <li>Added safe FormData detection for the WeChat Mini Program environment. 
(<a href="https://redirect.github.com/axios/axios/pull/7324";>#7324</a>)</li>
   </ul>
   </li>
   <li>
   <p><strong>Error Handling:</strong></p>
   <ul>
   <li>AxiosError.message is now correctly enumerable. (<a 
href="https://redirect.github.com/axios/axios/pull/7392";>#7392</a>)</li>
   <li>AxiosError.from now correctly copies the status property from the source 
error, ensuring better error propagation. (<a 
href="https://redirect.github.com/axios/axios/pull/7403";>#7403</a>)</li>
   </ul>
   </li>
   </ul>
   <h2>🔧 Maintenance &amp; Chores</h2>
   <ul>
   <li><strong>Dependencies:</strong> Updated the development_dependencies 
group (5 updates). (<a 
href="https://redirect.github.com/axios/axios/pull/7432";>#7432</a>)</li>
   <li><strong>Infrastructure:</strong> Migrated 
<code>@​rollup/plugin-babel</code> from v5.3.1 to v6.1.0. (<a 
href="https://redirect.github.com/axios/axios/pull/7424";>#7424</a>)</li>
   <li><strong>Documentation:</strong> Added missing JSDoc comments to 
utilities. (<a 
href="https://redirect.github.com/axios/axios/pull/7427";>#7427</a>)</li>
   </ul>
   <h2>🌟 New Contributors</h2>
   <p>We are thrilled to welcome our new contributors! Thank you for helping 
improve the project:</p>
   <ul>
   <li><a href="https://github.com/Gudahtt";><code>@​Gudahtt</code></a> (<a 
href="https://redirect.github.com/axios/axios/pull/7386";>#7386</a>)</li>
   <li><a href="https://github.com/ybbus";><code>@​ybbus</code></a> (<a 
href="https://redirect.github.com/axios/axios/pull/7392";>#7392</a>)</li>
   <li><a href="https://github.com/Shiwaangee";><code>@​Shiwaangee</code></a> 
(<a href="https://redirect.github.com/axios/axios/pull/7324";>#7324</a>)</li>
   <li><a href="https://github.com/skrtheboss";><code>@​skrtheboss</code></a> 
(<a href="https://redirect.github.com/axios/axios/pull/7403";>#7403</a>)</li>
   <li><a href="https://github.com/Janaka66";><code>@​Janaka66</code></a> (<a 
href="https://redirect.github.com/axios/axios/pull/7427";>#7427</a>)</li>
   <li><a href="https://github.com/moh3n9595";><code>@​moh3n9595</code></a> (<a 
href="https://redirect.github.com/axios/axios/pull/5764";>#5764</a>)</li>
   <li><a 
href="https://github.com/digital-wizard48";><code>@​digital-wizard48</code></a> 
(<a href="https://redirect.github.com/axios/axios/pull/7424";>#7424</a>)</li>
   </ul>
   <p><em>Full Changelog: <a 
href="https://github.com/axios/axios/compare/v1.13.5...v1.13.6";>v1.13.5...v1.13.6</a></em></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/axios/axios/commit/7108c8877f9dc05f7aba8beb2b9e522537f9a9a7";><code>7108c88</code></a>
 chore(release): prepare release 1.13.6 (<a 
href="https://redirect.github.com/axios/axios/issues/7446";>#7446</a>)</li>
   <li><a 
href="https://github.com/axios/axios/commit/20a0ba3c01174aa2ec441753fa1fe47f21d20491";><code>20a0ba3</code></a>
 refactor(deps): migrate <code>@​rollup/plugin-babel</code> from v5.3.1 to 
v6.1.0 (<a 
href="https://redirect.github.com/axios/axios/issues/7424";>#7424</a>)</li>
   <li><a 
href="https://github.com/axios/axios/commit/885b4af6f5dd6ab7977b207fdf61a7e89af69e69";><code>885b4af</code></a>
 feat: support react native blob objects (<a 
href="https://redirect.github.com/axios/axios/issues/5764";>#5764</a>)</li>
   <li><a 
href="https://github.com/axios/axios/commit/00d97b9730f3d83e865d0f3ee33cba6290ba20ed";><code>00d97b9</code></a>
 docs(utils): add missing JSDoc comments (<a 
href="https://redirect.github.com/axios/axios/issues/7427";>#7427</a>)</li>
   <li><a 
href="https://github.com/axios/axios/commit/9712548a49521580c8e692c367609b9f5e748d63";><code>9712548</code></a>
 chore(deps-dev): bump the development_dependencies group across 1 directory 
w...</li>
   <li><a 
href="https://github.com/axios/axios/commit/d51accbea1faef6e3b74c7dfa636704a2332bfbb";><code>d51accb</code></a>
 fix(core): copy status from source error in AxiosError.from (<a 
href="https://redirect.github.com/axios/axios/issues/7403";>#7403</a>)</li>
   <li><a 
href="https://github.com/axios/axios/commit/3e30bbf1b33c8b6213c793eb0cf6b61b0edc72f1";><code>3e30bbf</code></a>
 chore: fix publish to only run on v1 tags</li>
   <li><a 
href="https://github.com/axios/axios/commit/672491db34b5575d2abb1c3f91382bc1f45ae7b7";><code>672491d</code></a>
 fix: safe FormData detection for WeChat Mini Program (<a 
href="https://redirect.github.com/axios/axios/issues/7306";>#7306</a>) (<a 
href="https://redirect.github.com/axios/axios/issues/7324";>#7324</a>)</li>
   <li><a 
href="https://github.com/axios/axios/commit/822e3e40b4f9287b5a787f5d1dfb3ae7f8a0faa3";><code>822e3e4</code></a>
 fix: make AxiosError.message property enumerable (<a 
href="https://redirect.github.com/axios/axios/issues/7392";>#7392</a>)</li>
   <li><a 
href="https://github.com/axios/axios/commit/ef3711d1b3a3c1eb4f11dc43e8db38e9c5342448";><code>ef3711d</code></a>
 feat: implement prettier and fix all issues (<a 
href="https://redirect.github.com/axios/axios/issues/7385";>#7385</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/axios/axios/compare/v1.13.5...v1.13.6";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `webpack` from 5.105.2 to 5.105.4
   <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.105.4</h2>
   <h3>Patch Changes</h3>
   <ul>
   <li>
   <p>Add <code>Module.getSourceBasicTypes</code> to distinguish basic source 
types and clarify how modules with non-basic source types like 
<code>remote</code> still produce JavaScript output. (by <a 
href="https://github.com/xiaoxiaojx";><code>@​xiaoxiaojx</code></a> in <a 
href="https://redirect.github.com/webpack/webpack/pull/20546";>#20546</a>)</p>
   </li>
   <li>
   <p>Handle <code>createRequire</code> in expressions. (by <a 
href="https://github.com/alexander-akait";><code>@​alexander-akait</code></a> in 
<a href="https://redirect.github.com/webpack/webpack/pull/20549";>#20549</a>)</p>
   </li>
   <li>
   <p>Fixed types for multi stats. (by <a 
href="https://github.com/alexander-akait";><code>@​alexander-akait</code></a> in 
<a href="https://redirect.github.com/webpack/webpack/pull/20556";>#20556</a>)</p>
   </li>
   <li>
   <p>Remove empty needless js output for normal css module. (by <a 
href="https://github.com/JSerFeng";><code>@​JSerFeng</code></a> in <a 
href="https://redirect.github.com/webpack/webpack/pull/20162";>#20162</a>)</p>
   </li>
   <li>
   <p>Update <code>enhanced-resolve</code> to support new features for 
<code>tsconfig.json</code>. (by <a 
href="https://github.com/alexander-akait";><code>@​alexander-akait</code></a> in 
<a href="https://redirect.github.com/webpack/webpack/pull/20555";>#20555</a>)</p>
   </li>
   <li>
   <p>Narrows export presence guard detection to explicit existence checks on 
namespace imports only, i.e. patterns like &quot;x&quot; in ns. (by <a 
href="https://github.com/hai-x";><code>@​hai-x</code></a> in <a 
href="https://redirect.github.com/webpack/webpack/pull/20561";>#20561</a>)</p>
   </li>
   </ul>
   <h2>v5.105.3</h2>
   <h3>Patch Changes</h3>
   <ul>
   <li>
   <p>Context modules now handle rejections correctly. (by <a 
href="https://github.com/alexander-akait";><code>@​alexander-akait</code></a> in 
<a href="https://redirect.github.com/webpack/webpack/pull/20455";>#20455</a>)</p>
   </li>
   <li>
   <p>Only mark asset modules as side-effect-free when 
<code>experimental.futureDefaults</code> is set to true, so asset-copying use 
cases (e.g. <code>import &quot;./x.png&quot;</code>) won’t break unless the 
option is enabled. (by <a 
href="https://github.com/hai-x";><code>@​hai-x</code></a> in <a 
href="https://redirect.github.com/webpack/webpack/pull/20535";>#20535</a>)</p>
   </li>
   <li>
   <p>Add the missing <strong>webpack_exports</strong> declaration in certain 
cases when bundling a JS entry together with non-JS entries (e.g., CSS entry or 
asset module entry). (by <a 
href="https://github.com/hai-x";><code>@​hai-x</code></a> in <a 
href="https://redirect.github.com/webpack/webpack/pull/20463";>#20463</a>)</p>
   </li>
   <li>
   <p>Fixed HMR failure for CSS modules with <a 
href="https://github.com/import";><code>@​import</code></a> when exportType !== 
&quot;link&quot;. When exportType is not &quot;link&quot;, CSS modules now 
behave like JavaScript modules and don't require special HMR handling, allowing 
<a href="https://github.com/import";><code>@​import</code></a> CSS to work 
correctly during hot module replacement. (by <a 
href="https://github.com/xiaoxiaojx";><code>@​xiaoxiaojx</code></a> in <a 
href="https://redirect.github.com/webpack/webpack/pull/20514";>#20514</a>)</p>
   </li>
   <li>
   <p>Fixed an issue where empty JavaScript files were generated for CSS-only 
entry points. The code now correctly checks if entry modules have JavaScript 
source types before determining whether to generate a JS file. (by <a 
href="https://github.com/xiaoxiaojx";><code>@​xiaoxiaojx</code></a> in <a 
href="https://redirect.github.com/webpack/webpack/pull/20454";>#20454</a>)</p>
   </li>
   <li>
   <p>Do not crash when a referenced chunk is not a runtime chunk. (by <a 
href="https://github.com/alexander-akait";><code>@​alexander-akait</code></a> in 
<a href="https://redirect.github.com/webpack/webpack/pull/20461";>#20461</a>)</p>
   </li>
   <li>
   <p>Fix some types. (by <a 
href="https://github.com/alexander-akait";><code>@​alexander-akait</code></a> in 
<a href="https://redirect.github.com/webpack/webpack/pull/20412";>#20412</a>)</p>
   </li>
   <li>
   <p>Ensure that missing module error are thrown after the interception 
handler (if present), allowing module interception to customize the module 
factory. (by <a href="https://github.com/hai-x";><code>@​hai-x</code></a> in <a 
href="https://redirect.github.com/webpack/webpack/pull/20510";>#20510</a>)</p>
   </li>
   <li>
   <p>Added <code>createRequire</code> support for ECMA modules. (by <a 
href="https://github.com/stefanbinoj";><code>@​stefanbinoj</code></a> in <a 
href="https://redirect.github.com/webpack/webpack/pull/20497";>#20497</a>)</p>
   </li>
   <li>
   <p>Added category for CJS reexport dependency to fix issues with ECMA 
modules. (by <a href="https://github.com/hai-x";><code>@​hai-x</code></a> in <a 
href="https://redirect.github.com/webpack/webpack/pull/20444";>#20444</a>)</p>
   </li>
   <li>
   <p>Implement immutable bytes for <code>bytes</code> import attribute to 
match tc39 spec. (by <a 
href="https://github.com/alexander-akait";><code>@​alexander-akait</code></a> in 
<a href="https://redirect.github.com/webpack/webpack/pull/20481";>#20481</a>)</p>
   </li>
   <li>
   <p>Fixed deterministic search for graph roots regardless of edge order. (by 
<a href="https://github.com/veeceey";><code>@​veeceey</code></a> in <a 
href="https://redirect.github.com/webpack/webpack/pull/20452";>#20452</a>)</p>
   </li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/webpack/webpack/blob/main/CHANGELOG.md";>webpack's 
changelog</a>.</em></p>
   <blockquote>
   <h2>5.105.4</h2>
   <h3>Patch Changes</h3>
   <ul>
   <li>
   <p>Add <code>Module.getSourceBasicTypes</code> to distinguish basic source 
types and clarify how modules with non-basic source types like 
<code>remote</code> still produce JavaScript output. (by <a 
href="https://github.com/xiaoxiaojx";><code>@​xiaoxiaojx</code></a> in <a 
href="https://redirect.github.com/webpack/webpack/pull/20546";>#20546</a>)</p>
   </li>
   <li>
   <p>Handle <code>createRequire</code> in expressions. (by <a 
href="https://github.com/alexander-akait";><code>@​alexander-akait</code></a> in 
<a href="https://redirect.github.com/webpack/webpack/pull/20549";>#20549</a>)</p>
   </li>
   <li>
   <p>Fixed types for multi stats. (by <a 
href="https://github.com/alexander-akait";><code>@​alexander-akait</code></a> in 
<a href="https://redirect.github.com/webpack/webpack/pull/20556";>#20556</a>)</p>
   </li>
   <li>
   <p>Remove empty needless js output for normal css module. (by <a 
href="https://github.com/JSerFeng";><code>@​JSerFeng</code></a> in <a 
href="https://redirect.github.com/webpack/webpack/pull/20162";>#20162</a>)</p>
   </li>
   <li>
   <p>Update <code>enhanced-resolve</code> to support new features for 
<code>tsconfig.json</code>. (by <a 
href="https://github.com/alexander-akait";><code>@​alexander-akait</code></a> in 
<a href="https://redirect.github.com/webpack/webpack/pull/20555";>#20555</a>)</p>
   </li>
   <li>
   <p>Narrows export presence guard detection to explicit existence checks on 
namespace imports only, i.e. patterns like &quot;x&quot; in ns. (by <a 
href="https://github.com/hai-x";><code>@​hai-x</code></a> in <a 
href="https://redirect.github.com/webpack/webpack/pull/20561";>#20561</a>)</p>
   </li>
   </ul>
   <h2>5.105.3</h2>
   <h3>Patch Changes</h3>
   <ul>
   <li>
   <p>Context modules now handle rejections correctly. (by <a 
href="https://github.com/alexander-akait";><code>@​alexander-akait</code></a> in 
<a href="https://redirect.github.com/webpack/webpack/pull/20455";>#20455</a>)</p>
   </li>
   <li>
   <p>Only mark asset modules as side-effect-free when 
<code>experimental.futureDefaults</code> is set to true, so asset-copying use 
cases (e.g. <code>import &quot;./x.png&quot;</code>) won’t break unless the 
option is enabled. (by <a 
href="https://github.com/hai-x";><code>@​hai-x</code></a> in <a 
href="https://redirect.github.com/webpack/webpack/pull/20535";>#20535</a>)</p>
   </li>
   <li>
   <p>Add the missing <strong>webpack_exports</strong> declaration in certain 
cases when bundling a JS entry together with non-JS entries (e.g., CSS entry or 
asset module entry). (by <a 
href="https://github.com/hai-x";><code>@​hai-x</code></a> in <a 
href="https://redirect.github.com/webpack/webpack/pull/20463";>#20463</a>)</p>
   </li>
   <li>
   <p>Fixed HMR failure for CSS modules with <a 
href="https://github.com/import";><code>@​import</code></a> when exportType !== 
&quot;link&quot;. When exportType is not &quot;link&quot;, CSS modules now 
behave like JavaScript modules and don't require special HMR handling, allowing 
<a href="https://github.com/import";><code>@​import</code></a> CSS to work 
correctly during hot module replacement. (by <a 
href="https://github.com/xiaoxiaojx";><code>@​xiaoxiaojx</code></a> in <a 
href="https://redirect.github.com/webpack/webpack/pull/20514";>#20514</a>)</p>
   </li>
   <li>
   <p>Fixed an issue where empty JavaScript files were generated for CSS-only 
entry points. The code now correctly checks if entry modules have JavaScript 
source types before determining whether to generate a JS file. (by <a 
href="https://github.com/xiaoxiaojx";><code>@​xiaoxiaojx</code></a> in <a 
href="https://redirect.github.com/webpack/webpack/pull/20454";>#20454</a>)</p>
   </li>
   <li>
   <p>Do not crash when a referenced chunk is not a runtime chunk. (by <a 
href="https://github.com/alexander-akait";><code>@​alexander-akait</code></a> in 
<a href="https://redirect.github.com/webpack/webpack/pull/20461";>#20461</a>)</p>
   </li>
   <li>
   <p>Fix some types. (by <a 
href="https://github.com/alexander-akait";><code>@​alexander-akait</code></a> in 
<a href="https://redirect.github.com/webpack/webpack/pull/20412";>#20412</a>)</p>
   </li>
   <li>
   <p>Ensure that missing module error are thrown after the interception 
handler (if present), allowing module interception to customize the module 
factory. (by <a href="https://github.com/hai-x";><code>@​hai-x</code></a> in <a 
href="https://redirect.github.com/webpack/webpack/pull/20510";>#20510</a>)</p>
   </li>
   <li>
   <p>Added <code>createRequire</code> support for ECMA modules. (by <a 
href="https://github.com/stefanbinoj";><code>@​stefanbinoj</code></a> in <a 
href="https://redirect.github.com/webpack/webpack/pull/20497";>#20497</a>)</p>
   </li>
   <li>
   <p>Added category for CJS reexport dependency to fix issues with ECMA 
modules. (by <a href="https://github.com/hai-x";><code>@​hai-x</code></a> in <a 
href="https://redirect.github.com/webpack/webpack/pull/20444";>#20444</a>)</p>
   </li>
   <li>
   <p>Implement immutable bytes for <code>bytes</code> import attribute to 
match tc39 spec. (by <a 
href="https://github.com/alexander-akait";><code>@​alexander-akait</code></a> in 
<a href="https://redirect.github.com/webpack/webpack/pull/20481";>#20481</a>)</p>
   </li>
   <li>
   <p>Fixed deterministic search for graph roots regardless of edge order. (by 
<a href="https://github.com/veeceey";><code>@​veeceey</code></a> in <a 
href="https://redirect.github.com/webpack/webpack/pull/20452";>#20452</a>)</p>
   </li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/webpack/webpack/commit/27c13b44c861908793f160f9f7413b32543c0522";><code>27c13b4</code></a>
 chore(release): new release (<a 
href="https://redirect.github.com/webpack/webpack/issues/20550";>#20550</a>)</li>
   <li><a 
href="https://github.com/webpack/webpack/commit/9b2f41ee98e01a9265c430d2c52fa6a9db0e177a";><code>9b2f41e</code></a>
 chore: bump terser plugin (<a 
href="https://redirect.github.com/webpack/webpack/issues/20569";>#20569</a>)</li>
   <li><a 
href="https://github.com/webpack/webpack/commit/eafe0605b018dd4e19a46d45fb5d72442772aff1";><code>eafe060</code></a>
 fix: narrow the export presence guard detection (<a 
href="https://redirect.github.com/webpack/webpack/issues/20561";>#20561</a>)</li>
   <li><a 
href="https://github.com/webpack/webpack/commit/75d605cb57b23257ee88f99ada7938273ea3a1ff";><code>75d605c</code></a>
 refactor: add AppendOnlyStackedSet iteration support and tests (<a 
href="https://redirect.github.com/webpack/webpack/issues/20560";>#20560</a>)</li>
   <li><a 
href="https://github.com/webpack/webpack/commit/afa607d0967f6b0259bfe9f62d99ef97db64bdac";><code>afa607d</code></a>
 refactor: remove unused code (<a 
href="https://redirect.github.com/webpack/webpack/issues/20562";>#20562</a>)</li>
   <li><a 
href="https://github.com/webpack/webpack/commit/40989026fa542ceffa2821e5d25ae0d87c0bd09b";><code>4098902</code></a>
 test: add source files for web-webworker and web-webworker-auto-public-path 
(...</li>
   <li><a 
href="https://github.com/webpack/webpack/commit/f97be67fdd3c59acff2c0da7dd9f04835b037e4c";><code>f97be67</code></a>
 refactor: fix duplicated word in Compilation JSDoc (<a 
href="https://redirect.github.com/webpack/webpack/issues/20547";>#20547</a>)</li>
   <li><a 
href="https://github.com/webpack/webpack/commit/9d76fff9f645d194c293f12dadf029173e9ed1d1";><code>9d76fff</code></a>
 refactor: add Module.getSourceBasicTypes for basic JS type detection (<a 
href="https://redirect.github.com/webpack/webpack/issues/20546";>#20546</a>)</li>
   <li><a 
href="https://github.com/webpack/webpack/commit/a3d7839376784b2e44987b77f7d6bcc2ed3a0bdc";><code>a3d7839</code></a>
 fix: types for multi stats (<a 
href="https://redirect.github.com/webpack/webpack/issues/20556";>#20556</a>)</li>
   <li><a 
href="https://github.com/webpack/webpack/commit/b8e9b057bebccf6268d9b348bc23b056c66a067b";><code>b8e9b05</code></a>
 fix: update <code>enhanced-resolve</code> to support new features for 
<code>tsconfig.json</code> (#...</li>
   <li>Additional commits viewable in <a 
href="https://github.com/webpack/webpack/compare/v5.105.2...v5.105.4";>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 show <dependency name> ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@dependabot ignore <dependency name> major version` will close this group 
update PR and stop Dependabot creating any more for the specific dependency's 
major version (unless you unignore this specific dependency's major version or 
upgrade to it yourself)
   - `@dependabot ignore <dependency name> minor version` will close this group 
update PR and stop Dependabot creating any more for the specific dependency's 
minor version (unless you unignore this specific dependency's minor version or 
upgrade to it yourself)
   - `@dependabot ignore <dependency name>` will close this group update PR and 
stop Dependabot creating any more for the specific dependency (unless you 
unignore this specific dependency or upgrade to it yourself)
   - `@dependabot unignore <dependency name>` will remove all of the ignore 
conditions of the specified dependency
   - `@dependabot unignore <dependency name> <ignore condition>` will remove 
the ignore condition of the specified dependency and ignore conditions
   
   
   </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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to