Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

Commit 1095c92

Browse files
chore(lambda): bump @nx/jest from 19.4.0 to 19.4.1 in /lambdas (#3975)
Bumps [@nx/jest](https://github.com/nrwl/nx/tree/HEAD/packages/jest) from 19.4.0 to 19.4.1. <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>19.4.1 (2024-07-05)</h2> <h3>🚀 Features</h3> <ul> <li><strong>graph:</strong> add copy button for entire target configuration (<a href="https://redirect.github.com/nrwl/nx/pull/26284">#26284</a>)</li> <li><strong>nx-dev:</strong> update next to fix img fetchpriority error (<a href="https://redirect.github.com/nrwl/nx/pull/26766">#26766</a>)</li> <li><strong>react-native:</strong> update react-native-svg to 15.3.0 (<a href="https://redirect.github.com/nrwl/nx/pull/26827">#26827</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>core:</strong> cannot read properties of undefined (reading 'options') (<a href="https://redirect.github.com/nrwl/nx/pull/26721">#26721</a>)</li> <li><strong>core:</strong> register swc transpiler once per compilerOptions (<a href="https://redirect.github.com/nrwl/nx/pull/26807">#26807</a>)</li> <li><strong>core:</strong> always inherit output from plugins (<a href="https://redirect.github.com/nrwl/nx/pull/26797">#26797</a>)</li> <li><strong>core:</strong> ignore errors from cleanupNativeFileCache (revert to previous behaviour) (<a href="https://redirect.github.com/nrwl/nx/pull/26806">#26806</a>)</li> <li><strong>core:</strong> recursive resolve deps on create command graph (<a href="https://redirect.github.com/nrwl/nx/pull/22989">#22989</a>)</li> <li><strong>gradle:</strong> fix gradle exclude src/test (<a href="https://redirect.github.com/nrwl/nx/pull/26741">#26741</a>)</li> <li><strong>js:</strong> normalize excluded paths to task inputs correctly in typescript plugin (<a href="https://redirect.github.com/nrwl/nx/pull/26801">#26801</a>)</li> <li><strong>node:</strong> Enable e2e test (<a href="https://redirect.github.com/nrwl/nx/pull/23508">#23508</a>)</li> <li><strong>nx-dev:</strong> plugin-registry menu (<a href="https://redirect.github.com/nrwl/nx/pull/26767">#26767</a>)</li> <li><strong>nx-plugin:</strong> tslib is not set as a dependency when using create-package generator (<a href="https://redirect.github.com/nrwl/nx/pull/22429">#22429</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Emily Xiong <a href="https://github.com/xiongemi"><code>@​xiongemi</code></a></li> <li>EugeneKruglei <a href="https://github.com/EugeneKruglei"><code>@​EugeneKruglei</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>Jonathan Gelin <a href="https://github.com/jogelin"><code>@​jogelin</code></a></li> <li>Juri Strumpflohner <a href="https://github.com/juristr"><code>@​juristr</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>Naymi</li> <li>Nicholas Cunningham <a href="https://github.com/ndcunningham"><code>@​ndcunningham</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/nrwl/nx/commits/19.4.1/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=19.4.0&new-version=19.4.1)](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 7d2ff37 commit 1095c92

File tree

2 files changed

+13
-97
lines changed

2 files changed

+13
-97
lines changed

Diff for: lambdas/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"devDependencies": {
2424
"@nx/eslint": "19.4.2",
25-
"@nx/jest": "19.4.0",
25+
"@nx/jest": "19.4.2",
2626
"@nx/js": "^19.4.1",
2727
"@swc-node/register": "~1.10.2",
2828
"@swc/core": "~1.6.13",

Diff for: lambdas/yarn.lock

+12-96
Original file line numberDiff line numberDiff line change
@@ -2363,33 +2363,19 @@
23632363
"@nodelib/fs.scandir" "2.1.5"
23642364
fastq "^1.6.0"
23652365

2366-
2367-
version "19.4.0"
2368-
resolved "https://registry.yarnpkg.com/@nrwl/devkit/-/devkit-19.4.0.tgz#af56bf71fd6d7a78ffc49636bf0e379b19880293"
2369-
integrity sha512-YlyxuGLP8ejDGPysGmZhIuXuuMts1yrFdcfuYp00jSND0B8ywWZ7U1v1SK+1AofPOKWl8CsGd4tpCcoZZL4/Ew==
2370-
dependencies:
2371-
"@nx/devkit" "19.4.0"
2372-
23732366
23742367
version "19.4.2"
23752368
resolved "https://registry.yarnpkg.com/@nrwl/devkit/-/devkit-19.4.2.tgz#f1a02319b65298aa2c260daa45d4fa62f1662eb1"
23762369
integrity sha512-uvJ2kjEUq2VAQHKgaDaumFzowagqOJJgAk9dL9mdB4ZwmDi2i3XroInp/X64phrlHRyJAcYEdRJyaaM/924KVQ==
23772370
dependencies:
23782371
"@nx/devkit" "19.4.2"
23792372

2380-
2381-
version "19.4.0"
2382-
resolved "https://registry.yarnpkg.com/@nrwl/jest/-/jest-19.4.0.tgz#9d6074fdb3cbdcfcce311c1949301225f411dded"
2383-
integrity sha512-VKFb6k1z69cTJBweS2FAV+dogbx6/bRMBswoAMq5qFFh3oXd1y5hJSvMnVZypj0IAVFr+1+bLRxLBh8PMtAosw==
2384-
dependencies:
2385-
"@nx/jest" "19.4.0"
2386-
2387-
2388-
version "19.4.0"
2389-
resolved "https://registry.yarnpkg.com/@nrwl/js/-/js-19.4.0.tgz#ec37a9110cf90da31c0f8755b3aa968ff6af9cf1"
2390-
integrity sha512-IJfgviKGYna1efNhhL/PsO4lnBLS1Q5okQqvFLhaHme/2EQZX5bovriPlg0C0HeOdTwdA41b14yiVwVGSLJGBA==
2373+
2374+
version "19.4.2"
2375+
resolved "https://registry.yarnpkg.com/@nrwl/jest/-/jest-19.4.2.tgz#c5ec6a25ae00f56df4a88c6b06f4c17a85d23c61"
2376+
integrity sha512-523Ecv0NWNex88t/xDls9dAqeA/r2gaDKXzVp03YeUf61Ue5PcdEXYLzgyPuctn6dhVPKGFb1yjaojtGOtRi7A==
23912377
dependencies:
2392-
"@nx/js" "19.4.0"
2378+
"@nx/jest" "19.4.2"
23932379

23942380
23952381
version "19.4.2"
@@ -2414,35 +2400,13 @@
24142400
nx "19.4.2"
24152401
tslib "^2.3.0"
24162402

2417-
2418-
version "19.4.0"
2419-
resolved "https://registry.yarnpkg.com/@nrwl/workspace/-/workspace-19.4.0.tgz#e5d384d909ce213e1399d18eac1c8ada8ff9fed9"
2420-
integrity sha512-RXOTed7PWX4Ib0IB84XRCQRmd8C/AkHhS9330qUuRCX+yTR799rOnXybZaQXc7RLl5v/PAevkRET41ptGq7B0A==
2421-
dependencies:
2422-
"@nx/workspace" "19.4.0"
2423-
24242403
24252404
version "19.4.2"
24262405
resolved "https://registry.yarnpkg.com/@nrwl/workspace/-/workspace-19.4.2.tgz#f48a6e5800791d7a3521f24b8cc0185763b3cabb"
24272406
integrity sha512-+u8Ok6WF0rfaR5wL/WDIZtQhclLBREHvUdnjoLYtL8RspTyqSoQuOXQXP07Ln++rwLWmTIoE2NaSNKF7K0hLRQ==
24282407
dependencies:
24292408
"@nx/workspace" "19.4.2"
24302409

2431-
2432-
version "19.4.0"
2433-
resolved "https://registry.yarnpkg.com/@nx/devkit/-/devkit-19.4.0.tgz#fda8be484e190a27eb2a41b58aac25334456c0f9"
2434-
integrity sha512-oQaFMky1c9QxRtynhIrajo60uSWjHU8DP0zHz1jSmQxiypDFzFwr6iJ03UYVbV72fqKIVzgN0nyp1oqYQ8UcOw==
2435-
dependencies:
2436-
"@nrwl/devkit" "19.4.0"
2437-
ejs "^3.1.7"
2438-
enquirer "~2.3.6"
2439-
ignore "^5.0.4"
2440-
minimatch "9.0.3"
2441-
semver "^7.5.3"
2442-
tmp "~0.2.1"
2443-
tslib "^2.3.0"
2444-
yargs-parser "21.1.1"
2445-
24462410
24472411
version "19.4.2"
24482412
resolved "https://registry.yarnpkg.com/@nx/devkit/-/devkit-19.4.2.tgz#667e530d1f12297376545566cd1804dd7c2e5f84"
@@ -2470,16 +2434,16 @@
24702434
tslib "^2.3.0"
24712435
typescript "~5.4.2"
24722436

2473-
2474-
version "19.4.0"
2475-
resolved "https://registry.yarnpkg.com/@nx/jest/-/jest-19.4.0.tgz#7484e20c6bf2c2f29a48898ec486e8f019846d2b"
2476-
integrity sha512-GcHIbmUsQC2B+1HgUY4bqM20RgHHoXnYfHmVpJOF9ZT71oYfvfFBy+WANdMPcEGl6B1hj6pjQZ4OfRbq1y+Pvw==
2437+
2438+
version "19.4.2"
2439+
resolved "https://registry.yarnpkg.com/@nx/jest/-/jest-19.4.2.tgz#90df90d07207e3f92ce9f5d561659b17643c6573"
2440+
integrity sha512-OXpK68K853WIQZycQv+xE7lfE4CX51CDivuThIxED+aE5yYRH3M71tqM9/qkm5Jc/9Tj3qdXzU+KpPA3HBNxFg==
24772441
dependencies:
24782442
"@jest/reporters" "^29.4.1"
24792443
"@jest/test-result" "^29.4.1"
2480-
"@nrwl/jest" "19.4.0"
2481-
"@nx/devkit" "19.4.0"
2482-
"@nx/js" "19.4.0"
2444+
"@nrwl/jest" "19.4.2"
2445+
"@nx/devkit" "19.4.2"
2446+
"@nx/js" "19.4.2"
24832447
"@phenomnomnominal/tsquery" "~5.0.1"
24842448
chalk "^4.1.0"
24852449
identity-obj-proxy "3.0.0"
@@ -2491,41 +2455,6 @@
24912455
tslib "^2.3.0"
24922456
yargs-parser "21.1.1"
24932457

2494-
2495-
version "19.4.0"
2496-
resolved "https://registry.yarnpkg.com/@nx/js/-/js-19.4.0.tgz#cf1d554cbf19a854667c640b0fb6055c58791224"
2497-
integrity sha512-0Q2bUgCrwhs+aT4MMohykNKto/ez1U5NH5C+7mby/qQT88I+0aMx6g2deQpEL1k9c4nfJ1aJJgPs76xIEIiiKA==
2498-
dependencies:
2499-
"@babel/core" "^7.23.2"
2500-
"@babel/plugin-proposal-decorators" "^7.22.7"
2501-
"@babel/plugin-transform-class-properties" "^7.22.5"
2502-
"@babel/plugin-transform-runtime" "^7.23.2"
2503-
"@babel/preset-env" "^7.23.2"
2504-
"@babel/preset-typescript" "^7.22.5"
2505-
"@babel/runtime" "^7.22.6"
2506-
"@nrwl/js" "19.4.0"
2507-
"@nx/devkit" "19.4.0"
2508-
"@nx/workspace" "19.4.0"
2509-
babel-plugin-const-enum "^1.0.1"
2510-
babel-plugin-macros "^2.8.0"
2511-
babel-plugin-transform-typescript-metadata "^0.3.1"
2512-
chalk "^4.1.0"
2513-
columnify "^1.6.0"
2514-
detect-port "^1.5.1"
2515-
fast-glob "3.2.7"
2516-
fs-extra "^11.1.0"
2517-
ignore "^5.0.4"
2518-
js-tokens "^4.0.0"
2519-
minimatch "9.0.3"
2520-
npm-package-arg "11.0.1"
2521-
npm-run-path "^4.0.1"
2522-
ora "5.3.0"
2523-
semver "^7.5.3"
2524-
source-map-support "0.5.19"
2525-
ts-node "10.9.1"
2526-
tsconfig-paths "^4.1.2"
2527-
tslib "^2.3.0"
2528-
25292458
"@nx/[email protected]", "@nx/js@^19.4.1":
25302459
version "19.4.2"
25312460
resolved "https://registry.yarnpkg.com/@nx/js/-/js-19.4.2.tgz#b11d99898d72d8fc64f3e1f3189387582f20b561"
@@ -2668,19 +2597,6 @@
26682597
resolved "https://registry.yarnpkg.com/@nx/nx-win32-x64-msvc/-/nx-win32-x64-msvc-19.4.2.tgz#123e5eed15f57d9f835ccfde3469c47fee4c7956"
26692598
integrity sha512-FOK4XVanWZYM4cLS9uAx8Xg4BpPRdo0z/jt8gVto8BwgoBPIJuytGhnTVyDNgB+nRJf8K3fz7RFcZm5jup/krg==
26702599

2671-
2672-
version "19.4.0"
2673-
resolved "https://registry.yarnpkg.com/@nx/workspace/-/workspace-19.4.0.tgz#647b03c02b0ed57ec44f50cb16a6d416220c576c"
2674-
integrity sha512-qoZk4ucyGgiSg+A/wcEfUa8YO5ET/pPOty+xPUpxSjOZSl+/ArowrHV6mofXlEq5KoJ+k4Y5IMgbGMmFdJsejQ==
2675-
dependencies:
2676-
"@nrwl/workspace" "19.4.0"
2677-
"@nx/devkit" "19.4.0"
2678-
chalk "^4.1.0"
2679-
enquirer "~2.3.6"
2680-
nx "19.4.0"
2681-
tslib "^2.3.0"
2682-
yargs-parser "21.1.1"
2683-
26842600
26852601
version "19.4.2"
26862602
resolved "https://registry.yarnpkg.com/@nx/workspace/-/workspace-19.4.2.tgz#5eeddb92e1f7a25a6e8428ecbaeef3bad2e059ab"

0 commit comments

Comments
 (0)