Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: bump the nx group in /typescript with 2 updates (#2143)
Bumps the nx group in /typescript with 2 updates: [@nx/jest](https://github.com/nrwl/nx/tree/HEAD/packages/jest) and [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx). Updates `@nx/jest` from 19.4.0 to 19.4.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/nrwl/nx/releases"><code>@nx/jest</code>'s releases</a>.</em></p> <blockquote> <h2>19.4.1 (2024-07-05)</h2> <h3>🚀 Features</h3> <ul> <li><strong>graph:</strong> add copy button for entire target configuration (<a href="https://redirect.github.com/nrwl/nx/pull/26284">#26284</a>)</li> <li><strong>nx-dev:</strong> update next to fix img fetchpriority error (<a href="https://redirect.github.com/nrwl/nx/pull/26766">#26766</a>)</li> <li><strong>react-native:</strong> update react-native-svg to 15.3.0 (<a href="https://redirect.github.com/nrwl/nx/pull/26827">#26827</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>core:</strong> cannot read properties of undefined (reading 'options') (<a href="https://redirect.github.com/nrwl/nx/pull/26721">#26721</a>)</li> <li><strong>core:</strong> register swc transpiler once per compilerOptions (<a href="https://redirect.github.com/nrwl/nx/pull/26807">#26807</a>)</li> <li><strong>core:</strong> always inherit output from plugins (<a href="https://redirect.github.com/nrwl/nx/pull/26797">#26797</a>)</li> <li><strong>core:</strong> ignore errors from cleanupNativeFileCache (revert to previous behaviour) (<a href="https://redirect.github.com/nrwl/nx/pull/26806">#26806</a>)</li> <li><strong>core:</strong> recursive resolve deps on create command graph (<a href="https://redirect.github.com/nrwl/nx/pull/22989">#22989</a>)</li> <li><strong>gradle:</strong> fix gradle exclude src/test (<a href="https://redirect.github.com/nrwl/nx/pull/26741">#26741</a>)</li> <li><strong>js:</strong> normalize excluded paths to task inputs correctly in typescript plugin (<a href="https://redirect.github.com/nrwl/nx/pull/26801">#26801</a>)</li> <li><strong>node:</strong> Enable e2e test (<a href="https://redirect.github.com/nrwl/nx/pull/23508">#23508</a>)</li> <li><strong>nx-dev:</strong> plugin-registry menu (<a href="https://redirect.github.com/nrwl/nx/pull/26767">#26767</a>)</li> <li><strong>nx-plugin:</strong> tslib is not set as a dependency when using create-package generator (<a href="https://redirect.github.com/nrwl/nx/pull/22429">#22429</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Emily Xiong <a href="https://github.com/xiongemi"><code>@xiongemi</code></a></li> <li>EugeneKruglei <a href="https://github.com/EugeneKruglei"><code>@EugeneKruglei</code></a></li> <li>Jack Hsu <a href="https://github.com/jaysoo"><code>@jaysoo</code></a></li> <li>Jason Jean <a href="https://github.com/FrozenPandaz"><code>@FrozenPandaz</code></a></li> <li>Jonathan Gelin <a href="https://github.com/jogelin"><code>@jogelin</code></a></li> <li>Juri Strumpflohner <a href="https://github.com/juristr"><code>@juristr</code></a></li> <li>Leosvel Pérez Espinosa <a href="https://github.com/leosvelperez"><code>@leosvelperez</code></a></li> <li>MaxKless <a href="https://github.com/MaxKless"><code>@MaxKless</code></a></li> <li>Naymi</li> <li>Nicholas Cunningham <a href="https://github.com/ndcunningham"><code>@ndcunningham</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/nrwl/nx/commits/19.4.1/packages/jest">compare view</a></li> </ul> </details> <br /> Updates `nx` from 19.4.0 to 19.4.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/nrwl/nx/releases">nx's releases</a>.</em></p> <blockquote> <h2>19.4.1 (2024-07-05)</h2> <h3>🚀 Features</h3> <ul> <li><strong>graph:</strong> add copy button for entire target configuration (<a href="https://redirect.github.com/nrwl/nx/pull/26284">#26284</a>)</li> <li><strong>nx-dev:</strong> update next to fix img fetchpriority error (<a href="https://redirect.github.com/nrwl/nx/pull/26766">#26766</a>)</li> <li><strong>react-native:</strong> update react-native-svg to 15.3.0 (<a href="https://redirect.github.com/nrwl/nx/pull/26827">#26827</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>core:</strong> cannot read properties of undefined (reading 'options') (<a href="https://redirect.github.com/nrwl/nx/pull/26721">#26721</a>)</li> <li><strong>core:</strong> register swc transpiler once per compilerOptions (<a href="https://redirect.github.com/nrwl/nx/pull/26807">#26807</a>)</li> <li><strong>core:</strong> always inherit output from plugins (<a href="https://redirect.github.com/nrwl/nx/pull/26797">#26797</a>)</li> <li><strong>core:</strong> ignore errors from cleanupNativeFileCache (revert to previous behaviour) (<a href="https://redirect.github.com/nrwl/nx/pull/26806">#26806</a>)</li> <li><strong>core:</strong> recursive resolve deps on create command graph (<a href="https://redirect.github.com/nrwl/nx/pull/22989">#22989</a>)</li> <li><strong>gradle:</strong> fix gradle exclude src/test (<a href="https://redirect.github.com/nrwl/nx/pull/26741">#26741</a>)</li> <li><strong>js:</strong> normalize excluded paths to task inputs correctly in typescript plugin (<a href="https://redirect.github.com/nrwl/nx/pull/26801">#26801</a>)</li> <li><strong>node:</strong> Enable e2e test (<a href="https://redirect.github.com/nrwl/nx/pull/23508">#23508</a>)</li> <li><strong>nx-dev:</strong> plugin-registry menu (<a href="https://redirect.github.com/nrwl/nx/pull/26767">#26767</a>)</li> <li><strong>nx-plugin:</strong> tslib is not set as a dependency when using create-package generator (<a href="https://redirect.github.com/nrwl/nx/pull/22429">#22429</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Emily Xiong <a href="https://github.com/xiongemi"><code>@xiongemi</code></a></li> <li>EugeneKruglei <a href="https://github.com/EugeneKruglei"><code>@EugeneKruglei</code></a></li> <li>Jack Hsu <a href="https://github.com/jaysoo"><code>@jaysoo</code></a></li> <li>Jason Jean <a href="https://github.com/FrozenPandaz"><code>@FrozenPandaz</code></a></li> <li>Jonathan Gelin <a href="https://github.com/jogelin"><code>@jogelin</code></a></li> <li>Juri Strumpflohner <a href="https://github.com/juristr"><code>@juristr</code></a></li> <li>Leosvel Pérez Espinosa <a href="https://github.com/leosvelperez"><code>@leosvelperez</code></a></li> <li>MaxKless <a href="https://github.com/MaxKless"><code>@MaxKless</code></a></li> <li>Naymi</li> <li>Nicholas Cunningham <a href="https://github.com/ndcunningham"><code>@ndcunningham</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nrwl/nx/commit/49da9b19f41b2df323011ed4313f7cd870ec555f"><code>49da9b1</code></a> fix(core): recursive resolve deps on create command graph (<a href="https://github.com/nrwl/nx/tree/HEAD/packages/nx/issues/22989">#22989</a>)</li> <li><a href="https://github.com/nrwl/nx/commit/892c98fe9b07cd8b1a77ee6a1bbd2da4088c0946"><code>892c98f</code></a> fix(core): ignore errors from cleanupNativeFileCache (revert to previous beha...</li> <li><a href="https://github.com/nrwl/nx/commit/e4ae1e7b010be62521ca73288120d0cb6a6e75df"><code>e4ae1e7</code></a> fix(core): always inherit output from plugins (<a href="https://github.com/nrwl/nx/tree/HEAD/packages/nx/issues/26797">#26797</a>)</li> <li><a href="https://github.com/nrwl/nx/commit/314c2fdf888e39f91bc955a0dcf493190bb01f90"><code>314c2fd</code></a> fix(core): register swc transpiler once per compilerOptions (<a href="https://github.com/nrwl/nx/tree/HEAD/packages/nx/issues/26807">#26807</a>)</li> <li><a href="https://github.com/nrwl/nx/commit/a6d74286a9a90cd4e1414ddfdcdf07149c446e0b"><code>a6d7428</code></a> fix(core): cannot read properties of undefined (reading 'options') (<a href="https://github.com/nrwl/nx/tree/HEAD/packages/nx/issues/26721">#26721</a>)</li> <li>See full diff in <a href="https://github.com/nrwl/nx/commits/19.4.1/packages/nx">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 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 <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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information