Commit 238c111
authored
chore(lambda): bump @nx/js from 20.0.0 to 20.1.2 in /lambdas (#4270)
Bumps [@nx/js](https://github.com/nrwl/nx/tree/HEAD/packages/js) from
20.0.0 to 20.1.2.
<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>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>
<li>pawel-twardziak</li>
</ul>
<h2>20.1.1 (2024-11-14)</h2>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>angular:</strong> when unit test runner is set to none
library component should not generate spec file (<a
href="https://redirect.github.com/nrwl/nx/pull/28906">#28906</a>)</li>
<li><strong>core:</strong> set default branch to main if no git (<a
href="https://redirect.github.com/nrwl/nx/pull/28854">#28854</a>)</li>
<li><strong>core:</strong> lower socket path by 10 chars to reduce
chances of too-long paths (<a
href="https://redirect.github.com/nrwl/nx/pull/28920">#28920</a>)</li>
<li><strong>core:</strong> create different dummy tasks for different
parent tasks an… (<a
href="https://redirect.github.com/nrwl/nx/pull/28923">#28923</a>)</li>
<li><strong>js:</strong> handle <code>outputFileName</code> correctly
when generating package json (<a
href="https://redirect.github.com/nrwl/nx/pull/28915">#28915</a>)</li>
<li><strong>js:</strong> skip tsc batch builds for implicit dependencies
(<a
href="https://redirect.github.com/nrwl/nx/pull/28840">#28840</a>)</li>
<li><strong>nx-dev:</strong> update course API to ignore system OS
Metadata file (<a
href="https://redirect.github.com/nrwl/nx/pull/28886">#28886</a>)</li>
</ul>
<h3>❤️ Thank You</h3>
<ul>
<li>Colum Ferry <a
href="https://github.com/Coly010"><code>@Coly010</code></a></li>
<li>Emily Xiong <a
href="https://github.com/xiongemi"><code>@xiongemi</code></a></li>
<li>Jack Stevenson</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>MaxKless <a
href="https://github.com/MaxKless"><code>@MaxKless</code></a></li>
<li>Nicholas Cunningham <a
href="https://github.com/ndcunningham"><code>@ndcunningham</code></a></li>
</ul>
<h2>20.1.0 (2024-11-11)</h2>
<h3>🚀 Features</h3>
<ul>
<li><strong>angular:</strong> add vitest option to angular (<a
href="https://redirect.github.com/nrwl/nx/pull/27311">#27311</a>)</li>
<li><strong>bundling:</strong> add createNodesV2 for rollup plugin (<a
href="https://redirect.github.com/nrwl/nx/pull/28090">#28090</a>)</li>
<li><strong>core:</strong> allow disabling of tsconfig path sorting in
format:write and formatFiles() (<a
href="https://redirect.github.com/nrwl/nx/pull/28517">#28517</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/47c9ac5e5bb9750d5ee983b719e292cdffd59304"><code>47c9ac5</code></a>
fix(js): skip tsc batch builds for implicit dependencies (<a
href="https://github.com/nrwl/nx/tree/HEAD/packages/js/issues/28840">#28840</a>)</li>
<li><a
href="https://github.com/nrwl/nx/commit/2ee80a1de4376109a16fa169056cf4a5f7352ab5"><code>2ee80a1</code></a>
fix(js): handle <code>outputFileName</code> correctly when generating
package json (<a
href="https://github.com/nrwl/nx/tree/HEAD/packages/js/issues/28915">#28915</a>)</li>
<li><a
href="https://github.com/nrwl/nx/commit/5be5579a3cf1eeda005ad878ce716da542e120b1"><code>5be5579</code></a>
fix(release): ensure dependents that are both direct and transitive are
not b...</li>
<li><a
href="https://github.com/nrwl/nx/commit/158d343ec208acf9865713595f51db467a4c4623"><code>158d343</code></a>
fix(misc): update generators to use autocomplete instead of select when
possi...</li>
<li><a
href="https://github.com/nrwl/nx/commit/1e0423bcda069af4c368eaf495b1947af0b4ac91"><code>1e0423b</code></a>
fix(js): provide absolute paths to hashFile function in
<code>@nx/js/</code>typescript plu...</li>
<li><a
href="https://github.com/nrwl/nx/commit/aec53a040679131a648e89a803a93d3d81efe0e4"><code>aec53a0</code></a>
feat(misc): remove handling of <a
href="https://github.com/nrwl"><code>@nrwl</code></a> scope (<a
href="https://github.com/nrwl/nx/tree/HEAD/packages/js/issues/28589">#28589</a>)</li>
<li><a
href="https://github.com/nrwl/nx/commit/4b70d1b20668da89d94984184663adfc5f977b96"><code>4b70d1b</code></a>
feat(testing): add support for the ts solution config setup to the
playwright...</li>
<li><a
href="https://github.com/nrwl/nx/commit/f357b4ed53957276758ac9cbdb2282ad5be9d907"><code>f357b4e</code></a>
feat(js): update the setup-build generator to support the new ts setup
(<a
href="https://github.com/nrwl/nx/tree/HEAD/packages/js/issues/28446">#28446</a>)</li>
<li><a
href="https://github.com/nrwl/nx/commit/fe7d7ac48eb79082d413549fb2a28acc03b85a60"><code>fe7d7ac</code></a>
fix(js): include referenced internal config files in plugin cache hash
(<a
href="https://github.com/nrwl/nx/tree/HEAD/packages/js/issues/28536">#28536</a>)</li>
<li><a
href="https://github.com/nrwl/nx/commit/890ef830b32d6d70beb0df775a5c7c6ec5743c57"><code>890ef83</code></a>
fix(js): set the <code>tsBuildInfoFile</code> as output when it's not
contained in the `...</li>
<li>Additional commits viewable in <a
href="https://github.com/nrwl/nx/commits/20.1.2/packages/js">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 dcec236 commit 238c111
2 files changed
+3
-230
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3241 | 3241 | | |
3242 | 3242 | | |
3243 | 3243 | | |
3244 | | - | |
3245 | | - | |
3246 | | - | |
3247 | | - | |
3248 | | - | |
3249 | | - | |
3250 | | - | |
3251 | | - | |
3252 | | - | |
3253 | | - | |
3254 | | - | |
3255 | | - | |
3256 | | - | |
3257 | | - | |
3258 | | - | |
3259 | | - | |
3260 | | - | |
3261 | | - | |
3262 | 3244 | | |
3263 | 3245 | | |
3264 | 3246 | | |
| |||
3380 | 3362 | | |
3381 | 3363 | | |
3382 | 3364 | | |
3383 | | - | |
| 3365 | + | |
3384 | 3366 | | |
3385 | 3367 | | |
3386 | 3368 | | |
| |||
3423 | 3405 | | |
3424 | 3406 | | |
3425 | 3407 | | |
3426 | | - | |
3427 | | - | |
3428 | | - | |
3429 | | - | |
3430 | | - | |
3431 | | - | |
3432 | | - | |
3433 | | - | |
3434 | | - | |
3435 | | - | |
3436 | | - | |
3437 | | - | |
3438 | | - | |
3439 | | - | |
3440 | | - | |
3441 | | - | |
3442 | | - | |
3443 | | - | |
3444 | | - | |
3445 | | - | |
3446 | | - | |
3447 | | - | |
3448 | | - | |
3449 | | - | |
3450 | | - | |
3451 | | - | |
3452 | | - | |
3453 | | - | |
3454 | | - | |
3455 | | - | |
3456 | | - | |
3457 | | - | |
3458 | | - | |
3459 | | - | |
3460 | | - | |
3461 | | - | |
3462 | | - | |
3463 | | - | |
3464 | | - | |
3465 | | - | |
3466 | | - | |
3467 | | - | |
3468 | | - | |
3469 | | - | |
3470 | | - | |
3471 | | - | |
3472 | | - | |
3473 | | - | |
3474 | | - | |
3475 | | - | |
3476 | 3408 | | |
3477 | 3409 | | |
3478 | 3410 | | |
| |||
3494 | 3426 | | |
3495 | 3427 | | |
3496 | 3428 | | |
3497 | | - | |
3498 | | - | |
3499 | | - | |
3500 | | - | |
3501 | | - | |
3502 | | - | |
3503 | | - | |
3504 | 3429 | | |
3505 | 3430 | | |
3506 | 3431 | | |
| |||
3522 | 3447 | | |
3523 | 3448 | | |
3524 | 3449 | | |
3525 | | - | |
3526 | | - | |
3527 | | - | |
3528 | | - | |
3529 | | - | |
3530 | | - | |
3531 | | - | |
3532 | 3450 | | |
3533 | 3451 | | |
3534 | 3452 | | |
| |||
3550 | 3468 | | |
3551 | 3469 | | |
3552 | 3470 | | |
3553 | | - | |
3554 | | - | |
3555 | | - | |
3556 | | - | |
3557 | | - | |
3558 | | - | |
3559 | | - | |
3560 | 3471 | | |
3561 | 3472 | | |
3562 | 3473 | | |
| |||
3578 | 3489 | | |
3579 | 3490 | | |
3580 | 3491 | | |
3581 | | - | |
3582 | | - | |
3583 | | - | |
3584 | | - | |
3585 | | - | |
3586 | | - | |
3587 | | - | |
3588 | 3492 | | |
3589 | 3493 | | |
3590 | 3494 | | |
| |||
3606 | 3510 | | |
3607 | 3511 | | |
3608 | 3512 | | |
3609 | | - | |
3610 | | - | |
3611 | | - | |
3612 | | - | |
3613 | | - | |
3614 | | - | |
3615 | | - | |
3616 | 3513 | | |
3617 | 3514 | | |
3618 | 3515 | | |
| |||
3634 | 3531 | | |
3635 | 3532 | | |
3636 | 3533 | | |
3637 | | - | |
3638 | | - | |
3639 | | - | |
3640 | | - | |
3641 | | - | |
3642 | | - | |
3643 | | - | |
3644 | 3534 | | |
3645 | 3535 | | |
3646 | 3536 | | |
| |||
3662 | 3552 | | |
3663 | 3553 | | |
3664 | 3554 | | |
3665 | | - | |
3666 | | - | |
3667 | | - | |
3668 | | - | |
3669 | | - | |
3670 | | - | |
3671 | | - | |
3672 | 3555 | | |
3673 | 3556 | | |
3674 | 3557 | | |
| |||
3690 | 3573 | | |
3691 | 3574 | | |
3692 | 3575 | | |
3693 | | - | |
3694 | | - | |
3695 | | - | |
3696 | | - | |
3697 | | - | |
3698 | | - | |
3699 | | - | |
3700 | 3576 | | |
3701 | 3577 | | |
3702 | 3578 | | |
| |||
3718 | 3594 | | |
3719 | 3595 | | |
3720 | 3596 | | |
3721 | | - | |
3722 | | - | |
3723 | | - | |
3724 | | - | |
3725 | | - | |
3726 | | - | |
3727 | | - | |
3728 | 3597 | | |
3729 | 3598 | | |
3730 | 3599 | | |
| |||
3746 | 3615 | | |
3747 | 3616 | | |
3748 | 3617 | | |
3749 | | - | |
3750 | | - | |
3751 | | - | |
3752 | | - | |
3753 | | - | |
3754 | | - | |
3755 | | - | |
3756 | | - | |
3757 | | - | |
3758 | | - | |
3759 | | - | |
3760 | | - | |
3761 | | - | |
3762 | | - | |
3763 | 3618 | | |
3764 | 3619 | | |
3765 | 3620 | | |
| |||
8887 | 8742 | | |
8888 | 8743 | | |
8889 | 8744 | | |
8890 | | - | |
| 8745 | + | |
8891 | 8746 | | |
8892 | 8747 | | |
8893 | 8748 | | |
| |||
9492 | 9347 | | |
9493 | 9348 | | |
9494 | 9349 | | |
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 | | - | |
9531 | | - | |
9532 | | - | |
9533 | | - | |
9534 | | - | |
9535 | | - | |
9536 | | - | |
9537 | | - | |
9538 | | - | |
9539 | | - | |
9540 | | - | |
9541 | | - | |
9542 | | - | |
9543 | | - | |
9544 | | - | |
9545 | | - | |
9546 | | - | |
9547 | | - | |
9548 | | - | |
9549 | | - | |
9550 | | - | |
9551 | | - | |
9552 | | - | |
9553 | | - | |
9554 | | - | |
9555 | | - | |
9556 | | - | |
9557 | | - | |
9558 | | - | |
9559 | | - | |
9560 | | - | |
9561 | | - | |
9562 | | - | |
9563 | | - | |
9564 | | - | |
9565 | | - | |
9566 | | - | |
9567 | | - | |
9568 | | - | |
9569 | | - | |
9570 | | - | |
9571 | | - | |
9572 | | - | |
9573 | | - | |
9574 | | - | |
9575 | | - | |
9576 | | - | |
9577 | 9350 | | |
9578 | 9351 | | |
9579 | 9352 | | |
| |||
0 commit comments