Commit 3c39465
authored
chore(lambda): bump the nx group in /lambdas with 3 updates (#4926)
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 22.1.0 to 22.1.2
<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>22.1.2 (2025-11-25)</h2>
<h3>🚀 Features</h3>
<ul>
<li><strong>core:</strong> add multiple Nx version detection to nx
report (<a
href="https://redirect.github.com/nrwl/nx/pull/33599">#33599</a>)</li>
</ul>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>core:</strong> filter out automated release commits in
getCommitsRelevantToProjects (<a
href="https://redirect.github.com/nrwl/nx/pull/33482">#33482</a>)</li>
<li><strong>core:</strong> make daemon socket path unique per process to
prevent race condition (<a
href="https://redirect.github.com/nrwl/nx/pull/33580">#33580</a>, <a
href="https://redirect.github.com/nrwl/nx/issues/33491">#33491</a>)</li>
<li><strong>core:</strong> use nx-mcp for older nx versions instead of
nx mcp (<a
href="https://redirect.github.com/nrwl/nx/pull/33553">#33553</a>)</li>
<li><strong>core:</strong> propagate continuous task failures to
dependent tasks (<a
href="https://redirect.github.com/nrwl/nx/pull/33492">#33492</a>)</li>
<li><strong>graph:</strong> surface task graph client error via error
toast (<a
href="https://redirect.github.com/nrwl/nx/pull/33600">#33600</a>)</li>
<li><strong>js:</strong> ensure copy-workspace-modules copies transitive
workspace dependencies (<a
href="https://redirect.github.com/nrwl/nx/pull/33570">#33570</a>)</li>
<li><strong>nest:</strong> set moduleResolution to node to prevent
TS5095 error (<a
href="https://redirect.github.com/nrwl/nx/pull/33607">#33607</a>, <a
href="https://redirect.github.com/nrwl/nx/issues/33589">#33589</a>)</li>
<li><strong>node:</strong> set generatePackageJson:false for TS Solution
workspaces (<a
href="https://redirect.github.com/nrwl/nx/pull/33606">#33606</a>)</li>
<li><strong>release:</strong> ensure emoji is not repeated in breaking
changes summary (<a
href="https://redirect.github.com/nrwl/nx/pull/33605">#33605</a>)</li>
<li><strong>storybook:</strong> remove upper bound of migration requires
(<a
href="https://redirect.github.com/nrwl/nx/pull/33613">#33613</a>)</li>
<li><strong>testing:</strong> remove declare global wrapper from cypress
commands.ts template (<a
href="https://redirect.github.com/nrwl/nx/pull/33573">#33573</a>, <a
href="https://redirect.github.com/nrwl/nx/issues/32930">#32930</a>)</li>
</ul>
<h3>❤️ Thank You</h3>
<ul>
<li>Chau Tran <a
href="https://github.com/nartc"><code>@nartc</code></a></li>
<li>Colum Ferry <a
href="https://github.com/Coly010"><code>@Coly010</code></a></li>
<li>Coly010 <a
href="https://github.com/Coly010"><code>@Coly010</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>Kasper Christensen <a
href="https://github.com/fALKENdk"><code>@fALKENdk</code></a></li>
<li>Laney Pouzet</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>
</ul>
<h2>22.1.1 (2025-11-21)</h2>
<h3>🚀 Features</h3>
<ul>
<li><strong>linter:</strong> add util to load eslint rules from a
directory (<a
href="https://redirect.github.com/nrwl/nx/pull/33543">#33543</a>)</li>
<li><strong>nx-cloud:</strong> prepend nx version to stats metadata (<a
href="https://redirect.github.com/nrwl/nx/pull/33568">#33568</a>)</li>
</ul>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>core:</strong> don't presume a task is long running if its
marked cacheable (<a
href="https://redirect.github.com/nrwl/nx/pull/33545">#33545</a>, <a
href="https://redirect.github.com/nrwl/nx/issues/32610">#32610</a>)</li>
<li><strong>core:</strong> daemon command should exit at end (<a
href="https://redirect.github.com/nrwl/nx/pull/33547">#33547</a>)</li>
<li><strong>core:</strong> provide error when nested graph construction
would occur invoked during createNodes (<a
href="https://redirect.github.com/nrwl/nx/pull/33541">#33541</a>, <a
href="https://redirect.github.com/nrwl/nx/issues/29618">#29618</a>)</li>
<li><strong>graph:</strong> align exclude flag with others by using
findMatchingProjects (<a
href="https://redirect.github.com/nrwl/nx/pull/33550">#33550</a>)</li>
<li><strong>linter:</strong> handle various flat config override
structures (<a
href="https://redirect.github.com/nrwl/nx/pull/33548">#33548</a>, <a
href="https://redirect.github.com/nrwl/nx/issues/31796">#31796</a>)</li>
<li><strong>react:</strong> exclude tailwind from CSS modules syntax in
component generator (<a
href="https://redirect.github.com/nrwl/nx/pull/33574">#33574</a>)</li>
<li><strong>storybook:</strong> remove STORYBOOK_PROJECT_ROOT when
running automigrate to prevent hanging (<a
href="https://redirect.github.com/nrwl/nx/pull/33567">#33567</a>, <a
href="https://redirect.github.com/nrwl/nx/issues/32492">#32492</a>)</li>
<li><strong>vite:</strong> generate .mts config files to force ESM (<a
href="https://redirect.github.com/nrwl/nx/pull/33518">#33518</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/1c8796a4d7b3f9e62703cde95a1f3f05dd1ee1ff"><code>1c8796a</code></a>
docs(misc): update migration docs to use supported markdown syntax (<a
href="https://github.com/nrwl/nx/tree/HEAD/packages/eslint/issues/33563">#33563</a>)</li>
<li><a
href="https://github.com/nrwl/nx/commit/05bd3a4c160e2d0d349cf6cc34b2e28c66b89f09"><code>05bd3a4</code></a>
fix(linter): handle various flat config override structures (<a
href="https://github.com/nrwl/nx/tree/HEAD/packages/eslint/issues/33548">#33548</a>)</li>
<li>See full diff in <a
href="https://github.com/nrwl/nx/commits/22.1.2/packages/eslint">compare
view</a></li>
</ul>
</details>
<br />
Updates `@nx/js` from 22.1.1 to 22.1.2
<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>22.1.2 (2025-11-25)</h2>
<h3>🚀 Features</h3>
<ul>
<li><strong>core:</strong> add multiple Nx version detection to nx
report (<a
href="https://redirect.github.com/nrwl/nx/pull/33599">#33599</a>)</li>
</ul>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>core:</strong> filter out automated release commits in
getCommitsRelevantToProjects (<a
href="https://redirect.github.com/nrwl/nx/pull/33482">#33482</a>)</li>
<li><strong>core:</strong> make daemon socket path unique per process to
prevent race condition (<a
href="https://redirect.github.com/nrwl/nx/pull/33580">#33580</a>, <a
href="https://redirect.github.com/nrwl/nx/issues/33491">#33491</a>)</li>
<li><strong>core:</strong> use nx-mcp for older nx versions instead of
nx mcp (<a
href="https://redirect.github.com/nrwl/nx/pull/33553">#33553</a>)</li>
<li><strong>core:</strong> propagate continuous task failures to
dependent tasks (<a
href="https://redirect.github.com/nrwl/nx/pull/33492">#33492</a>)</li>
<li><strong>graph:</strong> surface task graph client error via error
toast (<a
href="https://redirect.github.com/nrwl/nx/pull/33600">#33600</a>)</li>
<li><strong>js:</strong> ensure copy-workspace-modules copies transitive
workspace dependencies (<a
href="https://redirect.github.com/nrwl/nx/pull/33570">#33570</a>)</li>
<li><strong>nest:</strong> set moduleResolution to node to prevent
TS5095 error (<a
href="https://redirect.github.com/nrwl/nx/pull/33607">#33607</a>, <a
href="https://redirect.github.com/nrwl/nx/issues/33589">#33589</a>)</li>
<li><strong>node:</strong> set generatePackageJson:false for TS Solution
workspaces (<a
href="https://redirect.github.com/nrwl/nx/pull/33606">#33606</a>)</li>
<li><strong>release:</strong> ensure emoji is not repeated in breaking
changes summary (<a
href="https://redirect.github.com/nrwl/nx/pull/33605">#33605</a>)</li>
<li><strong>storybook:</strong> remove upper bound of migration requires
(<a
href="https://redirect.github.com/nrwl/nx/pull/33613">#33613</a>)</li>
<li><strong>testing:</strong> remove declare global wrapper from cypress
commands.ts template (<a
href="https://redirect.github.com/nrwl/nx/pull/33573">#33573</a>, <a
href="https://redirect.github.com/nrwl/nx/issues/32930">#32930</a>)</li>
</ul>
<h3>❤️ Thank You</h3>
<ul>
<li>Chau Tran <a
href="https://github.com/nartc"><code>@nartc</code></a></li>
<li>Colum Ferry <a
href="https://github.com/Coly010"><code>@Coly010</code></a></li>
<li>Coly010 <a
href="https://github.com/Coly010"><code>@Coly010</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>Kasper Christensen <a
href="https://github.com/fALKENdk"><code>@fALKENdk</code></a></li>
<li>Laney Pouzet</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>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/nrwl/nx/commit/70bbbe9ff697c119032aa62868ee3ae27204eb34"><code>70bbbe9</code></a>
fix(js): ensure copy-workspace-modules copies transitive workspace
dependenci...</li>
<li>See full diff in <a
href="https://github.com/nrwl/nx/commits/22.1.2/packages/js">compare
view</a></li>
</ul>
</details>
<br />
Updates `@nx/vite` from 22.1.1 to 22.1.2
<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>22.1.2 (2025-11-25)</h2>
<h3>🚀 Features</h3>
<ul>
<li><strong>core:</strong> add multiple Nx version detection to nx
report (<a
href="https://redirect.github.com/nrwl/nx/pull/33599">#33599</a>)</li>
</ul>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>core:</strong> filter out automated release commits in
getCommitsRelevantToProjects (<a
href="https://redirect.github.com/nrwl/nx/pull/33482">#33482</a>)</li>
<li><strong>core:</strong> make daemon socket path unique per process to
prevent race condition (<a
href="https://redirect.github.com/nrwl/nx/pull/33580">#33580</a>, <a
href="https://redirect.github.com/nrwl/nx/issues/33491">#33491</a>)</li>
<li><strong>core:</strong> use nx-mcp for older nx versions instead of
nx mcp (<a
href="https://redirect.github.com/nrwl/nx/pull/33553">#33553</a>)</li>
<li><strong>core:</strong> propagate continuous task failures to
dependent tasks (<a
href="https://redirect.github.com/nrwl/nx/pull/33492">#33492</a>)</li>
<li><strong>graph:</strong> surface task graph client error via error
toast (<a
href="https://redirect.github.com/nrwl/nx/pull/33600">#33600</a>)</li>
<li><strong>js:</strong> ensure copy-workspace-modules copies transitive
workspace dependencies (<a
href="https://redirect.github.com/nrwl/nx/pull/33570">#33570</a>)</li>
<li><strong>nest:</strong> set moduleResolution to node to prevent
TS5095 error (<a
href="https://redirect.github.com/nrwl/nx/pull/33607">#33607</a>, <a
href="https://redirect.github.com/nrwl/nx/issues/33589">#33589</a>)</li>
<li><strong>node:</strong> set generatePackageJson:false for TS Solution
workspaces (<a
href="https://redirect.github.com/nrwl/nx/pull/33606">#33606</a>)</li>
<li><strong>release:</strong> ensure emoji is not repeated in breaking
changes summary (<a
href="https://redirect.github.com/nrwl/nx/pull/33605">#33605</a>)</li>
<li><strong>storybook:</strong> remove upper bound of migration requires
(<a
href="https://redirect.github.com/nrwl/nx/pull/33613">#33613</a>)</li>
<li><strong>testing:</strong> remove declare global wrapper from cypress
commands.ts template (<a
href="https://redirect.github.com/nrwl/nx/pull/33573">#33573</a>, <a
href="https://redirect.github.com/nrwl/nx/issues/32930">#32930</a>)</li>
</ul>
<h3>❤️ Thank You</h3>
<ul>
<li>Chau Tran <a
href="https://github.com/nartc"><code>@nartc</code></a></li>
<li>Colum Ferry <a
href="https://github.com/Coly010"><code>@Coly010</code></a></li>
<li>Coly010 <a
href="https://github.com/Coly010"><code>@Coly010</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>Kasper Christensen <a
href="https://github.com/fALKENdk"><code>@fALKENdk</code></a></li>
<li>Laney Pouzet</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>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/nrwl/nx/commits/22.1.2/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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent a7447f4 commit 3c39465
2 files changed
+145
-145
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
30 | | - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
0 commit comments