Skip to content

Commit ec49a47

Browse files
chore(lambda): bump the nx group in /lambdas with 3 updates (#4907)
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.0.3 to 22.0.4 <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.0.4 (2025-11-17)</h2> <h3>🚀 Features</h3> <ul> <li><strong>core:</strong> pull nx init from latest before executing (<a href="https://redirect.github.com/nrwl/nx/pull/33446">#33446</a>)</li> <li><strong>docker:</strong> add skipDefaultTag option to build target (<a href="https://redirect.github.com/nrwl/nx/pull/33477">#33477</a>, <a href="https://redirect.github.com/nrwl/nx/pull/33506">#33506</a>)</li> <li><strong>maven:</strong> add option to prefix all maven targets (<a href="https://redirect.github.com/nrwl/nx/pull/33420">#33420</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>core:</strong> resolve lockfile cache regression with keyMap state (<a href="https://redirect.github.com/nrwl/nx/pull/33448">#33448</a>, <a href="https://redirect.github.com/nrwl/nx/issues/33256">#33256</a>)</li> <li><strong>core:</strong> optimize batch task scheduling to prevent redundant traversals (<a href="https://redirect.github.com/nrwl/nx/pull/33455">#33455</a>, <a href="https://redirect.github.com/nrwl/nx/issues/33366">#33366</a>)</li> <li><strong>core:</strong> capture stderr in nx add command for better error messages (<a href="https://redirect.github.com/nrwl/nx/pull/33462">#33462</a>)</li> <li><strong>core:</strong> include require paths when resolving specified plugins (<a href="https://redirect.github.com/nrwl/nx/pull/33495">#33495</a>)</li> <li><strong>core:</strong> prevent hanging between command end and process exit (<a href="https://redirect.github.com/nrwl/nx/pull/33500">#33500</a>)</li> <li><strong>gradle:</strong> bump gradle migration version (<a href="https://redirect.github.com/nrwl/nx/pull/33479">#33479</a>)</li> <li><strong>graph:</strong> add nx:build-native dependency to typecheck target (<a href="https://redirect.github.com/nrwl/nx/pull/33428">#33428</a>)</li> <li><strong>js:</strong> improve typescript plugin performance (<a href="https://redirect.github.com/nrwl/nx/pull/33425">#33425</a>, <a href="https://redirect.github.com/nrwl/nx/issues/33076">#33076</a>)</li> <li><strong>maven:</strong> skip maven plugin computation on vercel/netlify (<a href="https://redirect.github.com/nrwl/nx/pull/33486">#33486</a>)</li> <li><strong>misc:</strong> handle ERR_USE_AFTER_CLOSE gracefully in nx init and create-nx-workspace (<a href="https://redirect.github.com/nrwl/nx/pull/33469">#33469</a>)</li> <li><strong>release:</strong> changelog renderer should render commit title with breaking changes (<a href="https://redirect.github.com/nrwl/nx/pull/33439">#33439</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <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>FrozenPandaz <a href="https://github.com/FrozenPandaz"><code>@​FrozenPandaz</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>Louie Weng <a href="https://github.com/lourw"><code>@​lourw</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.0.4/packages/eslint">compare view</a></li> </ul> </details> <br /> Updates `@nx/js` from 22.0.3 to 22.0.4 <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.0.4 (2025-11-17)</h2> <h3>🚀 Features</h3> <ul> <li><strong>core:</strong> pull nx init from latest before executing (<a href="https://redirect.github.com/nrwl/nx/pull/33446">#33446</a>)</li> <li><strong>docker:</strong> add skipDefaultTag option to build target (<a href="https://redirect.github.com/nrwl/nx/pull/33477">#33477</a>, <a href="https://redirect.github.com/nrwl/nx/pull/33506">#33506</a>)</li> <li><strong>maven:</strong> add option to prefix all maven targets (<a href="https://redirect.github.com/nrwl/nx/pull/33420">#33420</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>core:</strong> resolve lockfile cache regression with keyMap state (<a href="https://redirect.github.com/nrwl/nx/pull/33448">#33448</a>, <a href="https://redirect.github.com/nrwl/nx/issues/33256">#33256</a>)</li> <li><strong>core:</strong> optimize batch task scheduling to prevent redundant traversals (<a href="https://redirect.github.com/nrwl/nx/pull/33455">#33455</a>, <a href="https://redirect.github.com/nrwl/nx/issues/33366">#33366</a>)</li> <li><strong>core:</strong> capture stderr in nx add command for better error messages (<a href="https://redirect.github.com/nrwl/nx/pull/33462">#33462</a>)</li> <li><strong>core:</strong> include require paths when resolving specified plugins (<a href="https://redirect.github.com/nrwl/nx/pull/33495">#33495</a>)</li> <li><strong>core:</strong> prevent hanging between command end and process exit (<a href="https://redirect.github.com/nrwl/nx/pull/33500">#33500</a>)</li> <li><strong>gradle:</strong> bump gradle migration version (<a href="https://redirect.github.com/nrwl/nx/pull/33479">#33479</a>)</li> <li><strong>graph:</strong> add nx:build-native dependency to typecheck target (<a href="https://redirect.github.com/nrwl/nx/pull/33428">#33428</a>)</li> <li><strong>js:</strong> improve typescript plugin performance (<a href="https://redirect.github.com/nrwl/nx/pull/33425">#33425</a>, <a href="https://redirect.github.com/nrwl/nx/issues/33076">#33076</a>)</li> <li><strong>maven:</strong> skip maven plugin computation on vercel/netlify (<a href="https://redirect.github.com/nrwl/nx/pull/33486">#33486</a>)</li> <li><strong>misc:</strong> handle ERR_USE_AFTER_CLOSE gracefully in nx init and create-nx-workspace (<a href="https://redirect.github.com/nrwl/nx/pull/33469">#33469</a>)</li> <li><strong>release:</strong> changelog renderer should render commit title with breaking changes (<a href="https://redirect.github.com/nrwl/nx/pull/33439">#33439</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <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>FrozenPandaz <a href="https://github.com/FrozenPandaz"><code>@​FrozenPandaz</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>Louie Weng <a href="https://github.com/lourw"><code>@​lourw</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/b0d3e04250231ae5cd0fcb7c72d3b2f0be763345"><code>b0d3e04</code></a> fix(js): improve typescript plugin performance (<a href="https://github.com/nrwl/nx/tree/HEAD/packages/js/issues/33425">#33425</a>)</li> <li>See full diff in <a href="https://github.com/nrwl/nx/commits/22.0.4/packages/js">compare view</a></li> </ul> </details> <br /> Updates `@nx/vite` from 22.0.3 to 22.0.4 <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.0.4 (2025-11-17)</h2> <h3>🚀 Features</h3> <ul> <li><strong>core:</strong> pull nx init from latest before executing (<a href="https://redirect.github.com/nrwl/nx/pull/33446">#33446</a>)</li> <li><strong>docker:</strong> add skipDefaultTag option to build target (<a href="https://redirect.github.com/nrwl/nx/pull/33477">#33477</a>, <a href="https://redirect.github.com/nrwl/nx/pull/33506">#33506</a>)</li> <li><strong>maven:</strong> add option to prefix all maven targets (<a href="https://redirect.github.com/nrwl/nx/pull/33420">#33420</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>core:</strong> resolve lockfile cache regression with keyMap state (<a href="https://redirect.github.com/nrwl/nx/pull/33448">#33448</a>, <a href="https://redirect.github.com/nrwl/nx/issues/33256">#33256</a>)</li> <li><strong>core:</strong> optimize batch task scheduling to prevent redundant traversals (<a href="https://redirect.github.com/nrwl/nx/pull/33455">#33455</a>, <a href="https://redirect.github.com/nrwl/nx/issues/33366">#33366</a>)</li> <li><strong>core:</strong> capture stderr in nx add command for better error messages (<a href="https://redirect.github.com/nrwl/nx/pull/33462">#33462</a>)</li> <li><strong>core:</strong> include require paths when resolving specified plugins (<a href="https://redirect.github.com/nrwl/nx/pull/33495">#33495</a>)</li> <li><strong>core:</strong> prevent hanging between command end and process exit (<a href="https://redirect.github.com/nrwl/nx/pull/33500">#33500</a>)</li> <li><strong>gradle:</strong> bump gradle migration version (<a href="https://redirect.github.com/nrwl/nx/pull/33479">#33479</a>)</li> <li><strong>graph:</strong> add nx:build-native dependency to typecheck target (<a href="https://redirect.github.com/nrwl/nx/pull/33428">#33428</a>)</li> <li><strong>js:</strong> improve typescript plugin performance (<a href="https://redirect.github.com/nrwl/nx/pull/33425">#33425</a>, <a href="https://redirect.github.com/nrwl/nx/issues/33076">#33076</a>)</li> <li><strong>maven:</strong> skip maven plugin computation on vercel/netlify (<a href="https://redirect.github.com/nrwl/nx/pull/33486">#33486</a>)</li> <li><strong>misc:</strong> handle ERR_USE_AFTER_CLOSE gracefully in nx init and create-nx-workspace (<a href="https://redirect.github.com/nrwl/nx/pull/33469">#33469</a>)</li> <li><strong>release:</strong> changelog renderer should render commit title with breaking changes (<a href="https://redirect.github.com/nrwl/nx/pull/33439">#33439</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <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>FrozenPandaz <a href="https://github.com/FrozenPandaz"><code>@​FrozenPandaz</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>Louie Weng <a href="https://github.com/lourw"><code>@​lourw</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.0.4/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 001b5b5 commit ec49a47

File tree

2 files changed

+439
-34
lines changed

2 files changed

+439
-34
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.0.3",
29-
"@nx/js": "^22.0.3",
30-
"@nx/vite": "^22.0.3",
28+
"@nx/eslint": "22.1.0",
29+
"@nx/js": "^22.1.0",
30+
"@nx/vite": "^22.1.0",
3131
"@swc-node/register": "~1.11.1",
3232
"@swc/core": "~1.15.0",
3333
"@swc/helpers": "~0.5.17",

0 commit comments

Comments
 (0)