Commit d69b4fd
authored
chore(lambda): bump the nx group in /lambdas with 3 updates (#4512)
Bumps the nx group in /lambdas with 3 updates:
[@nx/eslint](https://github.com/nrwl/nx/tree/HEAD/packages/eslint),
[@nx/js](https://github.com/nrwl/nx/tree/HEAD/packages/js) and
[@nx/vite](https://github.com/nrwl/nx/tree/HEAD/packages/vite).
Updates `@nx/eslint` from 20.6.4 to 20.7.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/nrwl/nx/releases"><code>@nx/eslint</code>'s
releases</a>.</em></p>
<blockquote>
<h2>20.7.0 (2025-03-31)</h2>
<h3>🚀 Features</h3>
<ul>
<li><strong>angular:</strong> add release option to angular publishable
libraries (<a
href="https://redirect.github.com/nrwl/nx/pull/29869">#29869</a>)</li>
<li><strong>angular:</strong> support angular 19.2.0 (<a
href="https://redirect.github.com/nrwl/nx/pull/30088">#30088</a>)</li>
<li><strong>angular:</strong> update angular eslint packages (<a
href="https://redirect.github.com/nrwl/nx/pull/30245">#30245</a>)</li>
<li><strong>angular:</strong> add convert-to-rspack generator (<a
href="https://redirect.github.com/nrwl/nx/pull/29860">#29860</a>)</li>
<li><strong>bundling:</strong> support rollup.config.ts (<a
href="https://redirect.github.com/nrwl/nx/pull/29983">#29983</a>)</li>
<li><strong>bundling:</strong> add buildLibsFromSource option to
<code>@nx/rollup</code>:rollup executor (<a
href="https://redirect.github.com/nrwl/nx/pull/30417">#30417</a>)</li>
<li><strong>core:</strong> support bun's new text-based lockfile and use
bun publish within nx release (<a
href="https://redirect.github.com/nrwl/nx/pull/30064">#30064</a>)</li>
<li><strong>core:</strong> display perpetual version information in nx
report for powerpack (<a
href="https://redirect.github.com/nrwl/nx/pull/30110">#30110</a>)</li>
<li><strong>core:</strong> add activate key (<a
href="https://redirect.github.com/nrwl/nx/pull/30250">#30250</a>)</li>
<li><strong>core:</strong> add activate key " (<a
href="https://redirect.github.com/nrwl/nx/pull/30250">#30250</a>, <a
href="https://redirect.github.com/nrwl/nx/pull/30295">#30295</a>)</li>
<li><strong>core:</strong> add maxCacheSize option to limit local
artifact size (<a
href="https://redirect.github.com/nrwl/nx/pull/29654">#29654</a>)</li>
<li><strong>core:</strong> add <code>nx register</code> (<a
href="https://redirect.github.com/nrwl/nx/pull/30321">#30321</a>)</li>
<li><strong>core:</strong> provide default value for max cache size (<a
href="https://redirect.github.com/nrwl/nx/pull/30351">#30351</a>)</li>
<li><strong>js:</strong> upgrade verdaccio to 6 (<a
href="https://redirect.github.com/nrwl/nx/pull/30015">#30015</a>)</li>
<li><strong>js:</strong> add <code>typecheck</code> task to generated ci
workflow file when using the ts solution setup (<a
href="https://redirect.github.com/nrwl/nx/pull/30219">#30219</a>)</li>
<li><strong>linter:</strong> support eslint-config-prettier v10 (<a
href="https://redirect.github.com/nrwl/nx/pull/30480">#30480</a>)</li>
<li><strong>misc:</strong> add <code>useProjectJson</code> flag to
project generators (<a
href="https://redirect.github.com/nrwl/nx/pull/30319">#30319</a>)</li>
<li><strong>misc:</strong> enable ts solution setup by default for new
workspaces (<a
href="https://redirect.github.com/nrwl/nx/pull/30372">#30372</a>)</li>
<li><strong>misc:</strong> set a <code>development</code> conditional
export for buildable libraries when using the ts solution setup (<a
href="https://redirect.github.com/nrwl/nx/pull/30451">#30451</a>)</li>
<li><strong>misc:</strong> add <code>--useProjectJson</code> flag to CNW
(<a
href="https://redirect.github.com/nrwl/nx/pull/30475">#30475</a>)</li>
<li><strong>module-federation:</strong> add NxModuleFederationPlugin for
inferred usage (<a
href="https://redirect.github.com/nrwl/nx/pull/30003">#30003</a>)</li>
<li><strong>module-federation:</strong> Update to the latest version of
<a
href="https://github.com/module-federation"><code>@module-federation</code></a>
(<a
href="https://redirect.github.com/nrwl/nx/pull/30147">#30147</a>)</li>
<li><strong>module-federation:</strong> add ssr support to rspack
crystal plugin (<a
href="https://redirect.github.com/nrwl/nx/pull/30437">#30437</a>)</li>
<li><strong>nx-dev:</strong> expose docs embedding search via endpoint
(<a
href="https://redirect.github.com/nrwl/nx/pull/30050">#30050</a>)</li>
<li><strong>nx-dev:</strong> allow sampling rate to be configured
through env var (<a
href="https://redirect.github.com/nrwl/nx/pull/30193">#30193</a>)</li>
<li><strong>nx-dev:</strong> update workspace conformance rule to check
md files in general (<a
href="https://github.com/nrwl/nx/commit/d428eec060">d428eec060</a>)</li>
<li><strong>nx-dev:</strong> add angular architecture blog post (<a
href="https://redirect.github.com/nrwl/nx/pull/30400">#30400</a>)</li>
<li><strong>nx-dev:</strong> add java landing page (<a
href="https://redirect.github.com/nrwl/nx/pull/30508">#30508</a>)</li>
<li><strong>react:</strong> Update react-router-dom to latest (<a
href="https://redirect.github.com/nrwl/nx/pull/29919">#29919</a>)</li>
<li><strong>react:</strong> add react-router plugin (<a
href="https://redirect.github.com/nrwl/nx/pull/29965">#29965</a>)</li>
<li><strong>react:</strong> Add react-router to create-nx-workspace and
react app generator (<a
href="https://redirect.github.com/nrwl/nx/pull/30316">#30316</a>)</li>
<li><strong>release:</strong> configure when all branches should be
checked for a matching releaseTagPattern (<a
href="https://redirect.github.com/nrwl/nx/pull/30044">#30044</a>)</li>
<li><strong>repo:</strong> replace explicit matrix with dynamic parsed
from json (<a
href="https://redirect.github.com/nrwl/nx/pull/30120">#30120</a>)</li>
<li><strong>rspack:</strong> use ts-checker-rspack-plugin instead of
fork-ts-checker-webpack-plugin (<a
href="https://redirect.github.com/nrwl/nx/pull/30121">#30121</a>)</li>
<li><strong>rspack:</strong> infer ts-node compiler options in rspack
task env when using a typescript config file (<a
href="https://redirect.github.com/nrwl/nx/pull/30345">#30345</a>)</li>
<li><strong>rspack:</strong> alias convert-webpack to convert-to-rspack
(<a
href="https://redirect.github.com/nrwl/nx/pull/30367">#30367</a>)</li>
<li><strong>testing:</strong> add type annotation for Jest configuration
export (<a
href="https://redirect.github.com/nrwl/nx/pull/30059">#30059</a>)</li>
<li><strong>vue:</strong> add release option to vue publishable
libraries (<a
href="https://redirect.github.com/nrwl/nx/pull/29867">#29867</a>)</li>
<li><strong>webpack:</strong> use sass-embedded and modern-compiler for
sass (<a
href="https://redirect.github.com/nrwl/nx/pull/29999">#29999</a>)</li>
</ul>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>angular:</strong> correct nx angular migration requirement
for 19.2 (<a
href="https://redirect.github.com/nrwl/nx/pull/30234">#30234</a>)</li>
<li><strong>angular:</strong> directory type is not optional (<a
href="https://redirect.github.com/nrwl/nx/pull/30354">#30354</a>)</li>
<li><strong>angular:</strong> include <code>@angular/google-maps</code>
in package updates (<a
href="https://redirect.github.com/nrwl/nx/pull/30530">#30530</a>)</li>
<li><strong>bundling:</strong> use projectRoot for assets (<a
href="https://redirect.github.com/nrwl/nx/pull/29978">#29978</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/4bd64770a529da5b4a07f460f143d57bf9ee1067"><code>4bd6477</code></a>
feat(linter): support eslint-config-prettier v10 (<a
href="https://github.com/nrwl/nx/tree/HEAD/packages/eslint/issues/30480">#30480</a>)</li>
<li>See full diff in <a
href="https://github.com/nrwl/nx/commits/20.7.0/packages/eslint">compare
view</a></li>
</ul>
</details>
<br />
Updates `@nx/js` from 20.6.4 to 20.7.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/nrwl/nx/releases"><code>@nx/js</code>'s
releases</a>.</em></p>
<blockquote>
<h2>20.7.0 (2025-03-31)</h2>
<h3>🚀 Features</h3>
<ul>
<li><strong>angular:</strong> add release option to angular publishable
libraries (<a
href="https://redirect.github.com/nrwl/nx/pull/29869">#29869</a>)</li>
<li><strong>angular:</strong> support angular 19.2.0 (<a
href="https://redirect.github.com/nrwl/nx/pull/30088">#30088</a>)</li>
<li><strong>angular:</strong> update angular eslint packages (<a
href="https://redirect.github.com/nrwl/nx/pull/30245">#30245</a>)</li>
<li><strong>angular:</strong> add convert-to-rspack generator (<a
href="https://redirect.github.com/nrwl/nx/pull/29860">#29860</a>)</li>
<li><strong>bundling:</strong> support rollup.config.ts (<a
href="https://redirect.github.com/nrwl/nx/pull/29983">#29983</a>)</li>
<li><strong>bundling:</strong> add buildLibsFromSource option to
<code>@nx/rollup</code>:rollup executor (<a
href="https://redirect.github.com/nrwl/nx/pull/30417">#30417</a>)</li>
<li><strong>core:</strong> support bun's new text-based lockfile and use
bun publish within nx release (<a
href="https://redirect.github.com/nrwl/nx/pull/30064">#30064</a>)</li>
<li><strong>core:</strong> display perpetual version information in nx
report for powerpack (<a
href="https://redirect.github.com/nrwl/nx/pull/30110">#30110</a>)</li>
<li><strong>core:</strong> add activate key (<a
href="https://redirect.github.com/nrwl/nx/pull/30250">#30250</a>)</li>
<li><strong>core:</strong> add activate key " (<a
href="https://redirect.github.com/nrwl/nx/pull/30250">#30250</a>, <a
href="https://redirect.github.com/nrwl/nx/pull/30295">#30295</a>)</li>
<li><strong>core:</strong> add maxCacheSize option to limit local
artifact size (<a
href="https://redirect.github.com/nrwl/nx/pull/29654">#29654</a>)</li>
<li><strong>core:</strong> add <code>nx register</code> (<a
href="https://redirect.github.com/nrwl/nx/pull/30321">#30321</a>)</li>
<li><strong>core:</strong> provide default value for max cache size (<a
href="https://redirect.github.com/nrwl/nx/pull/30351">#30351</a>)</li>
<li><strong>js:</strong> upgrade verdaccio to 6 (<a
href="https://redirect.github.com/nrwl/nx/pull/30015">#30015</a>)</li>
<li><strong>js:</strong> add <code>typecheck</code> task to generated ci
workflow file when using the ts solution setup (<a
href="https://redirect.github.com/nrwl/nx/pull/30219">#30219</a>)</li>
<li><strong>linter:</strong> support eslint-config-prettier v10 (<a
href="https://redirect.github.com/nrwl/nx/pull/30480">#30480</a>)</li>
<li><strong>misc:</strong> add <code>useProjectJson</code> flag to
project generators (<a
href="https://redirect.github.com/nrwl/nx/pull/30319">#30319</a>)</li>
<li><strong>misc:</strong> enable ts solution setup by default for new
workspaces (<a
href="https://redirect.github.com/nrwl/nx/pull/30372">#30372</a>)</li>
<li><strong>misc:</strong> set a <code>development</code> conditional
export for buildable libraries when using the ts solution setup (<a
href="https://redirect.github.com/nrwl/nx/pull/30451">#30451</a>)</li>
<li><strong>misc:</strong> add <code>--useProjectJson</code> flag to CNW
(<a
href="https://redirect.github.com/nrwl/nx/pull/30475">#30475</a>)</li>
<li><strong>module-federation:</strong> add NxModuleFederationPlugin for
inferred usage (<a
href="https://redirect.github.com/nrwl/nx/pull/30003">#30003</a>)</li>
<li><strong>module-federation:</strong> Update to the latest version of
<a
href="https://github.com/module-federation"><code>@module-federation</code></a>
(<a
href="https://redirect.github.com/nrwl/nx/pull/30147">#30147</a>)</li>
<li><strong>module-federation:</strong> add ssr support to rspack
crystal plugin (<a
href="https://redirect.github.com/nrwl/nx/pull/30437">#30437</a>)</li>
<li><strong>nx-dev:</strong> expose docs embedding search via endpoint
(<a
href="https://redirect.github.com/nrwl/nx/pull/30050">#30050</a>)</li>
<li><strong>nx-dev:</strong> allow sampling rate to be configured
through env var (<a
href="https://redirect.github.com/nrwl/nx/pull/30193">#30193</a>)</li>
<li><strong>nx-dev:</strong> update workspace conformance rule to check
md files in general (<a
href="https://github.com/nrwl/nx/commit/d428eec060">d428eec060</a>)</li>
<li><strong>nx-dev:</strong> add angular architecture blog post (<a
href="https://redirect.github.com/nrwl/nx/pull/30400">#30400</a>)</li>
<li><strong>nx-dev:</strong> add java landing page (<a
href="https://redirect.github.com/nrwl/nx/pull/30508">#30508</a>)</li>
<li><strong>react:</strong> Update react-router-dom to latest (<a
href="https://redirect.github.com/nrwl/nx/pull/29919">#29919</a>)</li>
<li><strong>react:</strong> add react-router plugin (<a
href="https://redirect.github.com/nrwl/nx/pull/29965">#29965</a>)</li>
<li><strong>react:</strong> Add react-router to create-nx-workspace and
react app generator (<a
href="https://redirect.github.com/nrwl/nx/pull/30316">#30316</a>)</li>
<li><strong>release:</strong> configure when all branches should be
checked for a matching releaseTagPattern (<a
href="https://redirect.github.com/nrwl/nx/pull/30044">#30044</a>)</li>
<li><strong>repo:</strong> replace explicit matrix with dynamic parsed
from json (<a
href="https://redirect.github.com/nrwl/nx/pull/30120">#30120</a>)</li>
<li><strong>rspack:</strong> use ts-checker-rspack-plugin instead of
fork-ts-checker-webpack-plugin (<a
href="https://redirect.github.com/nrwl/nx/pull/30121">#30121</a>)</li>
<li><strong>rspack:</strong> infer ts-node compiler options in rspack
task env when using a typescript config file (<a
href="https://redirect.github.com/nrwl/nx/pull/30345">#30345</a>)</li>
<li><strong>rspack:</strong> alias convert-webpack to convert-to-rspack
(<a
href="https://redirect.github.com/nrwl/nx/pull/30367">#30367</a>)</li>
<li><strong>testing:</strong> add type annotation for Jest configuration
export (<a
href="https://redirect.github.com/nrwl/nx/pull/30059">#30059</a>)</li>
<li><strong>vue:</strong> add release option to vue publishable
libraries (<a
href="https://redirect.github.com/nrwl/nx/pull/29867">#29867</a>)</li>
<li><strong>webpack:</strong> use sass-embedded and modern-compiler for
sass (<a
href="https://redirect.github.com/nrwl/nx/pull/29999">#29999</a>)</li>
</ul>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>angular:</strong> correct nx angular migration requirement
for 19.2 (<a
href="https://redirect.github.com/nrwl/nx/pull/30234">#30234</a>)</li>
<li><strong>angular:</strong> directory type is not optional (<a
href="https://redirect.github.com/nrwl/nx/pull/30354">#30354</a>)</li>
<li><strong>angular:</strong> include <code>@angular/google-maps</code>
in package updates (<a
href="https://redirect.github.com/nrwl/nx/pull/30530">#30530</a>)</li>
<li><strong>bundling:</strong> use projectRoot for assets (<a
href="https://redirect.github.com/nrwl/nx/pull/29978">#29978</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/bae3acd48ea6eb217270f6e87f7485a32b5a8e46"><code>bae3acd</code></a>
fix(misc): handle outputs with globs when normalizing tsconfig path
mappings ...</li>
<li><a
href="https://github.com/nrwl/nx/commit/e4e9973db3ae15c8116cf138da8f7910b43f1295"><code>e4e9973</code></a>
fix(js): infer <code>typecheck</code> task for buildable libraries with
tsc (<a
href="https://github.com/nrwl/nx/tree/HEAD/packages/js/issues/30505">#30505</a>)</li>
<li><a
href="https://github.com/nrwl/nx/commit/ab311c0f07842f90a905db69b5cc92f8f66481e9"><code>ab311c0</code></a>
fix(js): normalize tsconfig include paths correctly in
<code>@nx/js/typescript</code> pl...</li>
<li><a
href="https://github.com/nrwl/nx/commit/5dbe0403744bf8d872a60b7e9c705d9113feab24"><code>5dbe040</code></a>
fix(misc): override <code>customConditions</code> when using an
incompatible module reso...</li>
<li><a
href="https://github.com/nrwl/nx/commit/cecd60710bcede5bc030783a784c31d2ed38db2f"><code>cecd607</code></a>
fix(core): fix local registry not being considered when using
<code>bun</code> (<a
href="https://github.com/nrwl/nx/tree/HEAD/packages/js/issues/30459">#30459</a>)</li>
<li><a
href="https://github.com/nrwl/nx/commit/176c792e343221baaab4cef470cd4251066eb20e"><code>176c792</code></a>
feat(misc): set a <code>development</code> conditional export for
buildable libraries wh...</li>
<li><a
href="https://github.com/nrwl/nx/commit/e0cae539d6ff70d6968ca87af7ed3fd8d866435e"><code>e0cae53</code></a>
fix(js): update tinyglobby to speed up shallow file matching (<a
href="https://github.com/nrwl/nx/tree/HEAD/packages/js/issues/30415">#30415</a>)</li>
<li>See full diff in <a
href="https://github.com/nrwl/nx/commits/20.7.0/packages/js">compare
view</a></li>
</ul>
</details>
<br />
Updates `@nx/vite` from 20.6.4 to 20.7.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/nrwl/nx/releases"><code>@nx/vite</code>'s
releases</a>.</em></p>
<blockquote>
<h2>20.7.0 (2025-03-31)</h2>
<h3>🚀 Features</h3>
<ul>
<li><strong>angular:</strong> add release option to angular publishable
libraries (<a
href="https://redirect.github.com/nrwl/nx/pull/29869">#29869</a>)</li>
<li><strong>angular:</strong> support angular 19.2.0 (<a
href="https://redirect.github.com/nrwl/nx/pull/30088">#30088</a>)</li>
<li><strong>angular:</strong> update angular eslint packages (<a
href="https://redirect.github.com/nrwl/nx/pull/30245">#30245</a>)</li>
<li><strong>angular:</strong> add convert-to-rspack generator (<a
href="https://redirect.github.com/nrwl/nx/pull/29860">#29860</a>)</li>
<li><strong>bundling:</strong> support rollup.config.ts (<a
href="https://redirect.github.com/nrwl/nx/pull/29983">#29983</a>)</li>
<li><strong>bundling:</strong> add buildLibsFromSource option to
<code>@nx/rollup</code>:rollup executor (<a
href="https://redirect.github.com/nrwl/nx/pull/30417">#30417</a>)</li>
<li><strong>core:</strong> support bun's new text-based lockfile and use
bun publish within nx release (<a
href="https://redirect.github.com/nrwl/nx/pull/30064">#30064</a>)</li>
<li><strong>core:</strong> display perpetual version information in nx
report for powerpack (<a
href="https://redirect.github.com/nrwl/nx/pull/30110">#30110</a>)</li>
<li><strong>core:</strong> add activate key (<a
href="https://redirect.github.com/nrwl/nx/pull/30250">#30250</a>)</li>
<li><strong>core:</strong> add activate key " (<a
href="https://redirect.github.com/nrwl/nx/pull/30250">#30250</a>, <a
href="https://redirect.github.com/nrwl/nx/pull/30295">#30295</a>)</li>
<li><strong>core:</strong> add maxCacheSize option to limit local
artifact size (<a
href="https://redirect.github.com/nrwl/nx/pull/29654">#29654</a>)</li>
<li><strong>core:</strong> add <code>nx register</code> (<a
href="https://redirect.github.com/nrwl/nx/pull/30321">#30321</a>)</li>
<li><strong>core:</strong> provide default value for max cache size (<a
href="https://redirect.github.com/nrwl/nx/pull/30351">#30351</a>)</li>
<li><strong>js:</strong> upgrade verdaccio to 6 (<a
href="https://redirect.github.com/nrwl/nx/pull/30015">#30015</a>)</li>
<li><strong>js:</strong> add <code>typecheck</code> task to generated ci
workflow file when using the ts solution setup (<a
href="https://redirect.github.com/nrwl/nx/pull/30219">#30219</a>)</li>
<li><strong>linter:</strong> support eslint-config-prettier v10 (<a
href="https://redirect.github.com/nrwl/nx/pull/30480">#30480</a>)</li>
<li><strong>misc:</strong> add <code>useProjectJson</code> flag to
project generators (<a
href="https://redirect.github.com/nrwl/nx/pull/30319">#30319</a>)</li>
<li><strong>misc:</strong> enable ts solution setup by default for new
workspaces (<a
href="https://redirect.github.com/nrwl/nx/pull/30372">#30372</a>)</li>
<li><strong>misc:</strong> set a <code>development</code> conditional
export for buildable libraries when using the ts solution setup (<a
href="https://redirect.github.com/nrwl/nx/pull/30451">#30451</a>)</li>
<li><strong>misc:</strong> add <code>--useProjectJson</code> flag to CNW
(<a
href="https://redirect.github.com/nrwl/nx/pull/30475">#30475</a>)</li>
<li><strong>module-federation:</strong> add NxModuleFederationPlugin for
inferred usage (<a
href="https://redirect.github.com/nrwl/nx/pull/30003">#30003</a>)</li>
<li><strong>module-federation:</strong> Update to the latest version of
<a
href="https://github.com/module-federation"><code>@module-federation</code></a>
(<a
href="https://redirect.github.com/nrwl/nx/pull/30147">#30147</a>)</li>
<li><strong>module-federation:</strong> add ssr support to rspack
crystal plugin (<a
href="https://redirect.github.com/nrwl/nx/pull/30437">#30437</a>)</li>
<li><strong>nx-dev:</strong> expose docs embedding search via endpoint
(<a
href="https://redirect.github.com/nrwl/nx/pull/30050">#30050</a>)</li>
<li><strong>nx-dev:</strong> allow sampling rate to be configured
through env var (<a
href="https://redirect.github.com/nrwl/nx/pull/30193">#30193</a>)</li>
<li><strong>nx-dev:</strong> update workspace conformance rule to check
md files in general (<a
href="https://github.com/nrwl/nx/commit/d428eec060">d428eec060</a>)</li>
<li><strong>nx-dev:</strong> add angular architecture blog post (<a
href="https://redirect.github.com/nrwl/nx/pull/30400">#30400</a>)</li>
<li><strong>nx-dev:</strong> add java landing page (<a
href="https://redirect.github.com/nrwl/nx/pull/30508">#30508</a>)</li>
<li><strong>react:</strong> Update react-router-dom to latest (<a
href="https://redirect.github.com/nrwl/nx/pull/29919">#29919</a>)</li>
<li><strong>react:</strong> add react-router plugin (<a
href="https://redirect.github.com/nrwl/nx/pull/29965">#29965</a>)</li>
<li><strong>react:</strong> Add react-router to create-nx-workspace and
react app generator (<a
href="https://redirect.github.com/nrwl/nx/pull/30316">#30316</a>)</li>
<li><strong>release:</strong> configure when all branches should be
checked for a matching releaseTagPattern (<a
href="https://redirect.github.com/nrwl/nx/pull/30044">#30044</a>)</li>
<li><strong>repo:</strong> replace explicit matrix with dynamic parsed
from json (<a
href="https://redirect.github.com/nrwl/nx/pull/30120">#30120</a>)</li>
<li><strong>rspack:</strong> use ts-checker-rspack-plugin instead of
fork-ts-checker-webpack-plugin (<a
href="https://redirect.github.com/nrwl/nx/pull/30121">#30121</a>)</li>
<li><strong>rspack:</strong> infer ts-node compiler options in rspack
task env when using a typescript config file (<a
href="https://redirect.github.com/nrwl/nx/pull/30345">#30345</a>)</li>
<li><strong>rspack:</strong> alias convert-webpack to convert-to-rspack
(<a
href="https://redirect.github.com/nrwl/nx/pull/30367">#30367</a>)</li>
<li><strong>testing:</strong> add type annotation for Jest configuration
export (<a
href="https://redirect.github.com/nrwl/nx/pull/30059">#30059</a>)</li>
<li><strong>vue:</strong> add release option to vue publishable
libraries (<a
href="https://redirect.github.com/nrwl/nx/pull/29867">#29867</a>)</li>
<li><strong>webpack:</strong> use sass-embedded and modern-compiler for
sass (<a
href="https://redirect.github.com/nrwl/nx/pull/29999">#29999</a>)</li>
</ul>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>angular:</strong> correct nx angular migration requirement
for 19.2 (<a
href="https://redirect.github.com/nrwl/nx/pull/30234">#30234</a>)</li>
<li><strong>angular:</strong> directory type is not optional (<a
href="https://redirect.github.com/nrwl/nx/pull/30354">#30354</a>)</li>
<li><strong>angular:</strong> include <code>@angular/google-maps</code>
in package updates (<a
href="https://redirect.github.com/nrwl/nx/pull/30530">#30530</a>)</li>
<li><strong>bundling:</strong> use projectRoot for assets (<a
href="https://redirect.github.com/nrwl/nx/pull/29978">#29978</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/9fa8930afe880ebb546a43cede3bf5193a7ae441"><code>9fa8930</code></a>
fix(vite): ensure test target dependency is not duplicated (<a
href="https://github.com/nrwl/nx/tree/HEAD/packages/vite/issues/30289">#30289</a>)</li>
<li><a
href="https://github.com/nrwl/nx/commit/176c792e343221baaab4cef470cd4251066eb20e"><code>176c792</code></a>
feat(misc): set a <code>development</code> conditional export for
buildable libraries wh...</li>
<li>See full diff in <a
href="https://github.com/nrwl/nx/commits/20.7.0/packages/vite">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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent ecf9a77 commit d69b4fd
2 files changed
+188
-34
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
26 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3269 | 3269 | | |
3270 | 3270 | | |
3271 | 3271 | | |
3272 | | - | |
3273 | | - | |
3274 | | - | |
| 3272 | + | |
| 3273 | + | |
| 3274 | + | |
3275 | 3275 | | |
3276 | 3276 | | |
3277 | 3277 | | |
| |||
3283 | 3283 | | |
3284 | 3284 | | |
3285 | 3285 | | |
3286 | | - | |
| 3286 | + | |
3287 | 3287 | | |
3288 | 3288 | | |
3289 | 3289 | | |
3290 | | - | |
3291 | | - | |
3292 | | - | |
| 3290 | + | |
| 3291 | + | |
| 3292 | + | |
3293 | 3293 | | |
3294 | | - | |
3295 | | - | |
| 3294 | + | |
| 3295 | + | |
3296 | 3296 | | |
3297 | 3297 | | |
3298 | 3298 | | |
| |||
3302 | 3302 | | |
3303 | 3303 | | |
3304 | 3304 | | |
3305 | | - | |
| 3305 | + | |
3306 | 3306 | | |
3307 | 3307 | | |
3308 | 3308 | | |
3309 | | - | |
3310 | | - | |
3311 | | - | |
| 3309 | + | |
| 3310 | + | |
| 3311 | + | |
3312 | 3312 | | |
3313 | 3313 | | |
3314 | 3314 | | |
| |||
3317 | 3317 | | |
3318 | 3318 | | |
3319 | 3319 | | |
3320 | | - | |
3321 | | - | |
| 3320 | + | |
| 3321 | + | |
3322 | 3322 | | |
3323 | 3323 | | |
3324 | 3324 | | |
| |||
3344 | 3344 | | |
3345 | 3345 | | |
3346 | 3346 | | |
3347 | | - | |
| 3347 | + | |
3348 | 3348 | | |
3349 | 3349 | | |
3350 | 3350 | | |
| |||
3355 | 3355 | | |
3356 | 3356 | | |
3357 | 3357 | | |
| 3358 | + | |
| 3359 | + | |
| 3360 | + | |
| 3361 | + | |
| 3362 | + | |
| 3363 | + | |
| 3364 | + | |
3358 | 3365 | | |
3359 | 3366 | | |
3360 | 3367 | | |
3361 | 3368 | | |
3362 | 3369 | | |
3363 | 3370 | | |
3364 | 3371 | | |
| 3372 | + | |
| 3373 | + | |
| 3374 | + | |
| 3375 | + | |
| 3376 | + | |
| 3377 | + | |
| 3378 | + | |
3365 | 3379 | | |
3366 | 3380 | | |
3367 | 3381 | | |
3368 | 3382 | | |
3369 | 3383 | | |
3370 | 3384 | | |
3371 | 3385 | | |
| 3386 | + | |
| 3387 | + | |
| 3388 | + | |
| 3389 | + | |
| 3390 | + | |
| 3391 | + | |
| 3392 | + | |
3372 | 3393 | | |
3373 | 3394 | | |
3374 | 3395 | | |
3375 | 3396 | | |
3376 | 3397 | | |
3377 | 3398 | | |
3378 | 3399 | | |
| 3400 | + | |
| 3401 | + | |
| 3402 | + | |
| 3403 | + | |
| 3404 | + | |
| 3405 | + | |
| 3406 | + | |
3379 | 3407 | | |
3380 | 3408 | | |
3381 | 3409 | | |
3382 | 3410 | | |
3383 | 3411 | | |
3384 | 3412 | | |
3385 | 3413 | | |
| 3414 | + | |
| 3415 | + | |
| 3416 | + | |
| 3417 | + | |
| 3418 | + | |
| 3419 | + | |
| 3420 | + | |
3386 | 3421 | | |
3387 | 3422 | | |
3388 | 3423 | | |
3389 | 3424 | | |
3390 | 3425 | | |
3391 | 3426 | | |
3392 | 3427 | | |
| 3428 | + | |
| 3429 | + | |
| 3430 | + | |
| 3431 | + | |
| 3432 | + | |
| 3433 | + | |
| 3434 | + | |
3393 | 3435 | | |
3394 | 3436 | | |
3395 | 3437 | | |
3396 | 3438 | | |
3397 | 3439 | | |
3398 | 3440 | | |
3399 | 3441 | | |
| 3442 | + | |
| 3443 | + | |
| 3444 | + | |
| 3445 | + | |
| 3446 | + | |
| 3447 | + | |
| 3448 | + | |
3400 | 3449 | | |
3401 | 3450 | | |
3402 | 3451 | | |
3403 | 3452 | | |
3404 | 3453 | | |
3405 | 3454 | | |
3406 | 3455 | | |
| 3456 | + | |
| 3457 | + | |
| 3458 | + | |
| 3459 | + | |
| 3460 | + | |
| 3461 | + | |
| 3462 | + | |
3407 | 3463 | | |
3408 | 3464 | | |
3409 | 3465 | | |
3410 | 3466 | | |
3411 | 3467 | | |
3412 | 3468 | | |
3413 | 3469 | | |
| 3470 | + | |
| 3471 | + | |
| 3472 | + | |
| 3473 | + | |
| 3474 | + | |
| 3475 | + | |
| 3476 | + | |
3414 | 3477 | | |
3415 | 3478 | | |
3416 | 3479 | | |
3417 | 3480 | | |
3418 | 3481 | | |
3419 | 3482 | | |
3420 | 3483 | | |
3421 | | - | |
3422 | | - | |
3423 | | - | |
| 3484 | + | |
| 3485 | + | |
| 3486 | + | |
| 3487 | + | |
| 3488 | + | |
| 3489 | + | |
| 3490 | + | |
| 3491 | + | |
| 3492 | + | |
| 3493 | + | |
3424 | 3494 | | |
3425 | | - | |
3426 | | - | |
| 3495 | + | |
| 3496 | + | |
3427 | 3497 | | |
3428 | 3498 | | |
3429 | 3499 | | |
| |||
3433 | 3503 | | |
3434 | 3504 | | |
3435 | 3505 | | |
3436 | | - | |
| 3506 | + | |
3437 | 3507 | | |
3438 | 3508 | | |
3439 | 3509 | | |
3440 | | - | |
3441 | | - | |
3442 | | - | |
| 3510 | + | |
| 3511 | + | |
| 3512 | + | |
3443 | 3513 | | |
3444 | | - | |
| 3514 | + | |
3445 | 3515 | | |
3446 | 3516 | | |
3447 | 3517 | | |
3448 | | - | |
| 3518 | + | |
3449 | 3519 | | |
3450 | 3520 | | |
3451 | 3521 | | |
3452 | | - | |
| 3522 | + | |
3453 | 3523 | | |
3454 | 3524 | | |
3455 | 3525 | | |
| |||
8388 | 8458 | | |
8389 | 8459 | | |
8390 | 8460 | | |
8391 | | - | |
8392 | | - | |
8393 | | - | |
| 8461 | + | |
| 8462 | + | |
| 8463 | + | |
8394 | 8464 | | |
8395 | 8465 | | |
8396 | 8466 | | |
| |||
9045 | 9115 | | |
9046 | 9116 | | |
9047 | 9117 | | |
| 9118 | + | |
| 9119 | + | |
| 9120 | + | |
| 9121 | + | |
| 9122 | + | |
| 9123 | + | |
| 9124 | + | |
| 9125 | + | |
| 9126 | + | |
| 9127 | + | |
| 9128 | + | |
| 9129 | + | |
| 9130 | + | |
| 9131 | + | |
| 9132 | + | |
| 9133 | + | |
| 9134 | + | |
| 9135 | + | |
| 9136 | + | |
| 9137 | + | |
| 9138 | + | |
| 9139 | + | |
| 9140 | + | |
| 9141 | + | |
| 9142 | + | |
| 9143 | + | |
| 9144 | + | |
| 9145 | + | |
| 9146 | + | |
| 9147 | + | |
| 9148 | + | |
| 9149 | + | |
| 9150 | + | |
| 9151 | + | |
| 9152 | + | |
| 9153 | + | |
| 9154 | + | |
| 9155 | + | |
| 9156 | + | |
| 9157 | + | |
| 9158 | + | |
| 9159 | + | |
| 9160 | + | |
| 9161 | + | |
| 9162 | + | |
| 9163 | + | |
| 9164 | + | |
| 9165 | + | |
| 9166 | + | |
| 9167 | + | |
| 9168 | + | |
| 9169 | + | |
| 9170 | + | |
| 9171 | + | |
| 9172 | + | |
| 9173 | + | |
| 9174 | + | |
| 9175 | + | |
| 9176 | + | |
| 9177 | + | |
| 9178 | + | |
| 9179 | + | |
| 9180 | + | |
| 9181 | + | |
| 9182 | + | |
| 9183 | + | |
| 9184 | + | |
| 9185 | + | |
| 9186 | + | |
| 9187 | + | |
| 9188 | + | |
| 9189 | + | |
| 9190 | + | |
| 9191 | + | |
| 9192 | + | |
| 9193 | + | |
| 9194 | + | |
| 9195 | + | |
| 9196 | + | |
| 9197 | + | |
| 9198 | + | |
| 9199 | + | |
| 9200 | + | |
| 9201 | + | |
9048 | 9202 | | |
9049 | 9203 | | |
9050 | 9204 | | |
| |||
0 commit comments