Commit 29e6825
authored
chore(lambda): bump nx from 20.3.1 to 20.3.2 in /lambdas (#4373)
Bumps [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx) from 20.3.1
to 20.3.2.
<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>20.3.2 (2025-01-17)</h2>
<h3>🚀 Features</h3>
<ul>
<li><strong>module-federation:</strong> upgrade to latest version of
<code>@module-federation/enhanced</code> (<a
href="https://redirect.github.com/nrwl/nx/pull/29535">#29535</a>)</li>
<li><strong>nx-dev:</strong> customer videos on customer page (<a
href="https://redirect.github.com/nrwl/nx/pull/29380">#29380</a>)</li>
<li><strong>nx-dev:</strong> add trial pages for Powerpack and
Enterprise, update contact sales team page (<a
href="https://redirect.github.com/nrwl/nx/pull/29554">#29554</a>)</li>
<li><strong>testing:</strong> add option <code>ciGroupName</code> to
<code>@nx/jest/plugin</code> (<a
href="https://redirect.github.com/nrwl/nx/pull/29365">#29365</a>)</li>
<li><strong>web:</strong> support custom cors headers (<a
href="https://redirect.github.com/nrwl/nx/pull/29382">#29382</a>)</li>
</ul>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>angular:</strong> restore esm2022 bundle and drop fesm2022
in ng-packagr-lite executor (<a
href="https://redirect.github.com/nrwl/nx/pull/29615">#29615</a>)</li>
<li><strong>core:</strong> update nx cloud bundle install directory
logic (<a
href="https://redirect.github.com/nrwl/nx/pull/29555">#29555</a>)</li>
<li><strong>core:</strong> avoid launching default plugins twice (<a
href="https://redirect.github.com/nrwl/nx/pull/29539">#29539</a>)</li>
<li><strong>core:</strong> support subpath exports when constructing the
project graph (<a
href="https://redirect.github.com/nrwl/nx/pull/29577">#29577</a>)</li>
<li><strong>core:</strong> update package script logic to handle cli
tool name as command (<a
href="https://redirect.github.com/nrwl/nx/pull/29617">#29617</a>)</li>
<li><strong>core:</strong> show better project graph errors (<a
href="https://redirect.github.com/nrwl/nx/pull/29525">#29525</a>)</li>
<li><strong>core:</strong> check only for watcher connections during
inactivity shutdown (<a
href="https://redirect.github.com/nrwl/nx/pull/29621">#29621</a>)</li>
<li><strong>gradle:</strong> check if java is installed (<a
href="https://redirect.github.com/nrwl/nx/pull/29572">#29572</a>)</li>
<li><strong>graph:</strong> copy command text directly from PDV (<a
href="https://redirect.github.com/nrwl/nx/pull/29645">#29645</a>)</li>
<li><strong>js:</strong> do not set project references to non-existing
tsconfig files in sync generator (<a
href="https://redirect.github.com/nrwl/nx/pull/29536">#29536</a>)</li>
<li><strong>js:</strong> ensure js libraries' build produce esm output
in ts solution setup (<a
href="https://redirect.github.com/nrwl/nx/pull/29546">#29546</a>)</li>
<li><strong>js:</strong> avoid nested paths in workspaces because they
can lead to future issues (<a
href="https://redirect.github.com/nrwl/nx/pull/29553">#29553</a>)</li>
<li><strong>js:</strong> Update typescript plugin check for buildable
projects (<a
href="https://redirect.github.com/nrwl/nx/pull/29431">#29431</a>)</li>
<li><strong>js:</strong> update detection of ts solution setup (<a
href="https://redirect.github.com/nrwl/nx/pull/29576">#29576</a>)</li>
<li><strong>js:</strong> generate js libs with exports in package.json
and ensure esm output when using rollup bundler (<a
href="https://redirect.github.com/nrwl/nx/pull/29565">#29565</a>)</li>
<li><strong>js:</strong> do not generate explicit vitest task config for
a js library unless adding plugin is disabled (<a
href="https://redirect.github.com/nrwl/nx/pull/29606">#29606</a>)</li>
<li><strong>js:</strong> improve error handling during SWC compilation
(<a
href="https://redirect.github.com/nrwl/nx/pull/29605">#29605</a>)</li>
<li><strong>js:</strong> non-buildable js libs specify type=module (<a
href="https://redirect.github.com/nrwl/nx/pull/29620">#29620</a>)</li>
<li><strong>js:</strong> sort package.json fields by idiomatic order (<a
href="https://redirect.github.com/nrwl/nx/pull/29635">#29635</a>)</li>
<li><strong>js:</strong> fix typo so <code>exports</code> field in
package.json is properly sorted (<a
href="https://redirect.github.com/nrwl/nx/pull/29643">#29643</a>)</li>
<li><strong>js:</strong> do not generate package.json file for
non-buildable js libraries in non-ts solution setup (<a
href="https://redirect.github.com/nrwl/nx/pull/29646">#29646</a>)</li>
<li><strong>js:</strong> ignore bundler config files correctly in eslint
config when using vitest in js library generator (<a
href="https://redirect.github.com/nrwl/nx/pull/29649">#29649</a>)</li>
<li><strong>misc:</strong> ensure all project generators add project to
workspaces config (<a
href="https://redirect.github.com/nrwl/nx/pull/29582">#29582</a>)</li>
<li><strong>misc:</strong> ensure <code>exports</code> are generated for
several lib generators in ts solution setup (<a
href="https://redirect.github.com/nrwl/nx/pull/29588">#29588</a>)</li>
<li><strong>misc:</strong> update e2e config generators to align with
new TS solution setup (<a
href="https://redirect.github.com/nrwl/nx/pull/29638">#29638</a>)</li>
<li><strong>nx-dev:</strong> fix heroicons for safari (<a
href="https://redirect.github.com/nrwl/nx/pull/29544">#29544</a>)</li>
<li><strong>nx-dev:</strong> Update Webinar link (<a
href="https://redirect.github.com/nrwl/nx/pull/29590">#29590</a>)</li>
<li><strong>react:</strong> transpile SVGR into React 19 compatible
component (<a
href="https://redirect.github.com/nrwl/nx/pull/29543">#29543</a>)</li>
<li><strong>react:</strong> setup mf env var as input for rspack (<a
href="https://redirect.github.com/nrwl/nx/pull/29584">#29584</a>)</li>
<li><strong>release:</strong> ensure git push option is always applied
(<a
href="https://redirect.github.com/nrwl/nx/pull/29596">#29596</a>)</li>
<li><strong>rspack:</strong> make subresourceIntegrity usage
configurable (<a
href="https://redirect.github.com/nrwl/nx/pull/29629">#29629</a>)</li>
<li><strong>testing:</strong> infer correct outputs when absolute paths
are provided in playwright config (<a
href="https://redirect.github.com/nrwl/nx/pull/29549">#29549</a>)</li>
<li><strong>testing:</strong> e2e config generators should prompt for
missing serve data (<a
href="https://redirect.github.com/nrwl/nx/pull/29660">#29660</a>)</li>
</ul>
<h3>❤️ Thank You</h3>
<ul>
<li>Aidan Temple <a
href="https://github.com/aidant"><code>@aidant</code></a></li>
<li>Colum Ferry <a
href="https://github.com/Coly010"><code>@Coly010</code></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/7bc8269e2d934c7e2f091387089af87599c2c808"><code>7bc8269</code></a>
fix(core): check only for watcher connections during inactivity shutdown
(<a
href="https://github.com/nrwl/nx/tree/HEAD/packages/nx/issues/29">#29</a>...</li>
<li><a
href="https://github.com/nrwl/nx/commit/311204a8b4e4a5805ddf60c3df5058c4438eb63f"><code>311204a</code></a>
fix(core): show better project graph errors (<a
href="https://github.com/nrwl/nx/tree/HEAD/packages/nx/issues/29525">#29525</a>)</li>
<li><a
href="https://github.com/nrwl/nx/commit/4aa1412099dae61e4035659f8e4a8442e6fd2f13"><code>4aa1412</code></a>
chore(core): bump fs4 (<a
href="https://github.com/nrwl/nx/tree/HEAD/packages/nx/issues/29611">#29611</a>)</li>
<li><a
href="https://github.com/nrwl/nx/commit/3737d8014f3e65d7eaa60313359d773ffaa4d09f"><code>3737d80</code></a>
fix(release): ensure git push option is always applied (<a
href="https://github.com/nrwl/nx/tree/HEAD/packages/nx/issues/29596">#29596</a>)</li>
<li><a
href="https://github.com/nrwl/nx/commit/bb363d6eaa939563a424b63464f7aaa8519be383"><code>bb363d6</code></a>
fix(misc): ensure <code>exports</code> are generated for several lib
generators in ts so...</li>
<li><a
href="https://github.com/nrwl/nx/commit/0fd1e3601f6572031d7253e2e2d01260e11b2ea0"><code>0fd1e36</code></a>
fix(core): support subpath exports when constructing the project graph
(<a
href="https://github.com/nrwl/nx/tree/HEAD/packages/nx/issues/29577">#29577</a>)</li>
<li><a
href="https://github.com/nrwl/nx/commit/843c06f404a29f4e367115d1a29d7ae1e192f488"><code>843c06f</code></a>
fix(core): avoid launching default plugins twice (<a
href="https://github.com/nrwl/nx/tree/HEAD/packages/nx/issues/29539">#29539</a>)</li>
<li><a
href="https://github.com/nrwl/nx/commit/abfe5d98040a4a097159de1d259eebd474caad73"><code>abfe5d9</code></a>
fix(core): update nx cloud bundle install directory logic (<a
href="https://github.com/nrwl/nx/tree/HEAD/packages/nx/issues/29555">#29555</a>)</li>
<li>See full diff in <a
href="https://github.com/nrwl/nx/commits/20.3.2/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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 2223525 commit 29e6825
2 files changed
+156
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3355 | 3355 | | |
3356 | 3356 | | |
3357 | 3357 | | |
| 3358 | + | |
| 3359 | + | |
| 3360 | + | |
| 3361 | + | |
| 3362 | + | |
| 3363 | + | |
| 3364 | + | |
3358 | 3365 | | |
3359 | 3366 | | |
3360 | 3367 | | |
| |||
3369 | 3376 | | |
3370 | 3377 | | |
3371 | 3378 | | |
| 3379 | + | |
| 3380 | + | |
| 3381 | + | |
| 3382 | + | |
| 3383 | + | |
| 3384 | + | |
| 3385 | + | |
3372 | 3386 | | |
3373 | 3387 | | |
3374 | 3388 | | |
| |||
3383 | 3397 | | |
3384 | 3398 | | |
3385 | 3399 | | |
| 3400 | + | |
| 3401 | + | |
| 3402 | + | |
| 3403 | + | |
| 3404 | + | |
| 3405 | + | |
| 3406 | + | |
3386 | 3407 | | |
3387 | 3408 | | |
3388 | 3409 | | |
| |||
3397 | 3418 | | |
3398 | 3419 | | |
3399 | 3420 | | |
| 3421 | + | |
| 3422 | + | |
| 3423 | + | |
| 3424 | + | |
| 3425 | + | |
| 3426 | + | |
| 3427 | + | |
3400 | 3428 | | |
3401 | 3429 | | |
3402 | 3430 | | |
| |||
3411 | 3439 | | |
3412 | 3440 | | |
3413 | 3441 | | |
| 3442 | + | |
| 3443 | + | |
| 3444 | + | |
| 3445 | + | |
| 3446 | + | |
| 3447 | + | |
| 3448 | + | |
3414 | 3449 | | |
3415 | 3450 | | |
3416 | 3451 | | |
| |||
3425 | 3460 | | |
3426 | 3461 | | |
3427 | 3462 | | |
| 3463 | + | |
| 3464 | + | |
| 3465 | + | |
| 3466 | + | |
| 3467 | + | |
| 3468 | + | |
| 3469 | + | |
3428 | 3470 | | |
3429 | 3471 | | |
3430 | 3472 | | |
| |||
3439 | 3481 | | |
3440 | 3482 | | |
3441 | 3483 | | |
| 3484 | + | |
| 3485 | + | |
| 3486 | + | |
| 3487 | + | |
| 3488 | + | |
| 3489 | + | |
| 3490 | + | |
3442 | 3491 | | |
3443 | 3492 | | |
3444 | 3493 | | |
| |||
3453 | 3502 | | |
3454 | 3503 | | |
3455 | 3504 | | |
| 3505 | + | |
| 3506 | + | |
| 3507 | + | |
| 3508 | + | |
| 3509 | + | |
| 3510 | + | |
| 3511 | + | |
3456 | 3512 | | |
3457 | 3513 | | |
3458 | 3514 | | |
| |||
3467 | 3523 | | |
3468 | 3524 | | |
3469 | 3525 | | |
| 3526 | + | |
| 3527 | + | |
| 3528 | + | |
| 3529 | + | |
| 3530 | + | |
| 3531 | + | |
| 3532 | + | |
3470 | 3533 | | |
3471 | 3534 | | |
3472 | 3535 | | |
| |||
3481 | 3544 | | |
3482 | 3545 | | |
3483 | 3546 | | |
| 3547 | + | |
| 3548 | + | |
| 3549 | + | |
| 3550 | + | |
| 3551 | + | |
| 3552 | + | |
| 3553 | + | |
3484 | 3554 | | |
3485 | 3555 | | |
3486 | 3556 | | |
| |||
8607 | 8677 | | |
8608 | 8678 | | |
8609 | 8679 | | |
8610 | | - | |
| 8680 | + | |
8611 | 8681 | | |
8612 | 8682 | | |
8613 | 8683 | | |
| |||
9374 | 9444 | | |
9375 | 9445 | | |
9376 | 9446 | | |
| 9447 | + | |
| 9448 | + | |
| 9449 | + | |
| 9450 | + | |
| 9451 | + | |
| 9452 | + | |
| 9453 | + | |
| 9454 | + | |
| 9455 | + | |
| 9456 | + | |
| 9457 | + | |
| 9458 | + | |
| 9459 | + | |
| 9460 | + | |
| 9461 | + | |
| 9462 | + | |
| 9463 | + | |
| 9464 | + | |
| 9465 | + | |
| 9466 | + | |
| 9467 | + | |
| 9468 | + | |
| 9469 | + | |
| 9470 | + | |
| 9471 | + | |
| 9472 | + | |
| 9473 | + | |
| 9474 | + | |
| 9475 | + | |
| 9476 | + | |
| 9477 | + | |
| 9478 | + | |
| 9479 | + | |
| 9480 | + | |
| 9481 | + | |
| 9482 | + | |
| 9483 | + | |
| 9484 | + | |
| 9485 | + | |
| 9486 | + | |
| 9487 | + | |
| 9488 | + | |
| 9489 | + | |
| 9490 | + | |
| 9491 | + | |
| 9492 | + | |
| 9493 | + | |
| 9494 | + | |
| 9495 | + | |
| 9496 | + | |
| 9497 | + | |
| 9498 | + | |
| 9499 | + | |
| 9500 | + | |
| 9501 | + | |
| 9502 | + | |
| 9503 | + | |
| 9504 | + | |
| 9505 | + | |
| 9506 | + | |
| 9507 | + | |
| 9508 | + | |
| 9509 | + | |
| 9510 | + | |
| 9511 | + | |
| 9512 | + | |
| 9513 | + | |
| 9514 | + | |
| 9515 | + | |
| 9516 | + | |
| 9517 | + | |
| 9518 | + | |
| 9519 | + | |
| 9520 | + | |
| 9521 | + | |
| 9522 | + | |
| 9523 | + | |
| 9524 | + | |
| 9525 | + | |
| 9526 | + | |
| 9527 | + | |
| 9528 | + | |
| 9529 | + | |
| 9530 | + | |
9377 | 9531 | | |
9378 | 9532 | | |
9379 | 9533 | | |
| |||
0 commit comments