dependabot[bot] opened a new pull request, #11466: URL: https://github.com/apache/nifi/pull/11466
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) to 6.0.0 and updates ancestor dependency [@nx/angular](https://github.com/nrwl/nx/tree/HEAD/packages/angular). These dependencies need to be updated together. Updates `webpack-dev-server` from 5.2.5 to 6.0.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack-dev-server/releases">webpack-dev-server's releases</a>.</em></p> <blockquote> <h2>v6.0.0</h2> <h3>Major Changes</h3> <ul> <li> <p>Bump Express to v5. See the <a href="https://expressjs.com/en/guide/migrating-5.html">Express 5 migration guide</a> for the full list of breaking changes. (by <a href="https://github.com/bjohansebas"><code>@bjohansebas</code></a> in <a href="https://redirect.github.com/webpack/webpack-dev-server/pull/5674">#5674</a>)</p> </li> <li> <p>Bump the <code>webpack</code> peer dependency range from <code>^5.0.0</code> to <code>^5.101.0</code>. (by <a href="https://github.com/bjohansebas"><code>@bjohansebas</code></a> in <a href="https://redirect.github.com/webpack/webpack-dev-server/pull/5674">#5674</a>)</p> </li> <li> <p>Drop support for Node.js < 22.15.0. (by <a href="https://github.com/bjohansebas"><code>@bjohansebas</code></a> in <a href="https://redirect.github.com/webpack/webpack-dev-server/pull/5674">#5674</a>)</p> </li> <li> <p>Convert the source to native ES modules. The package keeps <code>"type": "module"</code> and now exposes both an ESM and a CommonJS build via the <code>exports</code> field: ESM consumers import the native <code>lib/</code>, while CommonJS consumers <code>require()</code> a transpiled <code>dist/</code> build, allowing the package to be consumed from both ESM and CommonJS without relying on <code>require(ESM)</code> for CommonJS consumers. (by <a href="https://github.com/bjohansebas"><code>@bjohansebas</code></a> in <a href="https://redirect.github.com/webpack/webpack-dev-server/issues/5674">#5674</a>)</p> </li> <li> <p>Remove CLI flags. Use the <code>serve</code> command from <code>webpack-cli</code> together with a configuration file or the programmatic API instead. (by <a href="https://github.com/bjohansebas"><code>@bjohansebas</code></a> in <a href="https://redirect.github.com/webpack/webpack-dev-server/pull/5674">#5674</a>)</p> </li> <li> <p>Remove the <code>internalIP</code> and <code>internalIPSync</code> static methods from <code>Server</code>. Resolve the local IP yourself if you need it. (by <a href="https://github.com/bjohansebas"><code>@bjohansebas</code></a> in <a href="https://redirect.github.com/webpack/webpack-dev-server/pull/5674">#5674</a>)</p> </li> <li> <p>Remove the <code>bypass</code> option from proxy configuration. Use the <code>router</code> or <code>context</code> options provided by <code>http-proxy-middleware</code> instead. (by <a href="https://github.com/bjohansebas"><code>@bjohansebas</code></a> in <a href="https://redirect.github.com/webpack/webpack-dev-server/pull/5674">#5674</a>)</p> </li> <li> <p>Remove SockJS support. The <code>webSocketServer</code> option no longer accepts <code>"sockjs"</code>; use the default <code>"ws"</code> transport instead. (by <a href="https://github.com/bjohansebas"><code>@bjohansebas</code></a> in <a href="https://redirect.github.com/webpack/webpack-dev-server/pull/5674">#5674</a>)</p> </li> <li> <p>Remove the <code>spdy</code> dependency. Use the built-in <code>node:http2</code> module via the <code>server</code> option for HTTP/2 support. (by <a href="https://github.com/bjohansebas"><code>@bjohansebas</code></a> in <a href="https://redirect.github.com/webpack/webpack-dev-server/pull/5674">#5674</a>)</p> </li> <li> <p>Update <code>http-proxy-middleware</code> to v4. See the <a href="https://github.com/chimurai/http-proxy-middleware/releases/tag/v3.0.0">http-proxy-middleware v3 release notes</a> and <a href="https://github.com/chimurai/http-proxy-middleware/releases/tag/v4.0.0">v4 release notes</a> for the full list of breaking changes. (by <a href="https://github.com/bjohansebas"><code>@bjohansebas</code></a> in <a href="https://redirect.github.com/webpack/webpack-dev-server/pull/5674">#5674</a>)</p> </li> <li> <p>Update <code>webpack-dev-middleware</code> to v8 and sync <code>originalUrl</code> for middleware compatibility. <code>server.middleware.getFilenameFromUrl()</code> is now asynchronous and resolves to <code>{ filename, extra: { stats, outputFileSystem } }</code>. See the <a href="https://github.com/webpack/webpack-dev-middleware/releases/tag/v8.0.0">webpack-dev-middleware v8 release notes</a> for details. (by <a href="https://github.com/bjohansebas"><code>@bjohansebas</code></a> in <a href="https://redirect.github.com/webpack/webpack-dev-server/pull/5674">#5674</a>)</p> </li> </ul> <h3>Minor Changes</h3> <ul> <li> <p>Add plugin support. <code>webpack-dev-server</code> can now be used as a webpack plugin, integrating with the compiler lifecycle without explicitly passing a compiler, preventing multiple server starts on recompilation, ensuring clean shutdown, and supporting <code>MultiCompiler</code> setups with multiple independent plugin servers. (by <a href="https://github.com/bjohansebas"><code>@bjohansebas</code></a> in <a href="https://redirect.github.com/webpack/webpack-dev-server/pull/5674">#5674</a>)</p> </li> <li> <p>Enable the compression middleware for HTTP/2 connections. (by <a href="https://github.com/bjohansebas"><code>@bjohansebas</code></a> in <a href="https://redirect.github.com/webpack/webpack-dev-server/pull/5674">#5674</a>)</p> </li> <li> <p>Remove the <code>colorette</code> dependency in favor of native ANSI styling. (by <a href="https://github.com/bjohansebas"><code>@bjohansebas</code></a> in <a href="https://redirect.github.com/webpack/webpack-dev-server/pull/5674">#5674</a>)</p> </li> <li> <p>Update <code>chokidar</code> to v5 and extend <code>watchFiles.options.ignored</code> to support glob string patterns via <code>tinyglobby</code>. (by <a href="https://github.com/bjohansebas"><code>@bjohansebas</code></a> in <a href="https://redirect.github.com/webpack/webpack-dev-server/pull/5674">#5674</a>)</p> </li> <li> <p>Use <code>compiler.platform</code> to determine the target environment instead of inspecting the resolved <code>target</code> string. Universal targets (<code>"universal"</code> or <code>["web", "node"]</code>, where <code>compiler.platform.universal</code> is <code>true</code> since webpack <code>5.108.0</code>) are treated as web targets so the client runtime is injected. (by <a href="https://github.com/bjohansebas"><code>@bjohansebas</code></a> in <a href="https://redirect.github.com/webpack/webpack-dev-server/pull/5674">#5674</a>)</p> </li> <li> <p>Use the WHATWG <code>URL</code> API instead of the deprecated <code>url.parse</code>. (by <a href="https://github.com/bjohansebas"><code>@bjohansebas</code></a> in <a href="https://redirect.github.com/webpack/webpack-dev-server/pull/5674">#5674</a>)</p> </li> </ul> <h3>Patch Changes</h3> <ul> <li> <p>Bump production dependencies, notably <code>open</code> to v11 and <code>p-retry</code> to v8. (by <a href="https://github.com/bjohansebas"><code>@bjohansebas</code></a> in <a href="https://redirect.github.com/webpack/webpack-dev-server/pull/5674">#5674</a>)</p> </li> <li> <p>Reject cross-site requests to the internal <code>open-editor</code> and <code>invalidate</code> endpoints. They performed state-changing actions (opening a file in the editor, forcing a recompilation) on any GET request, so a page the developer visited could trigger them. They now require a same-origin request, validated via <code>Sec-Fetch-Site</code> with an <code>Origin</code>/<code>Host</code> fallback. (by <a href="https://github.com/bjohansebas"><code>@bjohansebas</code></a> in <a href="https://redirect.github.com/webpack/webpack-dev-server/pull/5691">#5691</a>)</p> </li> <li> <p>Treat loopback aliases (<code>127.0.0.1</code>, <code>::1</code>, <code>localhost</code>) as equivalent in <code>isSameOrigin</code> so the WebSocket client does not reject valid same-origin connections. (by <a href="https://github.com/bjohansebas"><code>@bjohansebas</code></a> in <a href="https://redirect.github.com/webpack/webpack-dev-server/pull/5674">#5674</a>)</p> </li> <li> <p>Migrate the test suite from Jest to <code>node:test</code> and set up the jsdom environment. (by <a href="https://github.com/bjohansebas"><code>@bjohansebas</code></a> in <a href="https://redirect.github.com/webpack/webpack-dev-server/pull/5674">#5674</a>)</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack-dev-server/blob/main/CHANGELOG.md">webpack-dev-server's changelog</a>.</em></p> <blockquote> <h2>6.0.0</h2> <h3>Major Changes</h3> <ul> <li> <p>Bump Express to v5. See the <a href="https://expressjs.com/en/guide/migrating-5.html">Express 5 migration guide</a> for the full list of breaking changes. (by <a href="https://github.com/bjohansebas"><code>@bjohansebas</code></a> in <a href="https://redirect.github.com/webpack/webpack-dev-server/pull/5674">#5674</a>)</p> </li> <li> <p>Bump the <code>webpack</code> peer dependency range from <code>^5.0.0</code> to <code>^5.101.0</code>. (by <a href="https://github.com/bjohansebas"><code>@bjohansebas</code></a> in <a href="https://redirect.github.com/webpack/webpack-dev-server/pull/5674">#5674</a>)</p> </li> <li> <p>Drop support for Node.js < 22.15.0. (by <a href="https://github.com/bjohansebas"><code>@bjohansebas</code></a> in <a href="https://redirect.github.com/webpack/webpack-dev-server/pull/5674">#5674</a>)</p> </li> <li> <p>Convert the source to native ES modules. The package keeps <code>"type": "module"</code> and now exposes both an ESM and a CommonJS build via the <code>exports</code> field: ESM consumers <code>import</code> the native <code>lib/</code>, while CommonJS consumers <code>require()</code> a transpiled <code>dist/</code> build — so the package works from both ESM and CommonJS, including environments where <code>require(ESM)</code> is not supported. (by <a href="https://github.com/bjohansebas"><code>@bjohansebas</code></a> in <a href="https://redirect.github.com/webpack/webpack-dev-server/pull/5674">#5674</a>)</p> </li> <li> <p>Remove CLI flags. Use the <code>serve</code> command from <code>webpack-cli</code> together with a configuration file or the programmatic API instead. (by <a href="https://github.com/bjohansebas"><code>@bjohansebas</code></a> in <a href="https://redirect.github.com/webpack/webpack-dev-server/pull/5674">#5674</a>)</p> </li> <li> <p>Remove the <code>internalIP</code> and <code>internalIPSync</code> static methods from <code>Server</code>. Resolve the local IP yourself if you need it. (by <a href="https://github.com/bjohansebas"><code>@bjohansebas</code></a> in <a href="https://redirect.github.com/webpack/webpack-dev-server/pull/5674">#5674</a>)</p> </li> <li> <p>Remove the <code>bypass</code> option from proxy configuration. Use the <code>router</code> or <code>context</code> options provided by <code>http-proxy-middleware</code> instead. (by <a href="https://github.com/bjohansebas"><code>@bjohansebas</code></a> in <a href="https://redirect.github.com/webpack/webpack-dev-server/pull/5674">#5674</a>)</p> </li> <li> <p>Remove SockJS support. The <code>webSocketServer</code> option no longer accepts <code>"sockjs"</code>; use the default <code>"ws"</code> transport instead. (by <a href="https://github.com/bjohansebas"><code>@bjohansebas</code></a> in <a href="https://redirect.github.com/webpack/webpack-dev-server/pull/5674">#5674</a>)</p> </li> <li> <p>Remove the <code>spdy</code> dependency. Use the built-in <code>node:http2</code> module via the <code>server</code> option for HTTP/2 support. (by <a href="https://github.com/bjohansebas"><code>@bjohansebas</code></a> in <a href="https://redirect.github.com/webpack/webpack-dev-server/pull/5674">#5674</a>)</p> </li> <li> <p>Update <code>http-proxy-middleware</code> to v4. See the <a href="https://github.com/chimurai/http-proxy-middleware/releases/tag/v3.0.0">http-proxy-middleware v3 release notes</a> and <a href="https://github.com/chimurai/http-proxy-middleware/releases/tag/v4.0.0">v4 release notes</a> for the full list of breaking changes. (by <a href="https://github.com/bjohansebas"><code>@bjohansebas</code></a> in <a href="https://redirect.github.com/webpack/webpack-dev-server/pull/5674">#5674</a>)</p> </li> <li> <p>Update <code>webpack-dev-middleware</code> to v8 and sync <code>originalUrl</code> for middleware compatibility. <code>server.middleware.getFilenameFromUrl()</code> is now asynchronous and resolves to <code>{ filename, extra: { stats, outputFileSystem } }</code>. See the <a href="https://github.com/webpack/webpack-dev-middleware/releases/tag/v8.0.0">webpack-dev-middleware v8 release notes</a> for details. (by <a href="https://github.com/bjohansebas"><code>@bjohansebas</code></a> in <a href="https://redirect.github.com/webpack/webpack-dev-server/pull/5674">#5674</a>)</p> </li> </ul> <h3>Minor Changes</h3> <ul> <li> <p>Add plugin support. <code>webpack-dev-server</code> can now be used as a webpack plugin, integrating with the compiler lifecycle without explicitly passing a compiler, preventing multiple server starts on recompilation, ensuring clean shutdown, and supporting <code>MultiCompiler</code> setups with multiple independent plugin servers. (by <a href="https://github.com/bjohansebas"><code>@bjohansebas</code></a> in <a href="https://redirect.github.com/webpack/webpack-dev-server/pull/5674">#5674</a>)</p> </li> <li> <p>Enable the compression middleware for HTTP/2 connections. (by <a href="https://github.com/bjohansebas"><code>@bjohansebas</code></a> in <a href="https://redirect.github.com/webpack/webpack-dev-server/pull/5674">#5674</a>)</p> </li> <li> <p>Remove the <code>colorette</code> dependency in favor of native ANSI styling. (by <a href="https://github.com/bjohansebas"><code>@bjohansebas</code></a> in <a href="https://redirect.github.com/webpack/webpack-dev-server/pull/5674">#5674</a>)</p> </li> <li> <p>Update <code>chokidar</code> to v5 and extend <code>watchFiles.options.ignored</code> to support glob string patterns via <code>tinyglobby</code>. (by <a href="https://github.com/bjohansebas"><code>@bjohansebas</code></a> in <a href="https://redirect.github.com/webpack/webpack-dev-server/pull/5674">#5674</a>)</p> </li> <li> <p>Use <code>compiler.platform</code> to determine the target environment instead of inspecting the resolved <code>target</code> string. Universal targets (<code>"universal"</code> or <code>["web", "node"]</code>, where <code>compiler.platform.universal</code> is <code>true</code> since webpack <code>5.108.0</code>) are treated as web targets so the client runtime is injected. (by <a href="https://github.com/bjohansebas"><code>@bjohansebas</code></a> in <a href="https://redirect.github.com/webpack/webpack-dev-server/pull/5674">#5674</a>)</p> </li> <li> <p>Use the WHATWG <code>URL</code> API instead of the deprecated <code>url.parse</code>. (by <a href="https://github.com/bjohansebas"><code>@bjohansebas</code></a> in <a href="https://redirect.github.com/webpack/webpack-dev-server/pull/5674">#5674</a>)</p> </li> </ul> <h3>Patch Changes</h3> <ul> <li> <p>Bump production dependencies, notably <code>open</code> to v11 and <code>p-retry</code> to v8. (by <a href="https://github.com/bjohansebas"><code>@bjohansebas</code></a> in <a href="https://redirect.github.com/webpack/webpack-dev-server/pull/5674">#5674</a>)</p> </li> <li> <p>Reject cross-site requests to the internal <code>open-editor</code> and <code>invalidate</code> endpoints. They performed state-changing actions (opening a file in the editor, forcing a recompilation) on any GET request, so a page the developer visited could trigger them. They now require a same-origin request, validated via <code>Sec-Fetch-Site</code> with an <code>Origin</code>/<code>Host</code> fallback. (by <a href="https://github.com/bjohansebas"><code>@bjohansebas</code></a> in <a href="https://redirect.github.com/webpack/webpack-dev-server/pull/5691">#5691</a>)</p> </li> <li> <p>Treat loopback aliases (<code>127.0.0.1</code>, <code>::1</code>, <code>localhost</code>) as equivalent in <code>isSameOrigin</code> so the WebSocket client does not reject valid same-origin connections. (by <a href="https://github.com/bjohansebas"><code>@bjohansebas</code></a> in <a href="https://redirect.github.com/webpack/webpack-dev-server/pull/5674">#5674</a>)</p> </li> <li> <p>Migrate the test suite from Jest to <code>node:test</code> and set up the jsdom environment. (by <a href="https://github.com/bjohansebas"><code>@bjohansebas</code></a> in <a href="https://redirect.github.com/webpack/webpack-dev-server/pull/5674">#5674</a>)</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack-dev-server/commit/05cb7921b2cd216f8caa74d2bdcc39b3f0d05bea"><code>05cb792</code></a> chore(release): new release (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/5692">#5692</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/a451839256733b37c8b71d15b9e22a55db3290d1"><code>a451839</code></a> fix: handle middleware teardown in plugin mode (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/5703">#5703</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/c2d23a7e9f8562c634b3f3cabf8cee18123a402b"><code>c2d23a7</code></a> fix: load ESM-only dependencies with native import() in the CommonJS build (#...</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/ba54764c65464b43ab695ab8e7f20ca8e6c92e8d"><code>ba54764</code></a> fix: reject cross-site requests to open-editor and invalidate endpoints (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/5691">#5691</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/2b369b39d537331fc44df3d3c1d62f2ac4598016"><code>2b369b3</code></a> fixup!</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/08a0ea7e92b2f954d2ab88e4b9669a45108cf0c8"><code>08a0ea7</code></a> fix: ensure undefined options default to an empty object in Server constructor</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/797b9e7d780eb5202895021bbd47253774a0135d"><code>797b9e7</code></a> fix: handle undefined options in Server constructor</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/e90221cd422dbaa71b3a870538be1c88caf98361"><code>e90221c</code></a> feat: plugin support (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/5650">#5650</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/4c351e1b45f6a0bcc5fb3ef1e6bfad2d0c4fdd8b"><code>4c351e1</code></a> feat: support universal platform as a web target (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/5690">#5690</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/2236aa4b490a0b6abfd9e234beb3da5a32da91e7"><code>2236aa4</code></a> chore: update http-proxy-middleware to version 4.1.1 and add tests for pathRe...</li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack-dev-server/compare/v5.2.5...v6.0.0">compare view</a></li> </ul> </details> <br /> Updates `@nx/angular` from 22.5.4 to 23.1.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/nrwl/nx/releases">@nx/angular's releases</a>.</em></p> <blockquote> <h2>23.1.0 (2026-07-13)</h2> <h3>🚀 Features</h3> <ul> <li>⚠️ <strong>angular:</strong> support angular v22 (<a href="https://redirect.github.com/nrwl/nx/pull/35851">#35851</a>, <a href="https://redirect.github.com/nrwl/nx/issues/35910">#35910</a>)</li> <li><strong>core:</strong> show a performance report at the end of every run (<a href="https://redirect.github.com/nrwl/nx/pull/36077">#36077</a>)</li> <li><strong>core:</strong> support filtered targetDefaults via the nested-array shape (<a href="https://redirect.github.com/nrwl/nx/pull/36049">#36049</a>)</li> <li><strong>core:</strong> re-add isCacheableTask helper (<a href="https://redirect.github.com/nrwl/nx/pull/36177">#36177</a>)</li> <li><strong>core:</strong> add mouse support to the terminal UI (<a href="https://redirect.github.com/nrwl/nx/pull/35868">#35868</a>)</li> <li><strong>core:</strong> scaffold create-nx-workspace into the current directory (<a href="https://redirect.github.com/nrwl/nx/pull/36134">#36134</a>)</li> <li><strong>expo:</strong> support Expo SDK 56 (<a href="https://redirect.github.com/nrwl/nx/pull/35904">#35904</a>, <a href="https://redirect.github.com/nrwl/nx/issues/35714">#35714</a>)</li> <li>⚠️ <strong>linter:</strong> drop eslint v8 support (<a href="https://redirect.github.com/nrwl/nx/pull/36006">#36006</a>)</li> <li><strong>linter:</strong> add migration to drop typescript-eslint v8-removed rules from flat configs (<a href="https://redirect.github.com/nrwl/nx/pull/36123">#36123</a>)</li> <li><strong>misc:</strong> add next 14 to 15 and react 18 to 19 upgrade paths (<a href="https://redirect.github.com/nrwl/nx/pull/36031">#36031</a>)</li> <li><strong>nx-cloud:</strong> add utm tracking to clickable cloud prompt links (<a href="https://redirect.github.com/nrwl/nx/pull/36028">#36028</a>)</li> <li><strong>nx-dev:</strong> show product hunt launch banner in docs (<a href="https://redirect.github.com/nrwl/nx/pull/36112">#36112</a>)</li> <li><strong>nx-dev:</strong> show product hunt launch banner in docs" (<a href="https://redirect.github.com/nrwl/nx/pull/36129">#36129</a>, <a href="https://redirect.github.com/nrwl/nx/issues/36112">#36112</a>)</li> <li><strong>release:</strong> add option to force changelog generation for programmatic usage (<a href="https://redirect.github.com/nrwl/nx/pull/36242">#36242</a>)</li> <li><strong>repo:</strong> enable the tsgo compiler workspace-wide (<a href="https://redirect.github.com/nrwl/nx/pull/35926">#35926</a>, <a href="https://redirect.github.com/nrwl/nx/issues/35047">#35047</a>, <a href="https://redirect.github.com/nrwl/nx/issues/35167">#35167</a>)</li> <li><strong>rspack:</strong> support <code>@rspack/core</code><a href="https://github.com/2"><code>@2</code></a> and <code>@rsbuild/core</code><a href="https://github.com/2"><code>@2</code></a> (multi-version compliance) (<a href="https://redirect.github.com/nrwl/nx/pull/35682">#35682</a>, <a href="https://redirect.github.com/nrwl/nx/issues/35764">#35764</a>, <a href="https://redirect.github.com/nrwl/nx/issues/13420">#13420</a>, <a href="https://redirect.github.com/nrwl/nx/issues/781">#781</a>)</li> <li><strong>storybook:</strong> update Storybook to support Angular 22 (<a href="https://redirect.github.com/nrwl/nx/pull/36293">#36293</a>)</li> <li><strong>testing:</strong> add migration to verify typecheck after the 23.1 migration (<a href="https://redirect.github.com/nrwl/nx/pull/36106">#36106</a>)</li> <li><strong>vite:</strong> add configurable ts paths build/test targets and stabilize build coordination (<a href="https://redirect.github.com/nrwl/nx/pull/34890">#34890</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>angular:</strong> resolve esbuild option paths relative to the workspace root (<a href="https://redirect.github.com/nrwl/nx/pull/36017">#36017</a>, <a href="https://redirect.github.com/nrwl/nx/issues/35936">#35936</a>)</li> <li><strong>angular:</strong> bump prescribed angular version to 22.0.4 (<a href="https://redirect.github.com/nrwl/nx/pull/36130">#36130</a>)</li> <li><strong>angular:</strong> make nx migrate to Angular 22 leave a buildable workspace (<a href="https://redirect.github.com/nrwl/nx/pull/36183">#36183</a>)</li> <li><strong>angular-rspack:</strong> surface compilation failures as build errors and release resources on teardown (<a href="https://redirect.github.com/nrwl/nx/pull/36018">#36018</a>)</li> <li><strong>bundling:</strong> restore preprocessor extensions in postcss normalizeOp… (<a href="https://redirect.github.com/nrwl/nx/pull/36057">#36057</a>, <a href="https://redirect.github.com/nrwl/nx/issues/35854">#35854</a>)</li> <li><strong>bundling:</strong> prevent TS6059 when an app imports a workspace lib from source (<a href="https://redirect.github.com/nrwl/nx/pull/36217">#36217</a>, <a href="https://redirect.github.com/nrwl/nx/issues/35017">#35017</a>)</li> <li><strong>core:</strong> avoid tsconfig path false positives for sibling project roots (<a href="https://redirect.github.com/nrwl/nx/pull/35796">#35796</a>, <a href="https://redirect.github.com/nrwl/nx/issues/35795">#35795</a>, <a href="https://redirect.github.com/nrwl/nx/issues/35786">#35786</a>)</li> <li><strong>core:</strong> do not write minimumReleaseAgeExclude during nx migrate (<a href="https://redirect.github.com/nrwl/nx/pull/36045">#36045</a>)</li> <li><strong>core:</strong> do not crash nx migrate on non-semver dependency specifiers (<a href="https://redirect.github.com/nrwl/nx/pull/36051">#36051</a>)</li> <li><strong>core:</strong> format AI-edited files after agentic migrations (<a href="https://redirect.github.com/nrwl/nx/pull/36064">#36064</a>)</li> <li><strong>core:</strong> prefer module.registerHooks to avoid DEP0205 deprecation warning (<a href="https://redirect.github.com/nrwl/nx/pull/36081">#36081</a>)</li> <li><strong>core:</strong> prevent nx migrate crash when include=optional filters out the target package (<a href="https://redirect.github.com/nrwl/nx/pull/36087">#36087</a>)</li> <li><strong>core:</strong> make nx migrate honor preapproved packages and emit a valid temp workspace (<a href="https://redirect.github.com/nrwl/nx/pull/36086">#36086</a>)</li> <li><strong>core:</strong> skip daemon project-graph recompute on no-op file rewrites (<a href="https://redirect.github.com/nrwl/nx/pull/36082">#36082</a>)</li> <li><strong>core:</strong> prevent the TUI from auto-selecting a completed task when a batch finishes (<a href="https://redirect.github.com/nrwl/nx/pull/35833">#35833</a>)</li> <li><strong>core:</strong> deregister pseudo-terminal exit handlers when tasks finish (<a href="https://redirect.github.com/nrwl/nx/pull/36115">#36115</a>)</li> <li><strong>core:</strong> prevent path traversal / zip-slip in self-hosted remote cache (<a href="https://redirect.github.com/nrwl/nx/pull/36116">#36116</a>)</li> <li><strong>core:</strong> respect explicit --nxCloud=skip for AI agents in create-nx-workspace (<a href="https://redirect.github.com/nrwl/nx/pull/36131">#36131</a>)</li> <li><strong>core:</strong> warn when the self-hosted remote cache disables TLS verification (NXC-4593) (<a href="https://redirect.github.com/nrwl/nx/pull/36132">#36132</a>, <a href="https://redirect.github.com/nrwl/nx/issues/36116">#36116</a>)</li> <li><strong>core:</strong> throw actionable error when pnpm .modules.yaml is missing (<a href="https://redirect.github.com/nrwl/nx/pull/35666">#35666</a>, <a href="https://redirect.github.com/nrwl/nx/issues/35635">#35635</a>)</li> <li><strong>core:</strong> support <code>${configDir}</code> in tsconfig path alias resolution (<a href="https://redirect.github.com/nrwl/nx/pull/36037">#36037</a>, <a href="https://redirect.github.com/nrwl/nx/issues/35804">#35804</a>)</li> <li><strong>core:</strong> prevent non-npm devEngines pin from breaking npm registry lookups (<a href="https://redirect.github.com/nrwl/nx/pull/36020">#36020</a>, <a href="https://redirect.github.com/nrwl/nx/issues/35815">#35815</a>)</li> <li><strong>core:</strong> clarify nx sync remediation messaging and surface spinner output in non-tty (<a href="https://redirect.github.com/nrwl/nx/pull/35747">#35747</a>)</li> <li><strong>core:</strong> exclude direct-dependency overrides from generated package.json (<a href="https://redirect.github.com/nrwl/nx/pull/36040">#36040</a>, <a href="https://redirect.github.com/nrwl/nx/issues/35675">#35675</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nrwl/nx/commit/a88e49473f5912c7b51c2f684791ba6506607611"><code>a88e494</code></a> chore(repo): migrate to nx 23.1.0-rc.2 (<a href="https://github.com/nrwl/nx/tree/HEAD/packages/angular/issues/36269">#36269</a>)</li> <li><a href="https://github.com/nrwl/nx/commit/f45a6a16f4d0915dccdf5466f48f8e762675f4f7"><code>f45a6a1</code></a> fix(testing): disable justInTimeCompile for webpack Cypress component testing...</li> <li><a href="https://github.com/nrwl/nx/commit/15cfe442f9c2faab9a575e651a478236a3bef794"><code>15cfe44</code></a> fix(angular): make nx migrate to Angular 22 leave a buildable workspace (<a href="https://github.com/nrwl/nx/tree/HEAD/packages/angular/issues/36183">#36183</a>)</li> <li><a href="https://github.com/nrwl/nx/commit/df5157b841677f7dd3ee9b834dd673b7806bdf1c"><code>df5157b</code></a> feat(core): support filtered targetDefaults via the nested-array shape (<a href="https://github.com/nrwl/nx/tree/HEAD/packages/angular/issues/36049">#36049</a>)</li> <li><a href="https://github.com/nrwl/nx/commit/13935377e1a8cb5060badba5de86386787425599"><code>1393537</code></a> fix(angular): bump prescribed angular version to 22.0.4 (<a href="https://github.com/nrwl/nx/tree/HEAD/packages/angular/issues/36130">#36130</a>)</li> <li><a href="https://github.com/nrwl/nx/commit/f22e75c8f0131c0cdb82ce4ed397efda85d89352"><code>f22e75c</code></a> feat(repo): enable the tsgo compiler workspace-wide (<a href="https://github.com/nrwl/nx/tree/HEAD/packages/angular/issues/35926">#35926</a>)</li> <li><a href="https://github.com/nrwl/nx/commit/192f66811d67ebd551504b314c2e9ed9614c16e1"><code>192f668</code></a> feat(angular): support angular v22 (<a href="https://github.com/nrwl/nx/tree/HEAD/packages/angular/issues/35851">#35851</a>)</li> <li><a href="https://github.com/nrwl/nx/commit/82d0cf1383a3c120376401f55451acf36c396814"><code>82d0cf1</code></a> fix(angular): resolve esbuild option paths relative to the workspace root (<a href="https://github.com/nrwl/nx/tree/HEAD/packages/angular/issues/3">#3</a>...</li> <li><a href="https://github.com/nrwl/nx/commit/a44086e45fa05d9d90879cc6285ebfd1f93ae251"><code>a44086e</code></a> feat(linter)!: drop eslint v8 support (<a href="https://github.com/nrwl/nx/tree/HEAD/packages/angular/issues/36006">#36006</a>)</li> <li><a href="https://github.com/nrwl/nx/commit/71bbc709f475b263ff2c3a9056bfb63de2a06963"><code>71bbc70</code></a> feat(core): revert array-shape targetDefaults support pending redesign and re...</li> <li>Additional commits viewable in <a href="https://github.com/nrwl/nx/commits/23.1.0/packages/angular">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 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/nifi/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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
