Skip to content

Commit 6fd3e42

Browse files
chore(lambda): bump @nx/js from 20.3.1 to 20.3.2 in /lambdas (#4372)
Bumps [@nx/js](https://github.com/nrwl/nx/tree/HEAD/packages/js) from 20.3.1 to 20.3.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.3.2 (2025-01-17)</h2> <h3>🚀 Features</h3> <ul> <li><strong>module-federation:</strong> upgrade to latest version of <code>@​module-federation/enhanced</code> (<a href="https://redirect.github.com/nrwl/nx/pull/29535">#29535</a>)</li> <li><strong>nx-dev:</strong> customer videos on customer page (<a href="https://redirect.github.com/nrwl/nx/pull/29380">#29380</a>)</li> <li><strong>nx-dev:</strong> add trial pages for Powerpack and Enterprise, update contact sales team page (<a href="https://redirect.github.com/nrwl/nx/pull/29554">#29554</a>)</li> <li><strong>testing:</strong> add option <code>ciGroupName</code> to <code>@nx/jest/plugin</code> (<a href="https://redirect.github.com/nrwl/nx/pull/29365">#29365</a>)</li> <li><strong>web:</strong> support custom cors headers (<a href="https://redirect.github.com/nrwl/nx/pull/29382">#29382</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>angular:</strong> restore esm2022 bundle and drop fesm2022 in ng-packagr-lite executor (<a href="https://redirect.github.com/nrwl/nx/pull/29615">#29615</a>)</li> <li><strong>core:</strong> update nx cloud bundle install directory logic (<a href="https://redirect.github.com/nrwl/nx/pull/29555">#29555</a>)</li> <li><strong>core:</strong> avoid launching default plugins twice (<a href="https://redirect.github.com/nrwl/nx/pull/29539">#29539</a>)</li> <li><strong>core:</strong> support subpath exports when constructing the project graph (<a href="https://redirect.github.com/nrwl/nx/pull/29577">#29577</a>)</li> <li><strong>core:</strong> update package script logic to handle cli tool name as command (<a href="https://redirect.github.com/nrwl/nx/pull/29617">#29617</a>)</li> <li><strong>core:</strong> show better project graph errors (<a href="https://redirect.github.com/nrwl/nx/pull/29525">#29525</a>)</li> <li><strong>core:</strong> check only for watcher connections during inactivity shutdown (<a href="https://redirect.github.com/nrwl/nx/pull/29621">#29621</a>)</li> <li><strong>gradle:</strong> check if java is installed (<a href="https://redirect.github.com/nrwl/nx/pull/29572">#29572</a>)</li> <li><strong>graph:</strong> copy command text directly from PDV (<a href="https://redirect.github.com/nrwl/nx/pull/29645">#29645</a>)</li> <li><strong>js:</strong> do not set project references to non-existing tsconfig files in sync generator (<a href="https://redirect.github.com/nrwl/nx/pull/29536">#29536</a>)</li> <li><strong>js:</strong> ensure js libraries' build produce esm output in ts solution setup (<a href="https://redirect.github.com/nrwl/nx/pull/29546">#29546</a>)</li> <li><strong>js:</strong> avoid nested paths in workspaces because they can lead to future issues (<a href="https://redirect.github.com/nrwl/nx/pull/29553">#29553</a>)</li> <li><strong>js:</strong> Update typescript plugin check for buildable projects (<a href="https://redirect.github.com/nrwl/nx/pull/29431">#29431</a>)</li> <li><strong>js:</strong> update detection of ts solution setup (<a href="https://redirect.github.com/nrwl/nx/pull/29576">#29576</a>)</li> <li><strong>js:</strong> generate js libs with exports in package.json and ensure esm output when using rollup bundler (<a href="https://redirect.github.com/nrwl/nx/pull/29565">#29565</a>)</li> <li><strong>js:</strong> do not generate explicit vitest task config for a js library unless adding plugin is disabled (<a href="https://redirect.github.com/nrwl/nx/pull/29606">#29606</a>)</li> <li><strong>js:</strong> improve error handling during SWC compilation (<a href="https://redirect.github.com/nrwl/nx/pull/29605">#29605</a>)</li> <li><strong>js:</strong> non-buildable js libs specify type=module (<a href="https://redirect.github.com/nrwl/nx/pull/29620">#29620</a>)</li> <li><strong>js:</strong> sort package.json fields by idiomatic order (<a href="https://redirect.github.com/nrwl/nx/pull/29635">#29635</a>)</li> <li><strong>js:</strong> fix typo so <code>exports</code> field in package.json is properly sorted (<a href="https://redirect.github.com/nrwl/nx/pull/29643">#29643</a>)</li> <li><strong>js:</strong> do not generate package.json file for non-buildable js libraries in non-ts solution setup (<a href="https://redirect.github.com/nrwl/nx/pull/29646">#29646</a>)</li> <li><strong>js:</strong> ignore bundler config files correctly in eslint config when using vitest in js library generator (<a href="https://redirect.github.com/nrwl/nx/pull/29649">#29649</a>)</li> <li><strong>misc:</strong> ensure all project generators add project to workspaces config (<a href="https://redirect.github.com/nrwl/nx/pull/29582">#29582</a>)</li> <li><strong>misc:</strong> ensure <code>exports</code> are generated for several lib generators in ts solution setup (<a href="https://redirect.github.com/nrwl/nx/pull/29588">#29588</a>)</li> <li><strong>misc:</strong> update e2e config generators to align with new TS solution setup (<a href="https://redirect.github.com/nrwl/nx/pull/29638">#29638</a>)</li> <li><strong>nx-dev:</strong> fix heroicons for safari (<a href="https://redirect.github.com/nrwl/nx/pull/29544">#29544</a>)</li> <li><strong>nx-dev:</strong> Update Webinar link (<a href="https://redirect.github.com/nrwl/nx/pull/29590">#29590</a>)</li> <li><strong>react:</strong> transpile SVGR into React 19 compatible component (<a href="https://redirect.github.com/nrwl/nx/pull/29543">#29543</a>)</li> <li><strong>react:</strong> setup mf env var as input for rspack (<a href="https://redirect.github.com/nrwl/nx/pull/29584">#29584</a>)</li> <li><strong>release:</strong> ensure git push option is always applied (<a href="https://redirect.github.com/nrwl/nx/pull/29596">#29596</a>)</li> <li><strong>rspack:</strong> make subresourceIntegrity usage configurable (<a href="https://redirect.github.com/nrwl/nx/pull/29629">#29629</a>)</li> <li><strong>testing:</strong> infer correct outputs when absolute paths are provided in playwright config (<a href="https://redirect.github.com/nrwl/nx/pull/29549">#29549</a>)</li> <li><strong>testing:</strong> e2e config generators should prompt for missing serve data (<a href="https://redirect.github.com/nrwl/nx/pull/29660">#29660</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Aidan Temple <a href="https://github.com/aidant"><code>@​aidant</code></a></li> <li>Colum Ferry <a href="https://github.com/Coly010"><code>@​Coly010</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/70e10dd797fed44d4ae8aad6297eedc524bbac5e"><code>70e10dd</code></a> fix(js): non-buildable js libs specify type=module (<a href="https://github.com/nrwl/nx/tree/HEAD/packages/js/issues/29620">#29620</a>)</li> <li><a href="https://github.com/nrwl/nx/commit/4667cd6c549ac9575807298765a97752c8781935"><code>4667cd6</code></a> fix(js): improve error handling during SWC compilation (<a href="https://github.com/nrwl/nx/tree/HEAD/packages/js/issues/29605">#29605</a>)</li> <li><a href="https://github.com/nrwl/nx/commit/55fd3bf27d81c977ae757785e064cdd7997c8ec2"><code>55fd3bf</code></a> fix(js): do not generate explicit vitest task config for a js library unless ...</li> <li><a href="https://github.com/nrwl/nx/commit/ba48f0a54e12a85d94a7c24502e9781780c1a5c0"><code>ba48f0a</code></a> fix(misc): ensure all project generators add project to workspaces config (<a href="https://github.com/nrwl/nx/tree/HEAD/packages/js/issues/2">#2</a>...</li> <li><a href="https://github.com/nrwl/nx/commit/fa7968d1d17ea53897cf3ac30394899a17172a58"><code>fa7968d</code></a> fix(js): generate js libs with exports in package.json and ensure esm output ...</li> <li><a href="https://github.com/nrwl/nx/commit/f6f85360645378024c651da84e0517ac457c788a"><code>f6f8536</code></a> fix(js): update detection of ts solution setup (<a href="https://github.com/nrwl/nx/tree/HEAD/packages/js/issues/29576">#29576</a>)</li> <li><a href="https://github.com/nrwl/nx/commit/dc41bfe2ec87d343efceda60c3745bcfa3835b6b"><code>dc41bfe</code></a> fix(js): Update typescript plugin check for buildable projects (<a href="https://github.com/nrwl/nx/tree/HEAD/packages/js/issues/29431">#29431</a>)</li> <li><a href="https://github.com/nrwl/nx/commit/206a47e8ff0a465376c441b5f7539ff63bcc7c94"><code>206a47e</code></a> fix(js): avoid nested paths in workspaces because they can lead to future iss...</li> <li><a href="https://github.com/nrwl/nx/commit/3ccec47072965b4b26ad583ae3bc42c7d5d67834"><code>3ccec47</code></a> fix(js): ensure js libraries' build produce esm output in ts solution setup (...</li> <li><a href="https://github.com/nrwl/nx/commit/ef63f292758182a71239c1645144a57b866e91be"><code>ef63f29</code></a> fix(js): do not set project references to non-existing tsconfig files in sync...</li> <li>See full diff in <a href="https://github.com/nrwl/nx/commits/20.3.2/packages/js">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@nx/js&package-manager=npm_and_yarn&previous-version=20.3.1&new-version=20.3.2)](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 29e6825 commit 6fd3e42

File tree

2 files changed

+18
-172
lines changed

2 files changed

+18
-172
lines changed

lambdas/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"devDependencies": {
2424
"@nx/eslint": "20.3.0",
2525
"@nx/jest": "20.3.0",
26-
"@nx/js": "^20.3.1",
26+
"@nx/js": "^20.3.2",
2727
"@swc-node/register": "~1.10.9",
2828
"@swc/core": "~1.10.1",
2929
"@swc/helpers": "~0.5.15",

lambdas/yarn.lock

+17-171
Original file line numberDiff line numberDiff line change
@@ -3195,9 +3195,9 @@ __metadata:
31953195
languageName: node
31963196
linkType: hard
31973197

3198-
"@nx/devkit@npm:20.3.1":
3199-
version: 20.3.1
3200-
resolution: "@nx/devkit@npm:20.3.1"
3198+
"@nx/devkit@npm:20.3.2":
3199+
version: 20.3.2
3200+
resolution: "@nx/devkit@npm:20.3.2"
32013201
dependencies:
32023202
ejs: "npm:^3.1.7"
32033203
enquirer: "npm:~2.3.6"
@@ -3209,7 +3209,7 @@ __metadata:
32093209
yargs-parser: "npm:21.1.1"
32103210
peerDependencies:
32113211
nx: ">= 19 <= 21"
3212-
checksum: 10c0/e7930a7d7752db40ffa34c3cf9276024dcfac1374af6b3e7786ee976a09f358b34d296ae3f939a82cdea87d2259b14744f06b336db981ce458d6bf35026d6088
3212+
checksum: 10c0/0c59aaea2c6b45712c28186b95792ae2530f928025aa7cea7d0175f9e0532ad3feeaa85b84d23e35378182c689819baa47daeb76ee4d26d823c926421830afd4
32133213
languageName: node
32143214
linkType: hard
32153215

@@ -3298,9 +3298,9 @@ __metadata:
32983298
languageName: node
32993299
linkType: hard
33003300

3301-
"@nx/js@npm:^20.3.1":
3302-
version: 20.3.1
3303-
resolution: "@nx/js@npm:20.3.1"
3301+
"@nx/js@npm:^20.3.2":
3302+
version: 20.3.2
3303+
resolution: "@nx/js@npm:20.3.2"
33043304
dependencies:
33053305
"@babel/core": "npm:^7.23.2"
33063306
"@babel/plugin-proposal-decorators": "npm:^7.22.7"
@@ -3309,8 +3309,8 @@ __metadata:
33093309
"@babel/preset-env": "npm:^7.23.2"
33103310
"@babel/preset-typescript": "npm:^7.22.5"
33113311
"@babel/runtime": "npm:^7.22.6"
3312-
"@nx/devkit": "npm:20.3.1"
3313-
"@nx/workspace": "npm:20.3.1"
3312+
"@nx/devkit": "npm:20.3.2"
3313+
"@nx/workspace": "npm:20.3.2"
33143314
"@zkochan/js-yaml": "npm:0.0.7"
33153315
babel-plugin-const-enum: "npm:^1.0.1"
33163316
babel-plugin-macros: "npm:^2.8.0"
@@ -3337,7 +3337,7 @@ __metadata:
33373337
peerDependenciesMeta:
33383338
verdaccio:
33393339
optional: true
3340-
checksum: 10c0/34dde087aaf80f3bc97436c3d7dd14321ad9ecefe3914ab6eacefb865f0d59bbdd07fb44b7e327af7d8cf37bf73441618bd9dca20ad5e385a68b326428e0ffa2
3340+
checksum: 10c0/8af6f14d76c2d48508f91a59d49c02ef8420edf2205512c5f3a05993bbfe7c3e133317620010ecb71d569e802bdd3fa62c567039e4d071cf9d6db1ef2b6fb35d
33413341
languageName: node
33423342
linkType: hard
33433343

@@ -3348,13 +3348,6 @@ __metadata:
33483348
languageName: node
33493349
linkType: hard
33503350

3351-
"@nx/nx-darwin-arm64@npm:20.3.1":
3352-
version: 20.3.1
3353-
resolution: "@nx/nx-darwin-arm64@npm:20.3.1"
3354-
conditions: os=darwin & cpu=arm64
3355-
languageName: node
3356-
linkType: hard
3357-
33583351
"@nx/nx-darwin-arm64@npm:20.3.2":
33593352
version: 20.3.2
33603353
resolution: "@nx/nx-darwin-arm64@npm:20.3.2"
@@ -3369,13 +3362,6 @@ __metadata:
33693362
languageName: node
33703363
linkType: hard
33713364

3372-
"@nx/nx-darwin-x64@npm:20.3.1":
3373-
version: 20.3.1
3374-
resolution: "@nx/nx-darwin-x64@npm:20.3.1"
3375-
conditions: os=darwin & cpu=x64
3376-
languageName: node
3377-
linkType: hard
3378-
33793365
"@nx/nx-darwin-x64@npm:20.3.2":
33803366
version: 20.3.2
33813367
resolution: "@nx/nx-darwin-x64@npm:20.3.2"
@@ -3390,13 +3376,6 @@ __metadata:
33903376
languageName: node
33913377
linkType: hard
33923378

3393-
"@nx/nx-freebsd-x64@npm:20.3.1":
3394-
version: 20.3.1
3395-
resolution: "@nx/nx-freebsd-x64@npm:20.3.1"
3396-
conditions: os=freebsd & cpu=x64
3397-
languageName: node
3398-
linkType: hard
3399-
34003379
"@nx/nx-freebsd-x64@npm:20.3.2":
34013380
version: 20.3.2
34023381
resolution: "@nx/nx-freebsd-x64@npm:20.3.2"
@@ -3411,13 +3390,6 @@ __metadata:
34113390
languageName: node
34123391
linkType: hard
34133392

3414-
"@nx/nx-linux-arm-gnueabihf@npm:20.3.1":
3415-
version: 20.3.1
3416-
resolution: "@nx/nx-linux-arm-gnueabihf@npm:20.3.1"
3417-
conditions: os=linux & cpu=arm
3418-
languageName: node
3419-
linkType: hard
3420-
34213393
"@nx/nx-linux-arm-gnueabihf@npm:20.3.2":
34223394
version: 20.3.2
34233395
resolution: "@nx/nx-linux-arm-gnueabihf@npm:20.3.2"
@@ -3432,13 +3404,6 @@ __metadata:
34323404
languageName: node
34333405
linkType: hard
34343406

3435-
"@nx/nx-linux-arm64-gnu@npm:20.3.1":
3436-
version: 20.3.1
3437-
resolution: "@nx/nx-linux-arm64-gnu@npm:20.3.1"
3438-
conditions: os=linux & cpu=arm64 & libc=glibc
3439-
languageName: node
3440-
linkType: hard
3441-
34423407
"@nx/nx-linux-arm64-gnu@npm:20.3.2":
34433408
version: 20.3.2
34443409
resolution: "@nx/nx-linux-arm64-gnu@npm:20.3.2"
@@ -3453,13 +3418,6 @@ __metadata:
34533418
languageName: node
34543419
linkType: hard
34553420

3456-
"@nx/nx-linux-arm64-musl@npm:20.3.1":
3457-
version: 20.3.1
3458-
resolution: "@nx/nx-linux-arm64-musl@npm:20.3.1"
3459-
conditions: os=linux & cpu=arm64 & libc=musl
3460-
languageName: node
3461-
linkType: hard
3462-
34633421
"@nx/nx-linux-arm64-musl@npm:20.3.2":
34643422
version: 20.3.2
34653423
resolution: "@nx/nx-linux-arm64-musl@npm:20.3.2"
@@ -3474,13 +3432,6 @@ __metadata:
34743432
languageName: node
34753433
linkType: hard
34763434

3477-
"@nx/nx-linux-x64-gnu@npm:20.3.1":
3478-
version: 20.3.1
3479-
resolution: "@nx/nx-linux-x64-gnu@npm:20.3.1"
3480-
conditions: os=linux & cpu=x64 & libc=glibc
3481-
languageName: node
3482-
linkType: hard
3483-
34843435
"@nx/nx-linux-x64-gnu@npm:20.3.2":
34853436
version: 20.3.2
34863437
resolution: "@nx/nx-linux-x64-gnu@npm:20.3.2"
@@ -3495,13 +3446,6 @@ __metadata:
34953446
languageName: node
34963447
linkType: hard
34973448

3498-
"@nx/nx-linux-x64-musl@npm:20.3.1":
3499-
version: 20.3.1
3500-
resolution: "@nx/nx-linux-x64-musl@npm:20.3.1"
3501-
conditions: os=linux & cpu=x64 & libc=musl
3502-
languageName: node
3503-
linkType: hard
3504-
35053449
"@nx/nx-linux-x64-musl@npm:20.3.2":
35063450
version: 20.3.2
35073451
resolution: "@nx/nx-linux-x64-musl@npm:20.3.2"
@@ -3516,13 +3460,6 @@ __metadata:
35163460
languageName: node
35173461
linkType: hard
35183462

3519-
"@nx/nx-win32-arm64-msvc@npm:20.3.1":
3520-
version: 20.3.1
3521-
resolution: "@nx/nx-win32-arm64-msvc@npm:20.3.1"
3522-
conditions: os=win32 & cpu=arm64
3523-
languageName: node
3524-
linkType: hard
3525-
35263463
"@nx/nx-win32-arm64-msvc@npm:20.3.2":
35273464
version: 20.3.2
35283465
resolution: "@nx/nx-win32-arm64-msvc@npm:20.3.2"
@@ -3537,13 +3474,6 @@ __metadata:
35373474
languageName: node
35383475
linkType: hard
35393476

3540-
"@nx/nx-win32-x64-msvc@npm:20.3.1":
3541-
version: 20.3.1
3542-
resolution: "@nx/nx-win32-x64-msvc@npm:20.3.1"
3543-
conditions: os=win32 & cpu=x64
3544-
languageName: node
3545-
linkType: hard
3546-
35473477
"@nx/nx-win32-x64-msvc@npm:20.3.2":
35483478
version: 20.3.2
35493479
resolution: "@nx/nx-win32-x64-msvc@npm:20.3.2"
@@ -3565,17 +3495,17 @@ __metadata:
35653495
languageName: node
35663496
linkType: hard
35673497

3568-
"@nx/workspace@npm:20.3.1":
3569-
version: 20.3.1
3570-
resolution: "@nx/workspace@npm:20.3.1"
3498+
"@nx/workspace@npm:20.3.2":
3499+
version: 20.3.2
3500+
resolution: "@nx/workspace@npm:20.3.2"
35713501
dependencies:
3572-
"@nx/devkit": "npm:20.3.1"
3502+
"@nx/devkit": "npm:20.3.2"
35733503
chalk: "npm:^4.1.0"
35743504
enquirer: "npm:~2.3.6"
3575-
nx: "npm:20.3.1"
3505+
nx: "npm:20.3.2"
35763506
tslib: "npm:^2.3.0"
35773507
yargs-parser: "npm:21.1.1"
3578-
checksum: 10c0/069b130b20733ba5a67100918171ff5d41533e259cf27c6f704e0760ab95c08b201517dac32da5902539ccbb12b021c1094345f4361d863d7f674ec55a935728
3508+
checksum: 10c0/d36e13664bc89d5f032e882590e235defd7bdadc8d545229c8a17bf30ffff356c6cea75085513b5fa05bc1b3e1f06cec61ffe5dd9ab3cb8bd05fda98b3a55d22
35793509
languageName: node
35803510
linkType: hard
35813511

@@ -8671,7 +8601,7 @@ __metadata:
86718601
dependencies:
86728602
"@nx/eslint": "npm:20.3.0"
86738603
"@nx/jest": "npm:20.3.0"
8674-
"@nx/js": "npm:^20.3.1"
8604+
"@nx/js": "npm:^20.3.2"
86758605
"@swc-node/register": "npm:~1.10.9"
86768606
"@swc/core": "npm:~1.10.1"
86778607
"@swc/helpers": "npm:~0.5.15"
@@ -9360,90 +9290,6 @@ __metadata:
93609290
languageName: node
93619291
linkType: hard
93629292

9363-
"nx@npm:20.3.1":
9364-
version: 20.3.1
9365-
resolution: "nx@npm:20.3.1"
9366-
dependencies:
9367-
"@napi-rs/wasm-runtime": "npm:0.2.4"
9368-
"@nx/nx-darwin-arm64": "npm:20.3.1"
9369-
"@nx/nx-darwin-x64": "npm:20.3.1"
9370-
"@nx/nx-freebsd-x64": "npm:20.3.1"
9371-
"@nx/nx-linux-arm-gnueabihf": "npm:20.3.1"
9372-
"@nx/nx-linux-arm64-gnu": "npm:20.3.1"
9373-
"@nx/nx-linux-arm64-musl": "npm:20.3.1"
9374-
"@nx/nx-linux-x64-gnu": "npm:20.3.1"
9375-
"@nx/nx-linux-x64-musl": "npm:20.3.1"
9376-
"@nx/nx-win32-arm64-msvc": "npm:20.3.1"
9377-
"@nx/nx-win32-x64-msvc": "npm:20.3.1"
9378-
"@yarnpkg/lockfile": "npm:^1.1.0"
9379-
"@yarnpkg/parsers": "npm:3.0.2"
9380-
"@zkochan/js-yaml": "npm:0.0.7"
9381-
axios: "npm:^1.7.4"
9382-
chalk: "npm:^4.1.0"
9383-
cli-cursor: "npm:3.1.0"
9384-
cli-spinners: "npm:2.6.1"
9385-
cliui: "npm:^8.0.1"
9386-
dotenv: "npm:~16.4.5"
9387-
dotenv-expand: "npm:~11.0.6"
9388-
enquirer: "npm:~2.3.6"
9389-
figures: "npm:3.2.0"
9390-
flat: "npm:^5.0.2"
9391-
front-matter: "npm:^4.0.2"
9392-
ignore: "npm:^5.0.4"
9393-
jest-diff: "npm:^29.4.1"
9394-
jsonc-parser: "npm:3.2.0"
9395-
lines-and-columns: "npm:2.0.3"
9396-
minimatch: "npm:9.0.3"
9397-
node-machine-id: "npm:1.1.12"
9398-
npm-run-path: "npm:^4.0.1"
9399-
open: "npm:^8.4.0"
9400-
ora: "npm:5.3.0"
9401-
resolve.exports: "npm:2.0.3"
9402-
semver: "npm:^7.5.3"
9403-
string-width: "npm:^4.2.3"
9404-
tar-stream: "npm:~2.2.0"
9405-
tmp: "npm:~0.2.1"
9406-
tsconfig-paths: "npm:^4.1.2"
9407-
tslib: "npm:^2.3.0"
9408-
yaml: "npm:^2.6.0"
9409-
yargs: "npm:^17.6.2"
9410-
yargs-parser: "npm:21.1.1"
9411-
peerDependencies:
9412-
"@swc-node/register": ^1.8.0
9413-
"@swc/core": ^1.3.85
9414-
dependenciesMeta:
9415-
"@nx/nx-darwin-arm64":
9416-
optional: true
9417-
"@nx/nx-darwin-x64":
9418-
optional: true
9419-
"@nx/nx-freebsd-x64":
9420-
optional: true
9421-
"@nx/nx-linux-arm-gnueabihf":
9422-
optional: true
9423-
"@nx/nx-linux-arm64-gnu":
9424-
optional: true
9425-
"@nx/nx-linux-arm64-musl":
9426-
optional: true
9427-
"@nx/nx-linux-x64-gnu":
9428-
optional: true
9429-
"@nx/nx-linux-x64-musl":
9430-
optional: true
9431-
"@nx/nx-win32-arm64-msvc":
9432-
optional: true
9433-
"@nx/nx-win32-x64-msvc":
9434-
optional: true
9435-
peerDependenciesMeta:
9436-
"@swc-node/register":
9437-
optional: true
9438-
"@swc/core":
9439-
optional: true
9440-
bin:
9441-
nx: bin/nx.js
9442-
nx-cloud: bin/nx-cloud.js
9443-
checksum: 10c0/d43b7b5e6375a8eb0fa89326b8261cad1022f1665c4c45b8a2045b84a8b9ad925041552276a113567caca31d46747e8e71579056ffd7e008a57ce40fcbb751a3
9444-
languageName: node
9445-
linkType: hard
9446-
94479293
"nx@npm:20.3.2":
94489294
version: 20.3.2
94499295
resolution: "nx@npm:20.3.2"

0 commit comments

Comments
 (0)