Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps-dev): bump the nx group across 1 directory with 6 updates (#…
…1389) Bumps the nx group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@nx/devkit](https://github.com/nrwl/nx/tree/HEAD/packages/devkit) | `18.0.7` | `18.3.4` | | [@nx/eslint-plugin](https://github.com/nrwl/nx/tree/HEAD/packages/eslint-plugin) | `18.0.7` | `18.3.4` | | [@nx/jest](https://github.com/nrwl/nx/tree/HEAD/packages/jest) | `18.0.7` | `18.3.4` | | [@nx/workspace](https://github.com/nrwl/nx/tree/HEAD/packages/workspace) | `18.0.7` | `18.3.4` | | [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx) | `18.0.7` | `18.3.4` | | [nx-cloud](https://github.com/nrwl/nx) | `18.0.0` | `18.0.1` | Updates `@nx/devkit` from 18.0.7 to 18.3.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/nrwl/nx/releases"><code>@nx/devkit</code>'s releases</a>.</em></p> <blockquote> <h2>18.3.4 (2024-04-25)</h2> <h3>🚀 Features</h3> <ul> <li><strong>core:</strong> add root level forwardAllArgs (<a href="https://redirect.github.com/nrwl/nx/pull/22753">#22753</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>core:</strong> different commands should not be considered compatible targets (<a href="https://redirect.github.com/nrwl/nx/pull/22863">#22863</a>)</li> <li><strong>core:</strong> fix pnpm install order on ci workflows (<a href="https://redirect.github.com/nrwl/nx/pull/22580">#22580</a>)</li> <li><strong>core:</strong> workspace context glob respects exclude (<a href="https://redirect.github.com/nrwl/nx/pull/22939">#22939</a>)</li> <li><strong>core:</strong> handle events that do not have paths (<a href="https://redirect.github.com/nrwl/nx/pull/22947">#22947</a>)</li> <li><strong>core:</strong> fix exclude for empty array (<a href="https://redirect.github.com/nrwl/nx/pull/22951">#22951</a>)</li> <li><strong>core:</strong> move a few api points to return root maps directly (<a href="https://redirect.github.com/nrwl/nx/pull/22949">#22949</a>)</li> <li><strong>core:</strong> regression register ts transpiler for local plugin (<a href="https://redirect.github.com/nrwl/nx/pull/22964">#22964</a>)</li> <li><strong>core:</strong> handle created directories when watching on linux (<a href="https://redirect.github.com/nrwl/nx/pull/22980">#22980</a>)</li> <li><strong>core:</strong> ensure create nodes functions are properly parallelized (<a href="https://redirect.github.com/nrwl/nx/pull/23005">#23005</a>)</li> <li><strong>gradle:</strong> change gradle command to be relative path (<a href="https://redirect.github.com/nrwl/nx/pull/22963">#22963</a>)</li> <li><strong>gradle:</strong> should skip println in project report (<a href="https://redirect.github.com/nrwl/nx/pull/22862">#22862</a>)</li> <li><strong>gradle:</strong> get gradlew path with projectRoot joins workspaceRoot (<a href="https://redirect.github.com/nrwl/nx/pull/22988">#22988</a>)</li> <li><strong>graph:</strong> don't listen to system theme changes in console (<a href="https://redirect.github.com/nrwl/nx/pull/22938">#22938</a>)</li> <li><strong>linter:</strong> do not infer lint tasks for projects without files to lint (<a href="https://redirect.github.com/nrwl/nx/pull/22944">#22944</a>)</li> <li><strong>misc:</strong> fix publish script (<a href="https://redirect.github.com/nrwl/nx/pull/22981">#22981</a>)</li> <li><strong>misc:</strong> perf logging shouldn't be enabled twice (<a href="https://redirect.github.com/nrwl/nx/pull/23012">#23012</a>)</li> <li><strong>node:</strong> e2e target fails out of the box (<a href="https://redirect.github.com/nrwl/nx/pull/22987">#22987</a>)</li> <li><strong>repo:</strong> downgrade to macos-13 in publish workflow (<a href="https://redirect.github.com/nrwl/nx/pull/22961">#22961</a>)</li> <li><strong>storybook:</strong> handle inherited config correctly when identifying the framework used for inferred tasks (<a href="https://redirect.github.com/nrwl/nx/pull/22953">#22953</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Colum Ferry <a href="https://github.com/Coly010"><code>@Coly010</code></a></li> <li>Craigory Coppola <a href="https://github.com/AgentEnder"><code>@AgentEnder</code></a></li> <li>Emily Xiong <a href="https://github.com/xiongemi"><code>@xiongemi</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 Cammisuli</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>Miroslav Jonaš <a href="https://github.com/meeroslav"><code>@meeroslav</code></a></li> <li>Nicholas Cunningham <a href="https://github.com/ndcunningham"><code>@ndcunningham</code></a></li> <li>Richard Roozenboom <a href="https://github.com/Roozenboom"><code>@Roozenboom</code></a></li> </ul> <h2>18.3.3 (2024-04-20)</h2> <h3>🩹 Fixes</h3> <ul> <li><strong>angular:</strong> fix loading postcss configuration in ng-packagr executors (<a href="https://redirect.github.com/nrwl/nx/pull/22900">#22900</a>)</li> <li><strong>core:</strong> group command exit listeners to avoid warning (<a href="https://redirect.github.com/nrwl/nx/pull/22892">#22892</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/ccddf0ec922cd5ae539991e87135afdd7c258597"><code>ccddf0e</code></a> fix(core): move a few api points to return root maps directly (<a href="https://github.com/nrwl/nx/tree/HEAD/packages/devkit/issues/22949">#22949</a>)</li> <li><a href="https://github.com/nrwl/nx/commit/f4ea297b7b2195aac2bf8088cfa751967c22ea82"><code>f4ea297</code></a> fix(misc): don't clear node_modules require cache (<a href="https://github.com/nrwl/nx/tree/HEAD/packages/devkit/issues/22907">#22907</a>)</li> <li><a href="https://github.com/nrwl/nx/commit/6afcdf158bd4ffaf2ab926ccf065a7d6cc8400f8"><code>6afcdf1</code></a> fix(core): load config util supports absolute paths on windows (<a href="https://github.com/nrwl/nx/tree/HEAD/packages/devkit/issues/22837">#22837</a>)</li> <li><a href="https://github.com/nrwl/nx/commit/bf206e578e642003ef03e68dc87126d07d694072"><code>bf206e5</code></a> feat(misc): non conflicting init/add flow (<a href="https://github.com/nrwl/nx/tree/HEAD/packages/devkit/issues/22791">#22791</a>)</li> <li><a href="https://github.com/nrwl/nx/commit/54c42c1725d9947cdd2f900803804ba9e3d40ce3"><code>54c42c1</code></a> fix(devkit): update peer dependency on nx to include Nx 19 (<a href="https://github.com/nrwl/nx/tree/HEAD/packages/devkit/issues/22811">#22811</a>)</li> <li><a href="https://github.com/nrwl/nx/commit/7a7cbeca44e44ff62ae3ab120bccb0850e09884c"><code>7a7cbec</code></a> feat(core): re-enable running plugins in isolation (<a href="https://github.com/nrwl/nx/tree/HEAD/packages/devkit/issues/22527">#22527</a>)</li> <li><a href="https://github.com/nrwl/nx/commit/c20e00cab86be9fe32a09320941ba0f0bb39733d"><code>c20e00c</code></a> fix(misc): handle cwd correctly when generating artifacts with as-provided (#...</li> <li><a href="https://github.com/nrwl/nx/commit/8baddb5f08255f65fc24a1e5d583cfa1ea00817c"><code>8baddb5</code></a> feat(angular): support angular 17.3.0 (<a href="https://github.com/nrwl/nx/tree/HEAD/packages/devkit/issues/22202">#22202</a>)</li> <li><a href="https://github.com/nrwl/nx/commit/d058c8c0b1e6e047188a7c808bacd0f5ba3bec79"><code>d058c8c</code></a> chore(devkit): fix failing devkit test for convertNxExecutor (<a href="https://github.com/nrwl/nx/tree/HEAD/packages/devkit/issues/22398">#22398</a>)</li> <li><a href="https://github.com/nrwl/nx/commit/1fe5b98f4512faad2b8faab2d82d9a4ccc375e88"><code>1fe5b98</code></a> fix(linter): refactor pcv3 plugin, expose configFiles on context (<a href="https://github.com/nrwl/nx/tree/HEAD/packages/devkit/issues/21677">#21677</a>)</li> <li>Additional commits viewable in <a href="https://github.com/nrwl/nx/commits/18.3.4/packages/devkit">compare view</a></li> </ul> </details> <br /> Updates `@nx/eslint-plugin` from 18.0.7 to 18.3.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/nrwl/nx/releases"><code>@nx/eslint-plugin</code>'s releases</a>.</em></p> <blockquote> <h2>18.3.4 (2024-04-25)</h2> <h3>🚀 Features</h3> <ul> <li><strong>core:</strong> add root level forwardAllArgs (<a href="https://redirect.github.com/nrwl/nx/pull/22753">#22753</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>core:</strong> different commands should not be considered compatible targets (<a href="https://redirect.github.com/nrwl/nx/pull/22863">#22863</a>)</li> <li><strong>core:</strong> fix pnpm install order on ci workflows (<a href="https://redirect.github.com/nrwl/nx/pull/22580">#22580</a>)</li> <li><strong>core:</strong> workspace context glob respects exclude (<a href="https://redirect.github.com/nrwl/nx/pull/22939">#22939</a>)</li> <li><strong>core:</strong> handle events that do not have paths (<a href="https://redirect.github.com/nrwl/nx/pull/22947">#22947</a>)</li> <li><strong>core:</strong> fix exclude for empty array (<a href="https://redirect.github.com/nrwl/nx/pull/22951">#22951</a>)</li> <li><strong>core:</strong> move a few api points to return root maps directly (<a href="https://redirect.github.com/nrwl/nx/pull/22949">#22949</a>)</li> <li><strong>core:</strong> regression register ts transpiler for local plugin (<a href="https://redirect.github.com/nrwl/nx/pull/22964">#22964</a>)</li> <li><strong>core:</strong> handle created directories when watching on linux (<a href="https://redirect.github.com/nrwl/nx/pull/22980">#22980</a>)</li> <li><strong>core:</strong> ensure create nodes functions are properly parallelized (<a href="https://redirect.github.com/nrwl/nx/pull/23005">#23005</a>)</li> <li><strong>gradle:</strong> change gradle command to be relative path (<a href="https://redirect.github.com/nrwl/nx/pull/22963">#22963</a>)</li> <li><strong>gradle:</strong> should skip println in project report (<a href="https://redirect.github.com/nrwl/nx/pull/22862">#22862</a>)</li> <li><strong>gradle:</strong> get gradlew path with projectRoot joins workspaceRoot (<a href="https://redirect.github.com/nrwl/nx/pull/22988">#22988</a>)</li> <li><strong>graph:</strong> don't listen to system theme changes in console (<a href="https://redirect.github.com/nrwl/nx/pull/22938">#22938</a>)</li> <li><strong>linter:</strong> do not infer lint tasks for projects without files to lint (<a href="https://redirect.github.com/nrwl/nx/pull/22944">#22944</a>)</li> <li><strong>misc:</strong> fix publish script (<a href="https://redirect.github.com/nrwl/nx/pull/22981">#22981</a>)</li> <li><strong>misc:</strong> perf logging shouldn't be enabled twice (<a href="https://redirect.github.com/nrwl/nx/pull/23012">#23012</a>)</li> <li><strong>node:</strong> e2e target fails out of the box (<a href="https://redirect.github.com/nrwl/nx/pull/22987">#22987</a>)</li> <li><strong>repo:</strong> downgrade to macos-13 in publish workflow (<a href="https://redirect.github.com/nrwl/nx/pull/22961">#22961</a>)</li> <li><strong>storybook:</strong> handle inherited config correctly when identifying the framework used for inferred tasks (<a href="https://redirect.github.com/nrwl/nx/pull/22953">#22953</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Colum Ferry <a href="https://github.com/Coly010"><code>@Coly010</code></a></li> <li>Craigory Coppola <a href="https://github.com/AgentEnder"><code>@AgentEnder</code></a></li> <li>Emily Xiong <a href="https://github.com/xiongemi"><code>@xiongemi</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 Cammisuli</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>Miroslav Jonaš <a href="https://github.com/meeroslav"><code>@meeroslav</code></a></li> <li>Nicholas Cunningham <a href="https://github.com/ndcunningham"><code>@ndcunningham</code></a></li> <li>Richard Roozenboom <a href="https://github.com/Roozenboom"><code>@Roozenboom</code></a></li> </ul> <h2>18.3.3 (2024-04-20)</h2> <h3>🩹 Fixes</h3> <ul> <li><strong>angular:</strong> fix loading postcss configuration in ng-packagr executors (<a href="https://redirect.github.com/nrwl/nx/pull/22900">#22900</a>)</li> <li><strong>core:</strong> group command exit listeners to avoid warning (<a href="https://redirect.github.com/nrwl/nx/pull/22892">#22892</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/8baddb5f08255f65fc24a1e5d583cfa1ea00817c"><code>8baddb5</code></a> feat(angular): support angular 17.3.0 (<a href="https://github.com/nrwl/nx/tree/HEAD/packages/eslint-plugin/issues/22202">#22202</a>)</li> <li><a href="https://github.com/nrwl/nx/commit/4850bdb6aa4b3a29d772937939e8f22c54a17e86"><code>4850bdb</code></a> fix(nx-plugin): support root tsconfig.json in nx-plugin-checks eslint rule</li> <li><a href="https://github.com/nrwl/nx/commit/91944484fe54b81bed06489ae05d07c9a5613254"><code>9194448</code></a> fix(linter): add v7 of typescript-eslint to peerDeps (<a href="https://github.com/nrwl/nx/tree/HEAD/packages/eslint-plugin/issues/21853">#21853</a>)</li> <li><a href="https://github.com/nrwl/nx/commit/ce933132d0f472a1b83cf98432ebdf2c8a366b6f"><code>ce93313</code></a> cleanup(linter): refactor code for dynamic/static imports check (<a href="https://github.com/nrwl/nx/tree/HEAD/packages/eslint-plugin/issues/20897">#20897</a>)</li> <li><a href="https://github.com/nrwl/nx/commit/26ce6f6f64f249b98674e6889e5c91f09886c81b"><code>26ce6f6</code></a> fix(linter): fix eslint-plugin migration target version (<a href="https://github.com/nrwl/nx/tree/HEAD/packages/eslint-plugin/issues/21966">#21966</a>)</li> <li><a href="https://github.com/nrwl/nx/commit/f79aabba46072b73c2db3b8d5edeb40a54dcbcbb"><code>f79aabb</code></a> fix(linter): adjust terminal run check for crystal (<a href="https://github.com/nrwl/nx/tree/HEAD/packages/eslint-plugin/issues/21638">#21638</a>)</li> <li>See full diff in <a href="https://github.com/nrwl/nx/commits/18.3.4/packages/eslint-plugin">compare view</a></li> </ul> </details> <br /> Updates `@nx/jest` from 18.0.7 to 18.3.4 <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>18.3.4 (2024-04-25)</h2> <h3>🚀 Features</h3> <ul> <li><strong>core:</strong> add root level forwardAllArgs (<a href="https://redirect.github.com/nrwl/nx/pull/22753">#22753</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>core:</strong> different commands should not be considered compatible targets (<a href="https://redirect.github.com/nrwl/nx/pull/22863">#22863</a>)</li> <li><strong>core:</strong> fix pnpm install order on ci workflows (<a href="https://redirect.github.com/nrwl/nx/pull/22580">#22580</a>)</li> <li><strong>core:</strong> workspace context glob respects exclude (<a href="https://redirect.github.com/nrwl/nx/pull/22939">#22939</a>)</li> <li><strong>core:</strong> handle events that do not have paths (<a href="https://redirect.github.com/nrwl/nx/pull/22947">#22947</a>)</li> <li><strong>core:</strong> fix exclude for empty array (<a href="https://redirect.github.com/nrwl/nx/pull/22951">#22951</a>)</li> <li><strong>core:</strong> move a few api points to return root maps directly (<a href="https://redirect.github.com/nrwl/nx/pull/22949">#22949</a>)</li> <li><strong>core:</strong> regression register ts transpiler for local plugin (<a href="https://redirect.github.com/nrwl/nx/pull/22964">#22964</a>)</li> <li><strong>core:</strong> handle created directories when watching on linux (<a href="https://redirect.github.com/nrwl/nx/pull/22980">#22980</a>)</li> <li><strong>core:</strong> ensure create nodes functions are properly parallelized (<a href="https://redirect.github.com/nrwl/nx/pull/23005">#23005</a>)</li> <li><strong>gradle:</strong> change gradle command to be relative path (<a href="https://redirect.github.com/nrwl/nx/pull/22963">#22963</a>)</li> <li><strong>gradle:</strong> should skip println in project report (<a href="https://redirect.github.com/nrwl/nx/pull/22862">#22862</a>)</li> <li><strong>gradle:</strong> get gradlew path with projectRoot joins workspaceRoot (<a href="https://redirect.github.com/nrwl/nx/pull/22988">#22988</a>)</li> <li><strong>graph:</strong> don't listen to system theme changes in console (<a href="https://redirect.github.com/nrwl/nx/pull/22938">#22938</a>)</li> <li><strong>linter:</strong> do not infer lint tasks for projects without files to lint (<a href="https://redirect.github.com/nrwl/nx/pull/22944">#22944</a>)</li> <li><strong>misc:</strong> fix publish script (<a href="https://redirect.github.com/nrwl/nx/pull/22981">#22981</a>)</li> <li><strong>misc:</strong> perf logging shouldn't be enabled twice (<a href="https://redirect.github.com/nrwl/nx/pull/23012">#23012</a>)</li> <li><strong>node:</strong> e2e target fails out of the box (<a href="https://redirect.github.com/nrwl/nx/pull/22987">#22987</a>)</li> <li><strong>repo:</strong> downgrade to macos-13 in publish workflow (<a href="https://redirect.github.com/nrwl/nx/pull/22961">#22961</a>)</li> <li><strong>storybook:</strong> handle inherited config correctly when identifying the framework used for inferred tasks (<a href="https://redirect.github.com/nrwl/nx/pull/22953">#22953</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Colum Ferry <a href="https://github.com/Coly010"><code>@Coly010</code></a></li> <li>Craigory Coppola <a href="https://github.com/AgentEnder"><code>@AgentEnder</code></a></li> <li>Emily Xiong <a href="https://github.com/xiongemi"><code>@xiongemi</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 Cammisuli</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>Miroslav Jonaš <a href="https://github.com/meeroslav"><code>@meeroslav</code></a></li> <li>Nicholas Cunningham <a href="https://github.com/ndcunningham"><code>@ndcunningham</code></a></li> <li>Richard Roozenboom <a href="https://github.com/Roozenboom"><code>@Roozenboom</code></a></li> </ul> <h2>18.3.3 (2024-04-20)</h2> <h3>🩹 Fixes</h3> <ul> <li><strong>angular:</strong> fix loading postcss configuration in ng-packagr executors (<a href="https://redirect.github.com/nrwl/nx/pull/22900">#22900</a>)</li> <li><strong>core:</strong> group command exit listeners to avoid warning (<a href="https://redirect.github.com/nrwl/nx/pull/22892">#22892</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/f4ea297b7b2195aac2bf8088cfa751967c22ea82"><code>f4ea297</code></a> fix(misc): don't clear node_modules require cache (<a href="https://github.com/nrwl/nx/tree/HEAD/packages/jest/issues/22907">#22907</a>)</li> <li><a href="https://github.com/nrwl/nx/commit/792092255f53902b723cb4f74ee93ff046faf066"><code>7920922</code></a> fix(testing): bust require cache in jest plugin so configs reload (<a href="https://github.com/nrwl/nx/tree/HEAD/packages/jest/issues/22893">#22893</a>)</li> <li><a href="https://github.com/nrwl/nx/commit/b633c0409c0af8acc182674dbef67cc855888ec1"><code>b633c04</code></a> fix(testing): fix jest ci target names (<a href="https://github.com/nrwl/nx/tree/HEAD/packages/jest/issues/22858">#22858</a>)</li> <li><a href="https://github.com/nrwl/nx/commit/bf206e578e642003ef03e68dc87126d07d694072"><code>bf206e5</code></a> feat(misc): non conflicting init/add flow (<a href="https://github.com/nrwl/nx/tree/HEAD/packages/jest/issues/22791">#22791</a>)</li> <li><a href="https://github.com/nrwl/nx/commit/fd7cf38c20b97d542548d05c6ac12804ce14af67"><code>fd7cf38</code></a> feat(testing): add ability to split jest tests (<a href="https://github.com/nrwl/nx/tree/HEAD/packages/jest/issues/22662">#22662</a>)</li> <li><a href="https://github.com/nrwl/nx/commit/1fe5b98f4512faad2b8faab2d82d9a4ccc375e88"><code>1fe5b98</code></a> fix(linter): refactor pcv3 plugin, expose configFiles on context (<a href="https://github.com/nrwl/nx/tree/HEAD/packages/jest/issues/21677">#21677</a>)</li> <li><a href="https://github.com/nrwl/nx/commit/a89c73483ee0035eeee039bab1522e788a37d54a"><code>a89c734</code></a> feat(core): use flag in nx.json for toggling crystal (<a href="https://github.com/nrwl/nx/tree/HEAD/packages/jest/issues/21980">#21980</a>)</li> <li><a href="https://github.com/nrwl/nx/commit/77a01ca94c7c28b2d82c034da284365fd922be1b"><code>77a01ca</code></a> feat(testing): add getJestProjectsAsync to support inferred targets (<a href="https://github.com/nrwl/nx/tree/HEAD/packages/jest/issues/21897">#21897</a>)</li> <li><a href="https://github.com/nrwl/nx/commit/21e764833ee5fb9e8a7746a196195d1aebec47f9"><code>21e7648</code></a> fix(testing): add null checks when reading targets (<a href="https://github.com/nrwl/nx/tree/HEAD/packages/jest/issues/21952">#21952</a>)</li> <li><a href="https://github.com/nrwl/nx/commit/5b6d1b40178c838304144888debb70dad3561da1"><code>5b6d1b4</code></a> feat(angular): force explicit targets when NX_ADD_PLUGINS is not explicitly t...</li> <li>Additional commits viewable in <a href="https://github.com/nrwl/nx/commits/18.3.4/packages/jest">compare view</a></li> </ul> </details> <br /> Updates `@nx/workspace` from 18.0.7 to 18.3.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/nrwl/nx/releases"><code>@nx/workspace</code>'s releases</a>.</em></p> <blockquote> <h2>18.3.4 (2024-04-25)</h2> <h3>🚀 Features</h3> <ul> <li><strong>core:</strong> add root level forwardAllArgs (<a href="https://redirect.github.com/nrwl/nx/pull/22753">#22753</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>core:</strong> different commands should not be considered compatible targets (<a href="https://redirect.github.com/nrwl/nx/pull/22863">#22863</a>)</li> <li><strong>core:</strong> fix pnpm install order on ci workflows (<a href="https://redirect.github.com/nrwl/nx/pull/22580">#22580</a>)</li> <li><strong>core:</strong> workspace context glob respects exclude (<a href="https://redirect.github.com/nrwl/nx/pull/22939">#22939</a>)</li> <li><strong>core:</strong> handle events that do not have paths (<a href="https://redirect.github.com/nrwl/nx/pull/22947">#22947</a>)</li> <li><strong>core:</strong> fix exclude for empty array (<a href="https://redirect.github.com/nrwl/nx/pull/22951">#22951</a>)</li> <li><strong>core:</strong> move a few api points to return root maps directly (<a href="https://redirect.github.com/nrwl/nx/pull/22949">#22949</a>)</li> <li><strong>core:</strong> regression register ts transpiler for local plugin (<a href="https://redirect.github.com/nrwl/nx/pull/22964">#22964</a>)</li> <li><strong>core:</strong> handle created directories when watching on linux (<a href="https://redirect.github.com/nrwl/nx/pull/22980">#22980</a>)</li> <li><strong>core:</strong> ensure create nodes functions are properly parallelized (<a href="https://redirect.github.com/nrwl/nx/pull/23005">#23005</a>)</li> <li><strong>gradle:</strong> change gradle command to be relative path (<a href="https://redirect.github.com/nrwl/nx/pull/22963">#22963</a>)</li> <li><strong>gradle:</strong> should skip println in project report (<a href="https://redirect.github.com/nrwl/nx/pull/22862">#22862</a>)</li> <li><strong>gradle:</strong> get gradlew path with projectRoot joins workspaceRoot (<a href="https://redirect.github.com/nrwl/nx/pull/22988">#22988</a>)</li> <li><strong>graph:</strong> don't listen to system theme changes in console (<a href="https://redirect.github.com/nrwl/nx/pull/22938">#22938</a>)</li> <li><strong>linter:</strong> do not infer lint tasks for projects without files to lint (<a href="https://redirect.github.com/nrwl/nx/pull/22944">#22944</a>)</li> <li><strong>misc:</strong> fix publish script (<a href="https://redirect.github.com/nrwl/nx/pull/22981">#22981</a>)</li> <li><strong>misc:</strong> perf logging shouldn't be enabled twice (<a href="https://redirect.github.com/nrwl/nx/pull/23012">#23012</a>)</li> <li><strong>node:</strong> e2e target fails out of the box (<a href="https://redirect.github.com/nrwl/nx/pull/22987">#22987</a>)</li> <li><strong>repo:</strong> downgrade to macos-13 in publish workflow (<a href="https://redirect.github.com/nrwl/nx/pull/22961">#22961</a>)</li> <li><strong>storybook:</strong> handle inherited config correctly when identifying the framework used for inferred tasks (<a href="https://redirect.github.com/nrwl/nx/pull/22953">#22953</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Colum Ferry <a href="https://github.com/Coly010"><code>@Coly010</code></a></li> <li>Craigory Coppola <a href="https://github.com/AgentEnder"><code>@AgentEnder</code></a></li> <li>Emily Xiong <a href="https://github.com/xiongemi"><code>@xiongemi</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 Cammisuli</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>Miroslav Jonaš <a href="https://github.com/meeroslav"><code>@meeroslav</code></a></li> <li>Nicholas Cunningham <a href="https://github.com/ndcunningham"><code>@ndcunningham</code></a></li> <li>Richard Roozenboom <a href="https://github.com/Roozenboom"><code>@Roozenboom</code></a></li> </ul> <h2>18.3.3 (2024-04-20)</h2> <h3>🩹 Fixes</h3> <ul> <li><strong>angular:</strong> fix loading postcss configuration in ng-packagr executors (<a href="https://redirect.github.com/nrwl/nx/pull/22900">#22900</a>)</li> <li><strong>core:</strong> group command exit listeners to avoid warning (<a href="https://redirect.github.com/nrwl/nx/pull/22892">#22892</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/ea583069df6e9235551048fc19d038abeb56170c"><code>ea58306</code></a> fix(core): fix pnpm install order on ci workflows (<a href="https://github.com/nrwl/nx/tree/HEAD/packages/workspace/issues/22580">#22580</a>)</li> <li><a href="https://github.com/nrwl/nx/commit/bf206e578e642003ef03e68dc87126d07d694072"><code>bf206e5</code></a> feat(misc): non conflicting init/add flow (<a href="https://github.com/nrwl/nx/tree/HEAD/packages/workspace/issues/22791">#22791</a>)</li> <li><a href="https://github.com/nrwl/nx/commit/fc8d5ba828118300bf4c4927cdb7578c46b5b355"><code>fc8d5ba</code></a> docs(core): update bitbucket ci docs (<a href="https://github.com/nrwl/nx/tree/HEAD/packages/workspace/issues/22639">#22639</a>)</li> <li><a href="https://github.com/nrwl/nx/commit/3b182e4650515387e65e8c306740c3dd8e5348f0"><code>3b182e4</code></a> fix(misc): fix optional branch tracking on ci pipeline (<a href="https://github.com/nrwl/nx/tree/HEAD/packages/workspace/issues/22652">#22652</a>)</li> <li><a href="https://github.com/nrwl/nx/commit/85aa577b6fee8a951fa0b5cb80257c2fd0c8903a"><code>85aa577</code></a> fix(core): cannot read property kind of undefined (<a href="https://github.com/nrwl/nx/tree/HEAD/packages/workspace/issues/21715">#21715</a>)</li> <li><a href="https://github.com/nrwl/nx/commit/8baddb5f08255f65fc24a1e5d583cfa1ea00817c"><code>8baddb5</code></a> feat(angular): support angular 17.3.0 (<a href="https://github.com/nrwl/nx/tree/HEAD/packages/workspace/issues/22202">#22202</a>)</li> <li><a href="https://github.com/nrwl/nx/commit/d7cb6875f94abfa8f6b579e2e84e86a36d6140ea"><code>d7cb687</code></a> feat(remix): add option to create-nx-workspace (<a href="https://github.com/nrwl/nx/tree/HEAD/packages/workspace/issues/22334">#22334</a>)</li> <li><a href="https://github.com/nrwl/nx/commit/a89c73483ee0035eeee039bab1522e788a37d54a"><code>a89c734</code></a> feat(core): use flag in nx.json for toggling crystal (<a href="https://github.com/nrwl/nx/tree/HEAD/packages/workspace/issues/21980">#21980</a>)</li> <li><a href="https://github.com/nrwl/nx/commit/58cfaae951ff92dbee8f9b33ee8a8864103c172c"><code>58cfaae</code></a> fix(core): nextjs-standalone generates package scripts consistent with create...</li> <li><a href="https://github.com/nrwl/nx/commit/26b266faf46b1e72ba79b1bdbed8a66d896fa864"><code>26b266f</code></a> fix(core): update generated README pages with more useful instructions (<a href="https://github.com/nrwl/nx/tree/HEAD/packages/workspace/issues/21976">#21976</a>)</li> <li>Additional commits viewable in <a href="https://github.com/nrwl/nx/commits/18.3.4/packages/workspace">compare view</a></li> </ul> </details> <br /> Updates `nx` from 18.0.7 to 18.3.4 <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>18.3.4 (2024-04-25)</h2> <h3>🚀 Features</h3> <ul> <li><strong>core:</strong> add root level forwardAllArgs (<a href="https://redirect.github.com/nrwl/nx/pull/22753">#22753</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>core:</strong> different commands should not be considered compatible targets (<a href="https://redirect.github.com/nrwl/nx/pull/22863">#22863</a>)</li> <li><strong>core:</strong> fix pnpm install order on ci workflows (<a href="https://redirect.github.com/nrwl/nx/pull/22580">#22580</a>)</li> <li><strong>core:</strong> workspace context glob respects exclude (<a href="https://redirect.github.com/nrwl/nx/pull/22939">#22939</a>)</li> <li><strong>core:</strong> handle events that do not have paths (<a href="https://redirect.github.com/nrwl/nx/pull/22947">#22947</a>)</li> <li><strong>core:</strong> fix exclude for empty array (<a href="https://redirect.github.com/nrwl/nx/pull/22951">#22951</a>)</li> <li><strong>core:</strong> move a few api points to return root maps directly (<a href="https://redirect.github.com/nrwl/nx/pull/22949">#22949</a>)</li> <li><strong>core:</strong> regression register ts transpiler for local plugin (<a href="https://redirect.github.com/nrwl/nx/pull/22964">#22964</a>)</li> <li><strong>core:</strong> handle created directories when watching on linux (<a href="https://redirect.github.com/nrwl/nx/pull/22980">#22980</a>)</li> <li><strong>core:</strong> ensure create nodes functions are properly parallelized (<a href="https://redirect.github.com/nrwl/nx/pull/23005">#23005</a>)</li> <li><strong>gradle:</strong> change gradle command to be relative path (<a href="https://redirect.github.com/nrwl/nx/pull/22963">#22963</a>)</li> <li><strong>gradle:</strong> should skip println in project report (<a href="https://redirect.github.com/nrwl/nx/pull/22862">#22862</a>)</li> <li><strong>gradle:</strong> get gradlew path with projectRoot joins workspaceRoot (<a href="https://redirect.github.com/nrwl/nx/pull/22988">#22988</a>)</li> <li><strong>graph:</strong> don't listen to system theme changes in console (<a href="https://redirect.github.com/nrwl/nx/pull/22938">#22938</a>)</li> <li><strong>linter:</strong> do not infer lint tasks for projects without files to lint (<a href="https://redirect.github.com/nrwl/nx/pull/22944">#22944</a>)</li> <li><strong>misc:</strong> fix publish script (<a href="https://redirect.github.com/nrwl/nx/pull/22981">#22981</a>)</li> <li><strong>misc:</strong> perf logging shouldn't be enabled twice (<a href="https://redirect.github.com/nrwl/nx/pull/23012">#23012</a>)</li> <li><strong>node:</strong> e2e target fails out of the box (<a href="https://redirect.github.com/nrwl/nx/pull/22987">#22987</a>)</li> <li><strong>repo:</strong> downgrade to macos-13 in publish workflow (<a href="https://redirect.github.com/nrwl/nx/pull/22961">#22961</a>)</li> <li><strong>storybook:</strong> handle inherited config correctly when identifying the framework used for inferred tasks (<a href="https://redirect.github.com/nrwl/nx/pull/22953">#22953</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Colum Ferry <a href="https://github.com/Coly010"><code>@Coly010</code></a></li> <li>Craigory Coppola <a href="https://github.com/AgentEnder"><code>@AgentEnder</code></a></li> <li>Emily Xiong <a href="https://github.com/xiongemi"><code>@xiongemi</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 Cammisuli</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>Miroslav Jonaš <a href="https://github.com/meeroslav"><code>@meeroslav</code></a></li> <li>Nicholas Cunningham <a href="https://github.com/ndcunningham"><code>@ndcunningham</code></a></li> <li>Richard Roozenboom <a href="https://github.com/Roozenboom"><code>@Roozenboom</code></a></li> </ul> <h2>18.3.3 (2024-04-20)</h2> <h3>🩹 Fixes</h3> <ul> <li><strong>angular:</strong> fix loading postcss configuration in ng-packagr executors (<a href="https://redirect.github.com/nrwl/nx/pull/22900">#22900</a>)</li> <li><strong>core:</strong> group command exit listeners to avoid warning (<a href="https://redirect.github.com/nrwl/nx/pull/22892">#22892</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/76a62bd0d3f544fc3e0dc514bb2fa763dda5d079"><code>76a62bd</code></a> fix(core): ensure create nodes functions are properly parallelized (<a href="https://github.com/nrwl/nx/tree/HEAD/packages/nx/issues/23005">#23005</a>)</li> <li><a href="https://github.com/nrwl/nx/commit/3771061076066d4cca3965b0ec578d20e2c3f59a"><code>3771061</code></a> fix(misc): perf logging shouldn't be enabled twice (<a href="https://github.com/nrwl/nx/tree/HEAD/packages/nx/issues/23012">#23012</a>)</li> <li><a href="https://github.com/nrwl/nx/commit/dcc14e3f56af2dc2feb0256a53f03462fa4b9b1d"><code>dcc14e3</code></a> fix(misc): fix publish script (<a href="https://github.com/nrwl/nx/tree/HEAD/packages/nx/issues/22981">#22981</a>)</li> <li><a href="https://github.com/nrwl/nx/commit/8398e6d980ad68706fc70fc28d68ff6048ec7a89"><code>8398e6d</code></a> fix(core): handle created directories when watching on linux (<a href="https://github.com/nrwl/nx/tree/HEAD/packages/nx/issues/22980">#22980</a>)</li> <li><a href="https://github.com/nrwl/nx/commit/afea39efe280680eb51ef9934777551c4a2f3f7c"><code>afea39e</code></a> fix(core): regression register ts transpiler for local plugin (<a href="https://github.com/nrwl/nx/tree/HEAD/packages/nx/issues/22964">#22964</a>)</li> <li><a href="https://github.com/nrwl/nx/commit/ccddf0ec922cd5ae539991e87135afdd7c258597"><code>ccddf0e</code></a> fix(core): move a few api points to return root maps directly (<a href="https://github.com/nrwl/nx/tree/HEAD/packages/nx/issues/22949">#22949</a>)</li> <li><a href="https://github.com/nrwl/nx/commit/9b5a1cbd4ff707bc5b9d2ab3b547af43682b6599"><code>9b5a1cb</code></a> fix(core): fix exclude for empty array (<a href="https://github.com/nrwl/nx/tree/HEAD/packages/nx/issues/22951">#22951</a>)</li> <li><a href="https://github.com/nrwl/nx/commit/f07ac05d62ab5699c9f280ef3ad46f4ea8a3adeb"><code>f07ac05</code></a> fix(core): handle events that do not have paths (<a href="https://github.com/nrwl/nx/tree/HEAD/packages/nx/issues/22947">#22947</a>)</li> <li><a href="https://github.com/nrwl/nx/commit/397da97e4083b085baa6e84ec94d02f2d6423436"><code>397da97</code></a> feat(core): add root level forwardAllArgs (<a href="https://github.com/nrwl/nx/tree/HEAD/packages/nx/issues/22753">#22753</a>)</li> <li><a href="https://github.com/nrwl/nx/commit/3db58e12fa3f932125d029a521b511b4d6632853"><code>3db58e1</code></a> fix(core): workspace context glob respects exclude (<a href="https://github.com/nrwl/nx/tree/HEAD/packages/nx/issues/22939">#22939</a>)</li> <li>Additional commits viewable in <a href="https://github.com/nrwl/nx/commits/18.3.4/packages/nx">compare view</a></li> </ul> </details> <br /> Updates `nx-cloud` from 18.0.0 to 18.0.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/nrwl/nx/releases">nx-cloud's releases</a>.</em></p> <blockquote> <h2>18.0.1 (2024-02-04)</h2> <h3>🩹 Fixes</h3> <ul> <li><strong>core:</strong> nx cloud prompt during migrate doesn't skip connection (<a href="https://redirect.github.com/nrwl/nx/pull/21588">#21588</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Philip Fulcher</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nrwl/nx/commit/7ca576bfb7a306419676383962aed97f93a59cd3"><code>7ca576b</code></a> fix(core): nx cloud prompt during migrate doesn't skip connection (<a href="https://redirect.github.com/nrwl/nx/issues/21588">#21588</a>)</li> <li><a href="https://github.com/nrwl/nx/commit/cc282b2d9ce4330710a831339eff3383238215dc"><code>cc282b2</code></a> docs(core): add recipe on console & project details view integration (<a href="https://redirect.github.com/nrwl/nx/issues/21577">#21577</a>)</li> <li><a href="https://github.com/nrwl/nx/commit/9ccdb706a2eb626430222404516490ec07a34313"><code>9ccdb70</code></a> docs(nx-dev): add launch nx to mobile menu</li> <li><a href="https://github.com/nrwl/nx/commit/61436a64efe5dc1487c1fbb1f2d452ade62506a6"><code>61436a6</code></a> docs(core): inferred targets (<a href="https://redirect.github.com/nrwl/nx/issues/21167">#21167</a>)</li> <li>See full diff in <a href="https://github.com/nrwl/nx/compare/18.0.0...18.0.1">compare view</a></li> </ul> </details> <br /> <details> <summary>Most Recent Ignore Conditions Applied to This Pull Request</summary> | Dependency Name | Ignore Conditions | | --- | --- | | nx | [>= 9999.a, < 10000] | </details> 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>
- Loading branch information