Skip to content

Commit 5db6c1b

Browse files
chore(lambda): bump the nx group in /lambdas with 3 updates (#4973)
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.2.0 to 22.2.7 <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.2.7 (2025-12-16)</h2> <h3>🚀 Features</h3> <ul> <li><strong>nx-plugin:</strong> allow customizing the location of the companion E2E project (<a href="https://redirect.github.com/nrwl/nx/pull/32073">#32073</a>, <a href="https://redirect.github.com/nrwl/nx/issues/32069">#32069</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>core:</strong> display task output in TUI when native command runner is disabled (<a href="https://redirect.github.com/nrwl/nx/pull/33881">#33881</a>, <a href="https://redirect.github.com/nrwl/nx/issues/32803">#32803</a>)</li> <li><strong>core:</strong> prevent pinning the same task in multiple panes in the tui (<a href="https://redirect.github.com/nrwl/nx/pull/33863">#33863</a>)</li> <li><strong>core:</strong> reduce error rate with dir validation and add more debugging data (<a href="https://redirect.github.com/nrwl/nx/pull/33887">#33887</a>)</li> <li><strong>node:</strong> use <code>@​swc/helpers</code> instead of tslib when compiler is swc (<a href="https://redirect.github.com/nrwl/nx/pull/33885">#33885</a>, <a href="https://redirect.github.com/nrwl/nx/issues/31202">#31202</a>)</li> <li><strong>web:</strong> update e2e test regex for SWC decorator metadata (<a href="https://redirect.github.com/nrwl/nx/pull/33892">#33892</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Claude Opus 4.5</li> <li>Colum Ferry <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>Leosvel Pérez Espinosa <a href="https://github.com/leosvelperez"><code>@​leosvelperez</code></a></li> <li>Tine Kondo <a href="https://github.com/tinesoft"><code>@​tinesoft</code></a></li> </ul> <h2>22.2.6 (2025-12-16)</h2> <h3>🩹 Fixes</h3> <ul> <li><strong>core:</strong> include PNPM patches in externalDependencies hash computations (<a href="https://redirect.github.com/nrwl/nx/pull/33551">#33551</a>)</li> <li><strong>core:</strong> add back ability to create <code>cache_outputs</code> table without a foreign key (<a href="https://redirect.github.com/nrwl/nx/pull/33880">#33880</a>)</li> <li><strong>js:</strong> detect changes to pnpm.overrides and overrides in package.json (<a href="https://redirect.github.com/nrwl/nx/pull/31914">#31914</a>)</li> <li><strong>js:</strong> check package.json for name when project.json exists but has no name (<a href="https://redirect.github.com/nrwl/nx/pull/31887">#31887</a>)</li> <li><strong>js:</strong> adjusted stdout and stderr handling to support the latest <code>@​swc/cli</code> version (<a href="https://redirect.github.com/nrwl/nx/pull/32685">#32685</a>)</li> <li><strong>misc:</strong> use string type for fetchDepth in azure-pipelines.yml (<a href="https://redirect.github.com/nrwl/nx/pull/33727">#33727</a>)</li> <li><strong>nextjs:</strong> accept fileName option to generate page (<a href="https://redirect.github.com/nrwl/nx/pull/30013">#30013</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>AgentEnder <a href="https://github.com/AgentEnder"><code>@​AgentEnder</code></a></li> <li>Charlie Croom</li> <li>Claude</li> <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>Jason Jean <a href="https://github.com/FrozenPandaz"><code>@​FrozenPandaz</code></a></li> <li>Kasper Christensen</li> <li>Leosvel Pérez Espinosa <a href="https://github.com/leosvelperez"><code>@​leosvelperez</code></a></li> <li>Raphael Araújo <a href="https://github.com/raphox"><code>@​raphox</code></a></li> <li>teawithfruit <a href="https://github.com/teawithfruit"><code>@​teawithfruit</code></a></li> <li>Zachary DeRose <a href="https://github.com/ZackDeRose"><code>@​ZackDeRose</code></a></li> </ul> <h2>22.2.5 (2025-12-15)</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/nrwl/nx/commits/22.2.7/packages/eslint">compare view</a></li> </ul> </details> <br /> Updates `@nx/js` from 22.2.3 to 22.2.7 <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.2.7 (2025-12-16)</h2> <h3>🚀 Features</h3> <ul> <li><strong>nx-plugin:</strong> allow customizing the location of the companion E2E project (<a href="https://redirect.github.com/nrwl/nx/pull/32073">#32073</a>, <a href="https://redirect.github.com/nrwl/nx/issues/32069">#32069</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>core:</strong> display task output in TUI when native command runner is disabled (<a href="https://redirect.github.com/nrwl/nx/pull/33881">#33881</a>, <a href="https://redirect.github.com/nrwl/nx/issues/32803">#32803</a>)</li> <li><strong>core:</strong> prevent pinning the same task in multiple panes in the tui (<a href="https://redirect.github.com/nrwl/nx/pull/33863">#33863</a>)</li> <li><strong>core:</strong> reduce error rate with dir validation and add more debugging data (<a href="https://redirect.github.com/nrwl/nx/pull/33887">#33887</a>)</li> <li><strong>node:</strong> use <code>@​swc/helpers</code> instead of tslib when compiler is swc (<a href="https://redirect.github.com/nrwl/nx/pull/33885">#33885</a>, <a href="https://redirect.github.com/nrwl/nx/issues/31202">#31202</a>)</li> <li><strong>web:</strong> update e2e test regex for SWC decorator metadata (<a href="https://redirect.github.com/nrwl/nx/pull/33892">#33892</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Claude Opus 4.5</li> <li>Colum Ferry <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>Leosvel Pérez Espinosa <a href="https://github.com/leosvelperez"><code>@​leosvelperez</code></a></li> <li>Tine Kondo <a href="https://github.com/tinesoft"><code>@​tinesoft</code></a></li> </ul> <h2>22.2.6 (2025-12-16)</h2> <h3>🩹 Fixes</h3> <ul> <li><strong>core:</strong> include PNPM patches in externalDependencies hash computations (<a href="https://redirect.github.com/nrwl/nx/pull/33551">#33551</a>)</li> <li><strong>core:</strong> add back ability to create <code>cache_outputs</code> table without a foreign key (<a href="https://redirect.github.com/nrwl/nx/pull/33880">#33880</a>)</li> <li><strong>js:</strong> detect changes to pnpm.overrides and overrides in package.json (<a href="https://redirect.github.com/nrwl/nx/pull/31914">#31914</a>)</li> <li><strong>js:</strong> check package.json for name when project.json exists but has no name (<a href="https://redirect.github.com/nrwl/nx/pull/31887">#31887</a>)</li> <li><strong>js:</strong> adjusted stdout and stderr handling to support the latest <code>@​swc/cli</code> version (<a href="https://redirect.github.com/nrwl/nx/pull/32685">#32685</a>)</li> <li><strong>misc:</strong> use string type for fetchDepth in azure-pipelines.yml (<a href="https://redirect.github.com/nrwl/nx/pull/33727">#33727</a>)</li> <li><strong>nextjs:</strong> accept fileName option to generate page (<a href="https://redirect.github.com/nrwl/nx/pull/30013">#30013</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>AgentEnder <a href="https://github.com/AgentEnder"><code>@​AgentEnder</code></a></li> <li>Charlie Croom</li> <li>Claude</li> <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>Jason Jean <a href="https://github.com/FrozenPandaz"><code>@​FrozenPandaz</code></a></li> <li>Kasper Christensen</li> <li>Leosvel Pérez Espinosa <a href="https://github.com/leosvelperez"><code>@​leosvelperez</code></a></li> <li>Raphael Araújo <a href="https://github.com/raphox"><code>@​raphox</code></a></li> <li>teawithfruit <a href="https://github.com/teawithfruit"><code>@​teawithfruit</code></a></li> <li>Zachary DeRose <a href="https://github.com/ZackDeRose"><code>@​ZackDeRose</code></a></li> </ul> <h2>22.2.5 (2025-12-15)</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nrwl/nx/commit/43e49c2f6b115d646c46cd1e1d97dc3ff8062fb1"><code>43e49c2</code></a> fix(js): adjusted stdout and stderr handling to support the latest <code>@​swc/cli</code> v...</li> <li><a href="https://github.com/nrwl/nx/commit/db6b9ee8c814a05799b25ee5e7b0a736df96ffcf"><code>db6b9ee</code></a> fix(js): check package.json for name when project.json exists but has no name...</li> <li><a href="https://github.com/nrwl/nx/commit/78abb5c5a2b7d5b180ad77700d03826e61d2965e"><code>78abb5c</code></a> fix(js): resolve nx binary from workspace root in node executor (<a href="https://github.com/nrwl/nx/tree/HEAD/packages/js/issues/33842">#33842</a>)</li> <li><a href="https://github.com/nrwl/nx/commit/cac58fafbc28a9db37e4db17d51fad8a3866c01e"><code>cac58fa</code></a> fix(js): prevent crash when terminating task using the <code>@nx/js:swc</code> executor ...</li> <li><a href="https://github.com/nrwl/nx/commit/4c8d01d22b08640719caf6470063e4ea2ccc033b"><code>4c8d01d</code></a> feat(js): improve SWC compilation error logging (<a href="https://github.com/nrwl/nx/tree/HEAD/packages/js/issues/33297">#33297</a>)</li> <li>See full diff in <a href="https://github.com/nrwl/nx/commits/22.2.7/packages/js">compare view</a></li> </ul> </details> <br /> Updates `@nx/vite` from 22.2.3 to 22.2.7 <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.2.7 (2025-12-16)</h2> <h3>🚀 Features</h3> <ul> <li><strong>nx-plugin:</strong> allow customizing the location of the companion E2E project (<a href="https://redirect.github.com/nrwl/nx/pull/32073">#32073</a>, <a href="https://redirect.github.com/nrwl/nx/issues/32069">#32069</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>core:</strong> display task output in TUI when native command runner is disabled (<a href="https://redirect.github.com/nrwl/nx/pull/33881">#33881</a>, <a href="https://redirect.github.com/nrwl/nx/issues/32803">#32803</a>)</li> <li><strong>core:</strong> prevent pinning the same task in multiple panes in the tui (<a href="https://redirect.github.com/nrwl/nx/pull/33863">#33863</a>)</li> <li><strong>core:</strong> reduce error rate with dir validation and add more debugging data (<a href="https://redirect.github.com/nrwl/nx/pull/33887">#33887</a>)</li> <li><strong>node:</strong> use <code>@​swc/helpers</code> instead of tslib when compiler is swc (<a href="https://redirect.github.com/nrwl/nx/pull/33885">#33885</a>, <a href="https://redirect.github.com/nrwl/nx/issues/31202">#31202</a>)</li> <li><strong>web:</strong> update e2e test regex for SWC decorator metadata (<a href="https://redirect.github.com/nrwl/nx/pull/33892">#33892</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Claude Opus 4.5</li> <li>Colum Ferry <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>Leosvel Pérez Espinosa <a href="https://github.com/leosvelperez"><code>@​leosvelperez</code></a></li> <li>Tine Kondo <a href="https://github.com/tinesoft"><code>@​tinesoft</code></a></li> </ul> <h2>22.2.6 (2025-12-16)</h2> <h3>🩹 Fixes</h3> <ul> <li><strong>core:</strong> include PNPM patches in externalDependencies hash computations (<a href="https://redirect.github.com/nrwl/nx/pull/33551">#33551</a>)</li> <li><strong>core:</strong> add back ability to create <code>cache_outputs</code> table without a foreign key (<a href="https://redirect.github.com/nrwl/nx/pull/33880">#33880</a>)</li> <li><strong>js:</strong> detect changes to pnpm.overrides and overrides in package.json (<a href="https://redirect.github.com/nrwl/nx/pull/31914">#31914</a>)</li> <li><strong>js:</strong> check package.json for name when project.json exists but has no name (<a href="https://redirect.github.com/nrwl/nx/pull/31887">#31887</a>)</li> <li><strong>js:</strong> adjusted stdout and stderr handling to support the latest <code>@​swc/cli</code> version (<a href="https://redirect.github.com/nrwl/nx/pull/32685">#32685</a>)</li> <li><strong>misc:</strong> use string type for fetchDepth in azure-pipelines.yml (<a href="https://redirect.github.com/nrwl/nx/pull/33727">#33727</a>)</li> <li><strong>nextjs:</strong> accept fileName option to generate page (<a href="https://redirect.github.com/nrwl/nx/pull/30013">#30013</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>AgentEnder <a href="https://github.com/AgentEnder"><code>@​AgentEnder</code></a></li> <li>Charlie Croom</li> <li>Claude</li> <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>Jason Jean <a href="https://github.com/FrozenPandaz"><code>@​FrozenPandaz</code></a></li> <li>Kasper Christensen</li> <li>Leosvel Pérez Espinosa <a href="https://github.com/leosvelperez"><code>@​leosvelperez</code></a></li> <li>Raphael Araújo <a href="https://github.com/raphox"><code>@​raphox</code></a></li> <li>teawithfruit <a href="https://github.com/teawithfruit"><code>@​teawithfruit</code></a></li> <li>Zachary DeRose <a href="https://github.com/ZackDeRose"><code>@​ZackDeRose</code></a></li> </ul> <h2>22.2.5 (2025-12-15)</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/nrwl/nx/commits/22.2.7/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 ed49df9 commit 5db6c1b

File tree

2 files changed

+145
-145
lines changed

2 files changed

+145
-145
lines changed

lambdas/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
},
2626
"devDependencies": {
2727
"@eslint/eslintrc": "^3.3.1",
28-
"@nx/eslint": "22.2.0",
29-
"@nx/js": "^22.2.0",
30-
"@nx/vite": "^22.2.0",
28+
"@nx/eslint": "22.2.7",
29+
"@nx/js": "^22.2.7",
30+
"@nx/vite": "^22.2.7",
3131
"@swc-node/register": "~1.11.1",
3232
"@swc/core": "~1.15.0",
3333
"@swc/helpers": "~0.5.17",

0 commit comments

Comments
 (0)