Commit cd1fb78
authored
chore(lambda): bump nx from 20.0.1 to 20.1.3 in /lambdas (#4284)
Bumps [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx) from 20.0.1
to 20.1.3.
<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.1.3 (2024-11-23)</h2>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>angular:</strong> make scam-to-standalone replace correct
module (<a
href="https://redirect.github.com/nrwl/nx/pull/29014">#29014</a>)</li>
<li><strong>core:</strong> ensure process is kept alive when plugin
communication in progress (<a
href="https://redirect.github.com/nrwl/nx/pull/28948">#28948</a>)</li>
<li><strong>core:</strong> add missing supported CI providers to
<code>NxCloud</code> type (<a
href="https://redirect.github.com/nrwl/nx/pull/29008">#29008</a>)</li>
<li><strong>core:</strong> gracefully handle non-existent files in
find_imports (<a
href="https://redirect.github.com/nrwl/nx/pull/29027">#29027</a>)</li>
<li><strong>core:</strong> handle self shutdown for plugin workers is
orphaned before connections and loading (<a
href="https://github.com/nrwl/nx/commit/3003b66879">3003b66879</a>)</li>
<li><strong>linter:</strong> remove legacy dependencies during convert
to flat config (<a
href="https://redirect.github.com/nrwl/nx/pull/28981">#28981</a>)</li>
<li><strong>linter:</strong> move eslint-config-prettier to the end for
proper override (<a
href="https://redirect.github.com/nrwl/nx/pull/28503">#28503</a>)</li>
<li><strong>nextjs:</strong> fix next e2e test to ensure playwright
installed (<a
href="https://redirect.github.com/nrwl/nx/pull/29000">#29000</a>)</li>
<li><strong>nx-dev:</strong> disable notifier for now (<a
href="https://github.com/nrwl/nx/commit/95cdd7ce7a">95cdd7ce7a</a>)</li>
<li><strong>nx-dev:</strong> breadcrumb casing (<a
href="https://redirect.github.com/nrwl/nx/pull/29032">#29032</a>)</li>
<li><strong>release:</strong> remove duplicate space character in
changelog thank you header (<a
href="https://redirect.github.com/nrwl/nx/pull/28664">#28664</a>)</li>
<li><strong>remix:</strong> remove tooling packages from generated
package.json since they are installed in the root (<a
href="https://redirect.github.com/nrwl/nx/pull/29009">#29009</a>)</li>
</ul>
<h3>❤️ Thank You</h3>
<ul>
<li>Craigory Coppola <a
href="https://github.com/AgentEnder"><code>@AgentEnder</code></a></li>
<li>demonicattack <a
href="https://github.com/demonicattack"><code>@demonicattack</code></a></li>
<li>Emily Xiong <a
href="https://github.com/xiongemi"><code>@xiongemi</code></a></li>
<li>FrozenPandaz <a
href="https://github.com/FrozenPandaz"><code>@FrozenPandaz</code></a></li>
<li>Isaac Mann <a
href="https://github.com/isaacplmann"><code>@isaacplmann</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>Juri <a
href="https://github.com/juristr"><code>@juristr</code></a></li>
<li>Pavlo Grosse <a
href="https://github.com/Olster"><code>@Olster</code></a></li>
<li>Thomas Dekiere <a
href="https://github.com/thdk"><code>@thdk</code></a></li>
<li>Tine Kondo <a
href="https://github.com/tinesoft"><code>@tinesoft</code></a></li>
</ul>
<h2>20.1.2 (2024-11-15)</h2>
<h3>🚀 Features</h3>
<ul>
<li><strong>core:</strong> add eslint vscode extension on eslint init
(<a
href="https://redirect.github.com/nrwl/nx/pull/28573">#28573</a>)</li>
<li><strong>nx-dev:</strong> version picker (<a
href="https://redirect.github.com/nrwl/nx/pull/28828">#28828</a>)</li>
</ul>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>core:</strong> typo in readme for CNW (<a
href="https://redirect.github.com/nrwl/nx/pull/28942">#28942</a>)</li>
<li><strong>nest:</strong> repair nestjs service generator schema (<a
href="https://redirect.github.com/nrwl/nx/pull/28928">#28928</a>)</li>
<li><strong>rspack:</strong> withModuleFederationForSSR should use
commonjs-module as library (<a
href="https://redirect.github.com/nrwl/nx/pull/28944">#28944</a>)</li>
<li><strong>rspack:</strong> do not global styles as entrypoints (<a
href="https://redirect.github.com/nrwl/nx/pull/28941">#28941</a>)</li>
</ul>
<h3>❤️ Thank You</h3>
<ul>
<li>Colum Ferry <a
href="https://github.com/Coly010"><code>@Coly010</code></a></li>
<li>Dmitry Zakharov <a
href="https://github.com/pumano"><code>@pumano</code></a></li>
<li>Isaac Mann <a
href="https://github.com/isaacplmann"><code>@isaacplmann</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/3003b668795d6b842e2b1d4999d33ab6af7a72a9"><code>3003b66</code></a>
fix(core): handle self shutdown for plugin workers is orphaned before
connect...</li>
<li><a
href="https://github.com/nrwl/nx/commit/548d1421db91a7b779bc994679c931e108df8211"><code>548d142</code></a>
Revert "fix(core): lower socket path by 10 chars to reduce chances
of too-lon...</li>
<li><a
href="https://github.com/nrwl/nx/commit/79110e937f6e4bf76053e47b408b0bd728b44b57"><code>79110e9</code></a>
fix(core): gracefully handle non-existent files in find_imports (<a
href="https://github.com/nrwl/nx/tree/HEAD/packages/nx/issues/29027">#29027</a>)</li>
<li><a
href="https://github.com/nrwl/nx/commit/95a1c09de3e46e5c3d22019c7c73980aee600794"><code>95a1c09</code></a>
fix(release): remove duplicate space character in changelog thank you
header ...</li>
<li><a
href="https://github.com/nrwl/nx/commit/7ae01cc9e492e06283c68dc963a29e7f31c12ad2"><code>7ae01cc</code></a>
fix(core): ensure process is kept alive when plugin communication in
progress...</li>
<li><a
href="https://github.com/nrwl/nx/commit/3d0568dfdfcaffa9eeacbbb5f36e05dd85c4df07"><code>3d0568d</code></a>
fix(core): create different dummy tasks for different parent tasks an…
(<a
href="https://github.com/nrwl/nx/tree/HEAD/packages/nx/issues/28923">#28923</a>)</li>
<li><a
href="https://github.com/nrwl/nx/commit/622c2eac4f4d8737f707d9d963b68a80e2cddef5"><code>622c2ea</code></a>
fix(core): lower socket path by 10 chars to reduce chances of too-long
paths ...</li>
<li><a
href="https://github.com/nrwl/nx/commit/e8266e28c4a98e911ddf1675d1a6db8afbabde18"><code>e8266e2</code></a>
fix(core): set default branch to main if no git (<a
href="https://github.com/nrwl/nx/tree/HEAD/packages/nx/issues/28854">#28854</a>)</li>
<li><a
href="https://github.com/nrwl/nx/commit/c21b039dd05ded4ba3588c88b1dea1c602807dc2"><code>c21b039</code></a>
fix(core): reduce time it takes to require nx commands (<a
href="https://github.com/nrwl/nx/tree/HEAD/packages/nx/issues/28884">#28884</a>)</li>
<li><a
href="https://github.com/nrwl/nx/commit/0fd3442e472769382331b29cfa925b82125ad484"><code>0fd3442</code></a>
fix(core): cross-workspace implicitDependencies should be safely ignored
(<a
href="https://github.com/nrwl/nx/tree/HEAD/packages/nx/issues/28">#28</a>...</li>
<li>Additional commits viewable in <a
href="https://github.com/nrwl/nx/commits/20.1.3/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 ec51082 commit cd1fb78
2 files changed
+154
-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 | |
|---|---|---|---|
| |||
3477 | 3477 | | |
3478 | 3478 | | |
3479 | 3479 | | |
| 3480 | + | |
| 3481 | + | |
| 3482 | + | |
| 3483 | + | |
| 3484 | + | |
| 3485 | + | |
| 3486 | + | |
3480 | 3487 | | |
3481 | 3488 | | |
3482 | 3489 | | |
| |||
3498 | 3505 | | |
3499 | 3506 | | |
3500 | 3507 | | |
| 3508 | + | |
| 3509 | + | |
| 3510 | + | |
| 3511 | + | |
| 3512 | + | |
| 3513 | + | |
| 3514 | + | |
3501 | 3515 | | |
3502 | 3516 | | |
3503 | 3517 | | |
| |||
3519 | 3533 | | |
3520 | 3534 | | |
3521 | 3535 | | |
| 3536 | + | |
| 3537 | + | |
| 3538 | + | |
| 3539 | + | |
| 3540 | + | |
| 3541 | + | |
| 3542 | + | |
3522 | 3543 | | |
3523 | 3544 | | |
3524 | 3545 | | |
| |||
3540 | 3561 | | |
3541 | 3562 | | |
3542 | 3563 | | |
| 3564 | + | |
| 3565 | + | |
| 3566 | + | |
| 3567 | + | |
| 3568 | + | |
| 3569 | + | |
| 3570 | + | |
3543 | 3571 | | |
3544 | 3572 | | |
3545 | 3573 | | |
| |||
3561 | 3589 | | |
3562 | 3590 | | |
3563 | 3591 | | |
| 3592 | + | |
| 3593 | + | |
| 3594 | + | |
| 3595 | + | |
| 3596 | + | |
| 3597 | + | |
| 3598 | + | |
3564 | 3599 | | |
3565 | 3600 | | |
3566 | 3601 | | |
| |||
3582 | 3617 | | |
3583 | 3618 | | |
3584 | 3619 | | |
| 3620 | + | |
| 3621 | + | |
| 3622 | + | |
| 3623 | + | |
| 3624 | + | |
| 3625 | + | |
| 3626 | + | |
3585 | 3627 | | |
3586 | 3628 | | |
3587 | 3629 | | |
| |||
3603 | 3645 | | |
3604 | 3646 | | |
3605 | 3647 | | |
| 3648 | + | |
| 3649 | + | |
| 3650 | + | |
| 3651 | + | |
| 3652 | + | |
| 3653 | + | |
| 3654 | + | |
3606 | 3655 | | |
3607 | 3656 | | |
3608 | 3657 | | |
| |||
3624 | 3673 | | |
3625 | 3674 | | |
3626 | 3675 | | |
| 3676 | + | |
| 3677 | + | |
| 3678 | + | |
| 3679 | + | |
| 3680 | + | |
| 3681 | + | |
| 3682 | + | |
3627 | 3683 | | |
3628 | 3684 | | |
3629 | 3685 | | |
| |||
3645 | 3701 | | |
3646 | 3702 | | |
3647 | 3703 | | |
| 3704 | + | |
| 3705 | + | |
| 3706 | + | |
| 3707 | + | |
| 3708 | + | |
| 3709 | + | |
| 3710 | + | |
3648 | 3711 | | |
3649 | 3712 | | |
3650 | 3713 | | |
| |||
3666 | 3729 | | |
3667 | 3730 | | |
3668 | 3731 | | |
| 3732 | + | |
| 3733 | + | |
| 3734 | + | |
| 3735 | + | |
| 3736 | + | |
| 3737 | + | |
| 3738 | + | |
3669 | 3739 | | |
3670 | 3740 | | |
3671 | 3741 | | |
| |||
8795 | 8865 | | |
8796 | 8866 | | |
8797 | 8867 | | |
8798 | | - | |
| 8868 | + | |
8799 | 8869 | | |
8800 | 8870 | | |
8801 | 8871 | | |
| |||
9640 | 9710 | | |
9641 | 9711 | | |
9642 | 9712 | | |
| 9713 | + | |
| 9714 | + | |
| 9715 | + | |
| 9716 | + | |
| 9717 | + | |
| 9718 | + | |
| 9719 | + | |
| 9720 | + | |
| 9721 | + | |
| 9722 | + | |
| 9723 | + | |
| 9724 | + | |
| 9725 | + | |
| 9726 | + | |
| 9727 | + | |
| 9728 | + | |
| 9729 | + | |
| 9730 | + | |
| 9731 | + | |
| 9732 | + | |
| 9733 | + | |
| 9734 | + | |
| 9735 | + | |
| 9736 | + | |
| 9737 | + | |
| 9738 | + | |
| 9739 | + | |
| 9740 | + | |
| 9741 | + | |
| 9742 | + | |
| 9743 | + | |
| 9744 | + | |
| 9745 | + | |
| 9746 | + | |
| 9747 | + | |
| 9748 | + | |
| 9749 | + | |
| 9750 | + | |
| 9751 | + | |
| 9752 | + | |
| 9753 | + | |
| 9754 | + | |
| 9755 | + | |
| 9756 | + | |
| 9757 | + | |
| 9758 | + | |
| 9759 | + | |
| 9760 | + | |
| 9761 | + | |
| 9762 | + | |
| 9763 | + | |
| 9764 | + | |
| 9765 | + | |
| 9766 | + | |
| 9767 | + | |
| 9768 | + | |
| 9769 | + | |
| 9770 | + | |
| 9771 | + | |
| 9772 | + | |
| 9773 | + | |
| 9774 | + | |
| 9775 | + | |
| 9776 | + | |
| 9777 | + | |
| 9778 | + | |
| 9779 | + | |
| 9780 | + | |
| 9781 | + | |
| 9782 | + | |
| 9783 | + | |
| 9784 | + | |
| 9785 | + | |
| 9786 | + | |
| 9787 | + | |
| 9788 | + | |
| 9789 | + | |
| 9790 | + | |
| 9791 | + | |
| 9792 | + | |
| 9793 | + | |
| 9794 | + | |
9643 | 9795 | | |
9644 | 9796 | | |
9645 | 9797 | | |
| |||
0 commit comments