Commit f492aac
authored
chore(lambda): bump nx from 22.0.3 to 22.2.7 in /lambdas (#4974)
Bumps [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx) from 22.0.3
to 22.2.7.
<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>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/fa4f613c65ab4b1b6c0bbee6c944da09991c77ef"><code>fa4f613</code></a>
docs(core): document argv in task execution hook contexts (<a
href="https://github.com/nrwl/nx/tree/HEAD/packages/nx/issues/33322">#33322</a>)</li>
<li><a
href="https://github.com/nrwl/nx/commit/fb88e713d8c648ec54d1cc52f2a145677b63e758"><code>fb88e71</code></a>
fix(core): prevent pinning the same task in multiple panes in the tui
(<a
href="https://github.com/nrwl/nx/tree/HEAD/packages/nx/issues/33863">#33863</a>)</li>
<li><a
href="https://github.com/nrwl/nx/commit/27e1f4c311dfe3b187ad405a151cc49db3305aef"><code>27e1f4c</code></a>
fix(core): display task output in TUI when native command runner is
disabled ...</li>
<li><a
href="https://github.com/nrwl/nx/commit/a0732b11865e860bc2062ba184b3136863bdd98d"><code>a0732b1</code></a>
fix(core): add back ability to create <code>cache_outputs</code> table
without a foreign...</li>
<li><a
href="https://github.com/nrwl/nx/commit/0e9ffbbbbf6fe06bd3531c9a720e499c98f8bfa0"><code>0e9ffbb</code></a>
fix(core): include PNPM patches in externalDependencies hash
computations (<a
href="https://github.com/nrwl/nx/tree/HEAD/packages/nx/issues/3">#3</a>...</li>
<li><a
href="https://github.com/nrwl/nx/commit/1aec6bac66003d837d99c4f02b0cd6be074509b7"><code>1aec6ba</code></a>
fix(js): detect changes to pnpm.overrides and overrides in package.json
(<a
href="https://github.com/nrwl/nx/tree/HEAD/packages/nx/issues/31914">#31914</a>)</li>
<li><a
href="https://github.com/nrwl/nx/commit/ed5265b173b15e76a442c700edd915f512971d0e"><code>ed5265b</code></a>
fix(core): restore linkTaskDetails param for backwards compatibility (<a
href="https://github.com/nrwl/nx/tree/HEAD/packages/nx/issues/33874">#33874</a>)</li>
<li><a
href="https://github.com/nrwl/nx/commit/2c204455215a0232e939386175d0f810b57d564a"><code>2c20445</code></a>
fix(core): create all tables upfront when creating the database (<a
href="https://github.com/nrwl/nx/tree/HEAD/packages/nx/issues/33843">#33843</a>)</li>
<li><a
href="https://github.com/nrwl/nx/commit/967935186651fd99701f96b959654ee848d264ed"><code>9679351</code></a>
fix(core): preserve command output in TUI summary for non-cached tasks
(<a
href="https://github.com/nrwl/nx/tree/HEAD/packages/nx/issues/33673">#33673</a>)</li>
<li><a
href="https://github.com/nrwl/nx/commit/93b42102657e264b8d6e5fdccd9b8672c7355021"><code>93b4210</code></a>
fix(core): do not invoke prettier with <code>--write</code> and
<code>--list-different</code> when ...</li>
<li>Additional commits viewable in <a
href="https://github.com/nrwl/nx/commits/22.2.7/packages/nx">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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 this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent c672721 commit f492aac
2 files changed
+2
-157
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3308 | 3308 | | |
3309 | 3309 | | |
3310 | 3310 | | |
3311 | | - | |
3312 | | - | |
3313 | | - | |
3314 | | - | |
3315 | | - | |
3316 | | - | |
3317 | | - | |
3318 | 3311 | | |
3319 | 3312 | | |
3320 | 3313 | | |
| |||
3329 | 3322 | | |
3330 | 3323 | | |
3331 | 3324 | | |
3332 | | - | |
3333 | | - | |
3334 | | - | |
3335 | | - | |
3336 | | - | |
3337 | | - | |
3338 | | - | |
3339 | 3325 | | |
3340 | 3326 | | |
3341 | 3327 | | |
| |||
3350 | 3336 | | |
3351 | 3337 | | |
3352 | 3338 | | |
3353 | | - | |
3354 | | - | |
3355 | | - | |
3356 | | - | |
3357 | | - | |
3358 | | - | |
3359 | | - | |
3360 | 3339 | | |
3361 | 3340 | | |
3362 | 3341 | | |
| |||
3371 | 3350 | | |
3372 | 3351 | | |
3373 | 3352 | | |
3374 | | - | |
3375 | | - | |
3376 | | - | |
3377 | | - | |
3378 | | - | |
3379 | | - | |
3380 | | - | |
3381 | 3353 | | |
3382 | 3354 | | |
3383 | 3355 | | |
| |||
3392 | 3364 | | |
3393 | 3365 | | |
3394 | 3366 | | |
3395 | | - | |
3396 | | - | |
3397 | | - | |
3398 | | - | |
3399 | | - | |
3400 | | - | |
3401 | | - | |
3402 | 3367 | | |
3403 | 3368 | | |
3404 | 3369 | | |
| |||
3413 | 3378 | | |
3414 | 3379 | | |
3415 | 3380 | | |
3416 | | - | |
3417 | | - | |
3418 | | - | |
3419 | | - | |
3420 | | - | |
3421 | | - | |
3422 | | - | |
3423 | 3381 | | |
3424 | 3382 | | |
3425 | 3383 | | |
| |||
3434 | 3392 | | |
3435 | 3393 | | |
3436 | 3394 | | |
3437 | | - | |
3438 | | - | |
3439 | | - | |
3440 | | - | |
3441 | | - | |
3442 | | - | |
3443 | | - | |
3444 | 3395 | | |
3445 | 3396 | | |
3446 | 3397 | | |
| |||
3455 | 3406 | | |
3456 | 3407 | | |
3457 | 3408 | | |
3458 | | - | |
3459 | | - | |
3460 | | - | |
3461 | | - | |
3462 | | - | |
3463 | | - | |
3464 | | - | |
3465 | 3409 | | |
3466 | 3410 | | |
3467 | 3411 | | |
| |||
3476 | 3420 | | |
3477 | 3421 | | |
3478 | 3422 | | |
3479 | | - | |
3480 | | - | |
3481 | | - | |
3482 | | - | |
3483 | | - | |
3484 | | - | |
3485 | | - | |
3486 | 3423 | | |
3487 | 3424 | | |
3488 | 3425 | | |
| |||
3497 | 3434 | | |
3498 | 3435 | | |
3499 | 3436 | | |
3500 | | - | |
3501 | | - | |
3502 | | - | |
3503 | | - | |
3504 | | - | |
3505 | | - | |
3506 | | - | |
3507 | 3437 | | |
3508 | 3438 | | |
3509 | 3439 | | |
| |||
8445 | 8375 | | |
8446 | 8376 | | |
8447 | 8377 | | |
8448 | | - | |
| 8378 | + | |
8449 | 8379 | | |
8450 | 8380 | | |
8451 | 8381 | | |
| |||
8956 | 8886 | | |
8957 | 8887 | | |
8958 | 8888 | | |
8959 | | - | |
8960 | | - | |
8961 | | - | |
8962 | | - | |
8963 | | - | |
8964 | | - | |
8965 | | - | |
8966 | | - | |
8967 | | - | |
8968 | | - | |
8969 | | - | |
8970 | | - | |
8971 | | - | |
8972 | | - | |
8973 | | - | |
8974 | | - | |
8975 | | - | |
8976 | | - | |
8977 | | - | |
8978 | | - | |
8979 | | - | |
8980 | | - | |
8981 | | - | |
8982 | | - | |
8983 | | - | |
8984 | | - | |
8985 | | - | |
8986 | | - | |
8987 | | - | |
8988 | | - | |
8989 | | - | |
8990 | | - | |
8991 | | - | |
8992 | | - | |
8993 | | - | |
8994 | | - | |
8995 | | - | |
8996 | | - | |
8997 | | - | |
8998 | | - | |
8999 | | - | |
9000 | | - | |
9001 | | - | |
9002 | | - | |
9003 | | - | |
9004 | | - | |
9005 | | - | |
9006 | | - | |
9007 | | - | |
9008 | | - | |
9009 | | - | |
9010 | | - | |
9011 | | - | |
9012 | | - | |
9013 | | - | |
9014 | | - | |
9015 | | - | |
9016 | | - | |
9017 | | - | |
9018 | | - | |
9019 | | - | |
9020 | | - | |
9021 | | - | |
9022 | | - | |
9023 | | - | |
9024 | | - | |
9025 | | - | |
9026 | | - | |
9027 | | - | |
9028 | | - | |
9029 | | - | |
9030 | | - | |
9031 | | - | |
9032 | | - | |
9033 | | - | |
9034 | | - | |
9035 | | - | |
9036 | | - | |
9037 | | - | |
9038 | | - | |
9039 | | - | |
9040 | | - | |
9041 | | - | |
9042 | | - | |
9043 | | - | |
9044 | 8889 | | |
9045 | 8890 | | |
9046 | 8891 | | |
| |||
0 commit comments