This repository was archived by the owner on Jan 16, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit 75c61d6
authored
chore(lambda): bump @nx/jest from 20.0.12 to 20.1.2 in /lambdas (#4268)
Bumps [@nx/jest](https://github.com/nrwl/nx/tree/HEAD/packages/jest)
from 20.0.12 to 20.1.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/nrwl/nx/releases"><code>@nx/jest</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/6afc28650e39b8cf456728749e0f3c2c2c9b673d"><code>6afc286</code></a>
fix(core): jest plugin should work with nodenext set in tsconfig (<a
href="https://github.com/nrwl/nx/tree/HEAD/packages/jest/issues/28820">#28820</a>)</li>
<li><a
href="https://github.com/nrwl/nx/commit/178d93d9c0816be1dfa2af796b938f63293c8c3e"><code>178d93d</code></a>
feat(testing): add disableJestRuntime option to
<code>@nx/jest/</code>plugin to speed up t...</li>
<li>See full diff in <a
href="https://github.com/nrwl/nx/commits/20.1.2/packages/jest">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 3dd92c7 commit 75c61d6Copy full SHA for 75c61d6
2 files changed
+130
-130
lines changed+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
25 |
| - | |
| 25 | + | |
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
|
0 commit comments