Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(lambda): bump @nx/jest from 20.0.1 to 20.3.0 in /lambdas (#4337)
Bumps [@nx/jest](https://github.com/nrwl/nx/tree/HEAD/packages/jest) from 20.0.1 to 20.3.0. <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.3.0 (2024-12-20)</h2> <h3>🚀 Features</h3> <ul> <li><strong>angular:</strong> support ngrx v19 (<a href="https://redirect.github.com/nrwl/nx/pull/29398">#29398</a>)</li> <li><strong>core:</strong> support rollup.config.ts (<a href="https://redirect.github.com/nrwl/nx/pull/28240">#28240</a>)</li> <li><strong>core:</strong> use custom resolution to resolve from source local plugins with artifacts pointing to the outputs (<a href="https://redirect.github.com/nrwl/nx/pull/29222">#29222</a>)</li> <li><strong>core:</strong> add spinners when graph compute takes long time (<a href="https://redirect.github.com/nrwl/nx/pull/28966">#28966</a>)</li> <li><strong>core:</strong> not exit when one plugin installation failed (<a href="https://redirect.github.com/nrwl/nx/pull/28684">#28684</a>)</li> <li><strong>core:</strong> nx-plugin-checks accounts for outDir and rootDir of projects when checking file existence (<a href="https://redirect.github.com/nrwl/nx/pull/29391">#29391</a>)</li> <li><strong>core:</strong> add lib/** glob to workspaces so we support it out of the box (<a href="https://redirect.github.com/nrwl/nx/pull/29403">#29403</a>)</li> <li><strong>core:</strong> show progress on ci if graph construction takes longer than expected (<a href="https://redirect.github.com/nrwl/nx/pull/29392">#29392</a>)</li> <li><strong>eslint:</strong> rename eslint.config.js to eslint.config.cjs to resolve them as CommonJS (<a href="https://redirect.github.com/nrwl/nx/pull/29334">#29334</a>)</li> <li><strong>expo:</strong> upgrade Expo to v52 (<a href="https://redirect.github.com/nrwl/nx/pull/29142">#29142</a>)</li> <li><strong>js:</strong> update vue/node app and lib generators to support TS solutions (<a href="https://redirect.github.com/nrwl/nx/pull/29299">#29299</a>)</li> <li><strong>misc:</strong> handle artifact generators' <code>path</code> options including file extensions (<a href="https://redirect.github.com/nrwl/nx/pull/29111">#29111</a>)</li> <li><strong>nx-dev:</strong> link more customer videos on enterprise page (<a href="https://github.com/nrwl/nx/commit/7498e470fa">7498e470fa</a>)</li> <li><strong>nx-plugin:</strong> added support for vitest test runner (<a href="https://redirect.github.com/nrwl/nx/pull/29140">#29140</a>)</li> <li><strong>release:</strong> allow automated git push from version or changelog step (<a href="https://redirect.github.com/nrwl/nx/pull/29280">#29280</a>)</li> <li><strong>rsbuild:</strong> add intial package (<a href="https://redirect.github.com/nrwl/nx/pull/29147">#29147</a>)</li> <li><strong>rsbuild:</strong> add inferred targets plugin (<a href="https://redirect.github.com/nrwl/nx/pull/29192">#29192</a>)</li> <li><strong>rsbuild:</strong> add rsbuild configuration generator (<a href="https://redirect.github.com/nrwl/nx/pull/29321">#29321</a>)</li> <li><strong>rsbuild:</strong> add react and vue support for app generation (<a href="https://redirect.github.com/nrwl/nx/pull/29349">#29349</a>)</li> <li><strong>rsbuild:</strong> move plugin export to root of package (<a href="https://redirect.github.com/nrwl/nx/pull/29415">#29415</a>)</li> <li><strong>storybook:</strong> use createNodesV2 for init and convert-to-inferred generators (<a href="https://redirect.github.com/nrwl/nx/pull/28092">#28092</a>)</li> <li><strong>testing:</strong> allow custom address for local registry (<a href="https://redirect.github.com/nrwl/nx/pull/29050">#29050</a>)</li> <li><strong>vite:</strong> add angular option to vitest generator (<a href="https://redirect.github.com/nrwl/nx/pull/29055">#29055</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li>typo in environment-variables.md (<a href="https://redirect.github.com/nrwl/nx/pull/29294">#29294</a>)</li> <li><strong>angular:</strong> handle removed angular-eslint rules in root eslint config files and update package (<a href="https://redirect.github.com/nrwl/nx/pull/29262">#29262</a>)</li> <li><strong>angular:</strong> normalize prerender and appShell options of the application executor correctly (<a href="https://redirect.github.com/nrwl/nx/pull/29281">#29281</a>)</li> <li><strong>angular:</strong> correctly normalize dev-server options (<a href="https://redirect.github.com/nrwl/nx/pull/29322">#29322</a>)</li> <li><strong>angular:</strong> add-localize-polyfill-to-targets fails if polyfills is a string (<a href="https://redirect.github.com/nrwl/nx/pull/29324">#29324</a>)</li> <li><strong>angular:</strong> normalize name when forced to build selector (<a href="https://redirect.github.com/nrwl/nx/pull/29417">#29417</a>)</li> <li><strong>angular:</strong> set up host and remote ssr apps correctly <a href="https://github.com/nrwl/nx/tree/HEAD/packages/jest/issues/29442">#29442</a> (<a href="https://redirect.github.com/nrwl/nx/pull/29447">#29447</a>, <a href="https://redirect.github.com/nrwl/nx/issues/29442">#29442</a>)</li> <li><strong>bundling:</strong> ensure vitest timestamp files are ignored (<a href="https://redirect.github.com/nrwl/nx/pull/29418">#29418</a>)</li> <li><strong>core:</strong> add workspaces path if package path is not included (<a href="https://redirect.github.com/nrwl/nx/pull/28824">#28824</a>)</li> <li><strong>core:</strong> fix process being prevented from exiting (<a href="https://redirect.github.com/nrwl/nx/pull/29240">#29240</a>)</li> <li><strong>core:</strong> defer loading package manager until necessary (<a href="https://redirect.github.com/nrwl/nx/pull/29248">#29248</a>)</li> <li><strong>core:</strong> hashing fixes (<a href="https://redirect.github.com/nrwl/nx/pull/29247">#29247</a>)</li> <li><strong>core:</strong> Update bundlers to not typecheck if using new TS solution setup (<a href="https://redirect.github.com/nrwl/nx/pull/29227">#29227</a>)</li> <li><strong>core:</strong> ensure <code>@nx/module-federation</code> is listed in package group (<a href="https://redirect.github.com/nrwl/nx/pull/29292">#29292</a>)</li> <li><strong>core:</strong> ensure rsbuild is part of nx package group (<a href="https://redirect.github.com/nrwl/nx/pull/29310">#29310</a>)</li> <li><strong>core:</strong> avoid storing hash details for empty fileset (<a href="https://redirect.github.com/nrwl/nx/pull/29316">#29316</a>)</li> <li><strong>core:</strong> resolve imports from linked workspace projects (<a href="https://redirect.github.com/nrwl/nx/pull/29328">#29328</a>)</li> <li><strong>core:</strong> collect all logs from forked processes (<a href="https://redirect.github.com/nrwl/nx/pull/27778">#27778</a>)</li> <li><strong>core:</strong> Update move/remove workspace generators to work with ts project references (<a href="https://redirect.github.com/nrwl/nx/pull/29331">#29331</a>)</li> <li><strong>core:</strong> Adding react apps/libs to workspaces so they can be referenced. (<a href="https://redirect.github.com/nrwl/nx/pull/29202">#29202</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/bb806b3ef340e71df6070e18b8e1af40e0a005ce"><code>bb806b3</code></a> fix(testing): force node10 module resolution for jest atomized tasks (<a href="https://github.com/nrwl/nx/tree/HEAD/packages/jest/issues/29421">#29421</a>)</li> <li><a href="https://github.com/nrwl/nx/commit/48cd50a550cd6a07265f3d37d517a0bdd9664b80"><code>48cd50a</code></a> feat(core): use custom resolution to resolve from source local plugins with a...</li> <li><a href="https://github.com/nrwl/nx/commit/59e3704fb3fe8bc4f82cbf6a8ace0b7e81a13c55"><code>59e3704</code></a> fix(testing): force compatible module resolution when running the jest execut...</li> <li><a href="https://github.com/nrwl/nx/commit/38e29b9e90543c690c415b8af3011e4532392f4f"><code>38e29b9</code></a> feat(angular): use new test environment function from <code>jest-preset-angular</code> (...</li> <li><a href="https://github.com/nrwl/nx/commit/ec5a5e63606b4b7a797ef1ff9d211ffa47dcef0c"><code>ec5a5e6</code></a> feat(react): update app and lib generators to support new TS solution setup (...</li> <li><a href="https://github.com/nrwl/nx/commit/cbc19c54aefc06358a7be96cff7eba178ea3a4a6"><code>cbc19c5</code></a> fix(nextjs): ensure next apps config is correctly checked when using jest (<a href="https://github.com/nrwl/nx/tree/HEAD/packages/jest/issues/2">#2</a>...</li> <li><a href="https://github.com/nrwl/nx/commit/f7f26d847e12c3ed95af40b994ed99bf15563a95"><code>f7f26d8</code></a> feat(nx-plugin): add support for the ts solution config setup to the `@nx/plu...</li> <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.3.0/packages/jest">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@nx/jest&package-manager=npm_and_yarn&previous-version=20.0.1&new-version=20.3.0)](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>
- Loading branch information